forked from I2P_Developers/i2p.i2p
Introducing a new console theme, "midnight". Lightweight midnight blue theme, IE compatible.
This commit is contained in:
61
installer/resources/themes/console/midnight/console_big.css
Normal file
61
installer/resources/themes/console/midnight/console_big.css
Normal file
@@ -0,0 +1,61 @@
|
||||
/* I2P Theme: I2P Classic & Midnight Theme Override */
|
||||
/* I2P Description: Larger fontsize override for sidepanel to accomodate foreign charactersets */
|
||||
/* Author: Dr|Z3d */
|
||||
|
||||
|
||||
/* sidepanel */
|
||||
|
||||
div.routersummary {
|
||||
font: 9.5pt/125%;
|
||||
}
|
||||
|
||||
div.routersummary h3 {
|
||||
font-size: 12.5pt;
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
font-size: 11.5pt;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
div.routersummary table {
|
||||
font-size: 9pt;
|
||||
margin: -5px 0px -5px 1px;
|
||||
width: 188px !important;
|
||||
}
|
||||
|
||||
div.routersummary table a:link, div.routersummary table a:visited {
|
||||
font-size: 10.5pt;
|
||||
}
|
||||
|
||||
div.tunnels a{
|
||||
font-size: 8pt !important;
|
||||
}
|
||||
|
||||
/* global overrides */
|
||||
|
||||
a, b, div.routersummary h3 a, div.routersummary h4 {
|
||||
font-weight: normal !important;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font: 10pt Verdana, "Bitstream Vera Sans", Helvetica, Sans, sans-serif;
|
||||
}
|
||||
|
||||
div.main, div.main p, div.news p {
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
div.joblog li i {
|
||||
font-weight: normaL;
|
||||
}
|
||||
|
||||
b, div.joblog b {
|
||||
color: #ee8;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
table code {
|
||||
font-size: 120%;
|
||||
}
|
||||
Reference in New Issue
Block a user