MediaWiki:Monobook.css

From Sokoban Wiki

Revision as of 19:49, 21 November 2017 by Matthias Meger (Talk | contribs)
Jump to: navigation, search

Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* edit this file to customize the monobook skin for the entire site */

body {
	background-image: url(/images/Bg_monobook.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
}


* scale back up to a sane default */
#globalWrapper {

    font-size: 127%;
/*    width: 100%;*/
    width: 1274px;
/*    margin: 0;*/
    margin: 20px auto;
/*    padding: 0;*/
    padding: 0 8px;
    background: #fff;
    border: 1px solid #e5e5e5;  /* new */
    -moz-border-radius: 12px;  /* new */
    -khtml-border-radius: 12px;  /* new */
    -webkit-border-radius: 12px;  /* new */
    border-radius: 12px;  /* new */
    -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;  /* new */
    -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;  /* new */
    -khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;  /* new */
    box-shadow: rgba(200,200,200,1) 0 4px 18px;  /* new */
}
Personal tools