MediaWiki:Common.css: Difference between revisions
From Firrhna Project Wiki
Jump to navigationJump to search
Kawa-neechan (talk | contribs) mNo edit summary |
Kawa-neechan (talk | contribs) mNo edit summary |
||
Line 73: | Line 73: | ||
} | } | ||
.oo-ui-widget * { | .oo-ui-widget * { | ||
background-color: inherit; | background-color: inherit !important; | ||
} | } | ||
} | } |
Revision as of 12:58, 25 October 2022
/* CSS placed here will be applied to all skins */
body {
color: #ffffff;
background: #000000;
}
.mw-body, .pBody {
background: #1b001f !important;
border-color: #6f027c !important;
color: #ffffff;
}
.mw-body-content {
font-size: 10.5pt;
line-height: 1.75em;
}
h1, h2, h3, h4, h5 {
color: #ffffff;
}
a, a:visited {
color: #e403ff;
}
a:hover {
color: #ee68fe;
}
.infobox {
background: #1b001f;
border: 1px solid rgba(111,2,124,128);
color: #fff;
float: right;
clear: right;
margin: 0 0 18px 18px;
width: 270px;
}
.infobox-image {
text-align: center;
padding-left: 9px;
}
.infobox th {
text-align: left;
vertical-align: top;
padding-left: 9px;
}
.infobox-title {
background: #6f027c;
border-bottom: 0;
font-size: 18px;
font-weight: 700;
text-align: center !important;
padding: 12px 9px;
}
.infobox-header {
background: #6f027c;
text-align: center !important;
vertical-align: top;
font-size: 14px;
padding: 9px;
}
.infobox td {
padding-right: 9px;
vertical-align: top;
}
#toc {
background-color: inherit;
border: 1px solid rgba(111,2,124,128);
}
.thumbinner, .thumbimage, .catlinks, .mw-footer {
background-color: inherit !important;
border: none !important;
}
#p-cactions, #p-cactions * {
background-color: inherit !important;
border: none !important;
}
.oo-ui-widget * {
background-color: inherit !important;
}
}