client/css/box2d.css
changeset 8 d41e19b3b043
equal deleted inserted replaced
7:303081a52dbf 8:d41e19b3b043
       
     1 #canvas {
       
     2 	padding:0; 
       
     3 	margin:0; 
       
     4 	border:1px solid white;
       
     5 	position:absolute; 
       
     6 	background-color:#333388;
       
     7 }
       
     8 #CONTAINER { 
       
     9 	margin-left: 30px; 
       
    10 }
       
    11 #HEADER h1 { 
       
    12 	margin-top: 95px; 
       
    13 	padding-right: 30px;
       
    14 	text-align: center;
       
    15 	font-size: xx-large; 
       
    16 	font-style: italic; 
       
    17 	font-weight: bold; 
       
    18 	color: #ccccff; 
       
    19 }
       
    20 #HEADER h1 b { 
       
    21 	color: #ffffff; 
       
    22 	font-size: 110%; 
       
    23 }
       
    24 #spacer {
       
    25 	height: 300px;
       
    26 }
       
    27 span.key {
       
    28 	text-decoration: underline;
       
    29 }
       
    30 #BODYBOX {
       
    31 	background-image: url(images/bodybox_bg.png);
       
    32 	background-repeat: repeat-y;
       
    33 }
       
    34 p {
       
    35 	padding-left: 20px;
       
    36 }
       
    37 .contact {
       
    38 	border: 1px solid white;
       
    39 	padding: 5px;
       
    40 	margin: 5px;
       
    41 	margin-left: 30px;
       
    42 	width: 350px;
       
    43 }
       
    44 a{
       
    45 	color: yellow;
       
    46 }
       
    47 a:hover {
       
    48 	color: yellow;
       
    49 	background-color: black;
       
    50 }
       
    51 a:visited {
       
    52 	color: yellow;
       
    53 }
       
    54 a:active {
       
    55 	color: yellow;
       
    56 }
       
    57 pre.prettyprint {
       
    58 	margin-left: 30px;
       
    59 	padding: 5px;
       
    60 	background-color: #bbbbff;
       
    61 }