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

div#content a.external { padding-right: 0px; background: none; }
(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;
}
}