MediaWiki:Common.css

From Equestripedia, the Archives of Equestria!
Revision as of 19:59, 2 February 2020 by Amelia (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Patrick+Hand'); @import "/wiki/index.php?title=MediaWiki:Themes.css&act...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 */
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand');
@import "/wiki/index.php?title=MediaWiki:Themes.css&action=raw&ctype=text/css";
@import "/wiki/index.php?title=MediaWiki:Infobox.css&action=raw&ctype=text/css";
@import "/wiki/index.php?title=MediaWiki:Template-themes.css&action=raw&ctype=text/css";

#siteSub { 
    display:block; 
    color: #6153A2;
}
/*** BASIC SKINNING ***/
/* Thumbnails */
div.thumbinner {
	border: 2px solid #6153A2;
	background-color: #EAD5FC;
	text-align: center;
	border-radius: 0.5em;
}

/* Category Tree customizing */
.CategoryTreeEmptyBullet {
	cursor: default;
	color: #6153A2;
}

.CategoryTreeToggle {
	color: #362668;
}

/*** Template stuff ***/
.references-small { 
   font-size: 0.85em; 
                  }
.galitem {
        color: #DDC3FF;
        background: #6153A2;
}

.wikitable,
table.wikitable {
    border: #6153A2;
}

table.wikitable th,
table.wikitable td {
    color: #000;
    border: #6153A2;
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
/* TemplateStyles */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

.mw-changeslist-legend {
    background-color: #EAD5FC;
    border: 2px solid #6153A2;
    border-radius: 0.5em;
}

/***TOC***/
.toc {
    background-color: #EAD5FC !important;
    border: 2px solid #6153A2 !important;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

.toctitle {
    background-color: #EAD5FC !important;
    color: #6153A2 !important;
    font-weight: bold;
}
.toctitle h2 {
    color: #6153A2 !important;
}

.catlinks {
	border: 2px solid #6153A2 !important;
	background-color: #EAD5FC !important;
	border-radius: 0.5em;
}

/*** PROFILE CUSTOMIZATION ***/
#profile-top {
	border-bottom: 2px solid #6153A2;
}

#profile-image img {
	background-color: #6153A2;
	border: 2px solid #6153A2;
}

.user-section-heading {
	border-bottom: 2px solid #6153A2;
	width: 100%;
	line-height: 22px;
	margin: 0 0 8px 0;
}

.no-info-container {
	background-color: #6153A2;
	color: #EAD5FC;
}

#profile-toggle-button {
	background-color: #6153A2;
        color: #EAD5FC;
}

#user-page-left h2, #user-page-right h2 {
	border-bottom: 2px solid #6153A2;
	color: #6153A2;
}

.profile-info-container b {
	color: #6153A2;
}
/*** ALT TABLE ***/

/* Alt table */
table.altrow,
table.altcol {
    background: #6153A2;
    border: 2px solid #362668;
    border-collapse: collapse;
    margin: 1em 1em 1em 0;
}

table.altrow td,
table.altcol td {
    border: 2px solid #362668;
    border-radius: 0.5em;
    padding: 0.4em;
}

table.altrow tr:nth-child(even) {
    background: #EAD5FC;
}

table.altrow tr:nth-child(odd) {
    background: #EAD5FC;
}

table.altcol td:nth-child(even) {
    background: #EAD5FC;
}

table.altcol td:nth-child(odd) {
    background: #EAD5FC;
}

table.altrow th,
table.altcol th {
    background: #6153A2;
    border: 2px solid #362668;
    padding: 0.4em;
    color: #EAD5FC;
}

table.altrow caption,
table.altcol caption {
    font-weight: bold;
    margin-left: inherit;
    margin-right: inherit;
}

table.altrow code,
table.altcol code {
    background-color: transparent;
}
.altrow  {
}
/* general styles */
h1, h2 { 
     color: #4A338E;
     font-family: "Arial" !important;
     border-bottom: solid 2px #6153A2;
}
h3, h4, h5, h6 { 
     color: #4A338E !important;
     font-family: "Arial" !important;
}
.h2-mimic {
     color: #4A338E;
     font-family: "Arial" !important;
     border-bottom: solid 2px #6153A2;
     font-size: 1.5em;
 	 margin-top: 1em;
}

.h3-mimic {
	font-size: 1.2em;
	margin-top: 0.3em;
	margin-bottom: 0;
	padding-bottom: 0;
    color: #4A338E !important;
    font-family: "Arial" !important;
    font-weight: bold;
}

a {
	color: #002bb8;
}

a:hover {
    color: #DF3494 !important;
    text-decoration: none;
}

.tabbernav {
    border-bottom: 2px solid #362668 !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: #FFF !important;
    border: none !important;
    background: #6153A2 !important;
}
.tabberactive a {
    color: #FFF !important;
    background: #362668 !important;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}

/* styles for {{--}}  */
.tt1_clearall + h1,
.tt1_clearall + h2,
.tt1_clearall + h3,
.tt1_clearall + h4,
.tt1_clearall + h5,
.tt1_clearall + h6 {
	clear:both;
	margin-top:00px;
}

/* Gallery */
li.gallerybox div.thumb {
	text-align: center;
	border: 2px solid #6153A2;
	background-color: #EAD5FC;
	margin: 2px;
	border-radius: 0.5em;
}

/* Code blocks */
pre,
code,
tt,
kbd,
samp,
.mw-code {
	/*
	 * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
	 * Specifying any valid, second value will trigger correct behavior without forcing a different font.
	 */
	font-family: monospace, Courier;
}

code {
	background-color: #6153A2;
	color: #EAD5FC;
	border-color: #6153A2;
}

pre,
.mw-code {
	padding: 1em;
	border: none;
	color: #EAD5FC;
	background-color: #6153A2;
	border-radius: 0.5em;
}