diff -r 000000000000 -r a4bc6ef5dbfe files/h4c_main.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/files/h4c_main.css Tue May 19 00:30:06 2009 +0100 @@ -0,0 +1,212 @@ +@charset "utf-8"; +/* CSS Document by Darren McCready for Intel 2009.*/ + +* { + border:none; + margin:0; + padding:0; +} + +body { + background:#fff; + color:#000; + font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif; + font-size:0.8em; + background:url(../images/bg.gif) top center repeat-y; +} + +#container { + width:760px; + margin:0 auto; +} + +#header { + display:block; + width:760px; + height:66px; + background:#3b495d; + color:#fff; + border-bottom:3px solid #fff; +} + +#credits { + display:block; + width:140px; + float:right; + text-align:right; + padding:10px; + font-size:0.85em; +} + +h1 { + float:left; + background:url(../images/logo.gif) center no-repeat; + width:205px; + height:66px; +} + +h1 span { + display:none; +} + +h2 { + font-size:1.2em; + padding:5px; + color:#fff; + font-weight:500; +} + +#search h2 { + background:#77ACA1; +} + +#results h2 { + background:#BB9F71; +} + +#search { + float:left; + width:170px; + background:#D6E6E3; + padding:5px; +} + +#results { + float:right; + width:570px; + background:#EEE7DB; + padding:5px; +} + +.search_result { + display:block; + padding:10px; + border-bottom:1px solid #D4C3A6; +} + +.search_result_private { + display:block; + padding:10px; + background:#ffc; + border-bottom:1px solid #D4C3A6; +} + +.result_no { + display:block; + width:32px; + background:#fff; + border:1px solid #BB9F71; + float:left; + text-align:center; +} + +.search_txt { + display:block; + width:60px; + float:left; + text-align:center; +} + +.search_input { + display:block; + width:225px; + background:#fff; + border:1px solid #BB9F71; + float:left; + text-align:center; + margin:0 5px; + overflow:hidden; +} + +.results_txt { + display:block; + width:55px; + float:left; + text-align:center; +} + +.clear { + clear:both; +} + +.result_output a { + display:block; + width:120px; + border:1px solid #005338; + background:#349E69; + color:#fff; + float:left; + text-align:center; + margin:0 5px; +} + +.result_output a:hover { + text-decoration:none; + background:#4DC488; + border:1px solid #096; +} + +.result_output_none { + display:block; + width:120px; + background:#c66; + border:1px solid #933; + color:#fff; + float:left; + text-align:center; + margin:0 5px; +} + +form { + padding:9px 5px; +} + +#search_button { + float:right; + margin-right:5px; +} + +#delete_alert, #add_alert { + display:block; + width:740px; + padding:10px; + color:#fff; + text-align:center !important; +} + +#delete_alert { + background:#c00; +} + +#add_alert { + background:#090; +} + +.img_right { + float:right; + display:block; +} + +#delete_alert span, #add_alert span { + float:left; +} + +#view_options { + display:block; + padding:5px; + background:#E4D9C6; +} + +#view_options a,{ + padding-right:10px; + color:#000; +} + +#view_options span { + padding-right:10px; + color:#A6854F; +} + +#view_options a:hover { + text-decoration:none; +} \ No newline at end of file