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