MediaWiki:Gadget-OriginalHeader.css

出典: 謎の百科事典もどき『エンペディア(Enpedia)』
ナビゲーションに移動 検索に移動

注意: 保存後、変更を確認するにはブラウザーのキャッシュを消去する必要がある場合があります。

  • Firefox / Safari: Shift を押しながら 再読み込み をクリックするか、Ctrl-F5 または Ctrl-R を押してください (Mac では ⌘-R)
  • Google Chrome: Ctrl-Shift-R を押してください (Mac では ⌘-Shift-R)
  • Internet Explorer / Microsoft Edge: Ctrl を押しながら 最新の情報に更新 をクリックするか、Ctrl-F5 を押してください
  • Opera: Ctrl-F5を押してください
h1.firstHeading {
    background: #FCD98F;
    padding: 10px;
    border-left: 11px solid #DF9700;
    border-bottom: none;
    box-shadow:-2px 3px 3px gray;
}
h2:not([id]):not([class]):not([style]),
h2#filehistory,
h2#filelinks {
    position: relative;
    border-bottom: 2px solid green;
    border-image: linear-gradient(to right, green 0%, #fff 100%);
    border-image-slice: 1;
    padding-left: 25px;
}
h2:not([id]):not([class]):not([style])::before,
h2#filehistory::before,
h2#filelinks::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent green transparent;
}