diff --git a/style_2.css b/style_2.css index 572c5a4..c5db55d 100644 --- a/style_2.css +++ b/style_2.css @@ -5,7 +5,7 @@ /* Site URL: http://easterhegg2011.hamburg.ccc.de/ */ /*==========================================================================*/ -/*== GENERAL ===============================================================*/ +/*== GENERAL ===============================================================*/ BODY {background: #444 /* #333 /* #61B536 */ url('img/eh2011_banner_final_o_Hintergrund.png') top left repeat-x ;color:#000;font-family: "Lucida Grande", "Arial", sans-serif;font-size: 10pt;margin:0;padding:0;} A, A:visited {text-decoration:none;color: #003366 ;} @@ -24,7 +24,7 @@ p.intro em {font-family: "Times", serif;} img {border-style:none;} -/*== EVENTS =================================================================*/ +/*== EVENTS =================================================================*/ #event img.event-image,#speaker img.speaker-image {height:128px;width:128px;float:left;margin:0 20px 0 0;margin-bottom:10px;padding:2px;border:1px solid #000;} #speaker img.event-image,#event img.speaker-image {height:48px;width:48px;} @@ -60,7 +60,7 @@ table th, td.time {font-weight:bold;color:#FFF;padding:2px 5px;background:#00660 table td {background:#999966;padding:2px 5px;vertical-align:top;} td.empty {background:#007F00;color:#FFF;} td.conflict {background:#FF6600;color:#FFF;} -td.event, td.events, td.speaker {font-weight:bold;} +td.event, td.events, td.speaker {font-weight:bold;} td.keyword {text-align:right;width:25%;} td.value {font-weight:bold;text-align:left;} td.feedback {background:#56A5EC;color:#FFF;text-align:center;padding-left:2px;padding-right:2px;} @@ -95,7 +95,7 @@ ul.speakers a {color:#003300;} #schedule p.subtitle {font-family: "Times", serif;font-size:125%;margin-top:0;} #conference-logo {position:absolute;text-align:center;} -/*== MENU ===================================================================*/ +/*== MENU ===================================================================*/ #menu {position:absolute;left:10px;top: 165px /*122px */;width:135px;} #menu a:link, @@ -160,3 +160,8 @@ ul.speakers a {color:#003300;} #schedule td.track-development { background-color: #97cb97; } + +/* Basic style fixes for wiki import */ +.thumbinner img { + max-width: 100%; +}