HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/mykensington.co.uk/public_html/v2/resources/css/new_buttons.css
/*
 * ----------------------------------------- NEW BUTTONS (GRAPHICS -- NO TEXT) ------>
*/
a.new_button {
    display: block;
    height: 28px;
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 5px;
    padding: 0;
    margin: 0;
}
a.red_button {
    background-position: 0 -28px;
}
a.new_button:hover {
    background-position: 0 -28px;
}
a.new_button:active {
    background-position: 0 -56px;
}
a.narrow_button {
    height: 22px;
}
a.narrow_button:hover {
    background-position: 0 -22px;
}
a.narrow_button:active {
    background-position: 0 -44px;
}
a.wide_button {
    width: 182px;
}
a.normal_button {
    width: 132px;
}
a.small_button {
    width: 100px;
}
a.smaller_button {
    width: 65px;
}
a.smallest_button {
    width: 45px;
}
a.new_button span {
    visibility: hidden;
}