User:CJC/refreshed.css

From Brickipedia, the LEGO Wiki

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Review + Review talk CSS */
body.ns-118,
body.ns-119 {
    background: #FF00C9 url(//images.shoutwiki.com/lego/c/c2/Refreshed-new-background.png) no-repeat fixed !important;
    background-size: cover !important;
}
.ns-118 #header-inner,
.ns-119 #header-inner {
    background-color: #FF00C9 !important;
    background-image: -moz-linear-gradient(left,#0a1700 0,#FF00C9 50%,#0a1700 100%) !important;
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#0a1700),color-stop(50%,#285f00),color-stop(100%,#0a1700)) !important;
    background-image: -o-linear-gradient(left,#0a1700 0,#FF00C9 50%,#0a1700 100%) !important;
    background-image: -ms-linear-gradient(left,#0a1700 0,#FF00C9 50%,#0a1700 100%) !important;
}