You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
346 B

a.morelessbutton {
text-decoration: none; background-color: #99ccff; border-radius: 4px; padding: 5px 10px; color: #666666; text-shadow: 1px 1px 0px #ffffff; font-size: .75em; box-shadow: 0px 0px 2px #336699;
}
a.morelessbutton:hover {
box-shadow: 0px 0px 4px #666666;
}
a.morelessbutton:active {
box-shadow: 0px 0px 2px #666666;
}