Files
i2p.itoopie/installer/resources/themes/console/classic/console_big.css

38 lines
639 B
CSS
Raw Normal View History

/* Classic & Midnight Themes */
/* Larger fontsize override for sidepanel to accomodate foreign charactersets */
/* sidepanel */
div.routersummary {
2009-11-01 23:54:55 +00:00
font: 9.5pt/125%;
}
div.routersummary h3 {
2009-11-01 23:54:55 +00:00
font-size: 12.5pt;
}
div.routersummary h4 {
2009-11-01 23:54:55 +00:00
font-size: 11.5pt;
}
div.routersummary table {
2009-11-01 23:54:55 +00:00
font-size: 8.5pt;
}
div.routersummary table a:link, div.routersummary table a:visited {
2009-11-01 23:54:55 +00:00
font-size: 10.5pt;
}
div.tunnels a{
font-size: 8pt !important;
}
/* global overrides */
a, b {
font-weight: normal !important;
}
body {
font: 10pt/140% "Bitstream Vera Sans", Verdana, Helvetica, Sans, sans-serif;
}