MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 274: Line 274:
/* Generic Boxes */
/* Generic Boxes */
.box-generic {
.box-generic {
     box-shadow: 0 0 4px #999;
/*    box-shadow: 0 0 4px #999; */ /* Maybe a little softer here? */
     box-shadow: 0 0 4px #d6d6d6;
     box-sizing: border-box;
     box-sizing: border-box;
     border: none;
     border: none;
Line 710: Line 711:
     border: none;
     border: none;
     border-radius: 3px;
     border-radius: 3px;
     box-shadow: 0 0 4px #999;
/*    box-shadow: 0 0 4px #999; */ /* Maybe a little softer here? */
     box-shadow: 0 0 4px #d6d6d6;
     padding: 1.25em;
     padding: 1.25em;
}
}