bright.css
author Eugen Sawin <sawine@me73.com>
Wed, 22 Sep 2010 22:56:32 +0200
changeset 4 31bc7890ed40
parent 1 892eede48ba7
child 5 1b65383bc9a2
permissions -rwxr-xr-x
Fixed GA code.
     1 body, html 
     2 { 
     3 	height: 100%;
     4 }
     5 
     6 body
     7 { 
     8 	font-size:12px; 
     9 	font-family:sans-serif; 
    10 	color:#727272;
    11 	line-height:20px; 
    12 	margin:0;
    13 	background: #f9f9f9; 
    14 }
    15 
    16 * html #main
    17 { 
    18 	height: 100%; 
    19 }
    20 
    21 #main
    22 { 
    23 	min-height: 100%; 		
    24 }
    25 
    26 .inner 
    27 { 
    28 	width: 100%; 
    29 	padding-bottom: 405px;
    30 }
    31 
    32 #footer
    33 { 
    34 	height: 405px; 
    35 	margin-top: -520px; 
    36 }
    37 
    38 p,ul,li	
    39 { 
    40 	margin:0; 
    41 	padding:0;
    42 }
    43 
    44 a
    45 { 
    46 	text-decoration: none; 
    47 	color:#566;
    48 }
    49 
    50 a:hover					
    51 { 
    52 	text-decoration:none;
    53 }
    54 
    55 img		
    56 { 
    57 	border:0; 
    58 	vertical-align:top;
    59 }
    60 
    61 a.link1
    62 { 
    63 	border-bottom: dashed 1px #699; 
    64 	position:relative; 
    65 }
    66 
    67 a.link1:hover	
    68 { 
    69 	border-bottom: 0; 
    70 }
    71 
    72 #content	
    73 { 
    74 	height:221px; 
    75 	padding-top:39px; 
    76 	width:820px; 
    77 	margin:0 auto;
    78 }
    79 
    80 #footer_holder	
    81 { 
    82 	width:870px; 
    83 	padding-top:112px; 
    84 	margin:0 auto;
    85 }
    86 
    87 #footer_holder2	
    88 { 
    89 	width:325px; 
    90 	float:right; 
    91 	line-height:20px; 
    92 	margin:0 -30px 0 0;
    93 }
    94 
    95 #footer_holder2 p	
    96 { 
    97 	margin-bottom:27px;
    98 }
    99 
   100 #img_footer	
   101 { 
   102 	padding-top:340px; 
   103 	height:15px; 
   104 	font-size:10px; 
   105 	text-align:center;
   106 }
   107 
   108 #content_right	
   109 { 
   110 	float:right; 
   111 	width:300px; 
   112 	margin:0 -36px 0 0; 
   113 }
   114 
   115 .name	
   116 { 
   117 	position:absolute; 
   118 	top:330px; 
   119 	width:100%; 
   120 	text-align:center;	
   121 	font-size:34px;
   122 	font-weight: bold;
   123 }
   124 
   125 .objective
   126 { 
   127 	height:45px; 
   128 	padding-left:25px;
   129 	width:300px;
   130 }
   131 
   132 .tab
   133 {
   134 	width:300px; 
   135 	float:left;
   136 }
   137 
   138 .tab th	
   139 { 
   140 	text-align:right; 
   141 	font-weight: normal; 
   142 	width:96px;
   143 }
   144 
   145 .tab td	
   146 { 
   147 	padding-left:8px;
   148 }
   149 
   150 .red	
   151 { 
   152 	color:#B22;
   153 }
   154