c3d2-web/content/static/datenspuren/2004/color-scheme.css

58 lines
1.0 KiB
CSS

/* ###### Text Colors ###### */
h1, #bodyText a, .leftSideBar a, .leftSideBar span, .rightSideBar a
{ color: #443d35; }
.headerLinks *, .menuBar a:hover, .leftSideBar .sideBarTitle,
.leftSideBar a:hover, .leftSideBar .thisPage, #footer a
{ color: black; }
.headerTitle, .headerSubTitle { color: #443d35; }
.dateheader
{ color: #443d35; }
/* ###### Background Colors ###### */
body
{ background-color: /*#ebe8e3;*/ white; }
#bodyText
{ background-color: white; border-color: #ebe8e3; }
#header
{ background-color: white; border-color: #78736d; }
.leftSideBar .sideBarTitle, .sideBarTitle, #footer
{ background-color: #c4bab1; }
.leftSideBar
{ background-color: #ebe8e3; }
#uebersicht tr.header {
background-color: #c4bab1;
}
#uebersicht td.empty {
background-color: #eee;
}
#uebersicht td.time {
background-color: #eee;
}
#uebersicht td.vortrag {
background-color: #ebe8e3;
}
/* ###### Border Colors ###### */
h1, .rightSideBar
{ border-color: #e6dfcf; }
acronym
{ border-color: #a68c53; }