diff -r 000000000000 -r 0d40e90630ef web/static/css/style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/static/css/style.css Wed Jan 20 00:34:04 2010 +0100 @@ -0,0 +1,321 @@ +body { + + font-family: Arial, Helvetica, sans serif; + font-size: 12px; + color: #4F5155; + margin: 5px; + padding: 0px; + min-width:750px; + text-align: justify; +} + +a img,a:link img, a:active img, a:visited img, a:hover img { + border:0px; +} + + +a:link +{ + text-decoration: none; + color: #2181b1; + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + /*font-weight: bold;*/ +} + +a:hover +{ + color: #2181b1; + text-decoration: none; + font-family: Arial, Helvetica, sans-serif; + /*border-bottom-width: 1px; + border-bottom-style: dashed; + border-bottom-color: #2c8084; + /*font-weight: bold;*/ +} +a:visited { + color: #2181b1; + font-family: Arial, Helvetica, sans-serif; + /*font-weight: bold;*/ +} + + +#container +{ +width: 90%; +margin: 10px auto; +background-color: #fff; +color: #333; +border: 1px solid gray; +line-height: 130%; +} + + + +#content +{ +margin-left: 200px; +border-left: 1px solid gray; +padding: 1em; +max-width: 512px; +} + + + +.bio_speaker +{ + margin-bottom : 30px; + border-bottom: 1px solid gray; + min-height: 150px; +} + +.bio_session_title +{ + font-size: 14px; + margin-bottom : 30px; + border-bottom: 1px solid gray; +} + +.bio_session_title_title +{ + font-weight : bold; +} + +.bio_speaker_photo +{ + float: left; + margin : 10px; + margin-top: 0; +} + +.bio_speaker_name_name +{ + font-weight : bold; + text-decoration : underline; +} + + +#header +{ +padding: .5em; +/*background-color: #ddd;*/ +border-bottom: 1px solid gray; +margin-left: 200px; +border-left: 1px solid gray; +padding: 1em; +max-width: 40em; +} + + +#header_left +{ + max-width: 8em; + font-size: 25px; + font-weight : bold; + text-align: left; +} + +#header_left a:link +{ + text-decoration: none; +} + +#header_left a:hover +{ + color: #4F5155; + text-decoration: none; +} +#header_left a:visited { + color: #4F5155; + text-decoration: none; +} + + +#header_right +{ + text-align: right; +} + +#header_right a:link +{ + text-decoration: none; + text-decoration: none; + color: white; +} + +#header_right a:hover +{ + text-decoration: none; + color: white; +} + +#header_right a:visited { + text-decoration: none; + color: white; +} + + +#footer +{ +clear: both; +margin: 0; +padding: .5em; +/*background-color: #ddd;*/ +border-top: 1px solid gray; +} + +.version +{ + text-align: right; + color: white; + font-size:9px; +} + +.version a:link +{ + text-decoration: none; + color: white; + text-decoration: bold; + font-weight: bold; + border-bottom-style: none; +} +.version a:hover +{ + color: #2c8084; + text-decoration: none; + font-weight: bold; + border-bottom-width: 0px; + border-bottom-style: none; +} + +.version a:active +{ + color: white; + text-decoration: none; + font-weight: bold; + border-bottom-style: none; +} + +.version a:visited +{ + color: white; + font-weight: bold; + border-bottom-style: none; +} + +.small +{ + font-size:9px; +} + +.footer_img +{ + float: left; +} + +.footer_img img +{ + padding-left: 10px; + padding-right: 10px; +} + +.footer_img a +{ + color: white; +} + +.footer_img a:link +{ + color: white; +} + +.footer_img a:hover +{ + color: white; +} + +.footer_img a:visited +{ + color: white; +} + + +#home_links +{ + line-height: 150% +} + +#search_form_div { + text-align: center; + padding: 10px; + margin: 10px 10px; + margin-bottom: 30px; + background-color:#ececec; + border: 1px solid #7E7E7E +} + + + +#search_form ul { + list-style-type: none; + margin: 0; + padding: 0; +} + +#search_form ul li { + display: inline; +} + +.program_presentation_link { + + margin: 5px 5px; + +} + +.program_additional_link { + margin: 5px 5px; +} + +.program_day { + font-size: 20px; + margin-bottom: 10px; +} + +.program_session { + border-top: 1px solid gray; + padding: 5px 5px; +} + +.session_title_line { + margin-bottom: 10px; +} + +.session_context_title { + font-weight: bold; +} + +.session_speakers_title { + font-weight: bold; +} + +.session_title { + font-weight: bold; +} + +.speak_list { + list-style-type: circle; + line-height: 150%; +} + +.bio_link { + cursor: pointer; +} + +.local_anchor a:visited +{ + text-decoration: none; +} + +#indexing_pending { + color: red ; + }