PDA

Zobacz pełną wersję : Coś pomieszałam w css i nie wyświetla się cały artykuł



ewqa
26-12-2010, 11:37
Ostatnio zmieniłam sobie grafikę na stronie i majstrowałam trochę w moim szablonie aby zmienić kolory - http://psychoszminka.pl. Udało mi się to, chociaż przy okazji coś tam pomieszałam i teraz nie ma tego tych linków do artykułów. W wyniku tego jak użytkownicy wchodzą z google (np. wpisując w wyszukiwarkę frazę - szminka co oznacza) to nie widzą całego artykułu, tylko część, tę po słowie - więcej. I nie wiem co teraz zrobić, żeby wyświetlał się tak jak kiedyś cały artykuł.
Przedstawię może cały css, w którym coś zmieniłam ale nie wiem co :zagubiony:
Może mi ktoś pomoże?


@charset "utf-8";
/*** blue ***/
a:link, a:visited {
color: #4599B9;
text-decoration:underline;
}

a:hover {
color: #4599B9;
text-decoration:none;
}


#topnav{ background: #2d0059 url(../images/bluedarkgrey/top_menu_bg.png) top repeat-x; }
#topnav ul li a:hover{ background: #a042ff; }
#topnav ul li a.active{ background: #4599B9; }
#topnav ul li li { background: #fc0cb4; KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }
#topnav ul li li a:hover{ background: #fc0cb4; filter: alpha(opacity:90); KHTMLOpacity: 0.90; MozOpacity: 0.90; opacity: 0.90; }


#date{
background: url(../images/bluedarkgrey/menu_right.png) top right no-repeat;
}

#leftcolumn h3,
#rightcolumn h3{
background: #545454 url(../images/bluedarkgrey/bg_h3.png) top center no-repeat;
}

ul.menu li#current {
background:#fc0cb4;
border-left:4px solid #0A296E;
}
ul.menu li#current a{
text-decoration:none;
color:#363636;
background:#fc0cb4;
}
a.readon, a.readon:hover, a.readon:visited{
display:block;
height:29px;
width:114px;
color:#fc0cb4;
padding-left: 30px;
line-height:29px;
background: url(../images/bluedarkgrey/bg_read_more.png) top left no-repeat;
margin:10px 0px 0px 0px;
}

#power_by, #power_by a, #power_by a:visited{
color:#fc0cb4;
text-decoration:none;
font-size:11px;
}
ul.menu li{
list-style:none;
background:url(../images/bluedarkgrey/menu_arrow.gif) top left no-repeat;
}
#f_area div.moduletable_menu, #f_area div.moduletable, #f_area div.moduletable_text{
background: url(../images/rub_footer_bottom.png) left bottom no-repeat;

}
#f_area h3{
background: url(../images/bluedarkgrey/f_area_h3.png) top left no-repeat;
}

ul.mostread li{
list-style:none;
background:url(../images/bluedarkgrey/menu_arrow.gif) top left no-repeat;
}
ul.latestnews li{
list-style:none;
background:url(../images/bluedarkgrey/menu_arrow.gif) top left no-repeat;
}
.moduletable ul li {
list-style:none;
background:url(../images/bluedarkgrey/menu_arrow.gif) top left no-repeat;
}
div.componentheading{
color:#fc0cb4;
}