0
0
Fork 0

fix wiki page styling

This commit is contained in:
Jannik Beyerstedt 2024-02-10 18:38:08 +01:00
parent f210bede6c
commit ea93454a4c

View file

@ -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;
}
}
/* Basic style fixes for wiki import */
.thumbinner img {
max-width: 100%;
}