Files
i2p.i2p/apps/routerconsole/jsp/themes/console/light/console_big.css
2020-12-06 11:55:40 +00:00

272 lines
5.0 KiB
CSS

/* I2P Theme Override: Light */
/* Comment: Larger text & other optimizations for Chinese & other doublebyte charactersets */
/* Author: dr|z3d */
h1, h2, h3, h4 {
font-weight: normal !important;
text-shadow: none;
word-spacing: 0.1em;
}
h3 {
font-size: 12pt;
}
b, a, input, button, input[type="submit"], input[type="reset"], i, th, thead, tfoot, .mediumtags, .themelabel {
font-weight: normal !important;
font-style: normal !important;
}
b {
color: #111;
}
.langbox {
width: 400px;
}
button, input[type="submit"], input[type="reset"] {
font-size: 10.5pt !important;
padding: 3px 5px 3px 22px !important;
line-height: 140% !important;
display: inline-block;
letter-spacing: 0.1em;
}
button.reload[value="restart"], button.stop[value="shutdown"] {
padding-top: 3px !important;
padding-bottom: 3px !important;
}
button.control {
padding: 12px 11px !important;
}
#sidebarconf button {
padding: 3px !important;
}
.routersummary table {
font-size: 8.5pt;
}
.routersummary a {
font-size: 10pt !important;
}
.routersummary h3, .routersummary h4, .routersummary p, .routersummary h3 a, .routersummary a {
text-shadow: none !important;
}
.routersummary h3 a {
font-size: 11pt !important;
}
.routersummary h4, .routersummary h4 a {
font-size: 10.5pt !important;
}
.routersummary b {
font-size: 9.5pt;
font-weight: normal !important;
}
.routersummary a {
word-spacing: 0.1em !important;
font-size: 10pt;
line-height: 130%;
}
#sb_graphcontainer {
background-position: left -60px top -20px !important;
}
.sb_newsheadings td, .sb_newsheadings tr:hover td {
background-position: 4px center !important;
padding-left: 22px !important;
}
#sb_general td::after, #sb_shortgeneral td::after, #sb_advancedgeneral td::after,
#sb_bandwidth td::after, #sb_peers td::after, #sb_peersadvanced td::after, #sb_tunnels td::after, #sb_queue td::after {
min-height: 15px !important;
}
div.news, .newscontent p {
font-size: 10pt !important;
}
#newsStatus, #newsDisplay {
font-size: 10.5pt !important;
letter-spacing: 0.05em;
}
.applabel a {
font-size: 11pt !important;
display: inline-block;
vertical-align: middle;
}
input, input:visited, button {
font-size: 10pt !Important;
}
.smallhead {
font-size: 8.5pt
}
th {
font-size: 10pt;
}
.tunneldisplay th {
font-size: 10.5pt !important;
}
td, .mediumtags {
font-size: 10pt !important;
font-weight: normal !important;
}
.statusnotes {
font-size: 10.5pt !important;
letter-spacing: 0.2em !important;
text-shadow: none !important;
}
.tablefooter tr, .tablefooter td {
font-size: 10pt !important;
}
div.tunnels a {
font-size: 9.5pt !important;
letter-spacing: 0 !important;
word-spacing: 0 !important;
}
code, tt, div {
font-size: 10pt !important;
}
.messages, .messages li, .infohelp, .infowarn {
font-weight: normal !important;
font-size: 11pt !important;
}
.tab, .tab2 {
font-size: 11pt;
font-weight: normal;
}
.ui_lang {
font-size: 9pt !important;
}
#externali2cp td label + br {
display: none;
}
#externali2cp td label {
margin-right: 8px;
white-space: nowrap;
}
#config_service p.infohelp, #config_clients p.infohelp, #config_clients p.infowarn, #config_clients p#pluginconfig, #config_tunnels p.infohelp,
p#enablefullstats {
margin-top: 12px;
}
#config_family p.infohelp {
margin-bottom: 12px;
}
#jardump td, #jardump td tt {
font-size: 8.5pt !important;
}
#console p, #console li, #console b {
font-size: 10.5pt !important;
letter-spacing: 0.1em;
word-spacing: 0.1em;
line-height: 160%;
}
#console code, #console a {
letter-spacing: normal;
word-spacing: normal;
font-size: 10.5pt !important;
}
#console p a, #console li a {
background: rgba(220,220,255,0.5);
border-radius: 2px;
display: inline-block;
padding: 1px 4px;
}
#console .links {
margin-bottom: -15px;
background: rgba(220,220,255,0.3);
padding: 15px 10px;
border-radius: 4px;
}
#console .twocol {
margin-bottom: -25px !important;
}
#console li {
text-align: justify;
list-style: none;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
#console .links li {
margin-left: 35px;
}
#console a:hover code {
color: #f60 !important;
}
.tunnel_cap b, b.tunnel_cap {
color: #fff !important;
font-weight: bold !important;
}
.cells tt, #profilelist tt, tt a {
font-weight: bold !important;
}
.formaction {
margin-top: -16px;
}
/* responsive layout */
@media screen and (min-width: 1500px) {
.langbox {
line-height: 115% !important;
}
#console p, #console li, #console code, #console a {
font-size: 11pt !important;
}
#console .twocol {
margin-bottom: -30px !important;
}
.ui_lang {
font-size: 10pt !important;
}
.themelabel {
font-size: 11pt !important;
}
}
/* end responsive layout */