MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From Fanonpedia
Jump to navigationJump to search
Content deleted Content added
added
changing
Line 345: Line 345:


.notice-template.copyright {
.notice-template.copyright {
width: 90%;
background: #fff0f0;
margin: 2.5px auto;
border: 4px ridge red;
padding: 5px;
font-size: 95%;
font-size: 95%;
border-radius: 10px;
background: #FFF;
width: 80%;
border: 1px solid #000;
margin: 5px auto;
}
padding: 5px;

.notice-template.delete a:not(.new) {
color: yellow;
}
}