MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 2: Line 2:




body {
/* Apply to the whole page wrapper */
     background-color: #fafafa;
#mw-wrapper {
     background-image: repeating-linear-gradient(
     background-color: #ffffff;
        45deg,
     background-image: linear-gradient(90deg, #e0e0e0 1px, transparent 1px),
        #f5f5f5,
                      linear-gradient(#e0e0e0 1px, transparent 1px);
        #f5f5f5 10px,
    background-size: 20px 20px;
        #eaeaea 10px,
        #eaeaea 20px
    );
}
}