User:NovaHawk/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.
.mw-rating-tag{
	position: absolute;
	left:0;
	top:0;
}

/* Review + Review talk CSS */
body.ns-118,
body.ns-119 {
    background: #A474DD 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: #A474DD !important;
    background-image: -moz-linear-gradient(left,#17000a 0,#A474DD 50%,#17000a 100%) !important;
    background-image: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#17000a),color-stop(50%,#A474DD),color-stop(100%,#17000a)) !important;
    background-image: -o-linear-gradient(left,#17000a 0,#A474DD 50%,#17000a 100%) !important;
    background-image: -ms-linear-gradient(left,#17000a 0,#A474DD 50%,#17000a 100%) !important;
}