MediaWiki:Mobile.css

From Exagear International
Revision as of 10:23, 8 October 2022 by Wikiadmin (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the mobile site: .sitenotice { background-color: #f8f9fa; border: 1px solid #c8ccd1; border-radius: 2px; box-shadow: 0 1px 1px rgb(0 0 0 / 15%); margin-bottom: 1rem; padding: 1rem; } .welcomebanner { align-items: center; background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png); background-position: right; background-repeat: no-repeat; display: flex;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */



.sitenotice {
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 1rem;
    padding: 1rem;
}


.welcomebanner {
    align-items: center;
    background-image: url(https://www.exagear.wiki/images/exagearwiki_welcomebanner.png);
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 1rem;
    padding: 1rem;

}


}
.welcomebanner table{
    background-color: #f8f9fa;

}

.wikitable{
    background-color: #ffffff;
}

body.page-Main_Page-Заглавная_страница.action-view h1.firstHeading, body.page-Main_Page-Заглавная_страница.action-submit h1.firstHeading { 
	display: none; }