Advertisement
adriweb

Untitled

Feb 28th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.75 KB | None | 0 0
  1. <style type="text/css">
  2. button:-moz-focus-inner {
  3.   border: 0; }
  4. button.punch {
  5.   background: #4162a8;
  6.   border-top: 1px solid #38538c;
  7.   border-right: 1px solid #1f2d4d;
  8.   border-bottom: 1px solid #151e33;
  9.   border-left: 1px solid #1f2d4d;
  10.   -webkit-border-radius: 4px;
  11.   -moz-border-radius: 4px;
  12.   -ms-border-radius: 4px;
  13.   -o-border-radius: 4px;
  14.   border-radius: 4px;
  15.   -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  16.   -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  17.   box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  18.   color: #fff;
  19.   font: bold 20px "helvetica neue", helvetica, arial, sans-serif;
  20.   line-height: 1;
  21.   margin-bottom: 10px;
  22.   padding: 5px 0 6px 0;
  23.   text-align: center;
  24.   text-shadow: 0px -1px 1px #1e2d4d;
  25.   width: 120px;
  26.   -webkit-background-clip: padding-box; }
  27.   button.punch:hover {
  28.     -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  29.     -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  30.     box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111111;
  31.     cursor: pointer; }
  32.   button.punch:active {
  33.     -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
  34.     -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
  35.     box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111111;
  36.     margin-top: 8px; }
  37. </style>
  38.  
  39. <button class="punch">zCreator</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement