Eggtimer/basic.css
changeset 4 6c91568e58fd
parent 3 b43377c07b0c
equal deleted inserted replaced
3:b43377c07b0c 4:6c91568e58fd
     8 span {
     8 span {
     9 	color: white;
     9 	color: white;
    10 }
    10 }
    11  
    11  
    12 #remaining-time {
    12 #remaining-time {
    13 	width: 170px;
       
    14 	height: 40px;
       
    15 	position: absolute;
       
    16 	left: 95px;
       
    17 	font-size: xx-large;
    13 	font-size: xx-large;
       
    14 	text-align: center;
       
    15 	margin-left: auto;
       
    16 	margin-right: auto;
       
    17 	font-weight: bold;
    18 }
    18 }
    19 
    19 
    20 .digits {
    20 .digits {
    21 	width: 3ex;
    21 	width: 3ex;
    22 	text-align: center;
    22 	text-align: center;
    23 }
       
    24 
       
    25 #time {
       
    26 	font-weight: bold;
       
    27 	text-align: center;
       
    28 	width: 138px;
       
    29 	color: white;
       
    30 }
    23 }
    31 
    24 
    32 #sand {
    25 #sand {
    33 	background-color: rgb(255, 208, 52);
    26 	background-color: rgb(255, 208, 52);
    34 	position: absolute;
    27 	position: absolute;