Test 99: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<html> <head> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=BenchNine) body font-family: "BenchNine", sans-serif background-image: url(http://...") |
No edit summary |
||
Line 6: | Line 6: | ||
body | body | ||
{ | |||
font-family: "BenchNine", sans-serif | font-family: "BenchNine", sans-serif | ||
background-image: url(http://subtlepatterns.com/patterns/classy_fabric.png) | background-image: url(http://subtlepatterns.com/patterns/classy_fabric.png) | ||
} | |||
.pushButton | .pushButton | ||
{ | |||
display: block | display: block | ||
color: #fff | color: #fff | ||
Line 33: | Line 35: | ||
transition: all 10ms | transition: all 10ms | ||
} | |||
.pushButton:active | .pushButton:active | ||
{ | |||
background: linear-gradient(top, #2c2a23, #323028) | background: linear-gradient(top, #2c2a23, #323028) | ||
box-shadow: 0 -1px 0 0 rgba(255, 255, 255, .2) inset, 0 1px 10px 0 rgba(0, 0, 0, .4) inset | box-shadow: 0 -1px 0 0 rgba(255, 255, 255, .2) inset, 0 1px 10px 0 rgba(0, 0, 0, .4) inset | ||
Line 40: | Line 43: | ||
opacity: .9 | opacity: .9 | ||
text-shadow: 0 -1px rgba(0,0,0,.5) | text-shadow: 0 -1px rgba(0,0,0,.5) | ||
} | |||
</style> | </style> | ||
</head> | </head> |