In this house we call it Football, not Soccer!

Another top screamer

User:LuaGunsX/cosmos.css: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
testing something..
Tag: Reverted
just forget it
Tags: Blanking Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
.cosmos-header {
 
  background-color: #8B1A00 !important;
}
.cosmos-header::before {
  background: linear-gradient(
    to right,
    rgba(139, 26, 0, 0.5),
    rgba(139, 26, 0, 0.5)
  ),
  linear-gradient(
    to left,
    rgba(139, 26, 0, 0) 200px,
    #8B1A00 471px
  ) !important;
}
.cosmos-header__sitename a,
.cosmos-header__local-navigation a,
.cosmos-header__counter-value,
.cosmos-header__counter-label {
  color: #ffffff !important;
}
body {
  background-color: #1a1a1a !important;
}
#mw-content,
#catlinks {
  background-color: #ffffff !important;
}
#firstHeading {
  color: #ffffff !important;
}

Latest revision as of 20:56, 31 March 2026