Jump to content

MediaWiki:Common.css

From Worm Wiki
Revision as of 14:28, June 28, 2021 by HumbleX (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 */
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerBlur/code.css&only=styles");

.mw-editsection {   display:none }

/*=== char tables ===*/
 
/* Characters tables for chapters and episodes */
.CharTable {
        border: 3px solid rgb(85, 85, 85);
        border-collapse: collapse;
        margin: auto;
}
.CharTable th {
	border: 2px solid rgb(85, 85, 85);
        background: none repeat scroll 0% 0% rgb(1, 45, 89);
}
.CharTable td {
	border: 2px solid rgb(85, 85, 85);
	vertical-align: top;
}

.CharTableWard {
        border: 3px solid rgb(85, 85, 85);
        border-collapse: collapse;
        margin: auto;
}
.CharTableWard th {
	border: 2px solid rgb(85, 85, 85);
        background: none repeat scroll 0% 0% rgb(218, 165, 32);
}
.CharTableWard td {
	border: 2px solid rgb(85, 85, 85);
	vertical-align: top;
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
 .CharTable {
	margin: auto;
 }
}

/* Admin link color */
a[href="/wiki/User:Damage3245"] { color:#ffffff; }

.pi-europa .pi-data-label {
word-wrap: initial;
}