Difference between revisions of "MediaWiki:Common.css"
Line 6: | Line 6: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 32px; | font-size: 32px; | ||
− | line-height: | + | line-height:4.25em; |
color:#000; | color:#000; | ||
background-color:#f9f9f9; | background-color:#f9f9f9; | ||
Line 18: | Line 18: | ||
box-shadow: 0px 9px 25px rgba(0,0,0,.7); | box-shadow: 0px 9px 25px rgba(0,0,0,.7); | ||
margin: 100px auto; | margin: 100px auto; | ||
− | width: | + | width: 155px; |
− | height: | + | height: 144px; |
text-align: center; | text-align: center; | ||
Revision as of 11:27, 17 August 2017
/* CSS placed here will be applied to all skins */ a.button { position: relative; text-decoration: none; font-weight: bold; font-size: 32px; line-height:4.25em; color:#000; background-color:#f9f9f9; display: block; padding: 4px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 9px 25px rgba(0,0,0,.7); -moz-box-shadow: 0px 9px 25px rgba(0,0,0,.7); box-shadow: 0px 9px 25px rgba(0,0,0,.7); margin: 100px auto; width: 155px; height: 144px; text-align: center; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; } a.button:active { -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.9); -moz-box-shadow: 0px 3px 6px rgba(0,0,0,.9); box-shadow: 0px 3px 6px rgba(0,0,0,.9); color:#666666; }