MediaWiki:Common.css
Appearance
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");
/* Char tables */
.mw-editsection {
display:none;
}
/* 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-data-label {
flex-basis: 95px;
}
.pi-header, .pi-title {
background: #232323;
}
.portable-infobox {
border: 1px solid #232323;
}