MediaWiki:Common.css: Difference between revisions

fixed
(mp headings)
(fixed)
Line 691: Line 691:


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


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


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


.notice.copyright {
.notice-template.copyright {
     background: #fff0f0;
     background: #fff9f9;
     border: 4px ridge red;
     border: 1px solid #C55;
     font-size: 95%;
     font-size: 95%;
    border-radius: 10px;
     width: 90%;
     width: 80%;
     margin: 5px auto;
     margin: 5px auto !important;
     padding: 5px;
     padding: 5px;
}
.notice-template.delete a:not(.new) {
  color: yellow;
}
}