295 lines
5.9 KiB
CSS
Executable File
295 lines
5.9 KiB
CSS
Executable File
body{
|
|
background-color: black;
|
|
color: white;
|
|
font: 12px Helvetica, Arial;
|
|
|
|
}
|
|
|
|
h3,h4,h5,h6 {
|
|
width: 400px;
|
|
background-color: white;
|
|
display: inline;
|
|
color: #666;
|
|
z-index: 2;
|
|
}
|
|
|
|
h1{ background-color: black; color:white;font: 44px Helvetica, Arial; }
|
|
h2{ font: 28px Helvetica, Arial; color:white}
|
|
h3{ font: 12px Helvetica, Arial; color:white }
|
|
h4{ background-color: black; font: 19px Helvetica, Arial;
|
|
text-align: center; margin-left:auto; margin-right:auto; color:white}
|
|
|
|
a:link {color:#666;}
|
|
a:visited {color: #666;}
|
|
a:hover {color: black; background-color:gray;}
|
|
a:active {color: black;background-color:white;}
|
|
|
|
ul, li, h4, h3, h2, h1, p{
|
|
padding:0;
|
|
margin:0;
|
|
list-style:none;
|
|
}
|
|
|
|
|
|
.outermaster{
|
|
height: 800px;
|
|
width: 1024px;
|
|
border-radius: 15px;
|
|
background-color:DimGray;
|
|
border: 1px solid gray;
|
|
position: relative;
|
|
!padding: 5px 5px 5px 5px ;
|
|
color: white;
|
|
opacity:0.8;
|
|
!top: 10%
|
|
+filter: invert(100%);
|
|
}
|
|
|
|
#live{
|
|
margin-left:auto; margin-right:auto; margin-top:5px;
|
|
!margin: 2px;
|
|
width: 99%;
|
|
height: 100%;
|
|
text-align: center;
|
|
border-radius: 15px;
|
|
background-color:black;
|
|
border: 1px solid gray;
|
|
!position: relative;
|
|
! padding: 5px 5px 5px 5px ;
|
|
color: white;
|
|
!top: 10%
|
|
+filter: invert(100%);
|
|
}
|
|
|
|
|
|
|
|
#comms{
|
|
border-radius: 15px;
|
|
height: 180px;
|
|
width: 350px;
|
|
margin: 0px;
|
|
border: 1px solid gray;
|
|
position: absolute;
|
|
bottom: 80px;
|
|
left: 14px;
|
|
padding: 5px 5px 5px 5px ;
|
|
color: black;
|
|
|
|
}
|
|
|
|
#midcomms{
|
|
font-size: 3em;
|
|
font-weight:bolder;
|
|
!display:inline;
|
|
text-align:center;
|
|
border-radius: 15px;
|
|
height: 180px;
|
|
width: 180px;
|
|
margin: 0px;
|
|
border: 1px solid gray;
|
|
position: absolute;
|
|
bottom: 80px;
|
|
left: 380px;
|
|
padding: 5px 5px 5px 5px ;
|
|
color: black;
|
|
}
|
|
#totalcountdown {
|
|
font-size: 0.6em;
|
|
color:white;
|
|
position:absolute;
|
|
bottom: 0px;
|
|
text-align:center;
|
|
width:100%;
|
|
}
|
|
#count {
|
|
font-size: 3em;
|
|
background:transparent;
|
|
|
|
}
|
|
|
|
#preview{
|
|
border-radius: 15px;
|
|
height: 180px;
|
|
width: 422px;
|
|
margin: 0px;
|
|
border: 1px solid gray;
|
|
position: absolute;
|
|
bottom: 80px;
|
|
right: 14px;
|
|
padding: 5px 5px 5px 5px ;
|
|
color: black;
|
|
}
|
|
|
|
|
|
.footdata{
|
|
margin-top:10px;
|
|
margin-left:auto; margin-right:auto;
|
|
border-radius: 15px;
|
|
height: 7%;
|
|
width: 98%;
|
|
!margin: 10px;
|
|
border: 1px solid gray;
|
|
bottom: 2px;
|
|
! padding: 5px 5px 5px 5px ;
|
|
background: DimGray;
|
|
opacity:1;
|
|
}
|
|
|
|
|
|
.outersquare{
|
|
border-radius: 15px;
|
|
border: 1px solid blue;
|
|
! position: absolute;
|
|
!top: 50px;
|
|
!left: 110px;
|
|
padding: 1px 1px 1px 1px ;
|
|
background: black;
|
|
width: 99%;
|
|
height: 690px;
|
|
}
|
|
|
|
.svgmusic {
|
|
display:block;
|
|
border-radius:15px;
|
|
margin: 0px;
|
|
width: 100%;
|
|
height: 450px;
|
|
}
|
|
|
|
.magicsquare {
|
|
! margin: 10px;
|
|
border-radius: 2px;
|
|
border: 1px solid white;
|
|
!padding: 2px 2px 2px 2px;
|
|
background: transparent;
|
|
width: 20px; height: 25px;
|
|
border-radius: 10px;
|
|
float: left;
|
|
color: white;
|
|
font-size: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
.latencies{
|
|
! height: 90px; width: 200px;
|
|
! border: 1px solid blue;
|
|
! position: relative; top: 15%;
|
|
! float: right;
|
|
! padding: 5px 5px 5px 5px ;
|
|
! background-color: yellow;
|
|
}
|
|
|
|
#datetime{
|
|
display:table-cell; vertical-align:middle;
|
|
!margin-top: 10px;
|
|
margin-right: 30px;
|
|
float:left;
|
|
padding: 3px 3px 3px 3px;
|
|
font-size:1em; color: white;
|
|
!position: absolute;
|
|
!bottom: 10px;
|
|
!left: 25%;
|
|
!float: left;
|
|
background-color: transparent;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
#current{
|
|
display:table-cell; vertical-align:middle;
|
|
margin-top: 10px; margin-right: 30px;
|
|
float:left;
|
|
!position: absolute;
|
|
!right: 25%;
|
|
font-size:2em;
|
|
font-weight: bold;
|
|
color: white;
|
|
background-color: transparent;
|
|
z-index: 3;
|
|
opacity: 0.8;
|
|
padding: 3px 3px 3px 3px;
|
|
}
|
|
|
|
#client_latency{
|
|
! float:left;
|
|
display:table-cell; vertical-align:middle;
|
|
margin-top: 10px; margin-right: 30px;
|
|
text-align:center;
|
|
font-size:1em;
|
|
color: white;
|
|
z-index: 1;
|
|
padding: 3px 3px 3px 3px;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.metrocase {
|
|
float:left;
|
|
display:table-cell; vertical-align:middle;
|
|
margin-top: -22px; margin-right: 30px; margin-left: 20px;
|
|
border-radius: 15px;
|
|
position: relative; top: 50%;
|
|
|
|
width: 200px; height: 40px;
|
|
color: black;
|
|
text-align: center;
|
|
font-size: 4em; font-color: black;
|
|
background: transparent;
|
|
z-index: 2;
|
|
border: 2px solid gray;
|
|
}
|
|
|
|
#metronome0 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
|
#metronome1 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
|
#metronome2 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
|
#metronome3 { width: 50px; height: 40px; border-radius: 30px; float:left; }
|
|
|
|
#fluid {}
|
|
.fluid-img{ height:50%; width:50%; }
|
|
|
|
.clear { clear:both; }
|
|
|
|
#client_chronometer{
|
|
display:table-cell; vertical-align:middle;
|
|
margin-top: -15px;
|
|
!margin-left: 30px;
|
|
float:left;
|
|
!padding: 0 0 0 0;
|
|
!margin: 10px;
|
|
border-radius: 15px;
|
|
border: 2px solid gray ;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 3em;
|
|
text-align: center;
|
|
opacity:0.7;
|
|
!position: absolute;
|
|
!right: 20px;
|
|
!bottom: 0px;
|
|
width: 220px;
|
|
!height: 40px;
|
|
z-position: 2;
|
|
}
|
|
|
|
#countinnumber{
|
|
border-radius: 15px;
|
|
position: absolute;
|
|
width: 100%; height: 90%;
|
|
background-color:black;
|
|
font-size: 16em;
|
|
font-weight:bolder;
|
|
display:inline;
|
|
text-align:center;
|
|
z-index: 2;
|
|
opacity:0.5;
|
|
}
|
|
|
|
#content-txt {
|
|
width: 100%; height: 90%;
|
|
font-size:3em;
|
|
text-align:center;
|
|
background-color:black;
|
|
border:1px solid white;
|
|
margin-left:auto; margin-right:auto;
|
|
display:table-cell;
|
|
vertical-align:middle;
|
|
border-radius: 15px;
|
|
} |