source: trunk/imgs/web/tlacitko/style.css

Last change on this file was 444, checked in by george, 16 years ago
  • Přidáno: Původní složka obrázků potřebná pro běh webu. Podsložka INV s mnoha malými ikonami ignorována.
File size: 519 bytes
Line 
1/* CSS Document */
2
3a {
4 display: block;
5 width: 150px;
6 height: 33px;
7 line-height: 33px;
8 overflow: hidden;
9 color: white;
10 font-weight: bold;
11 font-family: Verdana;
12 font-size: 12px;
13 background-image: URL('deselected.jpg');
14 text-decoration: none;
15 text-align: center;
16 margin-bottom: 1px;
17 }
18a:hover {
19 color: yellow;
20 background-image: URL('selected.jpg');
21 }
Note: See TracBrowser for help on using the repository browser.