Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 22nd, 2012  |  syntax: None  |  size: 0.91 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /*
  2. *some buttons
  3. */
  4. ul#clicks{padding:-1px;margin-top:20px;}
  5. li{float:let; list-style-type:none;position:relative;
  6. width:150px;
  7. }
  8.  
  9. li a{display:block;text-decoration:none;
  10. }
  11.  
  12.  
  13.  
  14.  
  15.  li#halfbutton>a {
  16.  
  17.     display:inline;
  18.       padding-top:10px;
  19.  
  20.     padding-bottom:11px;
  21.  
  22.     padding-left:5px;
  23.     padding-right:5px;
  24.     background:#899;
  25.     text-decoration:none;
  26.     color:#113;
  27.     font-size:1.25em;
  28.     text-shadow: -0.9px -1.2px -1px #112;
  29.  
  30.     font-family:segoe ui semibold
  31.     , helvetica;
  32.  
  33.        box-shadow: -1px 5px 17px #225;
  34.        border-style:outset;
  35.        border-width:1px;
  36.        border-top-right-radius:20px;
  37.        border-bottom-right-radius:20px;
  38.        transform:rotate(-20deg);
  39.       margin-top:10px;
  40. }
  41. li#halfbutton a:active{
  42. box-shadow: -1px 0px 16px #234;
  43. border-style:inset;
  44. boder-width:-1px;
  45. }
  46. li#halfbutton a:hover{
  47. background:#898;
  48. }
  49. body{
  50. background:#599;
  51. background:linear-gradient(25deg, #599, #558);
  52. }