MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 4: Line 4:
/* Apply background to the whole page wrapper */
/* Apply background to the whole page wrapper */
.mw-page-container {
.mw-page-container {
     background-color: #ffffff;
     background-color: #ffffff; /* base white */
     background-image: radial-gradient(#d0d0d0 1px, transparent 1px);
     background-image: linear-gradient(90deg, #e0e0e0 1px, transparent 1px),
     background-size: 15px 15px;
                      linear-gradient(#e0e0e0 1px, transparent 1px);
     background-size: 20px 20px; /* grid size */
}
}