Добрый день!
Проблема такова. Хочу настроить шаблон full_screen_2 . Пробовала своими силами переделать и в результате перестали отображаться страницы с контентом. Фон видно, меню есть, а при переходе в любой пункт меню, текста не видно. Изменения вносила в main.css. К слову сказать практически все что хотела, поменялось, вот только бы найти ошибку, которую допустила, чтобы вернуть отображение статей. Вот часть файла в которой я копалась. Если не затруднит опытных пользователей, пожалуйста, покажите мне на ошибку.
/* normalise les marges et les remplissages */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding : 0;
}
/* normalise les tailles de polices pour les en-ttes */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}
/* supprime list-style pour les listes */
ul {
list-style : none;
}
/* normalise les styles et graisse de fontes */
address, caption, cite, code, dfn, th, var {
font-style : normal;
font-weight : normal;
}
/* supprime les bordures dans les tableaux */
table {
border-collapse : collapse;
border-spacing : 0;
}
/* supprime les bordures dans les lments fieldset et img */
fieldset, img {
border : 0;
}
/* aligne le texte gauche dans caption et th */
caption, th {
text-align : left;
}
/* supprime les apostrophes double (guillemets anglais) autour de q */
q:before, q:after {
content :'';
}
/* supprime le souslignage des liens et les met en noir */
a {
text-decoration : none;
color : #ffffff;
}
/*****************************************
SITE
******************************************/
html, body, #site {
height: 100%;
}
html {
}
body {
padding: 0;
margin: 0;
background-color: #999999;
text-align:center;
}
/** supersize **/
body {
}
#supersize{
position:fixed;
min-height:100%;
min-width:100%;
top:0;
left:0;
}
#supersize img, #supersize a {
height:100%;
width:100%;
position:absolute;
left:0;
z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
z-index: 2;
}
/** SITE **/
#site {
height: auto;
min-height: 100%;
}
.separator {
height:40px;
}
/** top-site **/
#top-site, #top-site-frontpage {
position: relative;
width: 100%;
height:130px;
background : transparent url(../images/black-80.png) 0 0 repeat;
z-index:10;
}
#top-site-frontpage {
position:absolute;
top:25%;
left:0;
}
#top-site >div, #top-site-frontpage >div {
position:relative;
height:130px;
margin: 0 auto;
}
.menu_left {
position:absolute;
top:72px;
left:2px;
z-index:100;
}
.menu_right {
position:absolute;
top:72px;
right:2px;
z-index:100;
}
#logo {
position:absolute;
top:10px;
left:0;
text-align:center;
z-index:10;
}
#logo .left {
text-align:left;
}
#logo .right {
text-align:left;
}
#logo a, #logo a:hover {
text-decoration:none;
outline:none;
}
#translate {
position:absolute;
bottom:2px;
right:10px;
z-index:1;
}
#jflanguageselection {
margin:0;
}
#breadcrumb {
position:absolute;
bottom:2px;
left:10px;
height:18px;
font-size:90%;
z-index:10;
}
/** content slideshow **/
.content_one {
position:absolute;
top:240px;
left:60px;
width:300px;
text-align:left;
background : transparent url(../images/white-86.png) 0 0 repeat;
padding:20px;
z-index:5;
}
.content_two {
position:absolute;
top:240px;
right:60px;
width:300px;
text-align:left;
background : transparent url(../images/white-86.png) 0 0 repeat;
padding:20px;
z-index:5;
}
.content_three {
position:absolute;
bottom:85px;
right:60px;
width:300px;
text-align:left;
background : transparent url(../images/white-86.png) 0 0 repeat;
padding:20px;
z-index:5;
}
.content_four {
position:absolute;
bottom:85px;
left:60px;
width:300px;
text-align:left;
background : transparent url(../images/white-86.png) 0 0 repeat;
padding:20px;
border : 7px solid #000000;
z-index:5;
}
.content_one h1, .content_two h1, .content_three h1, .content_four h1 {
line-height:25px;
margin:0 0 12px 0;
}
/** middle site **/
#middle-site {
position:relative;
width: 980px;
margin: 0px auto 0px auto;
padding-bottom:25px; /** same height of footer **/
text-align:center;
z-index:5;
}
#middle-site >div {
margin-bottom:20px;
border : 7px solid #000000;
}
#middle-site >div >div {
height: 500px;
height: auto !important;
min-height:500px;
background:transparent url(../images/bg-content.png) 0 0 repeat;
border : 1px solid #dddddd;
text-align:left;
padding:20px;
z-index:5;
}
.center-table {
height: 500px;
width:100%;
}
.left {
position:relative;
float:left;
margin-right: 40px;
padding-top:11px;
z-index:10;
}
.right {
position:relative;
float:right;
margin-left: 40px;
padding-top:11px;
z-index:10;
}
.left .moduletable, .right .moduletable, .left .moduletable_menu, .right .moduletable_menu,
.content_one .moduletable, .content_two .moduletable, .content_three .moduletable, .content_four .moduletable {
margin-bottom:25px;
}
/** content **/
#content {
position:relative;
overflow:hidden;
z-index:1;
}
#main_component {
}
/** users modules
**/
#users_top, #users_bottom {
margin: 0;
padding: 10px 0 40px 0;
clear:both;
width: 100%;
}
#users_bottom {
padding:40px 0 10px 0px;
}
.user1, .user4 {
float:left;
margin-right:25px;
}
.user3, .user6 {
float:right;
margin-left:25px;
}
.user2, .user5 {
position:relative;
overflow:hidden;
}
.user1, .user2, .user3, .user4, .user5, .user6 {
min-height:60px;
height:auto !important;
height:60px;
}
Заранее выражаю благодарность, очень хочется освоить азы, но времени много нет чтобы спокойно во всем разобраться, дома годовалый сын и муж бурчит что ночами у компа просиживаю как "связалась" с прогрмированием(((((