Difference between revisions of "Template:CSS UCL5"
Superjack15 (Talk | contribs) |
Superjack15 (Talk | contribs) |
||
Line 225: | Line 225: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
#logo {padding-top: 10%; padding-bottom: 10%;} | #logo {padding-top: 10%; padding-bottom: 10%;} | ||
Line 530: | Line 525: | ||
-webkit-transition: color ease-in-out 150ms; | -webkit-transition: color ease-in-out 150ms; | ||
} | } | ||
+ | |||
+ | #hidden-menu { | ||
+ | -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out; | ||
+ | -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out; | ||
+ | transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out; | ||
+ | } | ||
+ | hidden-menu:hover, hidden-menu:active { | ||
+ | color: #70C4BB; | ||
+ | background-color: #E8E8E8; | ||
+ | box-shadow: 0 0 12px black; | ||
+ | -webkit-border-radius: 15px; | ||
+ | -moz-border-radius: 15px; | ||
+ | border-radius: 15px; | ||
#mobilebutton { | #mobilebutton { |
Revision as of 16:16, 26 July 2015