Last change
on this file since 4031 was
3474,
checked in by flop25, 15 years ago
|
refresh all the tpl with current yoga tpl.
maj avec le yoga de pwg 2.0.2
|
File size:
1.4 KB
|
Line | |
---|
1 | #menubar { |
---|
2 | float: left; |
---|
3 | margin: 0 0 10px 1em; |
---|
4 | padding: 0; |
---|
5 | display: inline; |
---|
6 | } |
---|
7 | |
---|
8 | #menubar DL, #menubar DT, #menubar DD { |
---|
9 | margin: 0; padding: 0; display: block; |
---|
10 | } |
---|
11 | |
---|
12 | #menubar .button { |
---|
13 | margin: -2px 2px 2px; |
---|
14 | width: auto; |
---|
15 | padding: 0; |
---|
16 | text-indent: 0; |
---|
17 | list-style: none; |
---|
18 | text-align: center; |
---|
19 | float: right; |
---|
20 | } |
---|
21 | |
---|
22 | /* H2 properties copied here */ |
---|
23 | #menubar DT { |
---|
24 | font-weight: bold; |
---|
25 | margin: 0; |
---|
26 | padding: 5px 5px 5px 5px; |
---|
27 | font-size: 120%; |
---|
28 | text-align: center; |
---|
29 | } |
---|
30 | |
---|
31 | #menubar UL, |
---|
32 | #menubar FORM, |
---|
33 | #menubar P { |
---|
34 | font-size: 92%; |
---|
35 | margin: 10px 0 10px 5px; |
---|
36 | } |
---|
37 | #menubar UL { |
---|
38 | list-style-type: square; |
---|
39 | list-style-position: inside; |
---|
40 | padding: 0 0 0 2px; |
---|
41 | } |
---|
42 | #menubar UL UL { |
---|
43 | font-size: 100%; |
---|
44 | margin-top: 0; |
---|
45 | margin-bottom: 0; |
---|
46 | } |
---|
47 | |
---|
48 | #menubar LI.selected A { |
---|
49 | font-weight: bold; |
---|
50 | } |
---|
51 | |
---|
52 | #menubar LI.selected LI A { |
---|
53 | font-weight: normal; |
---|
54 | } |
---|
55 | |
---|
56 | #menubar .menuInfoCatByChild { |
---|
57 | font-size: 80%; |
---|
58 | font-style: italic; |
---|
59 | } |
---|
60 | /* |
---|
61 | #menubar HR { |
---|
62 | display: block; |
---|
63 | margin: 10px auto; |
---|
64 | width: 90%; |
---|
65 | }*/ |
---|
66 | #menubar INPUT { |
---|
67 | text-indent: 2px; |
---|
68 | } |
---|
69 | |
---|
70 | /* quickconnect form */ |
---|
71 | FORM#quickconnect { |
---|
72 | margin: 5px; |
---|
73 | padding: 0; |
---|
74 | } |
---|
75 | |
---|
76 | FORM#quickconnect FIELDSET { |
---|
77 | margin: 0; |
---|
78 | padding: 0; /*IE6 requires padding 0*/ |
---|
79 | } |
---|
80 | |
---|
81 | FORM#quickconnect FIELDSET DIV { |
---|
82 | margin: 8px 5px; |
---|
83 | padding: 0; |
---|
84 | } |
---|
85 | |
---|
86 | #menubar #menuTagCloud { |
---|
87 | text-align: center; |
---|
88 | margin: 5px 0; |
---|
89 | } |
---|
90 | |
---|
91 | #menubar #menuTagCloud SPAN { |
---|
92 | white-space: nowrap; |
---|
93 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.