
Untitled
By: a guest on
Aug 22nd, 2012 | syntax:
None | size: 0.91 KB | hits: 9 | expires: Never
/*
*some buttons
*/
ul#clicks{padding:-1px;margin-top:20px;}
li{float:let; list-style-type:none;position:relative;
width:150px;
}
li a{display:block;text-decoration:none;
}
li#halfbutton>a {
display:inline;
padding-top:10px;
padding-bottom:11px;
padding-left:5px;
padding-right:5px;
background:#899;
text-decoration:none;
color:#113;
font-size:1.25em;
text-shadow: -0.9px -1.2px -1px #112;
font-family:segoe ui semibold
, helvetica;
box-shadow: -1px 5px 17px #225;
border-style:outset;
border-width:1px;
border-top-right-radius:20px;
border-bottom-right-radius:20px;
transform:rotate(-20deg);
margin-top:10px;
}
li#halfbutton a:active{
box-shadow: -1px 0px 16px #234;
border-style:inset;
boder-width:-1px;
}
li#halfbutton a:hover{
background:#898;
}
body{
background:#599;
background:linear-gradient(25deg, #599, #558);
}