2019-06-19 06:57:13 +00:00
|
|
|
.idLink{
|
|
|
|
-webkit-touch-callout: none; /* iOS Safari */
|
|
|
|
-webkit-user-select: none; /* Safari */
|
|
|
|
-moz-user-select: none; /* Firefox */
|
|
|
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
|
|
user-select: none; /* Non-prefixed version, currently
|
|
|
|
supported by Chrome and Opera */
|
2019-07-01 20:38:55 +00:00
|
|
|
}
|
2019-09-20 17:53:42 +00:00
|
|
|
#refreshStats{
|
|
|
|
margin: 5px;
|
2019-10-08 02:32:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.motdCard{
|
|
|
|
margin-top: 1em;
|
2019-10-10 03:32:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#connectedNodes{
|
|
|
|
overflow-y: auto;
|
2019-10-11 09:28:43 +00:00
|
|
|
max-height: 300px;
|
|
|
|
|
2019-10-10 07:25:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#configToggle, #configContent{
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2019-10-17 10:01:27 +00:00
|
|
|
|
|
|
|
.modal img{
|
|
|
|
border-radius: 5px;
|
2020-01-25 08:23:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.torStats{
|
|
|
|
color: red;
|
2020-06-20 10:31:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- reset ---- */
|
|
|
|
|
|
|
|
|
|
|
|
canvas {
|
|
|
|
display: block;
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- particles.js container ---- */
|
|
|
|
|
|
|
|
#particles-js {
|
|
|
|
position:absolute;
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
|
|
|
top:0;
|
|
|
|
z-index:-1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mainCont{
|
|
|
|
z-index: 2;
|
|
|
|
position: fixed;
|
|
|
|
|
2020-06-21 22:55:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.torTransportField {
|
|
|
|
margin-top: 2em;
|
2020-06-20 10:31:51 +00:00
|
|
|
}
|