More actions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
/* {font-family:Georgia}*/ | /* {font-family:Georgia}*/ | ||
/* {text-align:center }*/ | /* {text-align:center }*/ | ||
.button:hover | |||
{ | |||
background: #d6d6d6; | |||
-webkit-transition: all 0.5s ease-in-out; | |||
-moz-transition: all 0.5s ease-in-out; | |||
-ms-transition: all 0.5s ease-in-out; | |||
-o-transition: all 0.5s ease-in-out; | |||
transition: all 0.5s ease-in-out; | |||
text-shadow: 2px 2px 2px #636363; | |||
border-radius: 5px; | |||
color: #000000 !important; | |||
text-transform: none !important; | |||
} |
Revision as of 20:29, 1 October 2015
/* CSS placed here will be applied to all skins */
/*h1 { font-size: 2em; }*/
/*h2 { font-size: 2em; }*/
/*h3 { font-size: 2em; }*/
/*h4 { font-size: 2em; }*/
/*h5 { font-size: 2em; }*/
/*h6 { font-size: 2em; }*/
/* {font-size:15px}*/
/* {font-family:Georgia}*/
/* {text-align:center }*/
.button:hover
{
background: #d6d6d6;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
text-shadow: 2px 2px 2px #636363;
border-radius: 5px;
color: #000000 !important;
text-transform: none !important;
}