Keithaiken (Talk | contribs) |
Keithaiken (Talk | contribs) |
||
Line 40: | Line 40: | ||
#litRef {font-size: calc(9px + 0.5vw) !important;} | #litRef {font-size: calc(9px + 0.5vw) !important;} | ||
+ | /* ANCHOR BUTTONS */ | ||
+ | form { | ||
+ | padding: 10px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | input.tealButton { | ||
+ | /*width: 300px;*/ | ||
+ | padding: 20px; | ||
+ | cursor: pointer; | ||
+ | /*font-weight: bold;*/ | ||
+ | font-family: Arial, sans-serif !important; | ||
+ | font-size: calc(14px + 0.5vw) !important; | ||
+ | background: #377b7e; | ||
+ | color: #fff; | ||
+ | border: 1px solid #377b7e; | ||
+ | border-radius: 10px; | ||
+ | box-shadow: 0 0 10px #377b7e; | ||
+ | } | ||
+ | |||
+ | input.tealButton:hover { | ||
+ | color: #ffffff; | ||
+ | background: #f5af3e; | ||
+ | border: 1px solid #f5af3e; | ||
+ | } | ||
+ | |||
+ | /* TOP CIRCLE */ | ||
.circleTop { | .circleTop { | ||
width: 60px; | width: 60px; |
Revision as of 21:21, 31 October 2017