MediaWiki:Monobook.css
From Sokoban Wiki
(Difference between revisions)
m (Test) |
(Test) |
||
| Line 5: | Line 5: | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background-color: #FFFFFF; | 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 */ | ||
} | } | ||
Revision as of 19:49, 21 November 2017
/* 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 */
}
