MediaWiki:Common.css: Difference between revisions
From Distant Sands 11
Jump to navigationJump to search
Undo revision 588 by Funnylilcreachure (talk) Tag: Undo |
No edit summary |
||
| Line 1: | Line 1: | ||
body { | body { | ||
background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat; | background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
background-size: auto; | background-size: auto; | ||
} | } | ||
.mw-body { | |||
max-width: 720px; | |||
margin: 0 auto; | |||
/* Background image tiling */ | |||
background-image: url("/w/images/Paperbg.jpg"); | |||
background-repeat: repeat; | |||
. | background-size: auto; | ||
padding: 20px; | |||
} | } | ||
Revision as of 13:06, 3 August 2026
body {
background: url('https://wiki.distantsands.org/images/b/bc/Rdefgrey.png') repeat;
background-attachment: fixed;
background-size: auto;
}
.mw-body {
max-width: 720px;
margin: 0 auto;
/* Background image tiling */
background-image: url("/w/images/Paperbg.jpg");
background-repeat: repeat;
background-size: auto;
padding: 20px;
}