Difference between revisions of "MediaWiki:Common.css"
Imokaywith (talk | contribs) |
Imokaywith (talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | body {background-color: #fff | + | |
+ | |||
+ | |||
+ | |||
+ | body {background-color: #fff;} | ||
.page-Main_Page #mw-panel {display:none;} | .page-Main_Page #mw-panel {display:none;} | ||
.page-Main_Page #mw-head {background-color: #fff;} | .page-Main_Page #mw-head {background-color: #fff;} | ||
Line 20: | Line 24: | ||
.page-Main_Page #searchButton {display:none;} | .page-Main_Page #searchButton {display:none;} | ||
.page-Main_Page #p-search form, .page-Main_Page #p-search input {margin:0;} | .page-Main_Page #p-search form, .page-Main_Page #p-search input {margin:0;} | ||
− | .page-Main_Page #simpleSearch {width: 100%;max-width: 558px;height: 44px;padding-left: 16px;padding-right: 8px;padding-top: 5px;margin: 0px;font-size: 13px;line-height: 39px;} | + | .page-Main_Page #simpleSearch {box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);border: none;width: 100%;max-width: 558px;height: 44px;padding-left: 16px;padding-right: 8px;padding-top: 5px;margin: 0px;font-size: 13px;line-height: 39px;} |
Revision as of 23:13, 28 December 2018
/* CSS placed here will be applied to all skins */ body {background-color: #fff;} .page-Main_Page #mw-panel {display:none;} .page-Main_Page #mw-head {background-color: #fff;} .page-Main_Page #left-navigation {display:none;} .page-Main_Page #p-personal {display:none;} .page-Main_Page #p-views {display:none;} .page-Main_Page #p-cactions {display:none;} .page-Main_Page #content {display:none;} .page-Main_Page #right-navigation {width:100%;} .page-Main_Page #mw-head-base {display:none;} /* HOMEPAGE SEARCH */ .page-Main_Page #simpleSearch #searchInput {font: 16px arial,sans-serif;} .page-Main_Page #p-search {float: none;margin: 0px auto;max-width: 585px;height: 44px;} .page-Main_Page #searchButton {display:none;} .page-Main_Page #p-search form, .page-Main_Page #p-search input {margin:0;} .page-Main_Page #simpleSearch {box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);border: none;width: 100%;max-width: 558px;height: 44px;padding-left: 16px;padding-right: 8px;padding-top: 5px;margin: 0px;font-size: 13px;line-height: 39px;} /* footer stuff */ #footer {position: fixed;bottom: 0px;width: 100%;margin: 0px;background: #f2f2f2;border-top: 1px solid #e4e4e4;padding: 10px 0px;} #footer a {color:#555;} #footer-info {display:none;} #footer-icons {display:none;}