2009-11-09 17:21:24 +00:00
|
|
|
/* I2P Theme: I2P Classic Theme Override */
|
2009-11-10 14:16:54 +00:00
|
|
|
/* Description: Larger fontsize override for console to accomodate foreign charactersets */
|
2009-11-09 17:21:24 +00:00
|
|
|
/* Author: Dr|Z3d */
|
|
|
|
|
2009-10-24 12:46:01 +00:00
|
|
|
|
2009-10-27 12:31:24 +00:00
|
|
|
/* sidepanel */
|
2009-10-24 12:46:01 +00:00
|
|
|
|
|
|
|
div.routersummary {
|
2009-11-01 23:54:55 +00:00
|
|
|
font: 9.5pt/125%;
|
2009-10-24 12:46:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h3 {
|
2009-11-01 23:54:55 +00:00
|
|
|
font-size: 12.5pt;
|
2009-10-24 12:46:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary h4 {
|
2009-11-01 23:54:55 +00:00
|
|
|
font-size: 11.5pt;
|
2009-11-09 17:21:24 +00:00
|
|
|
letter-spacing: 0;
|
2009-10-24 12:46:01 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.routersummary table {
|
2009-11-09 17:21:24 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
margin: -5px 0px -5px -1px;
|
|
|
|
width: 188px !important;
|
2009-10-24 12:46:01 +00:00
|
|
|
}
|
|
|
|
|
2009-11-09 04:07:05 +00:00
|
|
|
div.routersummary table a:link, div.routersummary table a:visited {
|
2009-11-01 23:54:55 +00:00
|
|
|
font-size: 10.5pt;
|
2009-11-09 17:21:24 +00:00
|
|
|
}
|
2009-11-01 23:54:55 +00:00
|
|
|
|
2009-11-09 17:21:24 +00:00
|
|
|
div.tunnels a {
|
2009-11-10 14:16:54 +00:00
|
|
|
font-size: 9pt !important;
|
2009-10-24 12:46:01 +00:00
|
|
|
}
|
|
|
|
|
2009-11-09 17:21:24 +00:00
|
|
|
div.tunnels table {
|
|
|
|
width: 186px !important;
|
|
|
|
text-align: center;
|
|
|
|
margin: -4px 1px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td:first-child, div.tunnels td:last-child {
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td:last-child {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.tunnels td {
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
2009-11-09 04:07:05 +00:00
|
|
|
/* global overrides */
|
2009-10-24 12:46:01 +00:00
|
|
|
|
2009-11-09 17:21:24 +00:00
|
|
|
a, b, div.routersummary h3 a, div.routersummary h4 {
|
2009-11-09 04:07:05 +00:00
|
|
|
font-weight: normal !important;
|
2009-11-09 17:21:24 +00:00
|
|
|
font-size: 100%;
|
2009-10-24 12:46:01 +00:00
|
|
|
}
|
|
|
|
|
2009-11-09 04:07:05 +00:00
|
|
|
body {
|
2009-11-09 17:21:24 +00:00
|
|
|
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: #003;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table code {
|
|
|
|
font-size: 120%;
|
2009-11-09 04:07:05 +00:00
|
|
|
}
|