MediaWiki:Common.css

From YPPedia

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*
<pre>
*/

/* CSS placed here will be applied to all skins */

/**************************/
/* Dynamic content boxes  */
/**************************/

div.DynboxFrame div.DynboxHead {
        position:relative;
}

a.DynboxToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}



/* Put a checker background at the image description page only visible if the image has transparent background */

#file img {background: url("http://yppedia.puzzlepirates.com/images/5/5d/Checker-16x16.png") repeat;}


/* For positioning stuff at the top-right, used in Templates
   "Featured article header" and for language links */

div.topicon {
    position:absolute; 
    z-index:100; 
    top:10px;
    display: block !important;
}

/* Stuff used by Portal: pages */

.portlet li {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
}
 
li.FA {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png");
}

.handbookbackground {background-image: url("http://yppedia.puzzlepirates.com/images/e/ef/Background-parchment.png"); }

/*
</pre>
*/