MediaWiki:Common.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(test)
(fixing)
Line 71: Line 71:
.infobox td:nth-of-type(1) {
.infobox td:nth-of-type(1) {
background:#CCCCFF;
background:#CCCCFF;
}

/* notice templates */
body:not(.ns-6) .notice-template + .notice-template {
margin-top: -0.375em !important;
}
#mw-imagepage-content .notice-template + #aboutfile {
margin-top: 0.75em !important;
}
#mw-imagepage-content .notice-template:not(#aboutfile) {
margin-top: 0.75em !important;
margin-bottom: 2.5px !important;
}

.notice-template p {
margin: 0.6em 0;
}

.notice-template {
display: flex;
background: #f1f1de;
border: 2px solid #996;
margin: 0 2% 0.75em;
padding:0 1em;
color: #000;
}


.notice-template.copyright {
background: #fff9f9;
border: 1px solid #C55;
font-size: 95%;
width: 90%;
margin: 5px auto;
padding: 5px;
border-radius:1em;
}
}