Merge branch 'master' of svn.c3d2.de:c3d2-web

This commit is contained in:
koeart 2011-09-29 12:53:44 +02:00
commit b425716964
1 changed files with 15 additions and 11 deletions

View File

@ -2,7 +2,6 @@ body {
font-family: sans-serif;
margin: 0 auto;
padding: 0;
width: 900px;
color: black;
background-color: white;
}
@ -28,23 +27,26 @@ h1, h2, h3 {
}
#conference-logo {
float: left;
width: 140px;
margin-top: 10px;
margin-top: 0px;
margin-left: 0px;
}
#conference-logo img {
width: 84px;
}
#menu {
width: 700px;
width: 750px;
background-color: #65b8ff;
border-bottom-right-radius: 24pt;
border-bottom-left-radius: 24pt;
padding: 0;
maring: 0;
margin: 0;
margin-left: 150px;
font-size: 90%;
font-size: 85%;
}
#menu ul {
list-style-type: none;
padding: 0.2em 0;
margin: 0 auto 1em;
padding: 0.2em 0 0.4em;
margin: 0 auto 0.6em;
text-align: center;
}
#menu ul li {
@ -59,8 +61,8 @@ ul.track {
display: none;
}
#content {
width: 800px;
margin-left: 150px;
min-width: 800px;
margin-left: 64px;
padding: 0;
}
#content .release {
@ -133,7 +135,7 @@ ul.track {
float: left;
padding: 2px 4px 4px 2px;
}
#schedule, #speaker-index, #event-index {
#schedule, #speaker-index, #event-index, #content > ul {
border: 12pt solid #65b8ff;
background-color: #65b8ff;
color: white;
@ -141,6 +143,8 @@ ul.track {
min-height: 400px;
padding: 0;
border-spacing: 2px;
margin: 0;
list-style-type: none;
}
#schedule th, #speaker-index th, #event-index th {
color: white;