first commit
This commit is contained in:
192
templates/standard/css/styles_pc.css
Executable file
192
templates/standard/css/styles_pc.css
Executable file
@ -0,0 +1,192 @@
|
||||
font.hd { /* <20>berschrifteinstellungen */
|
||||
font-family : Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size : 17px;
|
||||
font-weight : bold;
|
||||
color : #002276;
|
||||
}
|
||||
|
||||
.sh { /* Subheader */
|
||||
font-weight : normal;
|
||||
font-size : 12px;
|
||||
color : rgb(101, 101, 101);
|
||||
font-family : Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
li { /* Aufz<66>hlungen */
|
||||
font-weight : normal;
|
||||
font-size : 12px;
|
||||
font-family : Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
.formdesc {
|
||||
padding-left : 10px;
|
||||
width : 33%;
|
||||
color : rgb(255, 255, 255);
|
||||
background-color : rgb(146, 155, 171);
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.login {
|
||||
background-color : #f1f2f6;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
font-family : verdana, arial;
|
||||
font-weight : normal;
|
||||
color : #000066;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
margin-top : 50px;
|
||||
margin-bottom : 50px
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
td {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
|
||||
.uberschrift {
|
||||
font-family : verdana, arial;
|
||||
font-size : 12pt;
|
||||
font-weight : bold;
|
||||
color : #006699;
|
||||
}
|
||||
|
||||
|
||||
.bemerkung {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
font-weight : bold;
|
||||
color : #FF0000;
|
||||
text-transform : uppercase; /* Gro<72>buchstaben */
|
||||
}
|
||||
|
||||
|
||||
.farbe { /* Hintergrundsfarbe im Titel bei Export Word, Aush<73>nge */
|
||||
background-color : #6487DC;
|
||||
}
|
||||
|
||||
|
||||
.contentfarbe { /* Hintergrundsfarbe in Tabellen bei Inhalten */
|
||||
background-color : #DEDEDE;
|
||||
}
|
||||
|
||||
|
||||
.titel { /* Kopfframe */
|
||||
font-weight : bold;
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 16pt;
|
||||
color : #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.footer { /* Fu<46>zeile (Copyright) */
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
}
|
||||
|
||||
|
||||
.nav_link { /* Hyperlinks in der Navigation */
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
height : 13pt;
|
||||
}
|
||||
|
||||
|
||||
.nav_head { /* <20>berschriften in der Navigation */
|
||||
font-weight : bold;
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
}
|
||||
|
||||
|
||||
fieldset {
|
||||
border : 1px solid blue;
|
||||
font-family : Verdana, arial;
|
||||
font-size : 14px;
|
||||
-moz-border-radius : 8px;
|
||||
border-radius : 8px;
|
||||
}
|
||||
|
||||
|
||||
.nextprev:link, .nextprev:visited {
|
||||
background-color: #D6DFF7;
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 20px 5px 20px 5px;
|
||||
}
|
||||
.nextprev:active, .nextprev:hover {
|
||||
background-color: #6487DC;
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 20px 5px 20px 5px;
|
||||
}
|
||||
|
||||
.nextprevdet:link, .nextprevdet:visited {
|
||||
background-color: #D6DFF7;
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
}
|
||||
.nextprevdet:active, .nextprevdet:hover {
|
||||
background-color: #6487DC;
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: center;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.button_left:link, .button_left:visited {
|
||||
background-color: #D6DFF7;
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
||||
.button_left:active, .button_left:hover {
|
||||
background-color: #6487DC;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
font-size: 8pt;
|
||||
text-align: left;
|
||||
padding: 1px;
|
||||
}
|
Reference in New Issue
Block a user