Return of the nth-child!

This commit is contained in:
z3d
2009-07-15 23:32:46 +00:00
parent fa6a6fa4ef
commit ab349a5303
4 changed files with 54 additions and 42 deletions

View File

@ -138,7 +138,7 @@ It should usually be close to zero.
If it is consistently high, your computer is too slow, If it is consistently high, your computer is too slow,
and you should reduce your share bandwidth limits. and you should reduce your share bandwidth limits.
<li class="tidylist"><b>Accepting/Rejecting:</b> <li class="tidylist"><b>Accepting/Rejecting:</b>
Your routers' status on accepting or rejecting Your router's status on accepting or rejecting
requests from other routers to build a requests from other routers to build a
participating tunnel through your router. participating tunnel through your router.
Your router may accept all requests, accept or reject a percentage of requests, Your router may accept all requests, accept or reject a percentage of requests,

View File

@ -88,6 +88,7 @@ div.routersummary {
text-align: center; text-align: center;
border: 1px solid #9999ff; border: 1px solid #9999ff;
background: #003; background: #003;
background: url(images/darkbluebg.png);
color: #eef; color: #eef;
font-size: 8pt; font-size: 8pt;
clear: left;/* fixes a bug in Opera */ clear: left;/* fixes a bug in Opera */
@ -128,6 +129,7 @@ div.news {
padding: 20px 30px 20px 30px; padding: 20px 30px 20px 30px;
border: 1px solid #99f; border: 1px solid #99f;
background: #004; background: #004;
background: url("images/darkbluetile.png");
color: #eef; color: #eef;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
@ -138,7 +140,7 @@ div.news {
div.news li { div.news li {
text-align: justify; text-align: justify;
font-weight: bold; font-weight: bold;
list-style: url(images/info_dark.png); list-style: url('images/info_dark.png');
margin: 0 10px 0 30px; margin: 0 10px 0 30px;
padding: 5px; padding: 5px;
vertical-align: middle; vertical-align: middle;
@ -147,7 +149,7 @@ div.news li {
div.confignav { div.confignav {
padding: 0 15px; padding: 0 15px;
margin: 0 0px 25px 0; margin: 0 0px 25px 0;
background: #004; background: #004 url('images/darkbluebg.png');
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border: 1px solid #99f; border: 1px solid #99f;
@ -163,12 +165,12 @@ div.configure {
} }
div.messages { div.messages {
padding: 10px; padding: 0 10px;
margin: 10px 0 20px 0; margin: 10px 0 20px 0;
background: #005;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border: 1px solid #99f; border: 1px solid #99f;
background: #008 url('images/lightbluetile.png');
} }
div.messages span.error { div.messages span.error {
@ -180,11 +182,11 @@ div.messages span.notice {
} }
div.messages li { div.messages li {
text-align: justify; text-align: justify !important;
font-weight: bold; font-weight: bold;
list-style: url(images/warning_dark.png); list-style: url(images/warning_dark.png) !important;
margin: 0 0 0 30px !important; margin: 0 10px 0 35px !important;
padding: 5px; padding: 5px 10px !important;
border: 0px !important; border: 0px !important;
} }
@ -195,7 +197,7 @@ table {
margin: 5px 0px 5px 0px; margin: 5px 0px 5px 0px;
cell-padding: 1px; cell-padding: 1px;
font-size: 7pt; font-size: 7pt;
background: url('images/darkbluetile.png'); background: #003;
} }
th { th {
@ -211,7 +213,13 @@ tr {
} }
tr:nth-child(even) { tr:nth-child(even) {
background: url('images/darkerbluetile.png'); background: #002 url('images/darkerbluetile.png') !important;
vertical-align: middle;
}
tr:nth-child(odd) {
background: #003 url('images/darkbluetile.png') !important;
vertical-align: middle;
} }
td { td {
@ -239,16 +247,7 @@ div.main li {
text-align: justify !important; text-align: justify !important;
} }
div.main li:nth-child ( even ){
text-align: left;
list-style: square;
margin: 2px 0px 2px 30px;
padding: 1px 20px 1px 0px;
border-right: 4px solid #339;
}
ol { ol {
/* white-space: pre-wrap; screwy layout removals. */
display: inline; display: inline;
margin: 1px 0 0 0; margin: 1px 0 0 0;
padding: 1px 0 0 20px; padding: 1px 0 0 20px;
@ -278,9 +277,10 @@ a:hover{
} }
.links { .links {
list-style: url(images/link_dark.png); list-style-image: url("images/link_dark.png");
margin: 0 5px 0 0px; margin: 0 5px 0 0px;
padding: 0px 5px; padding: 0px 5px;
text-align: justify;
} }
p { p {
@ -300,7 +300,7 @@ h1 {
letter-spacing: 0.15em; letter-spacing: 0.15em;
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8); text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
white-space: normal; white-space: normal;
background: #004 url('images/darkbluebg.png') repeat-x; background: #004 url('images/darkbluebg.png');
-moz-box-shadow: inset 0px 0px 16px 0px #009; -moz-box-shadow: inset 0px 0px 16px 0px #009;
border: 1px solid #99f; border: 1px solid #99f;
border-radius: 4px; border-radius: 4px;

View File

@ -2,7 +2,7 @@ body {
margin: 25px 10px 0 5px; margin: 25px 10px 0 5px;
padding: 0em; padding: 0em;
text-align: center; text-align: center;
background: #fff; background: #eef;
color: #000; color: #000;
font: 9pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; font: 9pt/130% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
} }
@ -109,7 +109,7 @@ div.warning {
div.main { div.main {
margin: 0px 0px 20px 220px; margin: 0px 0px 20px 220px;
padding: 0 15px 15px 25px; padding: 0 15px 15px 25px;
background: #fff; background: #eef;
text-align: left; text-align: left;
color: #001; color: #001;
width: auto; width: auto;
@ -139,7 +139,7 @@ div.news {
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
text-align: justify; text-align: justify !important;
line-height: 140%; line-height: 140%;
} }
@ -170,14 +170,23 @@ div.configure {
} }
div.messages { div.messages {
padding: 0 10px 0 15px; padding: 0 10px;
margin: 10px 0 20px 0; margin: 10px 0 20px 0;
background: #ddf; background: #ddf;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border: 1px solid #000033; border: 1px solid #000033;
text-size: 9pt; background: #008 url('images/lightbluetile.png');
} }
/*
div.messages {
padding: 0 10px;
margin: 10px 0 20px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border: 1px solid #99f;
background: #008 url('images/lightbluetile.png');
}
*/
div.messages span.error { div.messages span.error {
color: #d00000; color: #d00000;
} }
@ -187,9 +196,12 @@ div.messages span.notice {
} }
div.messages li { div.messages li {
text-align: justify; text-align: justify !important;
font-weight: bold; font-weight: bold;
list-style: url(images/warning.png); list-style: url(images/warning.png) !important;
margin: 0 10px 0 35px !important;
padding: 5px 10px !important;
border: 0px !important;
} }
table { table {
@ -215,11 +227,11 @@ tr {
} }
tr:nth-child(even) { tr:nth-child(even) {
background: #99f url('images/tabletile.png'); background: #99f url('images/tabletile.png') !important;
} }
tr:nth-child(odd) { tr:nth-child(odd) {
background: #bbf url('images/tabletile_alt.png'); background: #bbf url('images/tabletile_alt.png') !important;
} }
td { td {

View File

@ -16,21 +16,21 @@
- tell your browser to use the <b>HTTP proxy at localhost port 4444</b>, then - tell your browser to use the <b>HTTP proxy at localhost port 4444</b>, then
browse to an eepsite:<br /> browse to an eepsite:<br />
<ul class="links"> <ul class="links">
<li class="tidylist"><a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p</a> <li><a href="http://inproxy.tino.i2p/status.php">inproxy.tino.i2p</a>
and <a href="http://perv.i2p/stats.cgi">perv.i2p</a>: sites tracking active and <a href="http://perv.i2p/stats.cgi">perv.i2p</a>: sites tracking active
eepsites</li> eepsites</li>
<li class="tidylist"><a href="http://forum.i2p/">forum.i2p</a>: a secure <li><a href="http://forum.i2p/">forum.i2p</a>: a secure
and anonymous connection to <a href="http://forum.i2p2.de/">forum.i2p2.de</a></li> and anonymous connection to <a href="http://forum.i2p2.de/">forum.i2p2.de</a></li>
<li class="tidylist"><a href="http://www.i2p2.i2p/">www.i2p2.i2p</a> and <li><a href="http://www.i2p2.i2p/">www.i2p2.i2p</a> and
mirror <a href="http://i2p-projekt.i2p">i2p-projekt.i2p</a>: secure and mirror <a href="http://i2p-projekt.i2p">i2p-projekt.i2p</a>: secure and
anonymous connections to <a href="http://www.i2p2.de/">www.i2p2.de</a></li> anonymous connections to <a href="http://www.i2p2.de/">www.i2p2.de</a></li>
<li class="tidylist"><a href="http://eepsites.i2p/">eepsites.i2p</a>: an <li><a href="http://eepsites.i2p/">eepsites.i2p</a>: an
anonymously hosted search engine of eepsites</li> anonymously hosted search engine of eepsites</li>
<li class="tidylist"><a href="http://ugha.i2p/">ugha.i2p</a>: ugha's eepsite, <li><a href="http://ugha.i2p/">ugha.i2p</a>: ugha's eepsite,
a wiki that anyone can edit, and lots of links</li> a wiki that anyone can edit, and lots of links</li>
<li class="tidylist"><a href="http://fproxy.tino.i2p">fproxy.tino.i2p</a>: <li><a href="http://fproxy.tino.i2p">fproxy.tino.i2p</a>:
Freenet proxy</li> Freenet proxy</li>
<li class="tidylist"><a href="http://echelon.i2p">echelon.i2p</a>: software <li><a href="http://echelon.i2p">echelon.i2p</a>: software
archive and information for I2P</li> archive and information for I2P</li>
<p></p> <p></p>
There are many more eepsites - just follow the links from the ones you see, There are many more eepsites - just follow the links from the ones you see,