Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Styles.css

Parašė MC· 2011 Kov. 8 17:03:04
#1


/*Select Language*/
div.language { position: relative; float:right; top: 6px; display: block; width: auto;}
div.language span {float: left; width: auto; height: 22px; line-height: 22px; margin: 0 2px;}

div.language a:link, div.language a:visited {
display: block;
float: left; width: 36px; height: 22px;
text-decoration: none;
line-height: 22px;
margin: 0 2px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica sans-serif;
text-transform: uppercase;
text-align: center;
color: #6a6a6a;
}

div.language a:hover {
font-family: Arial, Verdana, Helvetica sans-serif;
color: #fdfcfc;
}


}


Kur, ką pakeisti? Kad tekstas nebūtų kas 1 žodis stulpely. :)

Redagavo MC· 2011 Kov. 8 18:03:39

Parašė Delive· 2011 Bal. 14 20:04:38
#2

Visur kur

/*Select Language*/
div.language { position: relative; float:right; top: 6px; display: block; width: auto;}
div.language span {float: left; width: auto; height: 22px; line-height: 22px; margin: 0 2px;}
 
div.language a:link, div.language a:visited {
display: inline;
float: left; width: 36px; height: 22px;
text-decoration: none;
line-height: 22px;
margin: 0 2px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica sans-serif;
text-transform: uppercase;
text-align: center;
color: #6a6a6a;
}
 
div.language a:hover {
font-family: Arial, Verdana, Helvetica sans-serif;
color: #fdfcfc;
}
 
 
}

Bandik

Jei anas neveiks tada sitas


/*Select Language*/
div.language { position: relative; float:right; top: 6px; display: inline; width: auto;}
div.language span {float: left; width: auto; height: 22px; line-height: 22px; margin: 0 2px;}
 
div.language a:link, div.language a:visited {
display: inline;
float: left; width: 36px; height: 22px;
text-decoration: none;
line-height: 22px;
margin: 0 2px;
font-weight: bold;
font-family: Arial, Verdana, Helvetica sans-serif;
text-transform: uppercase;
text-align: center;
color: #6a6a6a;
}
 
div.language a:hover {
font-family: Arial, Verdana, Helvetica sans-serif;
color: #fdfcfc;
}
 
 
}

Redagavo Delive· 2011 Bal. 14 20:04:34