MediaWiki:Common.css: Difference between revisions
Created page with "#mw-panel, #mw-head, #footer, #catlinks, #mw-page-base, #mw-head-base, #siteSub, #contentSub, .mw-editsection { display: none; } #content { margin: 0 auto; width: 100%; padding: 0; border: none; background: black; color: white; }" |
No edit summary |
||
Line 1: | Line 1: | ||
#mw-panel, | /* Hide interface elements for a clean view */ | ||
#mw-head, | #mw-panel, /* Sidebar */ | ||
#footer, | #mw-head, /* Top navigation */ | ||
#catlinks, | #footer, /* Footer */ | ||
#catlinks, /* Category links */ | |||
#mw-page-base, | #mw-page-base, | ||
#mw-head-base, | #mw-head-base, | ||
#siteSub, | #siteSub, /* "From Wiki..." text */ | ||
#contentSub, | #contentSub, /* Subtitle */ | ||
.mw-editsection { | .mw-editsection /* [edit] links */ | ||
display: none | { | ||
display: none !important; | |||
} | } |