fahrplan style (unfinished)

This commit is contained in:
Astro 2010-10-13 19:24:08 +02:00
parent d5523309e0
commit 4dddcb353a
1 changed files with 52 additions and 16 deletions

View File

@ -1,21 +1,57 @@
table.schedule {
margin-top: 0.2em;
margin-bottom: 1em;
#conference-logo, #menu, #content {
float: left;
clear: none;
}
table.schedule tr th {
background-color: #eee;
#schedule h1 {
clear: left;
}
table.schedule tr td.odd {
background-color: #eee;
img {
border: none;
}
table.schedule tr td.event {
background-color: #eee;
padding: 0 0.2em;
a {
color: #025000;
text-decoration: none;
}
table.schedule tr td.event ul {
list-style-type: none;
font-size: 50%;
a:hover {
color: white;
background-color: #049000;
text-decoration: none;
}
.release {
display: none;
}
#schedule table {
border-collapse: collapse;
border-spacing: 0;
}
#schedule th, #schedule td {
margin: 0;
padding: 0.1em 0.2em;
}
#schedule tbody tr td.event {
background-color: #eee;
border: 2px solid #049000;
}
#schedule tbody tr td.empty {
background-color: #74c070;
border: 2px solid #74c070;
}
#infobox {
float: right;
background-color: #eee;
border: 2px solid #049000;
}
#navigation {
text-align: center;
}
#navigation .previous, #navigation .next {
background-color: #74c070;
border: 2px solid #049000;
}
table.schedule tr td.event ul li {
display: inline-block;
}