Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Reikia pagalbos

Parašė Grafikietis· 2011 Kov. 22 10:03:40
#7

Išvis viską suvarėt. Žiūrėjau, kas ne taip. Tai ne taip buvo styles. Tai kas nors sutvarkykit jeigu galit.


<style>
 
a {
 
color: #ffffff;

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

font-weight: bold;
 
text-decoration: underline;
 
}
 
 
 
a.orange {
 
color: orange;
 
text-decoration: none;
 
}
 
 
 
a.orange:hover {
 
color: orange;
 
text-decoration: underline;
 
}
 
 
 
body {
 
margin:0px;
 
background-image: url(fonas.png);
 
background-repeat: repeat-x;
 
background-color: #1d1d1d;

}
 
 
 
#logo {

background-image: url(logo.png);
 
width: 454px;
 
height: 122px;
 
}
 
 
 
#logo:hover {

background-image: url(logo_hover.png);
 
width: 454px;
 
height: 122px;
 
}
 
 
 
#content {

padding-right: 500px;
 
}
 
 
 
#main {

font-family: Arial;
 
font-size: 11px;
 
color: #fff;

padding-top: 30px;
 
}
 
 
 
.lenta {
 
font-family: Arial;
 
font-size: 11px;
 
color: #ffffff;

background-color: #424242;

border: 1px solid #585858;

padding: 15px;
 
}
 
small {
 
font-size: 9px;
 
}
 
 
 
.highslide {
 
	outline: none;
 
	text-decoration: none;
 
}
 
.highslide img {
 
	border: 0px solid silver;
 
}
 
.highslide:hover img {
 
	border-color: gray;
 
}
 
 
 
</style>