Onionr/static-data/www/private/main.css

63 lines
1019 B
CSS
Raw Normal View History

.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-09-20 17:53:42 +00:00
#refreshStats{
margin: 5px;
}
.motdCard{
margin-top: 1em;
}
#connectedNodes{
2020-10-15 23:24:25 +00:00
overflow-y: hidden;
2019-10-11 09:28:43 +00:00
max-height: 300px;
2020-10-15 23:24:25 +00:00
max-width: 300px;
}
#configToggle, #configContent{
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
}
.modal img{
border-radius: 5px;
2020-01-25 08:23:18 +00:00
}
.torStats{
color: red;
}
/* ---- reset ---- */
canvas {
display: block;
vertical-align: bottom;
}
2020-10-15 23:24:25 +00:00
/* ---- particles.js container ---- */
2020-10-15 23:24:25 +00:00
#particles-js {
position:absolute;
width:100%;
height:100%;
top:0;
z-index:-1;
}
2020-10-15 23:24:25 +00:00
.mainCont{
z-index: 2;
position: fixed;
2020-10-15 23:24:25 +00:00
}
.torTransportField {
margin-top: 2em;
}