Öka mellanrummet mellan raderna i text
3 kommentarer /
Kommentera här!
Ändra procenten till hur stort mellanrum du vill ha, hittar du inte det som står klistra in det.
line-height: 140%;
Exempel:
/* font & border */
body {
font: 8px/6px font-family: Courier New,arial;
border-top: 0px solid #369;
line-height: 140%;
}
/** Entry headers **/
h3 {
font-family:Courier New,arial ;
font-size: 13px;
font-weight: medium;
color: #ffffff;
background:none;
border-bottom: 1px solid black;
line-height: 140%;
}
Länkarna i menyn:
a:link { color: #A9A9A9;font-family: Courier New,arial;
text-decoration:none;
font-size: 13px;
line-height: 140%;}
För att ändra mellanrummet på texten i inlägg:
/** Post's body text **/
.entrybody {
font-family: "verdana", Times, serif;
font-size: 12px;
font-weight: normal;
text-align:left;
color: #000000;
line-height: 140%;
background-color: #ffffff;
padding: 10px;
}
För att ändra mellanrummet på texten längst ner på inlägg:
2010-01-05 @ 23:51:54
Permalink Bakgrund i kommentarsrutan Kommentarer (0) Trackbacks (0)
div.entrymeta {
font-size: 11px;
margin: 0 0 0 15px;
padding: 10px 0 10px 0;
color: #666;
line-height: 7px;
line-height: 140%;
}
Betygsätt detta inlägg:

Category: