MediaWiki:Mobile.css

From Wildfrost Wiki
Revision as of 11:36, 14 September 2022 by Katzeus (talk | contribs) (Created page with "→‎All CSS here will be loaded for users of the mobile site: #content { background-color: rgb(191 240 249 / 95%); margin: 8px; margin-top: -5px; } →‎Body Styling: body { background: url("/resources/wildfrost/background.jpg") no-repeat fixed top center / cover; } #bodyContent hr { border-bottom: 1px solid #aaa; border-top: none; } #searchInput { padding: 7px; } li#ca-watch { display:none; } pre { background-color: white; } .clie...")
(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 */

#content { 
   background-color: rgb(191 240 249 / 95%);
   margin: 8px;
   margin-top: -5px;
}

/* Body Styling */
body {
   background: url("/resources/wildfrost/background.jpg") no-repeat fixed top center / cover;
}

#bodyContent hr {
    border-bottom: 1px solid #aaa;
    border-top: none;
}

#searchInput {
    padding: 7px;
}

li#ca-watch {
   display:none;
}

pre {
    background-color: white;
}

.client-js .collapsible-heading {
    border-bottom: solid 1px #aaa !important;
}

#mainmenutable {
   display: table;
}

#footer {
    background: rgba(0,0,0,0.8) none repeat scroll 0% 0%;
    color: #8c8c8c;
    margin-top: 20px;
    border-top: none !important;
}

.toc-mobile {
   background-color: rgba(255,255,255,0.58) !important;
}

#footer a {
    color: white;
}

.overlay .overlay-content {
    background-color:white;
}

.overlay-header-container {
   background: #8dc4e5;
}

.overlay.visible {
   background: none;
}

img {
   max-width:100%;
   height: auto;
}

#mw-mf-page-center, .animations #mw-mf-page-center {
  background-color:transparent !important;
}

/* Navboxstyling */
#navbox {
   margin:auto;
   border: 1px solid blue;
   padding: 5px; 
   border-radius:11px;
   clear: both;
   margin-top: 15px;
}