| Line 23... |
Line 23... |
| 23 |
.position { position: relative; float: left; width: 30px; height: 50; margin: 8px 0 0 0; }
|
23 |
.position { position: relative; float: left; width: 30px; height: 50; margin: 8px 0 0 0; }
|
| 24 |
.digit { position: absolute; top: 0; left: 0; }
|
24 |
.digit { position: absolute; top: 0; left: 0; }
|
| 25 |
.boxName { float: left; margin: 50px 0 0 0px; font-size: 26px; color: #a6a6a6; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
|
25 |
.boxName { float: left; margin: 50px 0 0 0px; font-size: 26px; color: #a6a6a6; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
|
| 26 |
.Hours { margin-left: 5px; }
|
26 |
.Hours { margin-left: 5px; }
|
| 27 |
.Seconds { margin-left: 2px; }
|
27 |
.Seconds { margin-left: 2px; }
|
| 28 |
.countdownHolder{ width: 100%; height: 145px; margin: 25px auto 0 auto; font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; font-size: 50px; color: #272727; text-shadow: 0 1px 0 #fff; overflow: hidden; vertical-align: baseline; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; padding: 0; border: 0; }
|
28 |
.countdownHolder{ width: 100%; height: 145px; margin: 25px auto 0 auto; font-family: 'LeagueGothicRegular', Arial, Helvetica, sans-serif; font-size: 50px; color: #272727; text-shadow: 0 1px 0 #fff; overflow: hidden; vertical-align: baseline; font-style: normal; font-variant: normal; font-weight: normal; padding: 0; border: 0; }
|
| 29 |
.promotitle{vertical-align: baseline; text-transform: uppercase; padding: 10px; }
|
29 |
.promotitle{vertical-align: baseline; text-transform: uppercase; padding: 10px; }
|
| 30 |
.text-container{font-size: 22px; font-style: normal; font-weight: normal; font-variant: normal; vertical-align: baseline; box-sizing: border-box; text-align: center; height: 85px; color: rgb(51, 51, 51); background-color: rgb(15, 69, 160); margin: 15px 0px 0px; padding: 0px; border: 0px none; color: #fff; }
|
30 |
.text-container{font-size: 22px; font-style: normal; font-weight: normal; font-variant: normal; vertical-align: baseline; box-sizing: border-box; text-align: center; color: rgb(51, 51, 51); background-color: rgb(15, 69, 160); margin: 15px 0px 0px; padding: 0px; border: 0px none; color: #fff; }
|
| 31 |
.position:first-child{margin:8px 0 0 0;}
|
31 |
.position:first-child{margin:8px 0 0 0;}
|
| - |
|
32 |
.countSeconds,.points:nth-of-type(5){display:none;}
|