Line | |
---|
1 | #favorites-menu, |
---|
2 | #blog-menu, |
---|
3 | #system-menu, |
---|
4 | #plugins-menu { |
---|
5 | border-bottom: 1px dashed #A2CBE9; |
---|
6 | } |
---|
7 | |
---|
8 | #main-menu div:last-child { |
---|
9 | border-bottom: none; |
---|
10 | } |
---|
11 | |
---|
12 | #main-menu h3 { |
---|
13 | margin: 0; |
---|
14 | padding: 10px 0 10px 8px; |
---|
15 | color: #676e78; |
---|
16 | font-size: 1.15em; |
---|
17 | } |
---|
18 | |
---|
19 | #favorites-menu h3 { |
---|
20 | color: #000; |
---|
21 | font-variant: small-caps; |
---|
22 | padding-top: .2em; |
---|
23 | } |
---|
24 | |
---|
25 | #main-menu a { |
---|
26 | color: #333; |
---|
27 | border-bottom-color: #ccc; |
---|
28 | } |
---|
29 | |
---|
30 | #main-menu ul { |
---|
31 | margin: 0 0 1.5em 0; |
---|
32 | padding: 0; |
---|
33 | list-style: none; |
---|
34 | } |
---|
35 | |
---|
36 | #main-menu li { |
---|
37 | display: block; |
---|
38 | margin: 0.5em 0 0; |
---|
39 | padding: 4px 0 1px 32px; |
---|
40 | background-repeat: no-repeat; |
---|
41 | background-position: 8px .3em; |
---|
42 | } |
---|
43 | |
---|
44 | #main-menu ul li:first-child { |
---|
45 | margin-top: 0; |
---|
46 | } |
---|
47 | |
---|
48 | #main-menu li.active { |
---|
49 | background-color: #fff; |
---|
50 | font-weight: bold; |
---|
51 | } |
---|
52 | |
---|
53 | #favorites-menu li.active { |
---|
54 | background-color: transparent; |
---|
55 | } |
---|
56 | |
---|
57 | #main-menu .active a { |
---|
58 | border-bottom: none; |
---|
59 | color: #d30e60; |
---|
60 | } |
---|
61 | |
---|
62 | #favorites-menu .active a { |
---|
63 | color: #000; |
---|
64 | } |
---|
65 | |
---|
66 | #search-menu { |
---|
67 | padding: 4px 5px 0; |
---|
68 | font-size: 100% |
---|
69 | } |
---|
70 | |
---|
71 | #search-menu * { |
---|
72 | height: 2em; |
---|
73 | display: inline-block; |
---|
74 | vertical-align: top; |
---|
75 | line-height: 24px; |
---|
76 | } |
---|
77 | |
---|
78 | #search-menu p { |
---|
79 | border: 1px solid #999; |
---|
80 | border-radius: .3em; |
---|
81 | position: relative; |
---|
82 | width: 95%; |
---|
83 | overflow: hidden; |
---|
84 | } |
---|
85 | |
---|
86 | #qx { |
---|
87 | width: 80%; |
---|
88 | border-bottom-left-radius: .3em; |
---|
89 | border-top-left-radius: .3em; |
---|
90 | background: transparent url(search.png) no-repeat 4px center; |
---|
91 | text-indent: 18px; |
---|
92 | padding: 0; |
---|
93 | border: none; |
---|
94 | height: 2em; |
---|
95 | } |
---|
96 | |
---|
97 | #qx:focus { |
---|
98 | border: 1px solid #bee74b; |
---|
99 | } |
---|
100 | |
---|
101 | #search-menu input[type="submit"] { |
---|
102 | padding: 0 .25em; |
---|
103 | margin-left: .33em; |
---|
104 | background: #dfdfdf; |
---|
105 | border-color: #999; |
---|
106 | color: #333; |
---|
107 | border-bottom-right-radius: .3em; |
---|
108 | border-top-right-radius: .3em; |
---|
109 | border-top-left-radius: 0; |
---|
110 | border-bottom-left-radius: 0; |
---|
111 | text-shadow: none; |
---|
112 | border: none; |
---|
113 | border-left: 1px solid #999; |
---|
114 | font-size: .91em; |
---|
115 | float: right; |
---|
116 | } |
---|
117 | |
---|
118 | #search-menu input[type="submit"]:hover, |
---|
119 | #search-menu input[type="submit"]:focus { |
---|
120 | background: #676e78; |
---|
121 | color: #fff; |
---|
122 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.