「MediaWiki:Common.css」の版間の差分
ナビゲーションに移動
検索に移動
(a[href ^="https://"] { background: none; }) |
(div#content a.external { padding-right: 0px; }) |
||
| 2行目: | 2行目: | ||
div#content a[href ^="https://"] { | div#content a[href ^="https://"] { | ||
background: none; | background: none; | ||
} | |||
div#content a.external { | |||
padding-right: 0px; | |||
} | } | ||
2019年5月14日 (火) 20:00時点における版
/* ここに書いたCSSはすべての外装に反映されます */
div#content a[href ^="https://"] {
background: none;
}
div#content a.external {
padding-right: 0px;
}