MediaWiki:Common.css

From Firrhna Project Wiki
Revision as of 10:44, 2 September 2023 by Kawa-neechan (talk | contribs)
Jump to navigationJump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}
.pBody * { color: inherit; };

.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;
}
.oo-ui-inputWidget-input {
	color: #FFF !important;
}
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;
}