User:LuaGunsX/cosmos.css: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
testing something..
Tag: Reverted
Tag: Replaced
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
.cosmos-header {
/* All CSS here will be loaded for users of the Cosmos skin */
  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 12:36, 26 May 2026

/* All CSS here will be loaded for users of the Cosmos skin */