c3d2-web/content/static/datenspuren/2009/style.css
sven dd94963563 fahrplan update (cron)
git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1898 31f61c52-7bfb-0310-b897-fc00f8a278f0
2009-10-04 16:01:02 +00:00

744 lines
8.3 KiB
CSS

/*
* 23C3 Fahrplan Stylesheet
*/
body {
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
font-size:0.9em;
color:#222;
/* background-color: white;
color: black;
font-family: "Lucida Grande", "Arial", sans-serif;
background-repeat: no-repeat;
background-color: #fff;
background-position: 20px 20px; */
}
h1, h2, h3, h4, h5, h6 {
margin-bottom:0.5em;
}
h1 {
color:red;
font-size: 175%;
}
h3 {
font-size:1.2em;
font-weight:normal;
color:#666;
}
@media print {
.noprint {
display: none;
}
}
#content {
position: absolute;
top: 20px;
left: 175px;
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
clear: both;
right: 2em;
border-style: solid;
border-width: 1px;
border-color: red;
border-top-width: 5px;
border-top-color: red;
background-color: white;
border-top-style: solid;
}
:link {
text-decoration:underline;
}
:link, :visited {
text-decoration: none;
color: black;
}
:link:hover, :visited:hover {
text-decoration:underline;
}
div.section {
clear: both;
margin: 20px;
}
/* TEXT */
p.release {
margin: 0;
margin-bottom: 10px;
padding: 5px 10px 5px 10px;
float: right;
color: white;
background-color: red;
font-size: 100%;
}
p.intro {
font-size: 250%;
margin-left: 20px;
color: red;
}
p.intro em {
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
color:black;
font-size:50%;
}
/* IMAGES */
img {
border-style: none;
}
#event img.event-image,
#speaker img.speaker-image {
height: 128px;
float: right;
margin-left: 20px;
margin-bottom: 10px;
padding: 2px;
border: 1px solid red;
}
#speaker img.event-image,
#event img.speaker-image {
height: 48px;
}
#event-index img.event-image,
#speaker-index img.speaker-image {
float: left;
margin-right: 10px;
height: 48px;
width: 48px;
}
#event-index td.event p,
#speaker-index td.speaker p {
margin-left: 60px;
}
/* INFOBOXES */
#infobox {
float: right;
margin-left: 20px;
margin-bottom: 10px;
width: 250px;
min-width: 250px;
background-color: white;
border: 1px solid red;
padding: 1px;
}
#infobox table {
width: 100%;
}
#infobox td.keyword {
text-align: right;
padding-right: 5px;
width: 25%;
}
#infobox td.value {
font-weight: bold;
text-align: left;
padding-left: 5px;
}
#infobox td.feedback {
background-color: #e6e9e1;
text-align: center;
padding-left: 2px;
padding-right: 2px;
font-weight: bold;
color: #00f;
}
td.feedback a {
color:#00f;
font-weight: bold;
}
#infobox span.person-name,
#infobox span.event-title {
font-weight: bold;
font-size: 120%;
}
/* TABLES */
table {
border-collapse: seperate;
}
th {
background-color:#d40000;
color: white;
text-align: center;
text-transform: uppercase;
padding-left: 2px;
padding-right: 2px;
}
td {
padding: 2px;
vertical-align: top;
text-align: left;
}
/* EVENT */
#event h1.title {
margin-bottom: 5px;
}
#event p.subtitle {
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
font-style: italic;
font-size: 140%;
margin-top: 5px;
}
#event div.abstract {
font-weight: bold;
}
/* EVENT NAVIGATION */
#navigation {
clear: both;
margin-top: 50px;
margin-left: 0;
margin-right: 0;
margin-bottom: -20px;
padding: 0;
}
#navigation span {
padding: 5px;
background-color: #d40000;
color: white;
border-style: solid;
border-width: 1px;
border-color: #e1e1e1;
}
#navigation span.previous {
float: left;
}
#navigation span.next {
float: right;
}
/*
#navigation span.previous:before {
content: "<<< ";
}
#navigation span.next:after {
content: " >>>";
}
*/
#navigation a {
color: white;
}
#navigation a:hover {
text-decoration: underline;
}
#navigation a:hover {
color: white;
text-decoration: underline;
}
/* EVENT INDEX */
#event-index p.title {
font-weight: bold;
font-size: 150%;
margin: 0;
}
#event-index p.subtitle {
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
font-style: italic;
font-size: 140%;
margin-top: 5px;
}
/* COLOURS: EVENT INDEX, SPEAKER INDEX, EVENT DETAIL */
#event-index th, #speaker-index th, #infobox th {
background-color: #d40000;
}
#event-index td, #speaker-index td, #infobox td {
background-color: #e6e9e1;
}
/* SCHEDULE */
#schedule th {
padding: 10px;
background-color: #cfcfcf;
color: white;
}
#schedule td {
padding: 4px;
}
#schedule td.time {
font-size: 120%;
vertical-align: top;
background-color: #cfcfcf;
color: white;
padding: 2px;
}
#schedule td.empty {
background-color: #efefef;
}
#schedule td.event {
background-color: #dfdfdf;
padding: 2px;
border-color: black;
border-style: solid;
border-width: 1px;
}
#schedule td.track-politikrecht {
background-color: #90ee90;
}
#schedule td.track-spielspa {
background-color: #87ceeb;
}
#schedule td.track-internetsicherheit {
background-color: #dda0dd;
}
#schedule td.track-gesellschaft {
background-color: #f0e68c;
}
#schedule td.conflict {
background-color: red;
border-color: black;
border-style: solid;
border-width: 0.01cm;
}
ul.speakers { margin: 0; padding: 0; display: inline; font-weight: bold; }
ul.speakers li { margin: 0; padding: 0; display: inline; }
ul.speakers li+li:before { content: ", "; }
#schedule span.language {
font-weight: bold;
}
#schedule span.track {
font-weight: bold;
}
#schedule span.type {
font-weight: bold;
}
#schedule p.abstract {
border-top: black dotted 1px;
font-size: 90%;
padding: 8px 2px 0px 2px;
}
#schedule span.event-id {
display: block;
color: white;
background-color: black;
text-align: center;
padding: 2px;
width: 3em;
}
#schedule p.title {
font-weight: bold;
font-size: 125%;
margin-bottom: 0;
padding-bottom: 0;
}
#schedule p.subtitle {
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
font-style: italic;
font-size: 100%;
margin-top: 0;
}
/* LINKS */
#conference-logo {
position: absolute;
left: 20px;
top: 20px;
width: 135px;
text-align: center;
}
#menu {
position: absolute;
left: 20px;
top: 170px;
width: 135px;
}
#menu ul {
margin: 0;
padding: 0;
}
#menu ul.track {
font-size: 0.9em;
margin-left: 15px;
width: 120px;
}
#menu li {
margin: 0;
padding: 0;
display: block;
}
#menu li span {
display: block;
padding: 4px;
font-size: 120%;
line-height: 120%;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
text-align: center;
border-style: solid;
border-width: 1px;
border-color: #000;
}
#menu :link,
#menu :visited {
text-decoration: none;
color: black;
}
#menu span.normal {
background-color: white;
}
#menu span.normal:hover {
background-color: white;
}
#menu span.normal:active {
background-color: white;
}
#menu span.selected {
background-color: white;
color: #fff;
font-weight: bold;
}
#menu span.active {
background-color: #999;
color: black;
font-weight: bold;
}
#menu span.active:hover {
color: #ccc;
}
#menu li.track-gesellschaft span {
background-color: #f0e68c;
}
#menu li.track-internetsicherheit span {
background-color: #dda0dd;
}
#menu li.track-spielspa span {
background-color: #87ceeb;
}
#menu li.track-politikrecht span {
background-color: #90ee90;
}
@media tty {
table {
border: medium solid;
}