MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body.page-Main_page div.floatleft {display:none !important } body.page-Main_page div.floatleft {display:none !important } body.page-Main_page #p-personal a.new:visited { } →Hiding the title in main page: .page-Main_page #firstHeading { display : none !important; } .page-Main_page #catlinks { display : none !important; } .page-Main_page #contentSub { display : none !important; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.page- | body.page-Main_Page div.floatleft {display:none !important } | ||
body.page- | body.page-Main_Page div.floatleft {display:none !important } | ||
body.page- | body.page-Main_Page #p-personal a.new:visited { } | ||
/* Hiding the title in main page */ | /* Hiding the title in main page */ | ||
.page- | .page-Main_Page #firstHeading { | ||
display : none !important; | display : none !important; | ||
} | } | ||
.page- | .page-Main_Page #catlinks { | ||
display : none !important; | display : none !important; | ||
} | } | ||
.page- | .page-Main_Page #contentSub { | ||
display : none !important; | display : none !important; | ||
} | } |
Latest revision as of 01:23, 20 June 2024
/* CSS placed here will be applied to all skins */
body.page-Main_Page div.floatleft {display:none !important }
body.page-Main_Page div.floatleft {display:none !important }
body.page-Main_Page #p-personal a.new:visited { }
/* Hiding the title in main page */
.page-Main_Page #firstHeading {
display : none !important;
}
.page-Main_Page #catlinks {
display : none !important;
}
.page-Main_Page #contentSub {
display : none !important;
}