Screamer Forums and Screamer gallery have returned.

The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.

User:LuaGunsX/cosmos.css: Difference between revisions

From Screamer Wiki
Jump to navigation Jump to search
fuck this shit
Tag: Blanking
testing something..
Tag: Reverted
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;
}

Revision as of 20:34, 31 March 2026

.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;
}