MediaWiki:Wikia.css

From Bejeweled Wiki
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.
/* ===================
   Imports: most CSs is
   actually in Common.css
   so that Monobook doesn't look totally
   stupid. :) 
   
   Note, however, that this is not 
   the way that a lot of wikis have it set up.
   
   As you improve your CSS skills, you will probably want
   to put more of the code back here, thereby making 
   skin-specific code. 
   =================== */
   
   @import url("/load.php?debug=false&&allinone=0&lang=en&mode=articles&articles=MediaWiki:Common.css&only=styles");
   
   /* ==================
   Media queries 
   
   These help the design respond
   better to changes of browser
   width.  in other words,
   they implement at least 
   rdudimentary responsive design.
   ================== */
 
@media only screen and (max-width:1023px) {

     .fpcontainer,
     .front-page-right-column {
         width:650px;
         margin:0 auto;
         padding-left:100px;
      }
}
 @media only screen and (min-width:1024px) {
     
     .fpcontainer,
     .front-page-right-column {
         width:250px;
         margin: 0 auto;

 }
}
#DisplayClockJS { color: #C358C5; font-family: 'Verdana'}