「MediaWiki:Vector.css」の版間の差分
ナビゲーションに移動
検索に移動
細編集の要約なし |
細編集の要約なし |
||
11行目: | 11行目: | ||
h1 { font-size: 300%; } | h1 { font-size: 300%; } | ||
h1 .editsection { font-size: 53%; } | h1 .editsection { font-size: 53%; } | ||
h2 { font-size: | h2 { font-size: 165%; } | ||
h2 .editsection { font-size: 67%; } | h2 .editsection { font-size: 67%; } | ||
h3, h4, h5, h6 { | h3, h4, h5, h6 { | ||
17行目: | 17行目: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
h3 { font-size: | h3 { font-size: 145%; } | ||
h3 .editsection { font-size: 76%; font-weight: normal; } | h3 .editsection { font-size: 76%; font-weight: normal; } | ||
h4 { font-size: | h4 { font-size: 128%; } | ||
h4 .editsection { font-size: 86%; font-weight: normal; } | h4 .editsection { font-size: 86%; font-weight: normal; } | ||
h5 { font-size: | h5 { font-size: 110%; } | ||
h5 .editsection { font-weight: normal; } | h5 .editsection { font-weight: normal; } | ||
h6 { font-size: | h6 { font-size: 88%; } | ||
h6 .editsection { font-size: 125%; font-weight: normal; } | h6 .editsection { font-size: 125%; font-weight: normal; } |
2012年12月1日 (土) 16:30時点における版
/* ここに記述したCSSはベクター外装の利用者に影響します */
h1, h2, h3, h4, h5, h6 {
color: black;
background: none;
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
h1 { font-size: 300%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 165%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 145%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 128%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 110%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 88%; }
h6 .editsection { font-size: 125%; font-weight: normal; }