forked from I2P_Developers/i2p.i2p
Boost letter spacing and margins slightly
This commit is contained in:
@@ -5812,7 +5812,8 @@ ul.statlist a[name], ul.statlist b, ul.statlist li b, ul.statlist a[name]:hover,
|
||||
|
||||
.cells tt, #profilelist tt, #floodfills tt {
|
||||
font-size: 9pt !important;
|
||||
margin-left: 1px !important;
|
||||
letter-spacing: 0.07em;
|
||||
margin-left: 2px !important;
|
||||
margin-right: 2px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -642,22 +642,20 @@ td {
|
||||
|
||||
.snarkTorrentEven {
|
||||
background: #eef;
|
||||
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px);
|
||||
background: repeating-linear-gradient(135deg, rgba(255,255,255,0.5) 2px, rgba(240, 240, 255, 0.3) 3px, #fff 5px) #fff;
|
||||
}
|
||||
|
||||
.snarkTorrentOdd {
|
||||
background: #e0e0ff;
|
||||
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px);
|
||||
background: repeating-linear-gradient(45deg, rgba(255,255,255,0.5) 2px, rgba(221, 221, 255, 0.3) 3px, #fff 5px) #fff;
|
||||
}
|
||||
|
||||
.snarkTorrentOdd td, .snarkTorrentEven td {
|
||||
border-top: 1px solid #bbf !important;
|
||||
}
|
||||
|
||||
.snarkTorrents tr:hover, .snarkTorrents tr:hover td, .snarkDirInfo tr:hover, .snarkDirInfo tr:hover td {
|
||||
.snarkTorrents tr:hover, .snarkTorrents tr:hover td, .snarkDirInfo tr:hover {
|
||||
background: #ffd;
|
||||
border-top: 1px solid #7778bf !important;
|
||||
border-bottom: 1px solid #7778bf !important;
|
||||
box-shadow: none !important;
|
||||
color: #0c111f !important;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<defs>
|
||||
<linearGradient id="hover" x2="0" y2="1">
|
||||
<stop offset="50%" stop-color="#fff"/>
|
||||
<stop offset="50%" stop-color="#efe"/>
|
||||
<stop offset="50%" stop-color="#cfc"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="hover2" x2="0" y2="1">
|
||||
<stop offset="50%" stop-color="#fff"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
@@ -389,6 +389,7 @@ pre {
|
||||
|
||||
.page {
|
||||
background: #eef url(/themes/console/classic/images/bg2.png);
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,0.7),rgba(255,255,255,0.2)), url(/themes/console/classic/images/bg2.png) #eef;
|
||||
color: #0c153d;
|
||||
margin: 0;
|
||||
padding: 0 10px 10px;
|
||||
@@ -923,7 +924,7 @@ div#composemail {
|
||||
|
||||
div#dologin {
|
||||
border: 1px solid #777;
|
||||
padding: 10px 0 0;
|
||||
padding: 20px 0 0;
|
||||
width: 500px;
|
||||
margin: 60px auto 40px;
|
||||
box-shadow: 0 0 0 1px #fff;
|
||||
@@ -949,8 +950,10 @@ div#dologin {
|
||||
padding: 4px 5px 4px 26px !important;
|
||||
}
|
||||
|
||||
#dologin input[name="host"] {
|
||||
width: calc(65% + 26px) !important;
|
||||
#dologin input[name="user"], #dologin input[name="pass"], #dologin input[name="host"] {
|
||||
width: 60% !important;
|
||||
width: calc(60% + 26px) !important;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
#dologin table {
|
||||
|
||||
Reference in New Issue
Block a user