MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Machiavellic (talk | contribs) Created page with "→CSS placed here will be applied to all skins: body { background-color: #000000; }" |
Machiavellic (talk | contribs) No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { background-color: #000000; } | body { | ||
color: white; | |||
background-color: black; | |||
} | |||
a, a:active, a:visited{ | |||
color: #44ffff !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: #eedddd !important; | |||
} | |||
.blueBox{ | |||
background-color: #00ffff22 !important; | |||
border: 1px solid white; | |||
padding: 10px; | |||
} | |||
.whiteBorder{ | |||
border: 1px solid #ffffff99; | |||
} | |||
.standardTable td{ | |||
text-align: center !important; | |||
background-color: #00ffff22 !important; | |||
padding: 5px; | |||
} | |||
.tableTitle{ | |||
font-weight: bold; | |||
background-color: #00999922 !important; | |||
} | |||
h1{ | |||
color: white; | |||
} | |||
h2{ | |||
color: white !important; | |||
} | |||
h3{ | |||
color: #ffffff !important; | |||
margin-left: 5px; | |||
} | |||
h3:before{ | |||
color: #ffffff !important; | |||
content: "\2022"; | |||
margin-right: 4px; | |||
} | |||
h4{ | |||
text-decoration: underline; | |||
color: white; | |||
} | |||
.toc{ | |||
color: white; | |||
background-color: #00000099; | |||
} | |||
.tocnumber{ | |||
color: white !important; | |||
} | |||
#searchInput{ | |||
color: black !important; | |||
background-color: #ffffff99; | |||
} | |||
Latest revision as of 23:58, 26 February 2025
/* CSS placed here will be applied to all skins */
body {
color: white;
background-color: black;
}
a, a:active, a:visited{
color: #44ffff !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: #eedddd !important;
}
.blueBox{
background-color: #00ffff22 !important;
border: 1px solid white;
padding: 10px;
}
.whiteBorder{
border: 1px solid #ffffff99;
}
.standardTable td{
text-align: center !important;
background-color: #00ffff22 !important;
padding: 5px;
}
.tableTitle{
font-weight: bold;
background-color: #00999922 !important;
}
h1{
color: white;
}
h2{
color: white !important;
}
h3{
color: #ffffff !important;
margin-left: 5px;
}
h3:before{
color: #ffffff !important;
content: "\2022";
margin-right: 4px;
}
h4{
text-decoration: underline;
color: white;
}
.toc{
color: white;
background-color: #00000099;
}
.tocnumber{
color: white !important;
}
#searchInput{
color: black !important;
background-color: #ffffff99;
}