datenspuren in-page schedule style

This commit is contained in:
Astro 2010-10-14 21:06:36 +02:00
parent 9b5ba65fd8
commit bc333cd3a1

View File

@ -359,26 +359,53 @@ acronym
/* ###### Schedule ###### */ /* ###### Schedule ###### */
table.schedule { table.schedule {
text-align: left; text-align: left;
border-spacing: 2px;
} }
.scheduledate { table.schedule td.odd, table.schedule td.even {
font-size: large; font-size: large;
font-weight: bold; font-weight: bold;
color: white;
background-color: black;
} }
.schedulehead { .schedulehead {
text-align: center; text-align: center;
font-weight: bold;
color: white;
background-color: #049000;
} }
.scheduletime { .empty {
color: #606060;
}
.scheduleempty {
background-color: #eeffde; background-color: #eeffde;
} }
.scheduleevent { .event {
text-align: left; text-align: left;
width: 32em; width: 32em;
background-color: #eeffde; background-color: #eeffde;
border: 2px solid #B0D48E; border: 2px solid #B0D48E;
} }
.scheduleevent ul { .event a {
margin: 0px; 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;
} }