I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 00b88675 authored by str4d's avatar str4d
Browse files

Whitespace fixes in light susidns theme

parent c552db59
No related branches found
No related tags found
No related merge requests found
body { body {
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
background-color: #eef; background-color: #eef;
color:#001; color:#001;
} }
body.iframed { body.iframed {
background: transparent !important; background: transparent !important;
margin: 0; margin: 0;
} }
p { p {
color:black; color:black;
line-height:12pt; line-height:12pt;
margin-left:5mm; margin-left:5mm;
margin-right:5mm; margin-right:5mm;
font-size:10pt; font-size:10pt;
text-align: justify; text-align: justify;
} }
span.addrhlpr { span.addrhlpr {
font-size:8pt; font-size:8pt;
} }
h3 {
color:black; h3 {
font-size:12pt; color:black;
letter-spacing:2pt; font-size:12pt;
line-height:18pt; letter-spacing:2pt;
font-weight:bold; line-height:18pt;
font-weight:bold;
} }
a { a {
color:#327BBF; color:#327BBF;
text-decoration:none; text-decoration:none;
font-weight: bold; font-weight: bold;
} }
a:hover { a:hover {
text-decoration:underline; text-decoration:underline;
font-weight: bold; font-weight: bold;
} }
th { th {
color:black;
color:black; line-height:12pt;
line-height:12pt; padding:5px 10px;
padding:5px 10px; font-size:10pt;
font-size:10pt;
} }
td { td {
color:black;
color:black; line-height:12pt;
line-height:12pt; padding:5px 10px;
padding:5px 10px; font-size:10pt;
font-size:10pt; vertical-align:center;
vertical-align:center;
} }
li { li {
color:black;
color:black; line-height:12pt;
line-height:12pt; margin-left:5mm;
margin-left:5mm; margin-right:5mm;
margin-right:5mm; font-size:10pt;
font-size:10pt;
} }
tr.list1 { tr.list1 {
background-color:#E8E8EC; background-color:#E8E8EC;
} }
tr.list0 { tr.list0 {
background-color:#F0F0F4; background-color:#F0F0F4;
} }
p.messages { p.messages {
background-color:#92CAFF; background-color:#92CAFF;
color:#327BBF; color:#327BBF;
color:black; color:black;
border-style:dotted; border-style:dotted;
padding-top: 5mm; padding-top: 5mm;
padding-right: 5mm; padding-right: 5mm;
padding-bottom: 5mm; padding-bottom: 5mm;
padding-left: 5mm; padding-left: 5mm;
} }
#help { #help {
border-style:dotted; border-style:dotted;
padding-top: 5mm; padding-top: 5mm;
padding-right: 5mm; padding-right: 5mm;
padding-bottom: 5mm; padding-bottom: 5mm;
padding-left: 5mm; padding-left: 5mm;
} }
p.footer { p.footer {
font-size:7pt; font-size:7pt;
text-align: center; text-align: center;
} }
.illustrate { .illustrate {
margin: 10px; margin: 10px;
padding: 10px; padding: 10px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #001; border: 1px solid #001;
font-size: 10pt; font-size: 10pt;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 0px #002;
background: #fff; background: #fff;
} }
.page { .page {
background-color: #fff; background-color: #fff;
color:#001; color:#001;
margin: 20px; margin: 20px;
padding: 10px 20px 20px 20px; padding: 10px 20px 20px 20px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-khtml-border-radius: 4px; -khtml-border-radius: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #001; border: 1px solid #001;
font-size: 10pt !important; font-size: 10pt !important;
line-height: 160% !important; line-height: 160% !important;
-moz-box-shadow: inset 0px 0px 1px 0px #002; -moz-box-shadow: inset 0px 0px 1px 0px #002;
} }
.iframed .page { .iframed .page {
margin: 0 20px; margin: 0 20px;
} }
input[type=submit] { input[type=submit] {
...@@ -154,7 +150,6 @@ input[type=submit]:hover { ...@@ -154,7 +150,6 @@ input[type=submit]:hover {
border: 1px solid #f60; border: 1px solid #f60;
opacity: 1.0; opacity: 1.0;
-moz-box-shadow: inset 0px 0px 0px 1px #fff; -moz-box-shadow: inset 0px 0px 0px 1px #fff;
} }
input[type=reset] { input[type=reset] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment