Jump to content

MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Manual revert
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: #fafafa;
     background-color: #ffffff; /* base white */
     background-image: repeating-linear-gradient(
     background-image: linear-gradient(90deg, #e0e0e0 1px, transparent 1px),
        45deg,
                      linear-gradient(#e0e0e0 1px, transparent 1px);
        #f5f5f5,
    background-size: 20px 20px; /* grid size */
        #f5f5f5 10px,
        #eaeaea 10px,
        #eaeaea 20px
    );
}
}