datenspuren fahrplan style

This commit is contained in:
Astro 2010-10-14 22:04:13 +02:00
parent e9b82d4904
commit 129ab36099
1 changed files with 13 additions and 2 deletions

View File

@ -222,8 +222,19 @@ h1 {
#event-index th, #speaker-index th, #infobox th {
background-color: #047000;
}
#event-index td, #speaker-index td, #infobox td {
background-color: #f7f7f7;
#event-index td, #speaker-index td {
-webkit-box-shadow: #777 3px 4px 0;
-moz-box-shadow: #777 3px 4px 0;
background-color: #ccc;
}
#infobox td {
background-color: #f7f7f7;
padding: 2px;
/*
border-color: black;
border-style: solid;
border-width: 1px;
*/
}
#event-index td.track-community {
background-color: khaki;