tsmmonitor2/css/style_classic.css
2009-05-13 13:13:46 +00:00

127 lines
2.6 KiB
CSS

/* - - - - - - - - - - - - - - - - - - - - */
/* BODY */
/* - - - - - - - - - - - - - - - - - - - - */
body, html {
background: #F5F6F8;
color: #000000;
}
/* - - - - - - - - - - - - - - - - - - - - */
/* OUTER CONTENTBOX */
/* - - - - - - - - - - - - - - - - - - - - */
#inhalt {
background: #ffffff;
border: 1px solid #a4aed5;
}
a.nav:link { color:#000000; }
a.nav:visited { color:#000000; }
a.nav:active { color:#cccccc; }
a.nav:hover { color:#555555; }
a.navhead:link { color:#000000; }
a.navhead:visited { color:#000000; }
a.navhead:active { color:#000000; }
a.navhead:hover { color:#555555; }
a.tablefooter:link { color:#000000; }
a.tablefooter:visited { color:#000000; }
a.tablefooter:active { color:#000000; }
a.tablefooter:hover { color:#555555; }
a.navheader:link { color:#FFFFFF; }
a.navheader:visited { color:#FFFFFF; }
a.navheader:active { color:#FFFFFF; }
a.navheader:hover { color:#FFFFFF; }
/* - - - - - - - - - - - - - - - - - - - - */
/* TABLE*/
/* - - - - - - - - - - - - - - - - - - - - */
#design {
width: 100%;
background: #ffffff;
}
#head {
background: #999999;
color: #ffffff;
}
#tnleft {
background: #cacaca;
color: #000000;
}
#tnright {
background: #cacaca;
color: #000000;
}
#printpreviewheader {
background: #cacaca;
color: #FFFFFF;
}
#menue {
background: #ffffff;
color: #000000;
}
.menuelinks a {
background: #eaeaea;
color: #000000;
border: 1px solid #d3d3d3;
}
.menuelinks a:hover {
background: #dadada;
color: #000000;
}
.menuelinks .aktuell {
background: #dadada;
border: 1px solid #444444;
}
.menuelinks .sidebarinfo {
background: #fafafa;
border: 1px solid #d3d3d3;
}
#content {
background: #ffffff;
color: #000000;
}
#footer {
background: #eaeaea;
color: #222222;
}
#sysinfo {
background: #f4f4f4;
color: #999999;
}
#table {
background: #dadada;
color: #ffffff;
}
table.zebra { background-color: #eaeaea; }
table.zebra th { background-color: #eaeaea; }
table.zebra td { }
table.zebra tr.d0 { background-color: #fff; }
table.zebra tr.d1 { background-color: #f2f2f2; }
table.timetable { background-color: #eaeaea; }
table.timetable th { background-color: #eaeaea; }
table.timetable th.content { background-color: #eaeaea; background-image:url(../images/tablebg.gif);}
table.timetable td { }
table.timetable td.content { background-image:url(../images/tablebg.gif); }
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
table.login { background-color: #eaeaea; }
table.login th { background-color: #eaeaea; }
table.login td { }
table.login tr { background-color: #fff; }