datenspuren fahrplan style

This commit is contained in:
Astro 2011-09-20 23:22:48 +02:00
parent 1a05b06528
commit 8d2b72704b

View File

@ -106,6 +106,9 @@ a {
} }
#bodyText > div { #bodyText > div {
} }
h2 {
font-family: LondonTwo;
}
h3.summary { h3.summary {
margin-top: 2em; margin-top: 2em;
} }
@ -244,17 +247,15 @@ dl dd {
} }
.schedule .schedulehead { .schedule .schedulehead {
color: white; color: white;
font-weight: bold;
padding: 0.2em 0; padding: 0.2em 0;
font-weight: bold;
font-family: LondonTwo;
} }
.schedule .timeslot { .schedule .timeslot {
color: white; color: white;
padding: 0.2em 0.8em 0.2em 1em; padding: 0.2em 0.8em 0.2em 1em;
text-align: right; text-align: right;
} }
.schedule .timeslot.even {
font-weight: bold;
}
.schedule .timeslot.odd { .schedule .timeslot.odd {
font-size: 9.600000000000001pt; font-size: 9.600000000000001pt;
} }