|
@@ -124,9 +124,6 @@ p:focus {
|
|
|
.statuslogin { font-size:20px; }
|
|
.statuslogin { font-size:20px; }
|
|
|
.statusmain { font-size:20px; }
|
|
.statusmain { font-size:20px; }
|
|
|
|
|
|
|
|
- #mainstatus { font-size: 16px; }
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
.row { height: 80px; }
|
|
.row { height: 80px; }
|
|
|
.col { width: 80px; }
|
|
.col { width: 80px; }
|
|
|
|
|
|
|
@@ -209,8 +206,6 @@ p:focus {
|
|
|
.statuslogin { font-size:40px; }
|
|
.statuslogin { font-size:40px; }
|
|
|
.statusmain { font-size:40px; }
|
|
.statusmain { font-size:40px; }
|
|
|
|
|
|
|
|
- #mainstatus { font-size: 32px; }
|
|
|
|
|
-
|
|
|
|
|
.row { height: 160px; }
|
|
.row { height: 160px; }
|
|
|
.col { width: 160px; }
|
|
.col { width: 160px; }
|
|
|
|
|
|
|
@@ -427,15 +422,15 @@ p:focus {
|
|
|
#mainstatus {
|
|
#mainstatus {
|
|
|
font-family: "Courier New";
|
|
font-family: "Courier New";
|
|
|
font-weight:bold;
|
|
font-weight:bold;
|
|
|
|
|
+ font-size: 5vh;
|
|
|
color: #d7d644;
|
|
color: #d7d644;
|
|
|
- /* font-size: 16px; */
|
|
|
|
|
|
|
|
|
|
position:absolute;
|
|
position:absolute;
|
|
|
bottom:0;
|
|
bottom:0;
|
|
|
width:110%;
|
|
width:110%;
|
|
|
- height: 5%;
|
|
|
|
|
|
|
+ height: 8vh;
|
|
|
background:#555555;
|
|
background:#555555;
|
|
|
- margin-left:-35px;
|
|
|
|
|
|
|
+ margin-left: -5vw;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/*****/
|
|
/*****/
|