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

提供:Code4Lib JAPAN
ナビゲーションに移動 検索に移動
(a[href ^="https://"] { background: none; })
 
(div#content a.external { padding-right: 0px; background: none; })
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
/* ここに書いたCSSはすべての外装に反映されます */
/* ここに書いたCSSはすべての外装に反映されます */
div#content a[href ^="https://"] {
div#content a[href ^="https://"] {
  background: none;
}
div#content a.external {
  padding-right: 0px;
   background: none;
   background: none;
}
}

2019年5月14日 (火) 20:12時点における最新版

/* ここに書いたCSSはすべての外装に反映されます */
div#content a[href ^="https://"] {
  background: none;
}
div#content a.external {
  padding-right: 0px;
  background: none;
}