35 lines
540 B
CSS
35 lines
540 B
CSS
canvas{
|
|
display: block;
|
|
}
|
|
|
|
#particles-js{
|
|
display: none;
|
|
width:100%;
|
|
position:absolute;
|
|
background-color: #313131;
|
|
}
|
|
.count-particles{
|
|
background: #000022;
|
|
position: absolute;
|
|
color: #13E8E9;
|
|
font-size: .8em;
|
|
text-align: left;
|
|
text-indent: 4px;
|
|
line-height: 14px;
|
|
padding-bottom: 2px;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
.js-count-particles{
|
|
font-size: 1.1em;
|
|
}
|
|
#stats, .count-particles{
|
|
-webkit-user-select: none;
|
|
}
|
|
#stats{
|
|
overflow: hidden;
|
|
}
|
|
.count-particles{
|
|
border-radius: 0 0 3px 3px;
|
|
}
|