Files
i2p.i2p/apps/susidns/src/css.css

124 lines
1.8 KiB
CSS
Raw Normal View History

body {
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
background-color: #eef;
color:#001;
}
2005-09-16 04:04:40 +00:00
p {
color:black;
line-height:12pt;
margin-left:5mm;
margin-right:5mm;
font-size:10pt;
text-align: justify;
2005-09-16 04:04:40 +00:00
}
span.addrhlpr {
font-size:7pt;
}
h3 {
2005-09-16 04:04:40 +00:00
color:black;
font-size:12pt;
letter-spacing:2pt;
line-height:18pt;
font-weight:bold;
}
a {
color:#327BBF;
text-decoration:none;
font-weight: bold;
2005-09-16 04:04:40 +00:00
}
a:hover {
text-decoration:underline;
font-weight: bold;
2005-09-16 04:04:40 +00:00
}
th {
2005-09-16 04:04:40 +00:00
color:black;
line-height:12pt;
margin-left:5mm;
margin-right:5mm;
font-size:10pt;
}
td {
2005-09-16 04:04:40 +00:00
color:black;
line-height:12pt;
margin-left:5mm;
margin-right:5mm;
font-size:10pt;
vertical-align:center;
}
li {
2005-09-16 04:04:40 +00:00
color:black;
line-height:12pt;
margin-left:5mm;
margin-right:5mm;
font-size:10pt;
}
tr.list1 {
background-color:#E0E0E0;
}
tr.list0 {
background-color:white;
}
p.messages {
background-color:#92CAFF;
color:#327BBF;
color:black;
border-style:dotted;
padding-top: 5mm;
padding-right: 5mm;
padding-bottom: 5mm;
padding-left: 5mm;
}
#help {
border-style:dotted;
padding-top: 5mm;
padding-right: 5mm;
padding-bottom: 5mm;
padding-left: 5mm;
}
p.footer {
font-size:7pt;
text-align: center;
}
.illustrate {
margin: 10px;
padding: 10px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #001;
font-size: 10pt;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
background: #fff;
}
.page {
2009-07-20 15:37:11 +00:00
background-color: #fff;
color:#001;
margin: 20px;
padding: 10px 20px 20px 20px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #001;
2009-07-20 15:37:11 +00:00
font-size: 10pt !important;
line-height: 160% !important;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
2005-09-16 04:04:40 +00:00
}