Revision 3765:00d069f97ebc,
1.1 KB
checked in by franck <carnet.franck.paul@…>, 7 years ago
(diff) |
Review CSS for search form (main menu, modules and themes)
|
Line | |
---|
1 | #main-menu { |
---|
2 | div:last-child { |
---|
3 | border-bottom: none; |
---|
4 | } |
---|
5 | h3 { |
---|
6 | margin: 0; |
---|
7 | padding: 10px 0 10px 8px; |
---|
8 | color: $main-menu-title-color; |
---|
9 | font-size: 1.15em; |
---|
10 | } |
---|
11 | a { |
---|
12 | color: $main-menu-item-color; |
---|
13 | border-bottom-color: $main-menu-item-border; |
---|
14 | } |
---|
15 | ul { |
---|
16 | margin: 0 0 1.5em 0; |
---|
17 | padding: 0; |
---|
18 | list-style: none; |
---|
19 | li { |
---|
20 | display: block; |
---|
21 | margin: 0.5em 0 0; |
---|
22 | padding: 4px 0 1px 32px; |
---|
23 | background-repeat: no-repeat; |
---|
24 | background-position: 8px .3em; |
---|
25 | &:first-child { |
---|
26 | margin-top: 0; |
---|
27 | } |
---|
28 | } |
---|
29 | } |
---|
30 | .active { |
---|
31 | background-color: $main-menu-active-background; |
---|
32 | font-weight: bold; |
---|
33 | a { |
---|
34 | border-bottom: none; |
---|
35 | color: $main-menu-active-color; |
---|
36 | } |
---|
37 | } |
---|
38 | } |
---|
39 | |
---|
40 | #favorites-menu, |
---|
41 | #blog-menu, |
---|
42 | #system-menu, |
---|
43 | #plugins-menu { |
---|
44 | border-bottom: 1px dashed $main-menu-border; |
---|
45 | } |
---|
46 | |
---|
47 | #favorites-menu { |
---|
48 | h3 { |
---|
49 | font-variant: small-caps; |
---|
50 | padding-top: .2em; |
---|
51 | } |
---|
52 | } |
---|
53 | |
---|
54 | #search-menu { |
---|
55 | padding: 4px 0 0 4px; |
---|
56 | font-size: .91em; |
---|
57 | p { |
---|
58 | width: 95%; |
---|
59 | margin: 0 0 .5em 0; |
---|
60 | } |
---|
61 | input[type="submit"] { |
---|
62 | float: right; |
---|
63 | } |
---|
64 | } |
---|
65 | |
---|
66 | #qx { |
---|
67 | width: 75%; |
---|
68 | background: transparent url(search.svg) no-repeat 0 center; |
---|
69 | text-indent: 20px; |
---|
70 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.