mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 14:19:27 +00:00
371 lines
4.6 KiB
CSS
371 lines
4.6 KiB
CSS
body
|
|
{
|
|
background-color: White;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: x-small;
|
|
/*IE hack*/
|
|
voice-family: "\"}\"";
|
|
voice-family: inherit;
|
|
font-size: small;
|
|
/*IE hack end*/
|
|
}
|
|
iframe
|
|
{
|
|
margin:0px;
|
|
border-width:0px;
|
|
border-style:none;
|
|
padding:0px;
|
|
}
|
|
|
|
#menue
|
|
{
|
|
position:relative;
|
|
top:0px;
|
|
left:0px;
|
|
width:300px;
|
|
bottom:0px;
|
|
margin:0;
|
|
padding:0;
|
|
border-width:0;
|
|
}
|
|
|
|
a
|
|
{
|
|
color: #008381; text-decoration: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
a.HyperItem
|
|
{
|
|
color: Black; text-decoration: none;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a.Item2
|
|
{
|
|
color: Black; text-decoration: none;
|
|
}
|
|
|
|
a[onClick]:hover.Item
|
|
{
|
|
color: Black; text-decoration: none;
|
|
}
|
|
|
|
a:hover.Item
|
|
{
|
|
color: Black; text-decoration: none;
|
|
}
|
|
|
|
a:hover.Item
|
|
{
|
|
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;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
TABLE#zeitsperren TH
|
|
{
|
|
background-color: #DDDDDD;
|
|
}
|
|
TABLE#zeitsperren TH.feiertag
|
|
{
|
|
background-color: #FFFF00;
|
|
}
|
|
|
|
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.stpl_detail
|
|
{
|
|
font-size:x-small;
|
|
color:#000000;
|
|
text-decoration:none;
|
|
}
|
|
A.stpl_detail:hover
|
|
{
|
|
font-size:x-small;
|
|
color:#000000;
|
|
text-decoration:underline;
|
|
cursor:hand;
|
|
}
|
|
A.hilfe
|
|
{
|
|
text-decoration:none;
|
|
}
|
|
A.hilfe:hover
|
|
{
|
|
text-decoration:none;
|
|
cursor:help;
|
|
}
|
|
#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;
|
|
}
|
|
|
|
h1
|
|
{
|
|
font-size: medium;
|
|
color: #ffffff;
|
|
background-color: #009e84;
|
|
}
|
|
h1 td
|
|
{
|
|
font-size: medium;
|
|
color: #ffffff;
|
|
background-color: #009e84;
|
|
}
|
|
h1 a
|
|
{
|
|
color: #dddddd;
|
|
}
|
|
h1 a:hover
|
|
{
|
|
color: #ffffff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
h2
|
|
{
|
|
font-size: small;
|
|
color: #ffffff;
|
|
background-color: #00a4d2;
|
|
}
|
|
h2 td
|
|
{
|
|
font-size: small;
|
|
color: #ffffff;
|
|
background-color: #00a4d2;
|
|
}
|
|
h2 a
|
|
{
|
|
color: #dddddd;
|
|
}
|
|
h2 a:hover
|
|
{
|
|
color: #ffffff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
h3
|
|
{
|
|
font-size: small;
|
|
font-weight: bold;
|
|
color: #008E74;
|
|
}
|
|
h4
|
|
{
|
|
font-size: x-small;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
font-weight: bold;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
color: #008E74;
|
|
cursor: hand;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#news
|
|
{
|
|
}
|
|
|
|
#news .news
|
|
{
|
|
//-moz-border-radius-topright: 20px;
|
|
-moz-border-radius-topleft: 10px;
|
|
width: 100%;
|
|
border: 1px solid #E0E0E0;
|
|
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;
|
|
}
|
|
|
|
img.testtoolfrage
|
|
{
|
|
max-width:400px;
|
|
max-height:300px;
|
|
}
|
|
|
|
img.testtoolvorschlag
|
|
{
|
|
max-width:200px;
|
|
max-height:150px;
|
|
} |