source: trunk/template/yoga/menubar.css @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 1.2 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        padding: 5px 5px 5px 5px;
26        font-size: 120%;
27        text-align: center;
28}
29
30#menubar UL,
31#menubar FORM,
32#menubar P {
33        font-size: 92%;
34        margin: 10px 0 10px 5px;
35}
36#menubar UL {
37        list-style-type: square;
38        list-style-position: inside;
39        padding: 0 0 0 2px;
40}
41#menubar UL UL {
42        font-size: 100%;
43        margin-top: 0;
44        margin-bottom: 0;
45}
46
47#menubar LI.selected A {
48        font-weight: bold;
49}
50
51#menubar LI.selected LI A {
52        font-weight: normal;
53}
54
55#menubar .menuInfoCatByChild {
56        font-size: 80%;
57        font-style: italic;
58}
59
60#menubar INPUT {
61        text-indent: 2px;
62}
63
64/* quickconnect form */
65FORM#quickconnect {
66        margin: 5px;
67        padding: 0;
68}
69
70FORM#quickconnect FIELDSET {
71        margin: 0;
72        padding: 0; /*IE6 requires padding 0*/
73}
74
75FORM#quickconnect FIELDSET DIV {
76        margin: 8px 5px;
77        padding: 0;
78}
79
80#menubar #menuTagCloud {
81        text-align: center;
82        margin: 5px 0;
83}
84
85#menubar #menuTagCloud SPAN {
86        white-space: nowrap;
87}
Note: See TracBrowser for help on using the repository browser.