Ich war schon lange nicht mehr im Forum.
Seit dem Update einer Internetseite von 1.2.8 auf 1.4.2, hat sich das Layout verändert.
Es sieht so aus, als würde das CSS Script nicht mehr greifen.
Ich bin schon total am verzweifeln, weil ich den Fehler nicht finde.
hier die Seite: http://www.cic-systems.de/
nachfolgend der CSS Code:
Code: Select all
/**** CIC.css ***/
body {
font-family: Arial, Verdana;
font-size: 11px;
background-color: #D8D8D8;
}
a {text-decoration: none;}
/**** "servicebreich" im Head ***/
.head a:link, .head a:visited, .head a:hover {
color:#002c5c;
font-size:18px;
text-decoration:none;
font-weight:bold;
}
form, div {
margin: 0;
padding: 0;
}
td, th, div, span {
font-size: 11px;
margin: 0;
padding: 0;
}
p{
text-align: justify;
}
/* alle Links*/
table tr td a:link, a:visited, a:active{
color: #002c5c;
font-style: none;
}
.articleLinkInternal{
margin-bottom: 15px;
padding: 0;
display: block;
}
/*********** Text Formatierungen **********/
h1, h2, h3, h4 {
font-family: Arial, Verdana;
}
/* Ueberschrift */
h1 {
font-size: 16px;
}
/* Untertitel */
h2 {
font-size: 12px;
}
/* Ueberschrift (wie h1) */
h3 {
font-size: 16px;
}
/* Untertietel */
h4 {
font-size: 11px;
}
/*********** Text Formatierungen fuer Editor **********/
/* Ueberschrift */
.h5 {
font-family: Arial, Verdana;
font-size: 16px;
font-weight:bold;
}
/* Untertitel */
.h6 {
font-family: Arial, Verdana;
font-size: 12px;
font-weight:bold;
}
/* Text */
.h7 {
font-family: Arial, Verdana;
font-size: 11px;
}
/* Text fett */
.h8 {
font-family: Arial, Verdana;
font-size: 11px;
font-weight:bold;
}
/* keine Ahnung ??? :) haha!(ksc)*/
.v09 { font-family: Arial, Verdana; font-size: 10px; }
.v10 { font-family: Arial, Verdana; font-size: 10px; }
.v11 { font-family: Arial, Verdana; font-size: 11px; }
.v12 { font-family: Arial, Verdana; font-size: 12px; }
.v13 { font-family: Arial, Verdana; font-size: 13px; }
.v14 { font-family: Arial, Verdana; font-size: 14px; }
/****** Menue links******/
.navigation {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 0;}
.navigation ul{
margin: 0;
padding: 0;}
.navigation ul li{
margin: 0;
padding:5px 0 5px 20px;
list-style-type: none;
}
div.navigation ul li.sub_no a{
color: #FFFFFF;
text-decoration: none;
}
div.navigation ul li.sub_no a:hover {
color: #CF3939;
text-decoration: none;
}
div.navigation ul li.sub_no a:active {
color: #CF3939;
text-decoration: none;
}
/* aktiver MenuePunkt */
div.navigation ul li.active a{
color: #CF3939;
}
/* Content */
div.content{color: black;}
/****** Rahmen tabelle ******/
.rahmeno {background-color: #333333;
color: white;}
.rahmeno a{color: #333333;}
.rahmenu {background-color: #333333;}
.rahmenu table tr td div a{color: white;}
.rahmenl {background-color: #333333;}
.rahmenr {border-right: solid #333333 15px;}
.copy {color: #ffffff;}
/****** Seit Update ******/
.listEntry {
margin-bottom: 10px;
}
a, a:link, a:visited, a:active, a:focus {
color: #FF3300;
text-decoration: none
}
a:hover {
color: #FF3300;
text-decoration: underline;
}
.articleText {
margin-bottom: 3px;
text-align: justify;
}
.articleCode {
margin-bottom: 3px;
font-family: "Courier New", Courier, monospace;
font-size: 12px;
}
.articleSummary {
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 135%;
}
.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: normal;
text-decoration: none;
}
.nav_table a:hover {
text-decoration: underline;
}
.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #4A5966;
font-weight: bold;
text-decoration: none;
}
.articleList_toptext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
}
.articleList_listhead {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
}
/* CSS for the top level list */
ul.list_top, ul.list_level {
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #5E747F;
font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
list-style: none;
margin: 0;
display: inline;
padding: 0;
}
ul.list_top li a, ul.list_level li a {
padding: 3px 0.5em;
margin: 0px;
border: 1px solid #778;
border-bottom: none;
background: #D7DEE5;
text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
color: Black;
background: #92A1AF;;
border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
background: white;
border-bottom: 1px solid white;
}
/**
* Sample CSS for DIV pagelayout
*/
#container {
width: 760px;
\width: 780px;
w\idth: 760px;
border: 1px solid gray;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
#headerBlock {
padding: 5px;
margin-bottom: 5px;
background-color: rgb(213, 219, 225);
}
#mainBlock {
padding: 5px;
margin-left: 215px;
margin-right: 215px;
background-color: gray;
}
#leftBlock {
float: left;
width: 200px;
\width: 210px;
w\idth: 200px;
margin: 0;
margin-right: 5px;
padding: 5px;
background-color: rgb(235, 235, 235);
}
#rightBlock {
float: right;
width: 200px;
\width: 210px;
w\idth: 200px;
margin: 0;
margin-left: 5px;
padding: 5px;
background-color: rgb(235, 235, 235);
}
#footerBlock {
clear: both;
padding: 5px;
margin-top: 5px;
background-color: rgb(213, 219, 225);
}
.imgDIVinTextLeft {
float: left;
margin-right: 5px;
margin-bottom: 5px;
padding: 0;
}
.imgDIVinTextRight {
float: right;
margin-left: 5px;
margin-bottom: 5px;
padding: 0;
}
.imgDIVtopLeft {
margin:8px 10px 5px 20px;
padding:0px;
border:0;
}
.imgDIVtopCenter {
margin:8px -50% 5px -50%;
padding:0px;
border:0;
}
.imgDIVblockImgLeft {
margin-right: 10px;
}
.imgDIVblockImgRight {
margin-left: 10px;
}
.phpwcmsImgListRight {
text-align: right;
margin: 0;
padding: 0;
}
.phpwcmsImgListLeft {
text-align: right;
margin: 0;
padding: 0;
}
.phpwcmsSearchResult {
margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
margin: 10px 0 1px 0;
font-size: 12px;
font-weight: bold;
}
.phpwcmsSearchResult p {
margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
background-color: #FFFF00;
font-style:inherit;
}
.phpwcmsArticleListEntry {
clear: both;
}
.phpwcmsArticleListImage {
float: left;
margin-right: 10px;
margin-bottom: 10px;
padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
padding-top: 5px;
}
div.cpPagination {
margin: 10px 0 10px 0;
text-align: right;
}
a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
padding: 0px 3px 1px 3px;
background-color: #FFFFFF;
color: #BBBBBB;
text-decoration: none;
font-weight: bold;
border: 1px solid #CBCBCB;
}
a.cpPaginateActive {
background-color: #CBCBCB;
color: #FFFFFF;
border: 1px inset #CBCBCB;
}
a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
background-color: #DDDDDD;
color: #666666;
border: 1px inset #CBCBCB;
}
Code: Select all
// site values
$phpwcms['site'] = 'http://www.cic-systems.de/';
$phpwcms['admin_email'] = 'info@cic-systems.de';
// paths
$phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms['root'] = '';
$phpwcms['file_path'] = 'filearchive';
$phpwcms['templates'] = 'template';
$phpwcms['content_path'] = 'content';
$phpwcms['cimage_path'] = 'images';
$phpwcms['ftp_path'] = 'upload';
Code: Select all
$template_default['nav_table_struct']['cell_width'] = '100%';
$template_default['nav_table_struct']['cell_height'] = '15';
$template_default['nav_table_struct']['cell_class'] = 'navigation';
//
$template_default['nav_table_struct']['cell_active_width'] = '100%';
$template_default['nav_table_struct']['cell_active_height'] = '15';
$template_default['nav_table_struct']['cell_active_class'] = 'navigation';