10,947
editsMore actions
no edit summary
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
/* In sync with the 16px above. */ | /* In sync with the 16px above. */ | ||
margin-right: 16px; | margin-right: 16px; | ||
} | |||
/* The top-right ad banner itself. */ | |||
#bg3wiki-sitenotice-ad { | |||
display: none; | |||
} | |||
.mw-anonymous #bg3wiki-sitenotice-ad { | |||
display: block; | |||
width: 468px; | |||
height: 60px; | |||
float: right; | |||
margin-top: -17px; | |||
border: 2px dotted var(--bdr-color); | |||
box-sizing: border-box; | |||
align-content: center; | |||
} | |||
.mw-anonymous #bg3wiki-sitenotice-ad p { | |||
text-align: center; | |||
line-height: 1.5em; | |||
font-size: 1.1em; | |||
font-style: italic; | |||
color: var(--fg-dark); | |||
} | } | ||
Line 48: | Line 70: | ||
display: none; | display: none; | ||
} | } | ||
#n-Upload-file { | |||
display: none; | display: none; | ||
} | } |