HerrHulaHoop (talk | contribs) (Added border and removed redundant condition) |
HerrHulaHoop (talk | contribs) (Add common CSS for all themes) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Hide the title on the main page */ | ||
.action-view.page-Main_Page #siteSub, .action-submit.page-Main_Page #siteSub, | |||
.action-view.page-Main_Page #contentSub, .action-submit.page-Main_Page #contentSub, | |||
.action-view.page-Main_Page .firstHeading, .action-submit.page-Main_Page .firstHeading { | |||
display: none; | |||
} | } | ||
Revision as of 08:05, 30 September 2019
/* CSS placed here will be applied to all skins */ /* Hide the title on the main page */ .action-view.page-Main_Page #siteSub, .action-submit.page-Main_Page #siteSub, .action-view.page-Main_Page #contentSub, .action-submit.page-Main_Page #contentSub, .action-view.page-Main_Page .firstHeading, .action-submit.page-Main_Page .firstHeading { display: none; } /* Flexbox used in the Main page */ .flexbox-row-wrap { display: flex; flex-direction: row; flex-wrap: wrap; } .flexchild-stretch { flex-grow: 1; } .flexchild-border { border-style: solid; border-width: 1px; border-color: #cccccc; border-radius: 10px; padding-left: 20px; padding-right: 20px; padding-bottom: 15px; margin-right: 10px; margin-bottom: 10px; } .flexchild-borderless { padding-right: 10px; } .text-bottomline { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #a2a9b1; } /* Formatting for the video game infobox template */ .vginfobox { float: right; width: 320px; margin-left: 15px; font-size: 90%; border-style: solid; border-width: 1px; border-color: #a2a9b1; }