I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6371f666 authored by z3d's avatar z3d
Browse files

Midnight console theme tweaks.

parent 105524d9
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ div.logo hr { ...@@ -47,7 +47,7 @@ div.logo hr {
background: #99f; background: #99f;
height: 1px; height: 1px;
border: 0px solid #99f; border: 0px solid #99f;
margin: 8px -3px; margin: 8px -5px;
} }
div.logo a:link, div.logo a:visited { div.logo a:link, div.logo a:visited {
...@@ -103,7 +103,7 @@ div.warning hr { ...@@ -103,7 +103,7 @@ div.warning hr {
background: #fb7; background: #fb7;
height: 1px; height: 1px;
border: 0px solid #fb7; border: 0px solid #fb7;
margin: 10px 0 5px 0; margin: 10px 0;
} }
div.warning h3 { div.warning h3 {
...@@ -114,6 +114,7 @@ div.warning h3 { ...@@ -114,6 +114,7 @@ div.warning h3 {
font-variant: small-caps; font-variant: small-caps;
text-transform: capitalize; text-transform: capitalize;
font-size: 12.5pt; font-size: 12.5pt;
background: none;
} }
/* console error messages */ /* console error messages */
...@@ -220,7 +221,7 @@ div.routersummary table { ...@@ -220,7 +221,7 @@ div.routersummary table {
border: 0; border: 0;
text-align: center !important; text-align: center !important;
margin: -5px 0px -5px 2px; margin: -5px 0px -5px 2px;
width: 185px !important; width: 186px !important;
overflow: hidden; overflow: hidden;
font-size: 8pt; font-size: 8pt;
padding: 0 -12px; padding: 0 -12px;
...@@ -257,6 +258,7 @@ div.tunnels table{ ...@@ -257,6 +258,7 @@ div.tunnels table{
width: 16px; width: 16px;
text-align: right; text-align: right;
margin-right: -2px; margin-right: -2px;
padding-right: 0;
} }
div.routersummary form { div.routersummary form {
...@@ -564,7 +566,7 @@ h2, h3 { ...@@ -564,7 +566,7 @@ h2, h3 {
.proxyfooter{ .proxyfooter{
font-size: 7pt; font-size: 7pt;
display: none !important; display: none !important;
} }
table { table {
...@@ -860,4 +862,12 @@ div.graphspanel h3 { ...@@ -860,4 +862,12 @@ div.graphspanel h3 {
table code { table code {
font-size: 8.5pt; font-size: 8.5pt;
}
table li:last-child{
margin-bottom: 15px;
}
table ul {
font-size: 8.5pt;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment