MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
} | } | ||
.mw-head-base{ | |||
background-color: #00000022; | background-color: #00000022; | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
.mw-body-content{ | |||
background-color: #00000022; | background-color: #00000022; | ||
color: #ffffff; | color: #ffffff; | ||
| Line 40: | Line 40: | ||
} | } | ||
.new{ | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
#ca-talk{ | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
.vector-menu-content-list{ | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
.vector-menu-content{ | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
| Line 65: | Line 65: | ||
} | } | ||
.vector-menu{ | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
.vector-menu-heading{ | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: #ffffff !important; | color: #ffffff !important; | ||
} | } | ||
.vector-menu-heading-label{ | |||
color: white !important; | color: white !important; | ||
} | } | ||
| Line 84: | Line 84: | ||
} | } | ||
.firstHeading { | |||
background-color: #ffffff22; | background-color: #ffffff22; | ||
color: white; | color: white; | ||
| Line 91: | Line 91: | ||
} | } | ||
.mw-panel{ | |||
background-color: #000000 !important; | background-color: #000000 !important; | ||
color: white; | color: white; | ||
| Line 103: | Line 103: | ||
li { | li { | ||
background-image: none !important; | background-image: none !important; | ||
} | |||
#p-cactions-label { | |||
color: white !important; | |||
} | } | ||
Revision as of 11:55, 15 February 2023
body {
color: white;
background: linear-gradient(45deg, rgba(10, 17, 10, 0.85), rgba(10, 21, 10, 0.85)), url("https://play.outlawtroopers.io/images/ccBG.png") center no-repeat;
background-size: cover;
background-attachment: fixed;
}
a{
color: #00ffff !important;
}
#content{
background-color: #00000022;
color: #ffffff;
}
#bodyContent{
background-color: #00000022;
color: #ffffff;
}
.mw-head-base{
background-color: #00000022;
color: #ffffff;
}
.mw-body-content{
background-color: #00000022;
color: #ffffff;
}
li{
background-color: #000000 !important;
color: #ffffff !important;
}
ul{
background-color: #000000 !important;
color: #ffffff !important;
}
.new{
background-color: #000000 !important;
color: #ffffff !important;
}
#ca-talk{
background-color: #000000 !important;
color: #ffffff !important;
}
.vector-menu-content-list{
background-color: #000000 !important;
color: #ffffff !important;
}
.vector-menu-content{
background-color: #000000 !important;
color: #ffffff !important;
}
div.vectorTabs, div.vectorTabs span, div#mw-head div.vectorMenu h3 {
background-color: #000000 !important;
color: #ffffff !important;
}
.vector-menu{
background-color: #000000 !important;
color: #ffffff !important;
}
.vector-menu-heading{
background-color: #000000 !important;
color: #ffffff !important;
}
.vector-menu-heading-label{
color: white !important;
}
#mw-head {
background-color: #000000 !important;
color: #ffffff !important;
}
.firstHeading {
background-color: #ffffff22;
color: white;
padding: 5px;
box-shadow: 0px 0px 30px #ffffff44;
}
.mw-panel{
background-color: #000000 !important;
color: white;
}
pre{
background-color: #00ffff22 !important;
color: white !important;
}
li {
background-image: none !important;
}
#p-cactions-label {
color: white !important;
}