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 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body { | body { | ||
color: #ffffff; | /* color: #ffffff; */ | ||
background: #000000; | background: #000000; | ||
} | } | ||
Line 78: | Line 78: | ||
} | } | ||
.oo-ui-inputWidget-input { | .oo-ui-inputWidget-input { | ||
/* color: #000000 !important; */ | |||
} | } | ||
figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"], | figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"], |
Revision as of 21:24, 2 September 2023
/* 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, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
color: #e403ff;
}
a:hover, .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li 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;
}
.infobox th + td { padding-left: 9px; } */
#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; */
}
.oo-ui-inputWidget-input {
/* color: #000000 !important; */
}
figure[typeof~="mw:File/Thumb"], figure[typeof~="mw:File/Frame"],
figure[typeof~="mw:File/Thumb"] > figcaption, figure[typeof~="mw:File/Frame"] > figcaption
{
background: inherit;
border-color: #6f027c;
}
figure[typeof~="mw:File/Thumb"] > a:first-child > :first-child:not(.mw-broken-media)
{
border: none;
background: none;
}
button * {
color: black;
}
.wikitable {
color: inherit;
background: inherit;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border-color: rgba(111,2,124,128);
}
.wikitable > tr > th, .wikitable > * > tr > th {
background: #6f027c;
}
ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper, ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper, ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper
{
background: rgba(0, 0, 0, 0.50);
}
input
{
color: #000000 !important;
}
.oo-ui-windowManager, .oo-ui-widget { color: #000000; }
#mw-page-base
{
background: #000000;
}
.vector-menu-tabs-legacy li
{
background: #1b001f;
}
.vector-menu-tabs-legacy li.selected
{
background: #000000;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading
{
background-image: linear-gradient(to bottom,#000000 0,#6f027c 100%);
}
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #ffffff; }