fahrplan update

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@239 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
sven 2006-05-08 19:25:29 +00:00
parent 092dc565ed
commit 840cbf0ae4
1 changed files with 16 additions and 8 deletions

View File

@ -155,9 +155,10 @@ img { border-style: none; }
#schedule td { padding: 4px; }
#schedule td.empty {
background-color: white;
border: 2px solid #ffeede;
background-color: #fcfcfc;
border: 2px solid white;
}
#schedule p.info,p.subtitle { display: none; }
@ -170,14 +171,21 @@ img { border-style: none; }
#schedule td.event {
width: 23em;
background-color: #ffeede;
background-color: #fafaff;
padding: 5px;
border: 2px solid #d4b08e;
border: 2px solid #eeeefe;
}
#speaker-index td { background-color: #ffeede; }
table.event-index td {
background-color: #fafaff;
border: 1px solid #eeeefe;
}
table.speaker-index td {
background-color: #fafaff;
border: 1px solid #eeeefe;
}
#event-index td { background-color: #ffeede; }
#event-index p.info { display: none; }
/* INFOBOXES */
@ -187,7 +195,7 @@ img { border-style: none; }
margin: 0px 0px 20px 10px;
width: 250px;
min-width: 250px;
background-color: #ffeede;
background-color: #fafaff;
border: 1px solid #d4b08e;
padding: 1px;
}
@ -216,6 +224,6 @@ img { border-style: none; }
}
#infobox .feedback a {
color: #ffeede;
color: white;
font-weight: bold;
}