adjust css to make logo link back to /

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1169 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
sven 2008-05-17 21:39:10 +00:00
parent 3ab7751272
commit af464c5c6c

View File

@ -6,65 +6,67 @@ body, html { margin:0; padding:0; font-family:"Lucida Grande", "Lucida Sans Unic
body { background-color:#5F5F5F; }
div#conference-logo img { display: none; }
div#conference-logo a { display: block; width: 720px; height: 120px; }
#conference-logo { position: absolute; left: 180px; top: 20px; width: 720px; text-align: center; z-index: 5; }
#content {
width:790px;
padding: 0;
float:left;
background:#FFFFFF;
overflow:hidden;
width:790px;
padding: 0;
float:left;
background:#FFFFFF;
overflow:hidden;
}
p.intro {
margin: 0;
text-indent: -10000px;
background-image:url(http://datenspuren.de/images/datenspuren.png);
background-repeat: no-repeat;
background-color: black;
height: 120px;
margin: 0;
text-indent: -10000px;
background-image:url(http://datenspuren.de/images/datenspuren.png);
background-repeat: no-repeat;
background-color: black;
height: 120px;
}
p.info { display: none; }
.feedback a{ color: white;}
div#conference-logo img { display: none; }
#content {
position: absolute;
top: 20px;
left: 175px;
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
clear: both;
position: absolute;
top: 20px;
left: 175px;
padding: 0px;
margin-top: 0px;
margin-bottom: 20px;
clear: both;
}
:link, :visited {
text-decoration: none;
color: black;
text-decoration: none;
color: black;
}
:link:hover, :visited:hover {
text-decoration: underline;
}
:link:hover, :visited:hover { text-decoration: underline; }
div.section {
clear: both;
margin: 20px;
clear: both;
margin: 20px;
}
/* TEXT */
p.release {
margin: 0;
margin-bottom: 10px;
padding: 5px 10px 5px 10px;
float: right;
color: white;
background-color: #000;
font-size: 100%;
margin: 0;
margin-bottom: 10px;
padding: 5px 10px 5px 10px;
float: right;
color: white;
background-color: #000;
font-size: 100%;
}
/* IMAGES */
@ -73,231 +75,204 @@ img { border-style: none; }
#event img.event-image,
#speaker img.speaker-image {
height: 128px;
width: 128px;
float: right;
margin-left: 20px;
margin-bottom: 10px;
padding: 2px;
border: 1px solid #000;
height: 128px;
width: 128px;
float: right;
margin-left: 20px;
margin-bottom: 10px;
padding: 2px;
border: 1px solid #000;
}
#speaker img.event-image,
#event img.speaker-image {
height: 48px;
width: 48px;
height: 48px;
width: 48px;
}
#event-index img.event-image,
#speaker-index img.speaker-image {
float: left;
margin-right: 10px;
height: 48px;
width: 48px;
float: left;
margin-right: 10px;
height: 48px;
width: 48px;
}
#event-index td.event p,
#speaker-index td.speaker p {
margin-left: 60px;
margin-left: 60px;
}
/* INFOBOXES */
#infobox {
float: right;
margin-left: 20px;
margin-bottom: 10px;
width: 250px;
min-width: 250px;
background-color: #a5b3bb;
border: 1px solid #000;
padding: 1px;
float: right;
margin-left: 20px;
margin-bottom: 10px;
width: 250px;
min-width: 250px;
background-color: #a5b3bb;
border: 1px solid #000;
padding: 1px;
}
#infobox table {
width: 100%;
width: 100%;
}
#infobox td.keyword {
text-align: right;
padding-right: 5px;
width: 25%;
text-align: right;
padding-right: 5px;
width: 25%;
}
#infobox td.value {
font-weight: bold;
text-align: left;
padding-left: 5px;
font-weight: bold;
text-align: left;
padding-left: 5px;
}
#infobox td.feedback {
background-color: #090;
color: white;
text-align: center;
padding-left: 2px;
padding-right: 2px;
background-color: #090;
color: white;
text-align: center;
padding-left: 2px;
padding-right: 2px;
}
#infobox span.person-name,
#infobox span.event-title {
font-weight: bold;
font-size: 2em;
font-weight: bold;
font-size: 2em;
}
/* TABLES */
table {
border-collapse: seperate;
border-collapse: seperate;
}
th {
color: white;
text-align: center;
text-transform: uppercase;
padding-left: 2px;
padding-right: 2px;
font-size: 1em;
color: white;
text-align: center;
text-transform: uppercase;
padding-left: 2px;
padding-right: 2px;
font-size: 1em;
}
td {
padding: 2px;
vertical-align: top;
text-align: left;
padding: 2px;
vertical-align: top;
text-align: left;
}
/* EVENT */
#event h1.title {
margin-bottom: 5px;
margin-bottom: 5px;
}
#event p.subtitle {
font-size: 120%;
margin-top: 5px;
font-size: 120%;
margin-top: 5px;
}
#event div.abstract {
font-weight: bold;
font-weight: bold;
}
/* EVENT NAVIGATION */
#navigation {
clear: both;
margin-top: 50px;
margin-left: 0;
margin-right: 0;
margin-bottom: -20px;
padding: 0;
clear: both;
margin-top: 50px;
margin-left: 0;
margin-right: 0;
margin-bottom: -20px;
padding: 0;
}
#navigation span {
padding: 5px;
background-color: #a2b0b7;
color: white;
border-style: solid;
border-width: 1px;
border-color: #5a7280;
padding: 5px;
background-color: #a2b0b7;
color: white;
border-style: solid;
border-width: 1px;
border-color: #5a7280;
}
#navigation span.previous {
float: left;
}
#navigation span.previous { float: left; }
#navigation span.next { float: right; }
#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 { color: white; }
#navigation a:hover {
color: white;
text-decoration: underline;
color: white;
text-decoration: underline;
}
/* EVENT INDEX */
#event-index p.title {
font-weight: bold;
font-size: 150%;
margin: 0;
font-weight: bold;
font-size: 150%;
margin: 0;
}
#event-index p.subtitle {
font-size: 120%;
margin-top: 5px;
font-size: 120%;
margin-top: 5px;
}
/* COLOURS: EVENT INDEX, SPEAKER INDEX, EVENT DETAIL */
#event-index th, #speaker-index th, #infobox th {
background-color: #567281;
background-color: #567281;
}
#event-index td, #speaker-index td, #infobox td {
background-color: #a3b3bc;
background-color: #a3b3bc;
}
/* SCHEDULE */
#schedule th {
padding: 10px;
background-color: #567281;
color: white;
padding: 10px;
background-color: #567281;
color: white;
}
#schedule td { padding: 4px; }
#schedule td.time {
font-size: 120%;
vertical-align: top;
background-color: #567281;
color: white;
padding: 2px;
font-size: 120%;
vertical-align: top;
background-color: #567281;
color: white;
padding: 2px;
}
#schedule td.empty { background-color: white; }
#schedule td.event {
background-color: #a2b2bb;
padding: 2px;
border-color: black;
border-style: solid;
border-width: 1px;
background-color: #a2b2bb;
padding: 2px;
border-color: black;
border-style: solid;
border-width: 1px;
}
#schedule td.conflict {
background-color: red;
border-color: black;
border-style: solid;
border-width: 0.01cm;
background-color: red;
border-color: black;
border-style: solid;
border-width: 0.01cm;
}
@ -310,94 +285,91 @@ ul.speakers li+li:before { content: ","; }
#schedule span.type { font-weight: bold; }
#schedule p.abstract {
border-top: black dotted 1px;
font-size: 90%;
padding: 8px 2px 0px 2px;
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;
display: block;
color: white;
background-color: black;
text-align: center;
padding: 2px;
width: 3em;
}
#schedule p.title {
font-weight: bold;
font-size: 110%;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
font-weight: bold;
font-size: 110%;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
}
#schedule p.subtitle {
font-size: 110%;
margin-top: 0;
font-size: 110%;
margin-top: 0;
}
/* LINKS */
#menu {
position: absolute;
left: 20px;
top: 140px;
padding: 0;
margin: 0;
width: 155px;
/* background-color: #567281; */
background-color: red;
position: absolute;
left: 20px;
top: 140px;
padding: 0;
margin: 0;
width: 155px;
background-color: red;
}
#menu ul { margin: 10px; padding: 0; }
#menu ul.track {
font-size: 0.9em;
margin-left: 15px;
width: 120px;
font-size: 0.9em;
margin-left: 15px;
width: 120px;
}
#menu li {
display: block;
margin: 5px;
display: block;
margin: 5px;
}
#menu li a:link, #menu li a:visited {
/* border-bottom: 1px dotted black;*/
font-weight: bold;
display: block;
padding: 4px;
color: white;
font-weight: bold;
display: block;
padding: 4px;
color: white;
}
#menu li a:hover {
/* border-bottom: 1px solid black;*/
background-color: white;
color: #567281;
text-decoration: underline;
background-color: white;
color: #567281;
text-decoration: underline;
}
#menu :link,
#menu :visited {
text-decoration: none;
color: black;
text-decoration: none;
color: black;
}
#menu span.selected {
background-color: #999;
color: #fff;
font-weight: bold;
background-color: #999;
color: #fff;
font-weight: bold;
}
#menu span.active {
background-color: #999;
color: black;
font-weight: bold;
background-color: #999;
color: black;
font-weight: bold;
}
#menu span.active:hover { color: #ccc; }
table { font-size: 10px; }
table { font-size: 10px; }