mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 12:17:49 +02:00
Console: add space after latency; styling tweaks
This commit is contained in:
parent
98eadf6f78
commit
7032b4c8ec
2 changed files with 24 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
/* "purple" console theme for i2pd */
|
||||
/* "purple royale" console theme for i2pd */
|
||||
/* Author: dr|z3d */
|
||||
|
||||
:root {
|
||||
|
@ -93,11 +93,7 @@ body {
|
|||
text-align: center;
|
||||
font: 14pt var(--bodyfont);
|
||||
color: var(--ink);
|
||||
background: radial-gradient(circle at center, rgba(48,0,48,.3), rgba(0,0,0,.05)),
|
||||
linear-gradient(to bottom, rgba(0,0,0,.3), rgba(32,0,32,.6), rgba(0,0,0,.3)), var(--page);
|
||||
background: linear-gradient(to right, rgba(0,0,0,0), rgba(16,0,16,.3), rgba(0,0,0,0)),
|
||||
linear-gradient(to bottom, rgba(0,0,0,.3), rgba(32,0,32,.6), rgba(0,0,0,.3));
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(32,0,32,.3), rgba(0,0,0,.4));
|
||||
background: linear-gradient(to bottom, rgba(0,0,0,.1), rgba(32,0,32,.1), rgba(0,0,0,.1));
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
@ -116,6 +112,10 @@ body {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
a, label, button, #navlinks, .sectiontitle span, .chrome {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#shutdownbutton, #enabletransit, #disabletransit {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -847,6 +847,11 @@ table.services {
|
|||
|
||||
span[data-tooltip] {
|
||||
position: relative;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
span[data-tooltip]::after {
|
||||
font-family: var(--bodyfont);
|
||||
}
|
||||
|
||||
.hops {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue