25
edits
Changes
Created page with '→CSS placed here will affect users of the Monobook skin: →background image: body { background: #f5f5f5 url(/tmp/background.png); background-repeat: repeat-x; } body { b…'
/* CSS placed here will affect users of the Monobook skin */
/* background image */
body {
background: #f5f5f5 url(/tmp/background.png); background-repeat: repeat-x;
}
body {
background: #f5f5f5 url(/images/background.png) 0 0 repeat-x;
margin-left: -1px;
}
.pBody {
padding: 0.3em 0.1em;
-moz-border-radius-topright: 0.5em;
}
.portlet h5 {
background-color: #e0e3e6;
border: thin solid silver;
-moz-border-radius-topright: 0.5em;
}
#content {-moz-border-radius-topleft: 0.5em}
/* background image */
body {
background: #f5f5f5 url(/tmp/background.png); background-repeat: repeat-x;
}
body {
background: #f5f5f5 url(/images/background.png) 0 0 repeat-x;
margin-left: -1px;
}
.pBody {
padding: 0.3em 0.1em;
-moz-border-radius-topright: 0.5em;
}
.portlet h5 {
background-color: #e0e3e6;
border: thin solid silver;
-moz-border-radius-topright: 0.5em;
}
#content {-moz-border-radius-topleft: 0.5em}