Eggtimer/basic.css
changeset 3 b43377c07b0c
parent 2 2da62bb63910
child 4 6c91568e58fd
equal deleted inserted replaced
2:2da62bb63910 3:b43377c07b0c
     1 /*
     1 /*
     2  * Add your Stylesheet contents here
     2  * Add your Stylesheet contents here
     3  */
     3  */
       
     4 body {
       
     5 	background-color:black;
       
     6 }
       
     7  
       
     8 span {
       
     9 	color: white;
       
    10 }
       
    11  
     4 #remaining-time {
    12 #remaining-time {
     5 	width: 170px;
    13 	width: 170px;
     6 	height: 40px;
    14 	height: 40px;
     7 	position: absolute;
    15 	position: absolute;
     8 	left: 95px;
    16 	left: 95px;
    16 
    24 
    17 #time {
    25 #time {
    18 	font-weight: bold;
    26 	font-weight: bold;
    19 	text-align: center;
    27 	text-align: center;
    20 	width: 138px;
    28 	width: 138px;
       
    29 	color: white;
    21 }
    30 }
    22 
    31 
    23 #sand {
    32 #sand {
    24 	background-color: rgb(255, 208, 52);
    33 	background-color: rgb(255, 208, 52);
    25 	position: absolute;
    34 	position: absolute;
    38 	z-index: -2;
    47 	z-index: -2;
    39 }
    48 }
    40 
    49 
    41 :LINK {
    50 :LINK {
    42 	text-decoration: none;
    51 	text-decoration: none;
    43 	color: black;
    52 	color: yellow;
    44 }
    53 }
    45 
    54 
    46 #hourglass {
    55 #hourglass {
    47 	position: absolute;
    56 	position: absolute;
    48 	top: 80px;
    57 	top: 80px;
    49 	left: 70px;
    58 	left: 70px;
    50 	z-index: 100;
    59 	z-index: 100;
       
    60 	background-color: white;
    51 }
    61 }