From ea93454a4c472920913fe45b8fc35c4341730b23 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 10 Feb 2024 18:38:08 +0100 Subject: [PATCH] fix wiki page styling --- style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 3efecf1..d0e8251 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ /* Site URL: http://easterhegg2009.hamburg.ccc.de/ */ /*==========================================================================*/ -/*== GENERAL ===============================================================*/ +/*== GENERAL ===============================================================*/ BODY {background:#61B536 url('img/camera.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;} @@ -22,7 +22,7 @@ p.info a {color:#333;} 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;} @@ -58,7 +58,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;} @@ -93,7 +93,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:122px;width:135px;} #menu a:link, @@ -157,4 +157,9 @@ ul.speakers a {color:#003300;} } #schedule td.track-development { background-color: #97cb97; -} \ No newline at end of file +} + +/* Basic style fixes for wiki import */ +.thumbinner img { + max-width: 100%; +}