forked from I2P_Developers/i2p.i2p
Readme tweak; dark tweaks.
This commit is contained in:
@@ -60,7 +60,7 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct
|
||||
<li class="tidylist"><b>Ugha's Wiki</b><br><a href="http://ugha.i2p/" target="_blank">ugha.i2p</a>: An open wiki that anyone can edit with plenty of information about I2P, help for beginners, additional links into the network etc.</li>
|
||||
<li class="tidylist"><b>I2P to Freenet Proxy</b><br><a href="http://fproxy.tino.i2p" target="_blank">fproxy.tino.i2p</a>:
|
||||
Peer into the filesharing world of the <a href="http://freenetproject.org/" target="_blank">Freenet</a> darknet with Tino's I2P to Freenet proxy.</li>
|
||||
<li class="tidylist"><b>The Planet (on I2P)</b><br><a href="http://planet.i2p/" target="_blank">planet.i2p</a>: An RSS aggregator site that takes news and events from around I2P and publishes them all in one place. A good place to visit to see the community at work!</li>
|
||||
<li class="tidylist"><b>The Planet (on I2P)</b><br><a href="http://planet.i2p/" target="_blank">planet.i2p</a>: An RSS aggregator site that takes news and events from around I2P and publishes them all in one place. A good site to visit to see the community at work!</li>
|
||||
<li class="tidylist"><b>Eepsite Search Engine</b><br><a href="http://eepsites.i2p/" target="_blank">eepsites.i2p</a>: An
|
||||
anonymously hosted eepsite search engine.</li>
|
||||
<li class="tidylist"><b>I2P Network Health</b><br><a href="http://stats.i2p/cgi-bin/dashboard.cgi" target="_blank">stats.i2p</a>: Check out various aspects of network performance with this I2P network monitoring site run by zzz.</li>
|
||||
|
||||
@@ -45,6 +45,14 @@ div.logo {
|
||||
box-shadow: inset 0px 0px 1px 0px #009;
|
||||
}
|
||||
|
||||
div.logo hr {
|
||||
color: #494;
|
||||
background: #494;
|
||||
height: 1px;
|
||||
border: 0px solid #494;
|
||||
margin: 10px 0 5px;
|
||||
}
|
||||
|
||||
div.toolbar {
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
@@ -559,13 +567,21 @@ div.main li b {
|
||||
}
|
||||
|
||||
.tidylist:first-child {
|
||||
padding-top: 5px;
|
||||
/* padding-top: 5px;*/
|
||||
}
|
||||
|
||||
.tidylist:last-child {
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.tidylist code {
|
||||
text-align: left;
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
color: #dd0;
|
||||
padding: 1px 2px;
|
||||
background: #030;
|
||||
}
|
||||
|
||||
ol {
|
||||
display: inline;
|
||||
margin: 1px 0 0 0;
|
||||
@@ -583,7 +599,6 @@ code {
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
color: #dd0;
|
||||
padding: 1px 2px;
|
||||
background: #030;
|
||||
}
|
||||
|
||||
a:link, h2 a:link{
|
||||
@@ -918,16 +933,28 @@ div.joblog {
|
||||
text-align: justify !important;
|
||||
overflow-x: scroll; /* Opera fix */
|
||||
}
|
||||
|
||||
div.main li {
|
||||
text-align: left;
|
||||
list-style: square;
|
||||
margin: 2px 0px 2px 30px;
|
||||
padding: 2px 20px 2px 0px;
|
||||
/* line-height: 150%;*/
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
div.joblog:li {
|
||||
div.joblog li {
|
||||
word-wrap: break-word !important;
|
||||
text-align: justify !important;
|
||||
line-height: 80% !important;
|
||||
line-height: 120% !important;
|
||||
margin: 2px 0px 2px 30px;
|
||||
padding: 2px 20px 2px 0px;
|
||||
}
|
||||
|
||||
div.joblog:ul {
|
||||
div.joblog ul {
|
||||
word-wrap: break-word !important;
|
||||
text-align: justify;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
div.joblog li:first-child {
|
||||
@@ -935,7 +962,7 @@ div.joblog li:first-child {
|
||||
}
|
||||
|
||||
div.joblog li:last-child {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
|
||||
div.joblog form:first-child {
|
||||
|
||||
Reference in New Issue
Block a user