forked from I2P_Developers/i2p.i2p
Intitial proxy error tweaks, readme alt tag fixology. <b>(Blame the French!)
This commit is contained in:
@@ -11,7 +11,7 @@ Proxy-Connection: close
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"/></a><br />
|
||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
|
@@ -11,7 +11,7 @@ Proxy-Connection: close
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"/></a><br />
|
||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
|
@@ -11,7 +11,7 @@ Proxy-Connection: close
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"/></a><br />
|
||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
|
@@ -11,7 +11,7 @@ Proxy-Connection: close
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"/></a><br />
|
||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
|
@@ -11,7 +11,7 @@ Proxy-Connection: close
|
||||
</head>
|
||||
<body>
|
||||
<div class=logo>
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="Router Console" width="187" height="35" border="0"/></a><br />
|
||||
<a href="http://127.0.0.1:7657/index.jsp" title="Router Console"><img src="http://proxy.i2p/themes/console/images/i2plogo.png" alt="I2P Router Console" border="0"/></a><br />
|
||||
[<a href="http://127.0.0.1:7657/config.jsp">configuration</a> | <a href="http://127.0.0.1:7657/help.jsp">help</a>]
|
||||
</div>
|
||||
<div class=warning id=warning>
|
||||
|
@@ -100,12 +100,19 @@ div.routersummary {
|
||||
}
|
||||
|
||||
div.warning {
|
||||
margin: 0em 1em 1em 224px;
|
||||
padding: .5em 1em;
|
||||
background: #ffefef;
|
||||
border: medium solid #ffafaf;
|
||||
margin: 0 20px 10px 224px;
|
||||
padding: 20px 25px 20px 75px;
|
||||
background: #fff;
|
||||
border: 1px solid #d00;
|
||||
text-align: left;
|
||||
color: inherit;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
text-align: justify;
|
||||
background-image:url("images/errortriangle.png");
|
||||
background-position:15px center;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
div.main {
|
||||
@@ -229,9 +236,9 @@ tr:nth-child(odd) {
|
||||
}
|
||||
|
||||
tr:last-child {
|
||||
background: #bbf url('images/lightbluetile.png') !important;
|
||||
background: #004 url('images/lightbluetile.png') !important;
|
||||
font-weight: bold;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #99f !important;
|
||||
}
|
||||
|
||||
td {
|
||||
@@ -469,4 +476,9 @@ textarea {
|
||||
border: 1px solid #99f;
|
||||
}
|
||||
|
||||
form {}
|
||||
form {}
|
||||
|
||||
.proxyfooter {
|
||||
font-color: #f00;
|
||||
font-size: 7pt;
|
||||
}
|
@@ -26,11 +26,14 @@ pre {
|
||||
div.logo {
|
||||
float: left;
|
||||
padding: 10px 10px 10px 14px;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
font-color: #fff;
|
||||
border: 0px solid #f00;
|
||||
margin: 0 20px 0 14px;
|
||||
display: none !important;
|
||||
border: 1px solid #002;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
background: #ddddff url('images/lightbluetile.png');
|
||||
}
|
||||
|
||||
div.toolbar {
|
||||
@@ -97,12 +100,19 @@ div.routersummary {
|
||||
}
|
||||
|
||||
div.warning {
|
||||
margin: 0em 1em 1em 224px;
|
||||
padding: .5em 1em;
|
||||
background: #ffefef;
|
||||
border: medium solid #ffafaf;
|
||||
margin: 0 20px 10px 224px;
|
||||
padding: 20px 25px 20px 75px;
|
||||
background: #fff;
|
||||
border: 1px solid #d00;
|
||||
text-align: left;
|
||||
color: inherit;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
text-align: justify;
|
||||
background-image:url("images/errortriangle.png");
|
||||
background-position:15px center;
|
||||
background-repeat:no-repeat;
|
||||
}
|
||||
|
||||
div.main {
|
||||
@@ -209,7 +219,7 @@ table {
|
||||
margin: 5px 0px 5px 0px;
|
||||
cell-padding: 1px;
|
||||
font-size: 7pt;
|
||||
background: #ddf;
|
||||
background: #b4c8ff url('images/tabletitlelight.png') repeat-x;
|
||||
}
|
||||
|
||||
th {
|
||||
@@ -235,7 +245,6 @@ tr:nth-child(odd) {
|
||||
tr:last-child {
|
||||
background: #bbf url('images/tabletilelighter.png') !important;
|
||||
font-weight: bold;
|
||||
font-size: 8pt;
|
||||
border: 1px solid #002 !important;
|
||||
}
|
||||
|
||||
@@ -473,4 +482,16 @@ textarea {
|
||||
border: 1px solid #001;
|
||||
}
|
||||
|
||||
form {}
|
||||
form {}
|
||||
|
||||
.proxyfooter {
|
||||
margin: 0 20px 10px 224px;
|
||||
padding: 20px 25px 20px 75px;
|
||||
font-color: #f00;
|
||||
font-size: 7pt;
|
||||
text-align: right !important;
|
||||
border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border: 1px solid #001;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user