]> git.llucax.com Git - personal/website.old.git/blob - www/css/menu.css
Se separa una rama que usa los neo-hooks.
[personal/website.old.git] / www / css / menu.css
1 /* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
2  * +--------------------------------------------------------------------+
3  * |                       Luca's Website (L'SWS)                       |
4  * +--------------------------------------------------------------------+
5  * | This file is part of L'SWS.                                        |
6  * |                                                                    |
7  * | L'SWS is free software; you can redistribute it and/or modify it   |
8  * | under the terms of the GNU General Public License as published by  |
9  * | the Free Software Foundation; either version 2 of the License, or  |
10  * | (at your option) any later version.                                |
11  * |                                                                    |
12  * | L'SWS is distributed in the hope that it will be useful, but       |
13  * | WITHOUT ANY WARRANTY; without even the implied warranty of         |
14  * | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU   |
15  * | General Public License for more details.                           |
16  * |                                                                    |
17  * | You should have received a copy of the GNU General Public License  |
18  * | along with Hooks; if not, write to the Free Software Foundation,   |
19  * | Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA      |
20  * +--------------------------------------------------------------------+
21  * | Created: sáb feb  1 19:22:18 ART 2003                              |
22  * | Authors: Leandro Lucarella <luca@lugmen.org.ar>                    |
23  * +--------------------------------------------------------------------+
24  *
25  * $Id$
26  *
27  */
28
29 /**
30  * Menu styles.
31  */
32 TABLE.menu IMG {
33     float:        left;
34     margin-right: 3pt;
35 }
36
37 TABLE.menu TH {
38     font-weight:      bold;
39     text-align:       center;
40     vertical-align:   middle;
41     color:            white;
42     background-color: black;
43     padding:          2pt;
44 }
45
46 TABLE.menu A {
47     color:            black;
48     background-color: transparent;
49     text-decoration:  none;
50 }
51
52 TABLE.menu A:active {
53     color:            red;
54     background-color: transparent;
55 }
56
57 TABLE.menu TD:hover {
58     color:            white;
59     background-color: rgb(70%,70%,100%);
60 }
61
62 TD.menuitem {
63     font-weight:    bold;
64     vertical-align: middle;
65 }
66
67 IMG.menuparent {
68     margin-left:  0pt;
69 }
70
71 IMG.menuitem {
72     margin-left:  8pt;
73 }
74
75 IMG.menusubitem {
76     margin-left:  16pt;
77 }
78
79 /* $Id$ */