summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/etc/templates/rollover-2v.css
blob: ed10a41c59c215db1e33750414bc6a3bc90f4a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
ROLLOVER_SPEC a {
    /* Image */
    display: block;
    background: transparent url("IMG_URL") 0 0 no-repeat;
    overflow: hidden;
    width: IMG_WIDTHpx;
    /* Text placement and size, etc */
    CENTER_OR_PAD;
    padding-top: PADDING_TOPpx;
    font-size: FONT_SIZEpx;
    padding-bottom: PADDING_BOTTOMpx;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    margin: 0;
}
ROLLOVER_SPEC a:hover {
    background-position: 0 -IMG_HEIGHT_2px;
}
ROLLOVER_SPEC li {
    display: inline;
    padding: 0;
    margin: 0;
    HOR_OR_VER;
}