60 lines
1.0 KiB
CSS
60 lines
1.0 KiB
CSS
|
*, *:after, *:before { margin:0; padding:0; }
|
||
|
body {
|
||
|
font-family: Helvetica, sans-serif;
|
||
|
}
|
||
|
|
||
|
input[type="button"] {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
.container{
|
||
|
margin-left:0px;
|
||
|
max-width: 100vw;
|
||
|
}
|
||
|
.relocheading{
|
||
|
font-family: Ubuntu;
|
||
|
text-align: left;
|
||
|
color: #66bfbf !important;
|
||
|
margin-top: 0px;
|
||
|
}
|
||
|
ul{
|
||
|
text-align: left;
|
||
|
|
||
|
|
||
|
}
|
||
|
.node {
|
||
|
height: 12px;
|
||
|
width: 12px;
|
||
|
border-radius: 100%;
|
||
|
display:inline-block;
|
||
|
transition: all 1000ms ease;
|
||
|
}
|
||
|
|
||
|
.activated {
|
||
|
box-shadow: 0px 0px 0px 0px rgba(194, 255, 194, 0.8);
|
||
|
}
|
||
|
|
||
|
.divider {
|
||
|
height: 86px;
|
||
|
width: 2px;
|
||
|
margin-left: 4px;
|
||
|
transition: all 800ms ease;
|
||
|
}
|
||
|
p {
|
||
|
margin-bottom: 0rem;
|
||
|
}
|
||
|
|
||
|
li p {
|
||
|
display:inline-block;
|
||
|
margin-left: 25px;
|
||
|
}
|
||
|
|
||
|
li {
|
||
|
list-style: none;
|
||
|
line-height: 1px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.blue { background-color: rgba(82, 165, 255, 1); }
|
||
|
.green{ background-color: rgba(92, 184, 92, 1) }
|
||
|
.red { background-color: rgba(255, 148, 148, 1); }
|
||
|
.grey { background-color: rgba(201, 201, 201, 1); }
|