Jump to content

MediaWiki:Common.css: Difference between revisions

From Worm Wiki
m Formatting
Unok (talk | contribs)
No edit summary
 
Line 55: Line 55:
}
}


.pi-europa .pi-data-label {
.pi-data-label {
    word-wrap: initial;
  flex-basis: 95px;
}
 
.pi-header, .pi-title {
background: #232323;
}
 
.portable-infobox {
  border: 1px solid #232323;
}
}

Latest revision as of 17:31, November 14, 2021

/* 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;
}