107
edits
Guh-huh! Welcome to the Banjo-Kazooie Wiki! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(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 | margin: 0 2% 0.75em; | ||
padding:0 1em; | padding:0 1em; | ||
color: #000; | color: #000; | ||
} | } | ||
.notice.copyright { | .notice-template.copyright { | ||
background: # | background: #fff9f9; | ||
border: | border: 1px solid #C55; | ||
font-size: 95%; | font-size: 95%; | ||
width: 90%; | |||
width: | margin: 5px auto; | ||
margin: 5px auto | |||
padding: 5px; | padding: 5px; | ||
} | |||
.notice-template.delete a:not(.new) { | |||
color: yellow; | |||
} | } | ||