forked from I2P_Developers/i2p.i2p
Whitespace fixes to dark susimail theme
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/* Susimail dark theme by dr|z3d */
|
||||
|
||||
body {
|
||||
background-color: #000;
|
||||
color:#ee9;
|
||||
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
background-color: #000;
|
||||
color:#ee9;
|
||||
font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
body.iframed {
|
||||
background: transparent !important;
|
||||
margin: 0;
|
||||
background: transparent !important;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
@@ -23,49 +23,48 @@ hr {
|
||||
}
|
||||
|
||||
li {
|
||||
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
font-size:10pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
font-size:10pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
}
|
||||
|
||||
p {
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
font-size:9pt;
|
||||
color:#ee9;
|
||||
line-height:12pt;
|
||||
margin-left:5mm;
|
||||
margin-right:5mm;
|
||||
font-size:9pt;
|
||||
}
|
||||
|
||||
p.hl {
|
||||
font-size:12pt;
|
||||
letter-spacing:2pt;
|
||||
line-height:18pt;
|
||||
font-weight:bold;
|
||||
font-size:12pt;
|
||||
letter-spacing:2pt;
|
||||
line-height:18pt;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
p.text {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
}
|
||||
|
||||
p.error {
|
||||
color:#ff0000;
|
||||
color:#ff0000;
|
||||
}
|
||||
|
||||
p.info {
|
||||
color:#327BBF;
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
span.coloured {
|
||||
color:#327BBF;
|
||||
color:#327BBF;
|
||||
}
|
||||
|
||||
p.footer {
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
margin-left:10mm;
|
||||
margin-right:10mm;
|
||||
font-size:8pt;
|
||||
line-height:10pt;
|
||||
display: none;
|
||||
@@ -88,55 +87,54 @@ p img {
|
||||
/* display: none; */
|
||||
height: 0;
|
||||
width: 0;
|
||||
margin: -20px 0;
|
||||
margin: -20px 0;
|
||||
}
|
||||
|
||||
p:first-child {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
p.error {
|
||||
display: block !important;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#f60;
|
||||
text-decoration:none;
|
||||
color:#f60;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
td {
|
||||
|
||||
color:#ee9;
|
||||
color:#ee9;
|
||||
margin: 0 5px;
|
||||
font-size: 8pt;
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
tr.list0 {
|
||||
background-color:#000;
|
||||
background-color:#000;
|
||||
}
|
||||
|
||||
tr.list1 {
|
||||
background-color:#010;
|
||||
background-color:#010;
|
||||
}
|
||||
|
||||
table.noborder {
|
||||
margin-left:0mm;
|
||||
margin-top:0mm;
|
||||
margin-right:0mm;
|
||||
margin-left:0mm;
|
||||
margin-top:0mm;
|
||||
margin-right:0mm;
|
||||
}
|
||||
|
||||
pre {
|
||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||
margin-left:1cm;
|
||||
margin-right:1cm;
|
||||
margin-left:1cm;
|
||||
margin-right:1cm;
|
||||
}
|
||||
|
||||
.page {
|
||||
color:#ee9;
|
||||
color:#ee9;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 9pt !important;
|
||||
@@ -144,85 +142,75 @@ pre {
|
||||
}
|
||||
|
||||
table {
|
||||
text-align: justify;
|
||||
width: 100%;
|
||||
text-align: justify;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
th {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
form {
|
||||
line-height: 160%
|
||||
line-height: 160%
|
||||
}
|
||||
|
||||
.mailhead {
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.cancel, input.clearselection, input.logout {
|
||||
background: #000 url('/themes/console/images/cancel.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.cancel {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
input.delete, input.delete_attachment, input.really_delete {
|
||||
background: #000 url('/themes/console/images/delete.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.download, input.lastpage {
|
||||
background: #000 url('/themes/console/images/arrow_down.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.firstpage {
|
||||
background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.forward, input.login, input.nextpage, input.send {
|
||||
background: #000 url('/themes/console/images/arrow_right.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.invertselection, input.reload, input.refresh {
|
||||
background: #000 url('/themes/console/images/arrow_refresh.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.markall, input.show {
|
||||
background: #000 url('/themes/console/images/tick.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.new, input.reply, input.replyall {
|
||||
background: #000 url('/themes/console/images/email.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.prevpage {
|
||||
background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.send, input.setpagesize {
|
||||
background: #000 url('/themes/console/images/accept.png') no-repeat 2px center;
|
||||
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
@@ -235,7 +223,7 @@ input {
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #494;
|
||||
background: #000 none !important;
|
||||
background: #000 none !important;
|
||||
color: #494;
|
||||
margin: 2px 4px 2px 0;
|
||||
font: bold 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
@@ -252,4 +240,4 @@ input[type=submit] {
|
||||
font: bold 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
|
||||
text-align: center;
|
||||
min-height: 22px !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user