diff --git a/skin/cis.css b/skin/cis.css index 76c195289..2ed8a260b 100644 --- a/skin/cis.css +++ b/skin/cis.css @@ -1,3 +1,4 @@ +/* Allgemein */ body { background-color: White; @@ -16,7 +17,6 @@ iframe border-style:none; padding:0px; } - #menue { position:absolute; @@ -24,7 +24,6 @@ iframe width:19%; height:90%; } - #content { position:absolute; @@ -32,187 +31,67 @@ iframe height:90%; left:20%; } +input.TextBox +{ + background-color: White; +} +#GlobalMenu +{ + margin-top: 3px; + text-align: right; +} + +/* Links */ a { color: #008381; text-decoration: none; cursor: pointer; } - a.HyperItem { color: Black; text-decoration: none; font-weight: bold; } - -a.Item2 +a:hover.HyperItem { - color: Black; text-decoration: none; + color: #008381; text-decoration: none; + font-weight: bold; } - a[onClick]:hover.Item { color: Black; text-decoration: none; } - a:hover.Item { color: Black; text-decoration: none; } - -a:hover.Item +a.Item2 { color: Black; text-decoration: none; } - a:hover.Item2 { color: #008381; text-decoration: none; } - a.MenuItem { color: #008381; text-decoration: none; font-weight: bold; } - a:hover.MenuItem { color: Black; text-decoration: none; font-weight: bold; } - -img -{ - border: 0; +A.hilfe +{ + text-decoration:none; } - -td.ContentHeader -{ - background-color: #008381; - font-weight: bold; - height: 19px; -} - -td.ContentHeader2 -{ - background-color: #CCCCCC; - font-weight: normal; - height: 19px -} - -td.ContentHeader3 -{ - background-color: #CCCCCC; - font-weight: bold; - height: 19px -} - -td.MarkLine -{ - background-color: #F2F2F2; -} - -TR.liste -{ - background-color: #D3DCE3; -} -TR.liste0 -{ - background-color: #FFFFFF; -} -TR.liste1 -{ - background-color: #EEEEEE; -} - -TABLE#zeitsperren -{ - border: 1; - cellspacing: 0; - cellpadding: 0; - font-size: small; - width:100%; -} - -TABLE#zeitsperren TH -{ - background-color: #DDDDDD; -} -TABLE#zeitsperren TH.feiertag -{ - background-color: #FFFF00; -} -TABLE#zeitsperren TD.feiertag -{ - background-color: #FFFF22; -} -TABLE#zeitsperren TD -{ - background-color: #EEEEEE -} - - -TABLE.stdplan -{ - border: 1; - cellspacing: 0; - cellpadding: 0; - font-size: small; -} - -TABLE.stdplan TH -{ - background-color: #DDDDDD; -} - -TABLE.stdplan TD -{ - background-color: #EEEEEE -} - - -input.TextBox -{ - background-color: White; -} - -font.headline -{ - color: #008381; - text-decoration: none; - font-weight: bold; - /* - font-size: 20px; - line-height: 24px; - color: #003399; - font-family: Verdana, Arial, Helvetica, sans-serif; - margin-bottom: 0px; - margin-top: 0px; - */ -} - -font.subline -{ - font-size: 17px; - line-height: 20px; - color: #003399; - font-family: Verdana, Arial, Helvetica, sans-serif; - margin-bottom: 0px; - margin-top: 0px; -} - -font.ContentHeader -{ - color: #FFFFFF; -} - -.row-even { - background-color:#f2f2f2; -} - -.row-odd { - background-color:#ffffff; +A.hilfe:hover +{ + text-decoration:none; + cursor:help; } A.stpl_detail { @@ -227,44 +106,96 @@ A.stpl_detail:hover text-decoration:underline; cursor:hand; } -A.hilfe -{ - text-decoration:none; -} -A.hilfe:hover -{ - text-decoration:none; - cursor:help; -} -#bgcolor0 + + +/* Tables */ +td.ContentHeader { - background-color: #FF0000; + background-color: #008381; //grün + font-weight: bold; + height: 19px; } -#bgcolor1 +td.ContentHeader2 { - background-color: #FF4444; + background-color: #CCCCCC; //mittel-grau + font-weight: normal; + height: 19px } -#bgcolor2 +td.ContentHeader3 { - background-color: #FF7777; + background-color: #CCCCCC; //mittel-grau + font-weight: bold; + height: 19px } -#bgcolor3 +td.MarkLine { - background-color: #C0EEC0; + background-color: #F2F2F2; //wie #EEEEEE; also grau fast weiß } -#bgcolor4 +TR.liste { - background-color: #77FF77; + background-color: #D3DCE3; //grau wie #DDDDDD } -#bgcolor5 +TR.liste0 { - background-color: #44FF44; + background-color: #FFFFFF; //weiß } -#bgcolor6 +TR.liste1 { - background-color: #00FF00; + background-color: #EEEEEE; //grau fast weiß } +/* private/profile/zeitsperre.php */ +TABLE#zeitsperren +{ + border: 1; + cellspacing: 0; + cellpadding: 0; + font-size: small; + width:100%; +} +TABLE#zeitsperren TH +{ + background-color: #DDDDDD; //hellgrau +} +TABLE#zeitsperren TH.feiertag +{ + background-color: #FFFF00;//grelles gelb +} +TABLE#zeitsperren TD.feiertag +{ + background-color: #FFFF22; //bissi helleres gelb +} +TABLE#zeitsperren TD +{ + background-color: #EEEEEE //grau fast weiß +} + +/* Stundeplan */ +TABLE.stdplan +{ + border: 1; + cellspacing: 0; + cellpadding: 0; + font-size: small; +} +TABLE.stdplan TH +{ + background-color: #DDDDDD; +} +TABLE.stdplan TD +{ + background-color: #EEEEEE +} +.row-even { --> liste1 + background-color:#f2f2f2; +} + +.row-odd { --> liste0 + background-color:#ffffff; +} + + +/* Fonts */ h1 { font-size: medium; @@ -291,24 +222,23 @@ h2 { font-size: small; color: #ffffff; - background-color: #00a4d2; + background-color: #00a4d2; //hellblau } h2 td { font-size: small; color: #ffffff; - background-color: #00a4d2; + background-color: #00a4d2; //hellblau } h2 a { - color: #dddddd; + color: #dddddd; } h2 a:hover { color: #ffffff; text-decoration:none; } - h3 { font-size: small; @@ -327,11 +257,18 @@ h4 cursor: hand; text-decoration: none; } +font.error +{ + color: #ff0000; +} +font.ContentHeader +{ + color: #FFFFFF; +} #news { } - #news .news { //-moz-border-radius-topright: 20px; @@ -341,43 +278,34 @@ h4 background-color: #F0F0F0; } - #news .news .titel { font-weight: bold; font-size: normal; padding: 0px 10px 0px 10px; } - #news .news .text { background-color: #FCFCFC; padding: 0px 10px 0px 10px; } -#GlobalMenu -{ - margin-top: 3px; - text-align: right; -} - -.error -{ - color: #ff0000; -} +/* Images */ img.testtoolfrage { max-width:400px; max-height:300px; } - img.testtoolvorschlag { max-width:200px; max-height:150px; } - +img +{ + border: 0; +} /* neu */ @@ -416,6 +344,17 @@ a.aheader color:#FFFFFF; } +a.head +{ + color:#ffffff; +} + +a.head:hover +{ + color:#000000; +} + + TABLE.tabborder { cellspacing: 0; @@ -447,15 +386,6 @@ div.tip text-align: left; } -a.head -{ - color:#ffffff; -} - -a.head:hover -{ - color:#000000; -} td.tdborder { @@ -480,3 +410,72 @@ td.tdvertical { vertical-align: top; } +.home_logo +{ + background-image:url(images/TWLogo_klein.jpg); + width:170px; + height:53px; +} +.header_line +{ + background-image:url(images/header_line.gif); + width:100%; + height:3px; +} + + +/*aussortiert*/ + + + +/*font.headline +{ + color: #008381; + text-decoration: none; + font-weight: bold; + + font-size: 20px; + line-height: 24px; + color: #003399; + margin-bottom: 0px; + margin-top: 0px; + +}*/ + +/*font.subline +{ + font-size: 17px; + line-height: 20px; + color: #003399; + margin-bottom: 0px; + margin-top: 0px; +}*/ + +/*#bgcolor0 +{ + background-color: #FF0000; +} +#bgcolor1 +{ + background-color: #FF4444; +} +#bgcolor2 +{ + background-color: #FF7777; +} +#bgcolor3 +{ + background-color: #C0EEC0; +} +#bgcolor4 +{ + background-color: #77FF77; +} +#bgcolor5 +{ + background-color: #44FF44; +} +#bgcolor6 +{ + background-color: #00FF00; +}*/ \ No newline at end of file