mirror of
https://codeberg.org/mclemens/tsmmonitor2.git
synced 2024-11-17 15:55:55 -05:00
recuced user stylesheets to color styles only
This commit is contained in:
parent
33fad60ecc
commit
62237e967c
133
css/blue.css
133
css/blue.css
@ -3,58 +3,33 @@
|
|||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
body, html {
|
body, html {
|
||||||
background: #F5F6F8;
|
background: #F5F6F8;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin: 0 0 5px 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
/* OUTER CONTENTBOX */
|
/* OUTER CONTENTBOX */
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
#inhalt {
|
#inhalt {
|
||||||
margin:10px auto;
|
|
||||||
text-align:left;
|
|
||||||
width: 90%;
|
|
||||||
padding: 2px;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border: 1px solid #3d8cce;
|
border: 1px solid #3d8cce;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #000; }
|
a.nav:link { color:#000000; }
|
||||||
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
|
a.nav:visited { color:#000000; }
|
||||||
.calendar .selectedday { background: #ddd; }
|
a.nav:active { color:#cccccc; }
|
||||||
.calendar .today { font-weight: bold; color: #f00; }
|
a.nav:hover { color:#555555; }
|
||||||
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
|
a.navhead:link { color:#000000; }
|
||||||
.calendar a:hover { background: #bbb; }
|
a.navhead:visited { color:#000000; }
|
||||||
.calendar table { border-collapse: collapse; font-size: 90%; }
|
a.navhead:active { color:#000000; }
|
||||||
.calendar tbody td { width: 20px; }
|
a.navhead:hover { color:#555555; }
|
||||||
.calendar td, .calendar th { padding: 1px; text-align: center; }
|
a.tablefooter:link { color:#000000; }
|
||||||
.calendar thead td { border-bottom: 1px solid #aaa; }
|
a.tablefooter:visited { color:#000000; }
|
||||||
.calendar thead td { font-weight: bold; }
|
a.tablefooter:active { color:#000000; }
|
||||||
.calendar thead th a { font-size: 95%; font-weight: bold; }
|
a.tablefooter:hover { color:#555555; }
|
||||||
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
|
a.navheader:link { color:#FFFFFF; }
|
||||||
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
|
a.navheader:visited { color:#FFFFFF; }
|
||||||
.calendaricon { cursor: pointer; }
|
a.navheader:active { color:#FFFFFF; }
|
||||||
.calendarlink, .calendaricon { margin: 0 3px; }
|
a.navheader:hover { color:#FFFFFF; }
|
||||||
|
|
||||||
a.nav:link { color:#000000; text-decoration:underline; }
|
|
||||||
a.nav:visited { color:#000000; text-decoration:underline; }
|
|
||||||
a.nav:active { color:#cccccc; text-decoration:underline; }
|
|
||||||
a.nav:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navhead:link { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:visited { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:active { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:hover { color:#555555; text-decoration:none; }
|
|
||||||
a.tablefooter:link { color:#000000; text-decoration:underline; }
|
|
||||||
a.tablefooter:visited { color:#000000; text-decoration:underline; }
|
|
||||||
a.tablefooter:active { color:#000000; text-decoration:none; }
|
|
||||||
a.tablefooter:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navheader:link { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:visited { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:active { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:hover { color:#FFFFFF; text-decoration:none; }
|
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
/* TABLE*/
|
/* TABLE*/
|
||||||
@ -65,152 +40,94 @@ background: #ffffff;
|
|||||||
}
|
}
|
||||||
|
|
||||||
#head {
|
#head {
|
||||||
height: 75px;
|
|
||||||
text-align: center;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
background-image:url(../images/bg-blue-gloss-5x75.jpg);
|
background-image:url(../images/bg-blue-gloss-5x75.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tnleft {
|
#tnleft {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 30px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-ice-gloss-5x35.jpg);
|
background-image:url(../images/bg-ice-gloss-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tnright {
|
#tnright {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 30px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-ice-gloss-5x35.jpg);
|
background-image:url(../images/bg-ice-gloss-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox1 {
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox2 {
|
|
||||||
float:right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#printpreviewheader {
|
#printpreviewheader {
|
||||||
background: #cacaca;
|
background: #cacaca;
|
||||||
padding: 3px;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menue {
|
#menue {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks a {
|
.menuelinks a {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #bddcf0;
|
background: #bddcf0;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #3d8cce;
|
border: 1px solid #3d8cce;
|
||||||
}
|
}
|
||||||
.menuelinks a:hover {
|
.menuelinks a:hover {
|
||||||
background: #4ab5ed;
|
background: #4ab5ed;
|
||||||
text-decoration: none;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks .aktuell {
|
.menuelinks .aktuell {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #3f94d4;
|
background: #3f94d4;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #336e9e;
|
border: 1px solid #336e9e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.menuelinks .sidebarinfo {
|
.menuelinks .sidebarinfo {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #3d8cce;
|
border: 1px solid #3d8cce;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
padding: 3px;
|
|
||||||
color: #222222;
|
color: #222222;
|
||||||
text-align: center;
|
|
||||||
background-image:url(../images/bg-ice-gloss-5x35.jpg);
|
background-image:url(../images/bg-ice-gloss-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sysinfo {
|
#sysinfo {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
padding: 3px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#table {
|
#table {
|
||||||
background: #dadada;
|
background: #dadada;
|
||||||
padding: 3px;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
table.zebra { background-color: #3d8cce; }
|
||||||
th { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
|
||||||
|
|
||||||
|
|
||||||
table.zebra {background-color: #3d8cce; border-spacing: 1px;margin-left: auto; margin-right: auto; width: 100%;}
|
|
||||||
table.zebra th { background-color: #bddcf0; }
|
table.zebra th { background-color: #bddcf0; }
|
||||||
table.zebra td.footer { background-color: #bddcf0; }
|
table.zebra td.footer { background-color: #bddcf0; }
|
||||||
table.zebra td { padding: 4px;}
|
table.zebra td { }
|
||||||
table.zebra tr.d0 { background-color: #fff; }
|
table.zebra tr.d0 { background-color: #fff; }
|
||||||
table.zebra tr.d1 { background-color: #f2f2f2; }
|
table.zebra tr.d1 { background-color: #f2f2f2; }
|
||||||
|
|
||||||
table.timetable {background-color: #3d8cce; border-spacing: 1px;margin-left: 1px; margin-right: auto;}
|
table.timetable { background-color: #3d8cce; }
|
||||||
table.timetable th { background-color: #bddcf0; }
|
table.timetable th { background-color: #bddcf0; }
|
||||||
table.timetable th.content { background-color: #bddcf0; background-image:url(../images/tablebg.gif); }
|
table.timetable th.content { background-color: #bddcf0; background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable td { padding: 2px; font-size: 10px; }
|
table.timetable td { }
|
||||||
table.timetable td.content { padding: 2px; font-size: 10px; background-image:url(../images/tablebg.gif); }
|
table.timetable td.content { background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
||||||
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
||||||
|
|
||||||
table.login {background-color: #eaeaea; border-spacing: 1px;margin-left: auto; margin-right: auto;}
|
table.login { background-color: #eaeaea; }
|
||||||
table.login th { background-color: #eaeaea; text-align: center; }
|
table.login th { background-color: #eaeaea; }
|
||||||
table.login td { padding: 4px;}
|
table.login td { }
|
||||||
table.login tr { background-color: #fff; text-align: center; }
|
table.login tr { background-color: #fff; }
|
||||||
|
|
||||||
.button { background-color: #bddcf0; background-image:url(../images/bg-ice-gloss-5x35.jpg); }
|
.button { background-color: #bddcf0; background-image:url(../images/bg-ice-gloss-5x35.jpg); }
|
||||||
.textfield { background-color: #bddcf0; background-image:url(../images/bg-ice-gloss-5x35.jpg); }
|
.textfield { background-color: #bddcf0; background-image:url(../images/bg-ice-gloss-5x35.jpg); }
|
||||||
|
126
css/classic.css
Normal file
126
css/classic.css
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
|
/* 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; }
|
133
css/dark.css
133
css/dark.css
@ -3,11 +3,7 @@
|
|||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
body, html {
|
body, html {
|
||||||
background: #F5F6F8;
|
background: #F5F6F8;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin: 0 0 5px 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -16,47 +12,26 @@ padding: 0;
|
|||||||
/* OUTER CONTENTBOX */
|
/* OUTER CONTENTBOX */
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
#inhalt {
|
#inhalt {
|
||||||
margin:10px auto;
|
|
||||||
text-align:left;
|
|
||||||
width: 90%;
|
|
||||||
padding: 2px;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #000; }
|
a.nav:link { color:#ffd800; }
|
||||||
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
|
a.nav:visited { color:#ffd800; }
|
||||||
.calendar .selectedday { background: #ddd; }
|
a.nav:active { color:#ffd800; }
|
||||||
.calendar .today { font-weight: bold; color: #f00; }
|
a.nav:hover { color:#ffd800; }
|
||||||
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
|
a.navhead:link { color:#ffd800; }
|
||||||
.calendar a:hover { background: #bbb; }
|
a.navhead:visited { color:#ffd800; }
|
||||||
.calendar table { border-collapse: collapse; font-size: 90%; }
|
a.navhead:active { color:#ffd800; }
|
||||||
.calendar tbody td { width: 20px; }
|
a.navhead:hover { color:#ffe96f; }
|
||||||
.calendar td, .calendar th { padding: 1px; text-align: center; }
|
a.tablefooter:link { color:#ffd800; }
|
||||||
.calendar thead td { border-bottom: 1px solid #aaa; }
|
a.tablefooter:visited { color:#ffd800; }
|
||||||
.calendar thead td { font-weight: bold; }
|
a.tablefooter:active { color:#ffd800; }
|
||||||
.calendar thead th a { font-size: 95%; font-weight: bold; }
|
a.tablefooter:hover { color:#ffe96f; }
|
||||||
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
|
a.navheader:link { color:#ffd800; }
|
||||||
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
|
a.navheader:visited { color:#ffd800; }
|
||||||
.calendaricon { cursor: pointer; }
|
a.navheader:active { color:#ffd800; }
|
||||||
.calendarlink, .calendaricon { margin: 0 3px; }
|
a.navheader:hover { color:#ffd800; }
|
||||||
|
|
||||||
a.nav:link { color:#ffd800; text-decoration:underline; }
|
|
||||||
a.nav:visited { color:#ffd800; text-decoration:underline; }
|
|
||||||
a.nav:active { color:#ffd800; text-decoration:underline; }
|
|
||||||
a.nav:hover { color:#ffd800; text-decoration:underline; }
|
|
||||||
a.navhead:link { color:#ffd800; text-decoration:none; }
|
|
||||||
a.navhead:visited { color:#ffd800; text-decoration:none; }
|
|
||||||
a.navhead:active { color:#ffd800; text-decoration:none; }
|
|
||||||
a.navhead:hover { color:#ffe96f; text-decoration:none; }
|
|
||||||
a.tablefooter:link { color:#ffd800; text-decoration:underline; }
|
|
||||||
a.tablefooter:visited { color:#ffd800; text-decoration:underline; }
|
|
||||||
a.tablefooter:active { color:#ffd800; text-decoration:none; }
|
|
||||||
a.tablefooter:hover { color:#ffe96f; text-decoration:underline; }
|
|
||||||
a.navheader:link { color:#ffd800; text-decoration:none; }
|
|
||||||
a.navheader:visited { color:#ffd800; text-decoration:none; }
|
|
||||||
a.navheader:active { color:#ffd800; text-decoration:none; }
|
|
||||||
a.navheader:hover { color:#ffd800; text-decoration:none; }
|
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
/* TABLE*/
|
/* TABLE*/
|
||||||
@ -68,152 +43,94 @@ background: #ffffff;
|
|||||||
|
|
||||||
#head {
|
#head {
|
||||||
background: #999999;
|
background: #999999;
|
||||||
height: 75px;
|
|
||||||
text-align: center;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
background-image:url(../images/bg-black-gloss-5x75.jpg);
|
background-image:url(../images/bg-black-gloss-5x75.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tnleft {
|
#tnleft {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 35px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-black-gloss-5x35.jpg);
|
background-image:url(../images/bg-black-gloss-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
#tnright {
|
#tnright {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 35px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-black-gloss-5x35.jpg);
|
background-image:url(../images/bg-black-gloss-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox1 {
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox2 {
|
|
||||||
float:right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#printpreviewheader {
|
#printpreviewheader {
|
||||||
background: #cacaca;
|
background: #cacaca;
|
||||||
padding: 3px;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menue {
|
#menue {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks a {
|
.menuelinks a {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #414343;
|
background: #414343;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
color: #ffd800;
|
color: #ffd800;
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
.menuelinks a:hover {
|
.menuelinks a:hover {
|
||||||
background: #797979;
|
background: #797979;
|
||||||
text-decoration: none;
|
|
||||||
color: #ffd800;
|
color: #ffd800;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks .aktuell {
|
.menuelinks .aktuell {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #ffd800;
|
background: #ffd800;
|
||||||
color: #414343;
|
color: #414343;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.menuelinks .sidebarinfo {
|
.menuelinks .sidebarinfo {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #000000;
|
border: 1px solid #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
padding: 3px;
|
|
||||||
color: #ffd800;
|
color: #ffd800;
|
||||||
text-align: center;
|
|
||||||
background-image:url(../images/bg-black-gloss-5x35.jpg);
|
background-image:url(../images/bg-black-gloss-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sysinfo {
|
#sysinfo {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
padding: 3px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#table {
|
#table {
|
||||||
background: #dadada;
|
background: #dadada;
|
||||||
padding: 3px;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
table.zebra { background-color: #000000; }
|
||||||
th { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
|
||||||
|
|
||||||
|
|
||||||
table.zebra {background-color: #000000; border-spacing: 1px;margin-left: auto; margin-right: auto; width: 100%;}
|
|
||||||
table.zebra th { background-color: #414343; color:#ffd800; }
|
table.zebra th { background-color: #414343; color:#ffd800; }
|
||||||
table.zebra td.footer { background-color: #414343; color:#ffd800; }
|
table.zebra td.footer { background-color: #414343; color:#ffd800; }
|
||||||
table.zebra td { padding: 4px;}
|
table.zebra td { }
|
||||||
table.zebra tr.d0 { background-color: #fff; }
|
table.zebra tr.d0 { background-color: #fff; }
|
||||||
table.zebra tr.d1 { background-color: #f2f2f2; }
|
table.zebra tr.d1 { background-color: #f2f2f2; }
|
||||||
|
|
||||||
table.timetable {background-color: #000000; border-spacing: 1px;margin-left: 1px; margin-right: auto;}
|
table.timetable {background-color: #000000; }
|
||||||
table.timetable th { background-color: #ffd800; }
|
table.timetable th { background-color: #ffd800; }
|
||||||
table.timetable th.content { background-color: #ffd800; background-image:url(../images/tablebg.gif); }
|
table.timetable th.content { background-color: #ffd800; background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable td { padding: 2px; font-size: 10px; }
|
table.timetable td { }
|
||||||
table.timetable td.content { padding: 2px; font-size: 10px; background-image:url(../images/tablebg.gif); }
|
table.timetable td.content { background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
||||||
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
||||||
|
|
||||||
table.login {background-color: #eaeaea; border-spacing: 1px;margin-left: auto; margin-right: auto;}
|
table.login { background-color: #eaeaea; }
|
||||||
table.login th { background-color: #eaeaea; text-align: center; }
|
table.login th { background-color: #eaeaea; }
|
||||||
table.login td { padding: 4px;}
|
table.login td { }
|
||||||
table.login tr { background-color: #fff; text-align: center; }
|
table.login tr { background-color: #fff; }
|
||||||
|
|
||||||
.button { color:#ffd800; background-color: #414343; background-image:url(../images/bg-black-gloss-5x35.jpg); }
|
.button { color:#ffd800; background-color: #414343; background-image:url(../images/bg-black-gloss-5x35.jpg); }
|
||||||
.textfield { color:#ffd800; background-color: #414343; background-image:url(../images/bg-black-gloss-5x35.jpg); }
|
.textfield { color:#ffd800; background-color: #414343; background-image:url(../images/bg-black-gloss-5x35.jpg); }
|
||||||
|
203
css/default.css
203
css/default.css
@ -1,203 +0,0 @@
|
|||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
|
||||||
/* BODY */
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
|
||||||
body, html {
|
|
||||||
background: #F5F6F8;
|
|
||||||
font-family: Verdana, Arial, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #000000;
|
|
||||||
margin: 0 0 5px 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
|
||||||
/* OUTER CONTENTBOX */
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
|
||||||
#inhalt {
|
|
||||||
margin:10px auto;
|
|
||||||
text-align:left;
|
|
||||||
width: 90%;
|
|
||||||
padding: 2px;
|
|
||||||
background: #ffffff;
|
|
||||||
border: 1px solid #a4aed5;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #000; }
|
|
||||||
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
|
|
||||||
.calendar .selectedday { background: #ddd; }
|
|
||||||
.calendar .today { font-weight: bold; color: #f00; }
|
|
||||||
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
|
|
||||||
.calendar a:hover { background: #bbb; }
|
|
||||||
.calendar table { border-collapse: collapse; font-size: 90%; }
|
|
||||||
.calendar tbody td { width: 20px; }
|
|
||||||
.calendar td, .calendar th { padding: 1px; text-align: center; }
|
|
||||||
.calendar thead td { border-bottom: 1px solid #aaa; }
|
|
||||||
.calendar thead td { font-weight: bold; }
|
|
||||||
.calendar thead th a { font-size: 95%; font-weight: bold; }
|
|
||||||
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
|
|
||||||
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
|
|
||||||
.calendaricon { cursor: pointer; }
|
|
||||||
.calendarlink, .calendaricon { margin: 0 3px; }
|
|
||||||
|
|
||||||
a.nav:link { color:#000000; text-decoration:underline; }
|
|
||||||
a.nav:visited { color:#000000; text-decoration:underline; }
|
|
||||||
a.nav:active { color:#cccccc; text-decoration:underline; }
|
|
||||||
a.nav:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navhead:link { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:visited { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:active { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:hover { color:#555555; text-decoration:none; }
|
|
||||||
a.tablefooter:link { color:#000000; text-decoration:underline; }
|
|
||||||
a.tablefooter:visited { color:#000000; text-decoration:underline; }
|
|
||||||
a.tablefooter:active { color:#000000; text-decoration:none; }
|
|
||||||
a.tablefooter:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navheader:link { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:visited { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:active { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:hover { color:#FFFFFF; text-decoration:none; }
|
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
|
||||||
/* TABLE*/
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
|
||||||
#design {
|
|
||||||
width: 100%;
|
|
||||||
background: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
#head {
|
|
||||||
background: #999999;
|
|
||||||
height: 75px;
|
|
||||||
text-align: center;
|
|
||||||
color: #ffffff;
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnleft {
|
|
||||||
background: #cacaca;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
#tnright {
|
|
||||||
background: #cacaca;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox1 {
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox2 {
|
|
||||||
float:right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#printpreviewheader {
|
|
||||||
background: #cacaca;
|
|
||||||
padding: 3px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#menue {
|
|
||||||
background: #ffffff;
|
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menuelinks a {
|
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #eaeaea;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
color: #000000;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #d3d3d3;
|
|
||||||
}
|
|
||||||
.menuelinks a:hover {
|
|
||||||
background: #dadada;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menuelinks .aktuell {
|
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #dadada;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #444444;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.menuelinks .sidebarinfo {
|
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #fafafa;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #d3d3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content {
|
|
||||||
background: #ffffff;
|
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#footer {
|
|
||||||
background: #eaeaea;
|
|
||||||
padding: 3px;
|
|
||||||
color: #222222;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sysinfo {
|
|
||||||
background: #f4f4f4;
|
|
||||||
padding: 3px;
|
|
||||||
color: #999999;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#table {
|
|
||||||
background: #dadada;
|
|
||||||
padding: 3px;
|
|
||||||
color: #ffffff;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
td { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
|
||||||
th { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
|
||||||
|
|
||||||
|
|
||||||
table.zebra {background-color: #eaeaea; border-spacing: 1px;margin-left: auto; margin-right: auto; width: 100%;}
|
|
||||||
table.zebra th { background-color: #eaeaea; }
|
|
||||||
table.zebra td { padding: 4px;}
|
|
||||||
table.zebra tr.d0 { background-color: #fff; }
|
|
||||||
table.zebra tr.d1 { background-color: #f2f2f2; }
|
|
||||||
|
|
||||||
table.timetable {background-color: #eaeaea; border-spacing: 1px;margin-left: 1px; margin-right: auto;}
|
|
||||||
table.timetable th { background-color: #eaeaea; }
|
|
||||||
table.timetable th.content { background-color: #eaeaea; background-image:url(../images/tablebg.gif);}
|
|
||||||
table.timetable td { padding: 2px; font-size: 10px;}
|
|
||||||
table.timetable td.content { padding: 2px; font-size: 10px; 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; border-spacing: 1px;margin-left: auto; margin-right: auto;}
|
|
||||||
table.login th { background-color: #eaeaea; text-align: center; }
|
|
||||||
table.login td { padding: 4px;}
|
|
||||||
table.login tr { background-color: #fff; text-align: center; }
|
|
134
css/horizon.css
134
css/horizon.css
@ -3,215 +3,131 @@
|
|||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
body, html {
|
body, html {
|
||||||
background: #F5F6F8;
|
background: #F5F6F8;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin: 0 0 5px 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
/* OUTER CONTENTBOX */
|
/* OUTER CONTENTBOX */
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
#inhalt {
|
#inhalt {
|
||||||
margin:10px auto;
|
|
||||||
text-align:left;
|
|
||||||
width: 90%;
|
|
||||||
padding: 2px;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border: 1px solid #1f304e;
|
border: 1px solid #1f304e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #000; }
|
a.nav:link { color:#eaeff4; }
|
||||||
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
|
a.nav:visited { color:#eaeff4; }
|
||||||
.calendar .selectedday { background: #ddd; }
|
a.nav:active { color:#cccccc; }
|
||||||
.calendar .today { font-weight: bold; color: #f00; }
|
a.nav:hover { color:#555555; }
|
||||||
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
|
a.navhead:link { color:#eaeff4; }
|
||||||
.calendar a:hover { background: #bbb; }
|
a.navhead:visited { color:#eaeff4; }
|
||||||
.calendar table { border-collapse: collapse; font-size: 90%; }
|
a.navhead:active { color:#eaeff4; }
|
||||||
.calendar tbody td { width: 20px; }
|
a.navhead:hover { color:#555555; }
|
||||||
.calendar td, .calendar th { padding: 1px; text-align: center; }
|
a.tablefooter:link { color:#eaeff4; }
|
||||||
.calendar thead td { border-bottom: 1px solid #aaa; }
|
a.tablefooter:visited { color:#eaeff4; }
|
||||||
.calendar thead td { font-weight: bold; }
|
a.tablefooter:active { color:#eaeff4; }
|
||||||
.calendar thead th a { font-size: 95%; font-weight: bold; }
|
a.tablefooter:hover { color:#555555; }
|
||||||
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
|
a.navheader:link { color:#FFFFFF; }
|
||||||
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
|
a.navheader:visited { color:#FFFFFF; }
|
||||||
.calendaricon { cursor: pointer; }
|
a.navheader:active { color:#FFFFFF; }
|
||||||
.calendarlink, .calendaricon { margin: 0 3px; }
|
a.navheader:hover { color:#FFFFFF; }
|
||||||
|
|
||||||
a.nav:link { color:#eaeff4; text-decoration:underline; }
|
|
||||||
a.nav:visited { color:#eaeff4; text-decoration:underline; }
|
|
||||||
a.nav:active { color:#cccccc; text-decoration:underline; }
|
|
||||||
a.nav:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navhead:link { color:#eaeff4; text-decoration:none; }
|
|
||||||
a.navhead:visited { color:#eaeff4; text-decoration:none; }
|
|
||||||
a.navhead:active { color:#eaeff4; text-decoration:none; }
|
|
||||||
a.navhead:hover { color:#555555; text-decoration:none; }
|
|
||||||
a.tablefooter:link { color:#eaeff4; text-decoration:underline; }
|
|
||||||
a.tablefooter:visited { color:#eaeff4; text-decoration:underline; }
|
|
||||||
a.tablefooter:active { color:#eaeff4; text-decoration:none; }
|
|
||||||
a.tablefooter:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navheader:link { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:visited { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:active { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:hover { color:#FFFFFF; text-decoration:none; }
|
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
/* TABLE*/
|
/* TABLE*/
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
#design {
|
#design {
|
||||||
width: 100%;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#head {
|
#head {
|
||||||
height: 75px;
|
|
||||||
text-align: center;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
background-image:url(../images/bg-horizon-5x75.jpg);
|
background-image:url(../images/bg-horizon-5x75.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tnleft {
|
#tnleft {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 30px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-horizon-5x35.jpg);
|
background-image:url(../images/bg-horizon-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tnright {
|
#tnright {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 30px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-horizon-5x35.jpg);
|
background-image:url(../images/bg-horizon-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox1 {
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox2 {
|
|
||||||
float:right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#printpreviewheader {
|
#printpreviewheader {
|
||||||
background: #cacaca;
|
background: #cacaca;
|
||||||
padding: 3px;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menue {
|
#menue {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks a {
|
.menuelinks a {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #3880af;
|
background: #3880af;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
color: #eaeff4;
|
color: #eaeff4;
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #1f304e;
|
border: 1px solid #1f304e;
|
||||||
}
|
}
|
||||||
.menuelinks a:hover {
|
.menuelinks a:hover {
|
||||||
background: #bdd6e6;
|
background: #bdd6e6;
|
||||||
text-decoration: none;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks .aktuell {
|
.menuelinks .aktuell {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #1f304e;
|
background: #1f304e;
|
||||||
color: #eaeff4;
|
color: #eaeff4;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #010101;
|
border: 1px solid #010101;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.menuelinks .sidebarinfo {
|
.menuelinks .sidebarinfo {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #1f304e;
|
border: 1px solid #1f304e;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
padding: 3px;
|
|
||||||
color: #eaeff4;
|
color: #eaeff4;
|
||||||
text-align: center;
|
|
||||||
background-image:url(../images/bg-horizon-5x35.jpg);
|
background-image:url(../images/bg-horizon-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sysinfo {
|
#sysinfo {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
padding: 3px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#table {
|
#table {
|
||||||
background: #dadada;
|
background: #dadada;
|
||||||
padding: 3px;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
table.zebra { background-color: #1f304e; }
|
||||||
th { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
|
||||||
|
|
||||||
|
|
||||||
table.zebra {background-color: #1f304e; border-spacing: 1px;margin-left: auto; margin-right: auto; width: 100%;}
|
|
||||||
table.zebra th { background-color: #3880af; }
|
table.zebra th { background-color: #3880af; }
|
||||||
table.zebra td.footer { background-color: #3880af; }
|
table.zebra td.footer { background-color: #3880af; }
|
||||||
table.zebra td { padding: 4px;}
|
table.zebra td { }
|
||||||
table.zebra tr.d0 { background-color: #fff; }
|
table.zebra tr.d0 { background-color: #fff; }
|
||||||
table.zebra tr.d1 { background-color: #f2f2f2; }
|
table.zebra tr.d1 { background-color: #f2f2f2; }
|
||||||
|
|
||||||
table.timetable {background-color: #1f304e; border-spacing: 1px;margin-left: 1px; margin-right: auto;}
|
table.timetable { background-color: #1f304e; }
|
||||||
table.timetable th { background-color: #3880af; }
|
table.timetable th { background-color: #3880af; }
|
||||||
table.timetable th.content { background-color: #3880af; background-image:url(../images/tablebg.gif); }
|
table.timetable th.content { background-color: #3880af; background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable td { padding: 2px; font-size: 10px; }
|
table.timetable td { }
|
||||||
table.timetable td.content { padding: 2px; font-size: 10px; background-image:url(../images/tablebg.gif); }
|
table.timetable td.content { background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
||||||
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
||||||
|
|
||||||
table.login {background-color: #eaeaea; border-spacing: 1px;margin-left: auto; margin-right: auto;}
|
table.login {background-color: #eaeaea; }
|
||||||
table.login th { background-color: #eaeaea; text-align: center; }
|
table.login th { background-color: #eaeaea; }
|
||||||
table.login td { padding: 4px;}
|
table.login td { }
|
||||||
table.login tr { background-color: #fff; text-align: center; }
|
table.login tr { background-color: #fff; }
|
||||||
|
|
||||||
.button { background-color: #3880af; color: #eaeff4; background-image:url(../images/bg-horizon-5x35.jpg); }
|
.button { background-color: #3880af; color: #eaeff4; background-image:url(../images/bg-horizon-5x35.jpg); }
|
||||||
.textfield { background-color: #3880af; color: #eaeff4; background-image:url(../images/bg-horizon-5x35.jpg); }
|
.textfield { background-color: #3880af; color: #eaeff4; background-image:url(../images/bg-horizon-5x35.jpg); }
|
||||||
|
134
css/orange3d.css
134
css/orange3d.css
@ -3,214 +3,130 @@
|
|||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
body, html {
|
body, html {
|
||||||
background: #F5F6F8;
|
background: #F5F6F8;
|
||||||
font-family: Verdana, Arial, sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
margin: 0 0 5px 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
/* OUTER CONTENTBOX */
|
/* OUTER CONTENTBOX */
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
#inhalt {
|
#inhalt {
|
||||||
margin:10px auto;
|
|
||||||
text-align:left;
|
|
||||||
width: 90%;
|
|
||||||
padding: 2px;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border: 1px solid #ff7f03;
|
border: 1px solid #ff7f03;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar * { margin: 0; padding: 0; border: 0; font-family: Tahoma, serif; font-weight: normal; color: #000; }
|
a.nav:link { color:#000000; }
|
||||||
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
|
a.nav:visited { color:#000000; }
|
||||||
.calendar .selectedday { background: #ddd; }
|
a.nav:active { color:#cccccc; }
|
||||||
.calendar .today { font-weight: bold; color: #f00; }
|
a.nav:hover { color:#555555; }
|
||||||
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
|
a.navhead:link { color:#000000; }
|
||||||
.calendar a:hover { background: #bbb; }
|
a.navhead:visited { color:#000000; }
|
||||||
.calendar table { border-collapse: collapse; font-size: 90%; }
|
a.navhead:active { color:#000000; }
|
||||||
.calendar tbody td { width: 20px; }
|
a.navhead:hover { color:#555555; }
|
||||||
.calendar td, .calendar th { padding: 1px; text-align: center; }
|
a.tablefooter:link { color:#000000; }
|
||||||
.calendar thead td { border-bottom: 1px solid #aaa; }
|
a.tablefooter:visited { color:#000000; }
|
||||||
.calendar thead td { font-weight: bold; }
|
a.tablefooter:active { color:#000000; }
|
||||||
.calendar thead th a { font-size: 95%; font-weight: bold; }
|
a.tablefooter:hover { color:#555555; }
|
||||||
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
|
a.navheader:link { color:#FFFFFF; }
|
||||||
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
|
a.navheader:visited { color:#FFFFFF; }
|
||||||
.calendaricon { cursor: pointer; }
|
a.navheader:active { color:#FFFFFF; }
|
||||||
.calendarlink, .calendaricon { margin: 0 3px; }
|
a.navheader:hover { color:#FFFFFF; }
|
||||||
|
|
||||||
a.nav:link { color:#000000; text-decoration:underline; }
|
|
||||||
a.nav:visited { color:#000000; text-decoration:underline; }
|
|
||||||
a.nav:active { color:#cccccc; text-decoration:underline; }
|
|
||||||
a.nav:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navhead:link { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:visited { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:active { color:#000000; text-decoration:none; }
|
|
||||||
a.navhead:hover { color:#555555; text-decoration:none; }
|
|
||||||
a.tablefooter:link { color:#000000; text-decoration:underline; }
|
|
||||||
a.tablefooter:visited { color:#000000; text-decoration:underline; }
|
|
||||||
a.tablefooter:active { color:#000000; text-decoration:none; }
|
|
||||||
a.tablefooter:hover { color:#555555; text-decoration:underline; }
|
|
||||||
a.navheader:link { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:visited { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:active { color:#FFFFFF; text-decoration:none; }
|
|
||||||
a.navheader:hover { color:#FFFFFF; text-decoration:none; }
|
|
||||||
|
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
/* TABLE*/
|
/* TABLE*/
|
||||||
/* - - - - - - - - - - - - - - - - - - - - */
|
/* - - - - - - - - - - - - - - - - - - - - */
|
||||||
#design {
|
#design {
|
||||||
width: 100%;
|
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#head {
|
#head {
|
||||||
height: 75px;
|
|
||||||
text-align: center;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
background-image:url(../images/bg-orange3d-5x75.jpg);
|
background-image:url(../images/bg-orange3d-5x75.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tnleft {
|
#tnleft {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 30px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-orange3d-5x35.jpg);
|
background-image:url(../images/bg-orange3d-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#tnright {
|
#tnright {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 30px;
|
|
||||||
padding: 3px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
background-image:url(../images/bg-orange3d-5x35.jpg);
|
background-image:url(../images/bg-orange3d-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox1 {
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tnbox2 {
|
|
||||||
float:right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#printpreviewheader {
|
#printpreviewheader {
|
||||||
background: #cacaca;
|
background: #cacaca;
|
||||||
padding: 3px;
|
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#menue {
|
#menue {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks a {
|
.menuelinks a {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #fccd4e;
|
background: #fccd4e;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #ff7f03;
|
border: 1px solid #ff7f03;
|
||||||
}
|
}
|
||||||
.menuelinks a:hover {
|
.menuelinks a:hover {
|
||||||
background: #fceabb;
|
background: #fceabb;
|
||||||
text-decoration: none;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menuelinks .aktuell {
|
.menuelinks .aktuell {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #f8b602;
|
background: #f8b602;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
border: 1px solid #336e9e;
|
border: 1px solid #336e9e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.menuelinks .sidebarinfo {
|
.menuelinks .sidebarinfo {
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 3px 0px 3px 4px;
|
|
||||||
font-size: 11px;
|
|
||||||
text-decoration: none;
|
|
||||||
border: 1px solid #ff7f03;
|
border: 1px solid #ff7f03;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0px;
|
|
||||||
color: #000000;
|
color: #000000;
|
||||||
vertical-align: top;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
background: #eaeaea;
|
background: #eaeaea;
|
||||||
padding: 3px;
|
|
||||||
color: #222222;
|
color: #222222;
|
||||||
text-align: center;
|
|
||||||
background-image:url(../images/bg-orange3d-5x35.jpg);
|
background-image:url(../images/bg-orange3d-5x35.jpg);
|
||||||
background-repeat:repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sysinfo {
|
#sysinfo {
|
||||||
background: #f4f4f4;
|
background: #f4f4f4;
|
||||||
padding: 3px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#table {
|
#table {
|
||||||
background: #dadada;
|
background: #dadada;
|
||||||
padding: 3px;
|
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
td { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
table.zebra {background-color: #ff7f03; }
|
||||||
th { font-family: Tahoma, Geneva, Arial, helvetica, sans-serif; font-size: 10pt }
|
|
||||||
|
|
||||||
|
|
||||||
table.zebra {background-color: #ff7f03; border-spacing: 1px;margin-left: auto; margin-right: auto; width: 100%;}
|
|
||||||
table.zebra th { background-color: #fccd4e; }
|
table.zebra th { background-color: #fccd4e; }
|
||||||
table.zebra td.footer { background-color: #fccd4e; }
|
table.zebra td.footer { background-color: #fccd4e; }
|
||||||
table.zebra td { padding: 4px;}
|
table.zebra td { }
|
||||||
table.zebra tr.d0 { background-color: #fff; }
|
table.zebra tr.d0 { background-color: #fff; }
|
||||||
table.zebra tr.d1 { background-color: #f2f2f2; }
|
table.zebra tr.d1 { background-color: #f2f2f2; }
|
||||||
|
|
||||||
table.timetable {background-color: #ff7f03; border-spacing: 1px;margin-left: 1px; margin-right: auto;}
|
table.timetable {background-color: #ff7f03; }
|
||||||
table.timetable th { background-color: #fccd4e; }
|
table.timetable th { background-color: #fccd4e; }
|
||||||
table.timetable th.content { background-color: #fccd4e; background-image:url(../images/tablebg.gif); }
|
table.timetable th.content { background-color: #fccd4e; background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable td { padding: 2px; font-size: 10px; }
|
table.timetable td { }
|
||||||
table.timetable td.content { padding: 2px; font-size: 10px; background-image:url(../images/tablebg.gif); }
|
table.timetable td.content { background-image:url(../images/tablebg.gif); }
|
||||||
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
table.timetable tr.d0 { background-color: #fff; color: #dddddd;}
|
||||||
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
table.timetable tr.d1 { background-color: #f2f2f2; color: #ffffff;}
|
||||||
|
|
||||||
table.login {background-color: #eaeaea; border-spacing: 1px;margin-left: auto; margin-right: auto;}
|
table.login {background-color: #eaeaea; }
|
||||||
table.login th { background-color: #eaeaea; text-align: center; }
|
table.login th { background-color: #eaeaea; }
|
||||||
table.login td { padding: 4px;}
|
table.login td { }
|
||||||
table.login tr { background-color: #fff; text-align: center; }
|
table.login tr { background-color: #fff; }
|
||||||
|
|
||||||
.button { background-color: #fccd4e; background-image:url(../images/bg-orange3d-5x35.jpg); }
|
.button { background-color: #fccd4e; background-image:url(../images/bg-orange3d-5x35.jpg); }
|
||||||
.textfield { background-color: #fccd4e; background-image:url(../images/bg-orange3d-5x35.jpg); }
|
.textfield { background-color: #fccd4e; background-image:url(../images/bg-orange3d-5x35.jpg); }
|
||||||
|
Loading…
Reference in New Issue
Block a user