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
mNo edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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-image: url('https://static.wikia.nocookie.net/mccisland/images/4/48/MainPageHeaderBG.png/revision/latest?cb=20220726022346');
font-family: 'Nunito', cursive;
font-size: 2.5em;
text-align:center;
color:white;
}
.MainPageHeadingL2 {
background-color: #264b72;
font-family: 'Nunito', cursive;
color: white;
text-align:center;
font-size: 1.5em;
}


th, td {
th, td {

Revision as of 00:14, 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-image: url('https://static.wikia.nocookie.net/mccisland/images/4/48/MainPageHeaderBG.png/revision/latest?cb=20220726022346');
font-family: 'Nunito', cursive;
font-size: 2.5em;
text-align:center;
color:white;
}

.MainPageHeadingL2 {
	background-color: #264b72;
	font-family: 'Nunito', cursive;
	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; }