Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 25: Line 25:
.MainPageHeading {
.MainPageHeading {
background-color: #4b6e94;
background-color: #4b6e94;
font-family: 'Nunito', cursive;
font-family: 'Nunito', bold;
font-size: 2.5em;
font-size: 2.5em;
text-align:center;
text-align:center;
Line 33: Line 33:
.MainPageHeadingL2 {
.MainPageHeadingL2 {
background-color: #264b72;
background-color: #264b72;
font-family: 'Nunito', cursive;
font-family: 'Nunito', bold;
color: white;
color: white;
text-align:center;
text-align:center;

Revision as of 00:23, 28 July 2023

/* CSS placed here will be applied to all skins */

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

/* Wiki Staff color names */
a[href$="Duechayapol"],
a[href$="BananaFalls"],
a[href$="HypnoSpeaker"],
a[href$="TheMysterys"]{
font-weight: bold !important;
color: #a2db70 !important;
}

a[href$="ItzWolfyTDM"],
a[href$="JL608"],
a[href$="Astroflux"],
a[href$="Ultrasheeplord"],
a[href$="MrGam3zz"]{
font-weight: bold !important;
color: #db7070 !important;
}

.MainPageHeading {
background-color: #4b6e94;
font-family: 'Nunito', bold;
font-size: 2.5em;
text-align:center;
color:white;
}

.MainPageHeadingL2 {
	background-color: #264b72;
	font-family: 'Nunito', bold;
	color: white;
	text-align:center;
	font-size: 1.5em;
}

th, td {
  border: 1px solid #a6a6a6;
  text-align: center;
}

.mw-collapsible {
    padding-bottom: 10px;
}

.mw-collapsible.collapsible-toggle-left span.mw-collapsible-toggle.mw-collapsible-toggle-default {
	padding-left: 10px;
    float: none;
}
.collapsible-title-left { float: left; }