Das ist das template.css
Es exestieren noch:
layout.css
print.css
PHP-Code:
body {
margin:0;
padding: 0;
font-size:75%;
font-family: Verdana, Georgia, Helvetica, sans-serif;
color:#666666;
line-height:1.5;
background-color:#f2f2f2;
background-image:url('../images/body_bg.gif');
background-repeat:repeat-y;
background-position:left;
text-align:left;
width:100%;
letter-spacing:0.1px;
}
/*Druckausgabe*/
body.contentpane {background: none; background-color:#FFFFFF;
font:11pt/120% Arial, serif;
}
a:link, a:visited {
text-decoration:underline;
color:#749135;
}
a:hover {
color:#749135;
text-decoration:none;
}
#mainbody a:link, a:visited {
text-decoration:underline;
color:#749135;
}
#mainbody a:hover {
color:#749135;
text-decoration:none;
}
.small {
font:0.9em Verdana,Helvetica,sans-serif;
color:#ccc;
}
.createdate, .modifydate {
font:0.9em Verdana,Helvetica,sans-serif;
color:#ccc;
}
/* Rechte Seite Module*/
#right .moduletable td{
padding-left:5px;
padding-top:5px;
color:#666666;
}
#right .moduletable {
color:#749135;
text-align:left;
padding-bottom:5px;
font-size:0.88em;
}
#right .moduletable th {
font-size:1.0em;
color:#f2f2f2;
font-weight:bold;
letter-spacing:1px;
text-align:left;
padding:0px;
margin:0;
background-image:url(../images/bg_module.gif);
background-repeat:repeat-x;
height:26px;
text-indent:5px;
line-height:26px;
width:215px;
}
#right .moduletable a:hover {
text-decoration:underline;
color:#749135;
}
#right .moduletable a:link, #right a:visited{
text-decoration:none;
color:#749135;
}
/* Sektionen*/
.sectiontableheader {
background:url(../images/teaser.png);
color:#cebea7;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
padding:5px;
}
.sectiontableheader a:link,.sectiontableheader a:visited {
color:#444;
}
.sectiontableentry1 {
text-align:left;
background: #a2a2a2;
color: #000000;
border: 1px solid #8fb889;
}
.sectiontableentry2{
text-align:left;
color: #000000;
background: #898989;
border: 1px solid #8fb889;
}
/* Buttons*/
.button {
background-image:url(../images/button_bg.gif);
background-repeat:repeat-x;
height:20px;
font-size:12px;
margin-left:4px;
padding:0px 4px;
cursor:hand;
color:#666;
border: 1px solid #ccc;
}
.button:visited {
background-image:url(../images/button_bg.gif);
background-repeat:repeat-x;
height:20px;
font-size:12px;
margin-left:4px;
padding:0px 4px;
cursor:hand;
color:#666;
border: 1px solid #000;
}
.inputbox{
background:url(../images/inputbox.gif);
border: 1px solid #228809;
color:#000000;
}
/*Menu Linke Seite*/
a.mainlevel {
margin : 0px;
padding : 0px;
list-style-type : none;
width : 150px;
}
a.mainlevel:link, a.mainlevel:visited {
display : block;
padding : 6px 0px 6px 5px;
width : 150px;
border-bottom : 1px solid #f2f2f2;
text-decoration : none;
color : #666666;
background: url(../images/buttonh9.gif);
}
a.mainlevel:hover{
color : #749135;
background: url(../images/buttonh0.gif);
margin-left: 3px;
font-weight: bold;
}
#active_menu {
background-color:#fff;
color: #999 ! important;
margin: 0px;
}
/* Untermenus*/
a.sublevel {
display : block;
float:right;
padding : 2px 0px 2px 5px;
width : 130px;
border-bottom : 1px solid #f2f2f2;
text-decoration : none;
color : #000000;
font-size:0.9em;
}
a.sublevel:link, a.sublevel:visited {
text-decoration : none;
color : #666666;
background-color : #f2f2f2;
}
a.sublevel:hover { color:#000000;background-color:#fff; color: #999 ! important;}
a.sublevel#active_menu {color:#000000;background-color:#fff; color: #999 ! important;} /* Formatierung der aktiven Unter-Menü-Links */
a.sublevel#active_menu:hover {}
/*Ausblenden des Moduletable auf der linken Seite*/
#left .moduletable th{ display:none;}
#left .moduletable {
padding-bottom:20px;
}
h1, h2, h3, h4{
font-size:1.0em;
color:#749135;
font-weight:bold;
letter-spacing:1px;
}
.contentheading, .componentheading {
font-size:1.0em;
color:#749135;
font-weight:bold;
letter-spacing:1px;
/*border-bottom: 1px solid #3a241a;*/
}
Ich hoffe ihr findet den Fehler!
Lesezeichen