Jump to content

MediaWiki:Common.css: Difference between revisions

From Worm Wiki
Damage3245 (talk | contribs)
Created page with "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 { displ..."
 
Unok (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerBlur/code.css&only=styles");
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerBlur/code.css&only=styles");


.mw-editsection {   display:none }
/* Char tables */
 
.mw-editsection {
    display:none;
}


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


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


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


.pi-europa .pi-data-label {
a[href="/wiki/User:Damage3245"] {
word-wrap: initial;
    color:#ffffff;
}
 
.pi-data-label {
  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;
}