「MediaWiki:Common.css」の版間の差分

提供: tknotebook
移動: 案内検索
(ページの作成:「ここに記述したCSSはすべての外装に反映されます: h1 { font-size: 188%; font-weight: bold; border-bottom: 3px solid #aaa; ...」)
(相違点なし)

2014年12月29日 (月) 01:08時点における版

/* ここに記述したCSSはすべての外装に反映されます */

h1 {
        font-size: 188%;
        font-weight: bold;
        border-bottom: 3px solid #aaa;
        border-right: 3px solid #aaa;
        background-color: #CCFFFF
}
h2 {
        font-size: 150%;
        font-weight: bold;
        border-bottom: 2px solid #aaa;
        border-right: 2px solid #aaa;
}
h3 {
        font-size: 125%;
        font-weight: bold;
        border-right: 1px solid #aaa;
}