datenspuren fahrplan style

This commit is contained in:
Astro 2010-10-14 03:28:20 +02:00
parent 6a1ef9e220
commit ed269f4f3f

View File

@ -132,6 +132,7 @@ img {
/* TABLES */ /* TABLES */
table { table {
border-collapse: seperate; border-collapse: seperate;
border-spacing: 2px;
} }
th { th {
background-color: #047000; background-color: #047000;
@ -258,11 +259,11 @@ h1 {
padding: 2px; padding: 2px;
} }
#schedule td.empty { #schedule td.empty {
background-color: #e6e9e1;
} }
#schedule td.event { #schedule td.event {
background-color: #c1c1c1; background-color: #ccc;
padding: 2px; padding: 2px;
-webkit-box-shadow: #aaa 3px 4px 0;
/* /*
border-color: black; border-color: black;
border-style: solid; border-style: solid;
@ -319,6 +320,7 @@ ul.speakers li+li:before { content: ", "; }
width: 3em; width: 3em;
} }
#schedule p.title { #schedule p.title {
text-shadow: white 0 1px 1px;
font-weight: bold; font-weight: bold;
font-size: 125%; font-size: 125%;
margin-bottom: 0; margin-bottom: 0;
@ -326,9 +328,9 @@ ul.speakers li+li:before { content: ", "; }
} }
#schedule p.subtitle { #schedule p.subtitle {
font-family: "Times", serif; font-family: "Times", serif;
font-style: italic; font-size: 110%;
font-size: 125%;
margin-top: 0; margin-top: 0;
color: #555;
} }
/* LINKS */ /* LINKS */
#conference-logo { #conference-logo {