c3d2-web/content/static/datenspuren/fahrplan/style.css

100 lines
1.6 KiB
CSS

@font-face {
font-family: LondonBetween;
src: url("../style/LondonBetween.ttf");
}
@font-face {
font-family: LondonTwo;
src: url("../style/LondonTwo.ttf");
}
body {
font-family: LondonBetween, sans-serif;
margin: 0 auto;
padding: 0;
/*width: 900px;*/
color: black;
background-color: white;
}
@media print {
.noprint {
display: none;
}
}
@media tty {
table {
border: medium solid;
}
}
:link, :visited {
text-decoration: none;
color: black;
}
:link:hover, :visited:hover {
text-decoration: underline;
}
#conference-logo {
float: left;
width: 140px;
margin-top: 10px;
}
#menu {
width: 700px;
background-color: #65b8ff;
border-bottom-right-radius: 24pt;
border-bottom-left-radius: 24pt;
padding: 0;
maring: 0;
margin-left: 150px;
}
#menu ul {
list-style-type: none;
padding: 0.2em 0;
margin: 0 auto 1em;
text-align: center;
}
#menu ul li {
display: inline;
padding-left: 1em;
}
#menu a {
color: white;
font-family: LondonTwo;
}
ul.track {
display: none;
}
#content {
width: 800px;
margin-left: 150px;
padding: 0;
}
#content .release {
color: white;
font-size: x-small;
text-align: center;
float: right;
padding: 0.1em;
margin: 2.3em 32pt;
}
#content .intro {
background-color: #65b8ff;
color: white;
font-family: LondonTwo;
margin: 0 24pt;
border-top-left-radius: 16pt;
border-top-right-radius: 16pt;
padding: 0.3em 1em;
}
#content .intro strong {
font-size: 120%;
padding-left: 2em;
}
#content .intro em {
font-size: 80%;
}
#event {
border: 12pt solid #65b8ff;
border-radius: 24pt;
min-height: 400px;
padding: 0;
}