2007年12月13日木曜日

Bloggerのカスタマイズ

行間
.post p{
  line-height:1.8m;



字間
.post p{
letter-spacing:0.2m;
}

フォントサイズを標準化
body {
font: normal Verdana, Sans-serif;
text-align:center;
color:#000;
font-size/* */:/**/normal;
font-size: /**/normal;
}

Linkにアンダーライン:text-decorationで検索

a:link {
color:$mainLinkColor;
text-decoration:underline;
}
a:visited {
color: $mainVisitedLinkColor;
text-decoration:underline;
}
a:hover {
color: $mainVisitedLinkColor;
text-decoration:underline;
}

0 件のコメント: