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

MediaWiki interface page
Revision as of 00:14, 28 July 2023 by JustItzWolfy (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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; }