files/h4c_main.css
changeset 0 a4bc6ef5dbfe
equal deleted inserted replaced
-1:000000000000 0:a4bc6ef5dbfe
       
     1 @charset "utf-8";
       
     2 /* CSS Document by Darren McCready for Intel 2009.*/
       
     3 
       
     4 * {
       
     5 	border:none;
       
     6 	margin:0;
       
     7 	padding:0;
       
     8 }
       
     9 
       
    10 body {
       
    11 	background:#fff;
       
    12 	color:#000;
       
    13 	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
       
    14 	font-size:0.8em;
       
    15 	background:url(../images/bg.gif) top center repeat-y;
       
    16 }
       
    17 
       
    18 #container {
       
    19 	width:760px;
       
    20 	margin:0 auto;
       
    21 }
       
    22 
       
    23 #header {
       
    24 	display:block;
       
    25 	width:760px;
       
    26 	height:66px;
       
    27 	background:#3b495d;
       
    28 	color:#fff;
       
    29 	border-bottom:3px solid #fff;
       
    30 }
       
    31 
       
    32 #credits {
       
    33 	display:block;
       
    34 	width:140px;
       
    35 	float:right;
       
    36 	text-align:right;
       
    37 	padding:10px;
       
    38 	font-size:0.85em;
       
    39 }
       
    40 
       
    41 h1 {
       
    42 	float:left;
       
    43 	background:url(../images/logo.gif) center no-repeat;
       
    44 	width:205px;
       
    45 	height:66px;
       
    46 }
       
    47 
       
    48 h1 span {
       
    49 	display:none;
       
    50 }
       
    51 
       
    52 h2 {
       
    53 	font-size:1.2em;
       
    54 	padding:5px;
       
    55 	color:#fff;
       
    56 	font-weight:500;
       
    57 }
       
    58 
       
    59 #search h2 {
       
    60 	background:#77ACA1;
       
    61 }
       
    62 
       
    63 #results h2 {
       
    64 	background:#BB9F71;
       
    65 }
       
    66 
       
    67 #search {
       
    68 	float:left;
       
    69 	width:170px;
       
    70 	background:#D6E6E3;
       
    71 	padding:5px;
       
    72 }
       
    73 
       
    74 #results {
       
    75 	float:right;
       
    76 	width:570px;
       
    77 	background:#EEE7DB;
       
    78 	padding:5px;
       
    79 }
       
    80 
       
    81 .search_result {
       
    82 	display:block;
       
    83 	padding:10px;
       
    84 	border-bottom:1px solid #D4C3A6;
       
    85 }
       
    86 
       
    87 .search_result_private {
       
    88 	display:block;
       
    89 	padding:10px;
       
    90 	background:#ffc;
       
    91 	border-bottom:1px solid #D4C3A6;
       
    92 }
       
    93 
       
    94 .result_no {
       
    95 	display:block;
       
    96 	width:32px;
       
    97 	background:#fff;
       
    98 	border:1px solid #BB9F71;
       
    99 	float:left;
       
   100 	text-align:center;
       
   101 }
       
   102 
       
   103 .search_txt {
       
   104 	display:block;
       
   105 	width:60px;
       
   106 	float:left;
       
   107 	text-align:center;
       
   108 }
       
   109 
       
   110 .search_input {
       
   111 	display:block;
       
   112 	width:225px;
       
   113 	background:#fff;
       
   114 	border:1px solid #BB9F71;
       
   115 	float:left;
       
   116 	text-align:center;
       
   117 	margin:0 5px;
       
   118 	overflow:hidden;
       
   119 }
       
   120 
       
   121 .results_txt {
       
   122 	display:block;
       
   123 	width:55px;
       
   124 	float:left;
       
   125 	text-align:center;
       
   126 }
       
   127 
       
   128 .clear {
       
   129 	clear:both;
       
   130 }
       
   131 
       
   132 .result_output a {
       
   133 	display:block;
       
   134 	width:120px;
       
   135 	border:1px solid #005338;
       
   136 	background:#349E69;
       
   137 	color:#fff;
       
   138 	float:left;
       
   139 	text-align:center;
       
   140 	margin:0 5px;
       
   141 }
       
   142 
       
   143 .result_output a:hover {
       
   144 	text-decoration:none;
       
   145 	background:#4DC488;
       
   146 	border:1px solid #096;
       
   147 }
       
   148 
       
   149 .result_output_none {
       
   150 	display:block;
       
   151 	width:120px;
       
   152 	background:#c66;
       
   153 	border:1px solid #933;
       
   154 	color:#fff;
       
   155 	float:left;
       
   156 	text-align:center;
       
   157 	margin:0 5px;
       
   158 }
       
   159 
       
   160 form {
       
   161 	padding:9px 5px;
       
   162 }
       
   163 
       
   164 #search_button {
       
   165 	float:right;
       
   166 	margin-right:5px;
       
   167 }
       
   168 
       
   169 #delete_alert, #add_alert {
       
   170 	display:block;
       
   171 	width:740px;
       
   172 	padding:10px;
       
   173 	color:#fff;
       
   174 	text-align:center !important;
       
   175 }
       
   176 
       
   177 #delete_alert {
       
   178 	background:#c00;
       
   179 }
       
   180 
       
   181 #add_alert {
       
   182 	background:#090;
       
   183 }
       
   184 
       
   185 .img_right {
       
   186 	float:right;
       
   187 	display:block;
       
   188 }
       
   189 
       
   190 #delete_alert span, #add_alert span {
       
   191 	float:left;
       
   192 }
       
   193 
       
   194 #view_options {
       
   195 	display:block;
       
   196 	padding:5px;
       
   197 	background:#E4D9C6;
       
   198 }
       
   199 
       
   200 #view_options a,{
       
   201 	padding-right:10px;
       
   202 	color:#000;
       
   203 }
       
   204 
       
   205 #view_options span {
       
   206 	padding-right:10px;
       
   207 	color:#A6854F;
       
   208 }
       
   209 
       
   210 #view_options a:hover {
       
   211 	text-decoration:none;
       
   212 }