「MediaWiki:Vector.css」の版間の差分
ナビゲーションに移動
検索に移動
細 (ページの作成:「→ここに記述したCSSはベクター外装の利用者に影響します: h1, h2, h3, h4, h5, h6 { color: blue; background: none; font-weight: norma...」) |
細編集の要約なし |
||
1行目: | 1行目: | ||
/* ここに記述したCSSはベクター外装の利用者に影響します */ | /* ここに記述したCSSはベクター外装の利用者に影響します */ | ||
h1 | h1 { font-size: 188%; } | ||
h1 .editsection { font-size: 53%; } | |||
h2 { font-size: 150%; } | |||
h2 .editsection { font-size: 67%; } | |||
h3, h4, h5, h6 { | |||
border-bottom: none; | |||
font-weight: bold; | |||
} | |||
h3 { font-size: 132%; } | |||
h3 .editsection { font-size: 76%; font-weight: normal; } | |||
h4 { font-size: 116%; } | |||
h4 .editsection { font-size: 86%; font-weight: normal; } | |||
h5 { font-size: 100%; } | |||
h5 .editsection { font-weight: normal; } | |||
h6 { font-size: 80%; } | |||
h6 .editsection { font-size: 125%; font-weight: normal; } |
2012年11月29日 (木) 00:58時点における版
/* ここに記述したCSSはベクター外装の利用者に影響します */
h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%; }
h6 .editsection { font-size: 125%; font-weight: normal; }