MediaWiki:Common.css
From Harthorns-Reverie
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
body { margin: 0; background: #84898f; } a { color: #9a9aff; } a:hover, a:hover:visited { color: orange; } a:visited { color: #cc3300; } h1, h2, h3, h4 { color: Grey; } #mw-site-navigation .sidebar-inner { background: #050607; border: outset #222; border-radius: 10px; } #mw-site-navigation .sidebar-chunk { border: outset #222; background: #333; box-shadow: 2px 2px 1px rgba(0,0,0,0.5); border-radius: 3px; } @media screen and (min-width: 851px) { #p-logo-text a { position: fixed; right: 75vw; } } @media screen and (max-width: 850px) { #p-logo-text { margin-top: 0; } } @media screen and (max-width: 1099px) and (min-width: 851px) { #p-logo-text a.long { padding-left: 7px; float: left; font-size: 23px !important; } } .mw-parser-output a.external { color: #ff9900; } #searchInput { padding: 0.2em 4.5em 0.2em 2em !important; margin: 0; } #searchInput-container { background: #333; height: 35px; } #simpleSearch { border: inset 1px #000; border-radius: 3px; background: red; height: 35px; width: 50vw; position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; top: 7px; }