MediaWiki:Common.css: Difference between revisions

krfdyh is just a random key to link two concepts together within comments. You can search for this to see them all.
No edit summary
(krfdyh is just a random key to link two concepts together within comments. You can search for this to see them all.)
Line 168: Line 168:
     border-radius: 4px;
     border-radius: 4px;
     /* border-color: #a3d3ff; */
     /* border-color: #a3d3ff; */
     box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); /* 0.2 opacity was a little heavy. Bumped it down to 0.1 */
     box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); /* 0.2 opacity was a little heavy. Bumped it down to 0.1. Relates to krfdyh */
     margin: 1.5em;  
     margin: 1.5em;  
}
}
Line 604: Line 604:
     padding: 2em;
     padding: 2em;
     border-radius: 0.33em;
     border-radius: 0.33em;
     box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
     box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12); /* Changed from 0.2 to 0.12. It's not at 0.1, because it should visually feel like it matches with krfdyh, which also has a border */
     margin: 2em;
     margin: 2em;
}
}