]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - html/html/include/menu.css
Kleinere fixes an der Backup Routine
[people/pmueller/ipfire-2.x.git] / html / html / include / menu.css
1 #menu-top {
2 margin-left: 205px;
3 font-family: verdana, arial, sans-serif;
4 font-size: xx-small;
5 /* false value for WinIE4/5 */
6 voice-family: "\"}\"";
7 /* trick WinIE4/5 into thinking rule is over */
8 voice-family: inherit;
9 /* recover from trick */
10 /* intended value for better browsers */
11 font-weight: bold;
12 padding: 0;
13 }
14
15 #menu-top ul {
16 list-style: none;
17 padding: 0;
18 margin: 0;
19 /* background-color: #000;*/
20 }
21
22 #menu-top ul li {
23 float: left;
24 background-image: url(../images/menu_top_left.gif);
25 background-position: top left;
26 background-repeat: no-repeat;
27 height: 22px;
28 padding: 0;
29 margin: 0;
30 margin-right: 7px;
31 }
32
33 #menu-top ul li a {
34 color: #fff;
35 text-decoration: none;
36 line-height: 22px;
37 padding-left: 7px;
38 padding-right: 7px;
39 display: run-in;
40 }
41
42 #menu-top ul li div.rcorner {
43 float: left;
44 background-image: url(../images/menu_top_right.gif);
45 background-position: top right;
46 background-repeat: no-repeat;
47 padding-left: 7px;
48 padding-right: 7px;
49 }
50
51 #menu-top ul li.selected div.rcorner {
52 float: left;
53 background-image: url(../images/menu_top_right_selected.gif);
54 background-position: top right;
55 background-repeat: no-repeat;
56 padding-left: 7px;
57 padding-right: 7px;
58 }
59
60
61 #menu-top ul li.selected {
62 background-image: url(../images/menu_top_left_selected.gif);
63 }
64
65
66 #menu-left { /* for ie55 */
67 width: 160px;
68 background-color: #f2f2f2;
69 background-image: url(../images/menu_left_top.gif);
70 background-position: top right;
71 background-repeat: no-repeat;
72 font-family: verdana, arial, sans-serif;
73 font-size: xx-small;
74 /* false value for WinIE4/5 */
75 voice-family: "\"}\"";
76 /* trick WinIE4/5 into thinking rule is over */
77 voice-family: inherit;
78 /* recover from trick */
79
80 /* intended value for better browsers */
81 font-weight: bold;
82 padding: 0;
83 margin-left: 15px;
84 }
85
86 #menu-left ul
87 {
88 background-image: url(../images/menu_left_bottom.gif);
89 background-position: bottom left;
90 background-repeat: no-repeat;
91 list-style: none;
92 padding: 7px 0 7px 0;
93 margin: 0;
94 /* background-color: #000;*/
95 }
96
97
98 #menu-left ul ul {
99 background: none;
100 /* background-color: #c1c1c1; */
101 background-color: #ccc;
102 margin: 0;
103 padding: 0;
104 border-top: 1px solid #ccc;
105 }
106
107 #menu-left ul li {
108 margin: 0;
109 border-bottom: 1px solid #ccc;
110 border-left: 1px solid #ccc;
111 border-right: 1px solid #ccc;
112 padding-left: 15px;
113 }
114
115 #menu-left ul li:last-child {
116 border-bottom: 1px solid #f2f2f2;
117 }
118
119 #menu-left ul li.selected {
120 background-position: top left;
121 background: url(../images/menu_left_selected.gif);
122 background-color: #3F5368;
123 border-top: 1px solid #222;
124 border-bottom: 1px solid #222;
125 border-left: 1px solid #222;
126 border-right: 1px solid #222;
127 }
128
129 #menu-left ul li.selected span {
130 display: none;
131 }
132
133 #menu-left ul li a {
134 width: 100%;
135 color: #555;
136 text-decoration: none;
137 padding: 3px 5px 3px 0px;
138 line-height: 20px;
139 margin: 0;
140 }
141
142 #menu-left ul li.selected a {
143 color: #fff;
144 text-decoration: none;
145 padding: 3px 5px 3px 0px;
146 margin: 0;
147 }
148
149 #menu-left ul ul li.selected {
150 background: #6c6c6c;
151 }
152
153 #menu-subtop ul {
154 background: none;
155 background-image: url(../images/heading-back.gif);
156 background-position: bottom left;
157 background-repeat: no-repeat;
158 list-style: none;
159 border-right: 1px solid #ccc;
160 padding-left: 30px;
161 font-size: 10px;
162 font-weight: bold;
163 color: #656565;
164 margin: 0;
165 margin-bottom: 15px;
166 line-height: 20px;
167 display: block;
168 width: inherit;
169 height: 20px;
170 }
171
172 #menu-subtop ul li {
173 margin: 0;
174 float: left;
175 padding-right: 15px;
176 }
177
178 #menu-subtop ul li a {
179 text-decoration: underline;
180 font-weight: normal;
181 }
182
183 #menu-subtop ul li.selected {
184 float: left;
185 padding-right: 15px;
186 }
187
188 #menu-subtop ul li.selected a {
189 text-decoration: none;
190 font-weight: bold;
191 color: #555555;
192 }