take7のフォント寸法

 

フォントのスタイルはメイリオを主にしています。
font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Verdana, sans-serif;

フォントの寸法は次のようにしています。

font-size:15px;/* H このフォントはサブタイトルとサイドバーの寸法13→15*/

#logo a {
    font-size:35px;
    color:#0000ff;
}

#description {
    position:absolute;
    top:90px;
    left:60px;
    font-size:16px;
    color:#000;
}

#gnavi ul ul a {
    background: #e6e6e6;
    color: #444;
    font-size: 13px;

#side h3 {
    background-color: #ffba00;
    color:#FFF;
    padding:5px;
    font-size:14px;

#s {
width: 205px;
padding: 6px 6px;
font-size: 14px;

#wp-calendar caption {
    color: #333;
    font-size: 14px;
    padding-bottom: 4px;
    text-align: left;
}
#wp-calendar thead {
    font-size: 11px;
}

#footer p {
    text-align:center;
    font-size:12px;
}


.post h2 {
    font-size:20px;
    color:#666;

.post .entry_content h2 {
        font-size:18px;

.post p {
    line-height:1.6;
    font-size:15px;/* H 本文のフォントの寸法13→15*/
}

single h1,
.page h1 {
    font-size:22px;
    color:#333;

.single h2,
.page h2 {
    font-size:18px;
        color:#666;

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;

#npcatch li{
    
font-size:14px;