MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| Line 81: | Line 81: | ||
.blackBox{ | .blackBox{ | ||
color: #ff0000 !important; | color: #ff0000 !important; | ||
} | } | ||
Revision as of 19:13, 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, a:active, a:visited{
color: #00ffff !important;
text-shadow: 1px 1px 1px #000;
}
li{
background-color: #00000011 !important;
color: #ffffff !important;
}
#content{
background-color: #00000011;
color: #ffffff;
}
#bodyContent{
background-color: #00000011;
color: #ffffff;
}
#ca-talk{
background-color: #000000 !important;
color: #ffffff !important;
}
#mw-head {
background-color: #000000 !important;
color: #ffffff !important;
}
.firstHeading {
background-color: #ffffff22;
color: white;
padding: 5px;
box-shadow: 0px 0px 30px #ffffff44;
}
pre{
background-color: #00ffff22 !important;
color: white !important;
}
li {
background-image: none !important;
}
#p-cactions-label {
color: white !important;
}
.mediumFont{
font-size: 22px;
}
.largeFont{
font-size: 30px;
}
.hugeFont{
font-size: 40px;
}
.mw-selflink{
font-style: italic;
color: #ffffff !important;
}
.selflink{
font-style: italic;
color: #ffffff !important;
}
.blackBox{
color: #ff0000 !important;
}