Difference between revisions of "User:ElStrages/vector.css"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
padding: 3px; | padding: 3px; | ||
text-align: center; | text-align: center; | ||
+ | text-shadow: 1px 1px 1px #eee; | ||
width: 100px; | width: 100px; | ||
− | } | + | -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4); |
+ | -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4); | ||
+ | box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4); | ||
+ | } | ||
.ESTB a:visited { | .ESTB a:visited { | ||
color: #DDDDDD; | color: #DDDDDD; |
Revision as of 22:27, 20 February 2015
.ESTB a:link { color: #FFFFFF; background-color: #CCCCEB; background: url('http://imgur.com/uGTmWdN'); background-repeat:no-repeat; background-color: #CCCCEB; border: 1px solid; border-top-right-radius: 1em; border-top-left-radius: 1em; border-bottom-right-radius: 1em; border-bottom-left-radius: 1em; padding: 3px; text-align: center; text-shadow: 1px 1px 1px #eee; width: 100px; -moz-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4); -webkit-box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4); box-shadow: inset 2px 2px 2px rgba(255, 255, 255, .4), inset -2px -2px 2px rgba(0, 0, 0, .4); } .ESTB a:visited { color: #DDDDDD; background: url('http://imgur.com/uGTmWdN'); background-repeat: no-repeat; background-color: #CC00EB; border: 1px solid; border-top-right-radius: 1em; border-top-left-radius: 1em; border-bottom-right-radius: 1em; border-bottom-left-radius: 1em; padding: 3px; text-align: center; width: 100px; } .ESTB a:hover { color: #BBBBBB; background: url('http://imgur.com/uGTmWdN'); background-repeat: no-repeat; background-color: #00CCEB; border: 1px solid; border-top-right-radius: 1em; border-top-left-radius: 1em; border-bottom-right-radius: 1em; border-bottom-left-radius: 1em; padding: 3px; text-align: center; width: 100px; } .ESTB a:active { color: #000000; background: url('http://imgur.com/uGTmWdN'); background-repeat: no-repeat; background-color: #CCCC00; border: 1px solid; border-top-right-radius: 1em; border-top-left-radius: 1em; border-bottom-right-radius: 1em; border-bottom-left-radius: 1em; padding: 3px; text-align: center; width: 100px; } }