Difference between revisions of "MediaWiki:Common.css"

From Shotbow Wiki
Jump to: navigation, search
m
(testing lang banner)
Line 22: Line 22:
 
.gallerytext p {
 
.gallerytext p {
 
     color:white;
 
     color:white;
 +
}
 +
 +
.mw-pt-languages {
 +
    color:#111;
 +
    margin-bottom:10px;
 +
}
 +
 +
.mw-pt-languages-label {
 +
    color:#dcdcdc;
 +
    background-color:#555;
 
}
 
}

Revision as of 17:48, 9 June 2019

/* CSS placed here will be applied to all skins */

table.mw_metadata td,
table.mw_metadata th,
table.wikitable,
table.wikitable>*>tr>th,
table.wikitable>*>tr>td,
pre {
    color:black;
    background-color:#dcdcdc;
    border-color:#aaa
}

table.mw_metadata th,
table.wikitable>*>tr>th {
    background-image:linear-gradient(#423d3d,#1b1818);
    color:white;
    text-align: center;
    padding: 0.4em;
}

.gallerytext p {
    color:white;
}

.mw-pt-languages {
    color:#111;
    margin-bottom:10px;
}

.mw-pt-languages-label {
    color:#dcdcdc;
    background-color:#555;
}