datenspuren fahrplan style progress

This commit is contained in:
Astro 2011-09-22 14:36:24 +02:00
parent a95e4aa546
commit ce009e188f

View File

@ -31,6 +31,9 @@ body {
:link:hover, :visited:hover {
text-decoration: underline;
}
h1, h2, h3 {
font-family: LondonTwo;
}
#conference-logo {
float: left;
width: 140px;
@ -82,7 +85,7 @@ ul.track {
margin: 0 24pt;
border-top-left-radius: 16pt;
border-top-right-radius: 16pt;
padding: 0.3em 1em;
padding: 0.7em 1em 0;
}
#content .intro strong {
font-size: 120%;
@ -97,3 +100,41 @@ ul.track {
min-height: 400px;
padding: 0;
}
#event > * {
margin: 0.5em 1em;
}
#event #infobox {
border: 8pt solid #65b8ff;
background-color: #65b8ff;
border-bottom-left-radius: 12pt;
clear: right;
float: right;
margin: -2px 0 0;
}
#infobox table {
width: 100%;
}
#infobox th {
font-family: LondonTwo;
text-align: center;
color: white;
}
#infobox td:nth-child(1) {
text-align: right;
font-size: 85%;
}
#infobox td:nth-child(2) {
font-family: LondonTwo;
}
#event #navigation {
position: relative;
top: -1em;
text-align: center;
}
#event #navigation a {
color: white;
font-size: 70%;
}
#event .event-image {
float: left;
}