Template:FrDS WikiReset: Difference between revisions

Content deleted Content added
RLopez-WMF (talk | contribs)
Created page with "<html> <style> #jump-to-nav, #mw-navigation, #mw-page-base, #mw-head-base, #firstHeading, #siteSub, #contentSub, #contentSub2, #jump-to-nav, #catlinks, #footer, .mw-editsection { display: none !important; } #content { margin: 0; border: 0; padding: 0; } →‎Hide <p> tag containing styles and scripts: .mw-parser-output > p:first-child { display: none; } </style> </html>"
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Add viewport tag.js}}
<html>
<style>
Line 14 ⟶ 15:
.mw-parser-output > p:first-child {
display: none;
}
 
/* and because we have to deal with minerva now for some reason */
.pre-content, .header-container, .minerva-footer {
display: none;
}
.content {
max-width: none !important;
width: auto !important;
margin: 0 !important;
}
</style>