forked from I2P_Developers/i2p.i2p
Formatting tweaks to help.jsp & theme mods.
This commit is contained in:
@@ -89,7 +89,7 @@ These may be clients started through <a href="i2ptunnel/index.jsp">I2PTunnel</a>
|
|||||||
or external programs connecting through SAM, BOB, or directly to I2CP.
|
or external programs connecting through SAM, BOB, or directly to I2CP.
|
||||||
</div>
|
</div>
|
||||||
<h3>Tunnels in/out</h3><div align="justify">
|
<h3>Tunnels in/out</h3><div align="justify">
|
||||||
The actual tunnels are shown on the <a href="tunnels.jsp">the tunnels page</a>.</div>
|
The actual tunnels are shown on the <a href="tunnels.jsp">the tunnels page</a>.</div><br>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="tidylist"><b>Exploratory:</b><div align="justify">
|
<li class="tidylist"><b>Exploratory:</b><div align="justify">
|
||||||
Tunnels built by your router and used for communication with the floodfill peers,
|
Tunnels built by your router and used for communication with the floodfill peers,
|
||||||
@@ -107,7 +107,7 @@ the <a href="configadvanced.jsp">advanced configuration page</a>. <a href="confi
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Congestion</h3>
|
<h3>Congestion</h3>
|
||||||
Some basic indications of router overload:
|
Some basic indications of router overload:<br>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="tidylist"><b>Job lag:</b>
|
<li class="tidylist"><b>Job lag:</b>
|
||||||
How long jobs are waiting before execution. The job queue is listed on the <a href="jobs.jsp">jobs page</a>.
|
How long jobs are waiting before execution. The job queue is listed on the <a href="jobs.jsp">jobs page</a>.
|
||||||
@@ -188,12 +188,11 @@ client applications can be found on our <a href="http://www.i2p2.i2p/download">d
|
|||||||
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
|
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
|
||||||
<% File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
|
<% File fpath = new java.io.File(net.i2p.I2PAppContext.getGlobalContext().getBaseDir(), "history.txt"); %>
|
||||||
<jsp:setProperty name="contenthelper" property="page" value="<%=fpath.getAbsolutePath()%>" />
|
<jsp:setProperty name="contenthelper" property="page" value="<%=fpath.getAbsolutePath()%>" />
|
||||||
<jsp:setProperty name="contenthelper" property="maxLines" value="500" />
|
<jsp:setProperty name="contenthelper" property="maxLines" value="256" />
|
||||||
<jsp:setProperty name="contenthelper" property="startAtBeginning" value="true" />
|
<jsp:setProperty name="contenthelper" property="startAtBeginning" value="true" />
|
||||||
<jsp:getProperty name="contenthelper" property="textContent" />
|
<jsp:getProperty name="contenthelper" property="textContent" />
|
||||||
|
|
||||||
<p>
|
<p>A more complete list of changes can be found
|
||||||
A more complete list of changes can be found
|
|
||||||
in the history.txt file in your i2p directory.
|
in the history.txt file in your i2p directory.
|
||||||
</p><hr />
|
</p><hr />
|
||||||
</div>
|
</div>
|
||||||
|
@@ -269,7 +269,7 @@ div.main li:nth-child ( even ){
|
|||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
white-space: pre-wrap;
|
/* 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;
|
||||||
@@ -324,7 +324,7 @@ h1 {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.15em;
|
letter-spacing: 0.15em;
|
||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
|
text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.8);
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
background-color: #004;
|
background-color: #004;
|
||||||
-moz-box-shadow: inset 0px 0px 16px 0px #009;
|
-moz-box-shadow: inset 0px 0px 16px 0px #009;
|
||||||
@@ -340,13 +340,10 @@ h1 {
|
|||||||
h2 {
|
h2 {
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
|
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
background-color: #003;
|
background-color: #003;
|
||||||
background-image: url('images/tabletile.png');
|
background-image: url('images/darkbluebg.png');
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
border-bottom-color: #99f;
|
|
||||||
padding: 5px 10px 8px 10px;
|
padding: 5px 10px 8px 10px;
|
||||||
wordwrap: none;
|
wordwrap: none;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
@@ -354,6 +351,7 @@ h2 {
|
|||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
margin: 25px 0 20px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 a:link {
|
h2 a:link {
|
||||||
@@ -367,17 +365,13 @@ h2 a:visited {
|
|||||||
h2 a:hover {
|
h2 a:hover {
|
||||||
color: #ff6600;
|
color: #ff6600;
|
||||||
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
text-shadow: 0px 0px 1px rgba(255, 255, 72, 0.9);
|
||||||
border-bottom-width: 1px;
|
|
||||||
border-bottom-style: solid;
|
|
||||||
border-bottom-color: #99f;
|
|
||||||
padding-bottom: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
border-bottom-color: #99f;
|
border-bottom-color: #99f;
|
||||||
padding-bottom: 5px;
|
padding: 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
@@ -152,7 +152,7 @@ div.news li {
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
list-style-image: url(images/info.png);
|
list-style-image: url(images/info.png);
|
||||||
margin: 0 10px 0 25px;
|
margin: 0 10px 0 25px !important;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
@@ -197,8 +197,8 @@ div.messages li {
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
list-style-image: url(images/warning.png);
|
list-style-image: url(images/warning.png);
|
||||||
margin: 0 10px 0 30px;
|
/* margin: 0 10px 0 20px;
|
||||||
padding: 5px;
|
padding: 5px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
@@ -254,8 +254,8 @@ tt {
|
|||||||
div.main li {
|
div.main li {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
list-style-type: square;
|
list-style-type: square;
|
||||||
margin: 2px 5px 0px 30px;
|
margin: 2px 5px 0px 5px;
|
||||||
padding: 1px 20px 1px 0px;
|
padding: 1px 20px 1px 10px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -264,15 +264,17 @@ div.main li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
/*
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
*
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 2px 0 0 0;
|
margin: 1px 0 0 0;
|
||||||
padding: 10px 0 0 20px;
|
padding: 1px 0 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
display: inline;
|
/* display: inline; */
|
||||||
margin: 0;
|
margin: 5px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -300,8 +302,8 @@ a:active{
|
|||||||
|
|
||||||
.links {
|
.links {
|
||||||
list-style-image: url(images/link.png);
|
list-style-image: url(images/link.png);
|
||||||
margin: 0 5px 0 0px;
|
margin: 10px 5px 0 0px;
|
||||||
padding: 0px 5px;
|
padding: 10px 20px 10px 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@@ -332,21 +334,19 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
font-size: 12pt;
|
||||||
color: #000011;
|
color: #000011;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
background-color: #ddf;
|
background-color: #ddf;
|
||||||
background-image: url('images/tabletile.png');
|
background-image: url('images/tabletile.png');
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 128, 0.9);
|
text-shadow: 0px 0px 2px rgba(0, 0, 64, 0.5);
|
||||||
border-bottom-width: 1px;
|
padding: 7px 10px;
|
||||||
border-bottom-style: solid;
|
|
||||||
border-bottom-color: #000022;
|
|
||||||
padding: 7px 10px 7px 10px;
|
|
||||||
wordwrap: none;
|
wordwrap: none;
|
||||||
border: 1px solid #002;
|
border: 1px solid #002;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
|
margin: 25px 0 20px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 a:hover {
|
h2 a:hover {
|
||||||
@@ -359,10 +359,13 @@ h2 a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
border-bottom-width: 1px;
|
border: 1px solid #002;
|
||||||
border-bottom-style: solid;
|
padding: 3px 4px 3px 4px ;
|
||||||
border-bottom-color: #000022;
|
margin: 20px 0 15px 0;
|
||||||
padding-bottom: 5px;
|
border-radius: 0 4px 4px 0;
|
||||||
|
-moz-border-radius: 0 4px 4px 0;
|
||||||
|
-webkit-border-radius: 0 4px 4px 0;
|
||||||
|
background-color: #eef;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
Reference in New Issue
Block a user