MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(add)
(add)
Line 142: Line 142:
}
}


/* Notice templates */
/* notice templates */
body:not(.ns-6) .notice-template + .notice-template {
body:not(.ns-6) .notice-template + .notice-template {
margin-top: -0.375em !important;
margin-top: -0.375em !important;
Line 156: Line 156:
.notice-template p {
.notice-template p {
margin: 0.6em 0;
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 {
.notice-template.copyright {
background: #fff9f9;
background: #fff9f9;
border: 1px solid #C55;
border: 1px solid #C55;
width: 90%;
font-size: 95%;
margin: 5px auto;
width: 90%;
padding: 5px;
margin: 5px auto;
padding: 5px;
}
}