You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
998 B
CSS
46 lines
998 B
CSS
.buttons a, .buttons button{
|
|
display:block;
|
|
float:left;
|
|
margin:0 7px 0 0;
|
|
|
|
font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
|
|
font-size:12px;
|
|
line-height:130%;
|
|
text-decoration:none;
|
|
font-weight:bold;
|
|
color:#565656;
|
|
cursor:pointer;
|
|
padding:6px 5px 5px 7px; /* Links */
|
|
}
|
|
.buttons button{
|
|
width:auto;
|
|
overflow:visible;
|
|
padding:4px 10px 3px 7px; /* IE6 */
|
|
}
|
|
.buttons button[type]{
|
|
padding:5px 10px 5px 7px; /* Firefox */
|
|
line-height:17px; /* Safari */
|
|
}
|
|
*:first-child+html button[type]{
|
|
padding:4px 10px 3px 7px; /* IE7 */
|
|
}
|
|
.buttons button img, .buttons a img{
|
|
border-style: none;
|
|
border-color: inherit;
|
|
border-width: medium;
|
|
margin: 0 3px -3px 0;
|
|
padding: 0;
|
|
}
|
|
/* REGULAR */
|
|
|
|
button.regular, .buttons a.regular{
|
|
color:#336699;
|
|
}
|
|
.buttons a.regular:hover, button.regular:hover{
|
|
background-color:#dff4ff;
|
|
color:#336699;
|
|
}
|
|
.buttons a.regular:active{
|
|
background-color:#6299c5;
|
|
color:#fff;
|
|
} |