datenspuren in-page schedule style

This commit is contained in:
Astro 2010-10-14 21:06:36 +02:00
parent 9b5ba65fd8
commit bc333cd3a1
1 changed files with 35 additions and 8 deletions

View File

@ -359,26 +359,53 @@ acronym
/* ###### Schedule ###### */
table.schedule {
text-align: left;
border-spacing: 2px;
}
.scheduledate {
table.schedule td.odd, table.schedule td.even {
font-size: large;
font-weight: bold;
color: white;
background-color: black;
}
.schedulehead {
text-align: center;
font-weight: bold;
color: white;
background-color: #049000;
}
.scheduletime {
color: #606060;
}
.scheduleempty {
.empty {
background-color: #eeffde;
}
.scheduleevent {
.event {
text-align: left;
width: 32em;
background-color: #eeffde;
border: 2px solid #B0D48E;
}
.scheduleevent ul {
margin: 0px;
.event a {
border: none !important;
}
.event a:hover {
border: none !important;
background-color: #047000;
color: white !important;
text-shadow: none !important;
}
.event a.event {
font-size: 150%;
font-weight: bold;
color: black;
text-shadow: white 0 2px 1px;
border: none;
line-height: 150%;
}
.event ul {
margin: 0;
padding: 0;
}
.event li {
list-style-type: none;
margin: 2em 0.2em;
padding: 0;
display: inline-block;
}