forked from I2P_Developers/i2p.i2p
Console themes: rework ieshim.css for classic/ie; Classic & Light tweaks; I2PSnark vanilla/ubergine edits.
This commit is contained in:
@@ -330,7 +330,7 @@ div.main textarea {
|
||||
|
||||
div.main h2 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 0px;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
div.welcome {
|
||||
@@ -788,6 +788,15 @@ tt {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.tidylist code {
|
||||
text-align: left;
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
color: #390;
|
||||
padding: 2px 3px;
|
||||
background: #eeb;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.graphspanel {
|
||||
padding: 10px 5px 20px 5px;
|
||||
margin: -16px -16px -11px -16px;
|
||||
@@ -826,4 +835,18 @@ div.graphspanel form:last-child {
|
||||
div.graphspanel h3 {
|
||||
text-align: left;
|
||||
margin: 10px 20px 10px 20px;
|
||||
}
|
||||
|
||||
div.footnote {
|
||||
text-align: right;
|
||||
color: #99f;
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
div.footnote hr{
|
||||
margin: 10px 0 5px 0 !important;
|
||||
color: #99f;
|
||||
background: #99f;
|
||||
height: 1px;
|
||||
border: 0px solid #99f;
|
||||
}
|
Reference in New Issue
Block a user