~jan0sch/smederee
~jan0sch/smederee/modules/hub/src/main/resources/assets/purecss/3.0.0/menus-skin.css
~jan0sch/smederee/modules/hub/src/main/resources/assets/purecss/3.0.0/menus-skin.css
0 | /*! |
1 | Pure v3.0.0 |
2 | Copyright 2013 Yahoo! |
3 | Licensed under the BSD License. |
4 | https://github.com/pure-css/pure/blob/master/LICENSE |
5 | */ |
6 | /* misc default styling */ |
7 |
|
8 | .pure-menu-separator, |
9 | .pure-menu-horizontal .pure-menu-children .pure-menu-separator { |
10 | background-color: #ccc; |
11 | height: 1px; |
12 | margin: .3em 0; |
13 | } |
14 |
|
15 | .pure-menu-horizontal .pure-menu-separator { |
16 | width: 1px; |
17 | height: 1.3em; |
18 | margin: 0 .3em ; |
19 | } |
20 |
|
21 | /* Need to reset the separator since submenu is vertical */ |
22 | .pure-menu-horizontal .pure-menu-children .pure-menu-separator { |
23 | display: block; |
24 | width: auto; |
25 | } |
26 |
|
27 | .pure-menu-heading { |
28 | text-transform: uppercase; |
29 | color: #565d64; |
30 | } |
31 |
|
32 | .pure-menu-link { |
33 | color: #777; |
34 | } |
35 |
|
36 | .pure-menu-children { |
37 | background-color: #fff; |
38 | } |
39 |
|
40 | .pure-menu-link, |
41 | .pure-menu-heading { |
42 | padding: .5em 1em; |
43 | } |
44 |
|
45 | .pure-menu-disabled { |
46 | opacity: .5; |
47 | } |
48 |
|
49 | .pure-menu-disabled .pure-menu-link:hover { |
50 | background-color: transparent; |
51 | cursor: default; |
52 | } |
53 |
|
54 | .pure-menu-active > .pure-menu-link, |
55 | .pure-menu-link:hover, |
56 | .pure-menu-link:focus { |
57 | background-color: #eee; |
58 | } |
59 |
|
60 | .pure-menu-selected > .pure-menu-link, |
61 | .pure-menu-selected > .pure-menu-link:visited { |
62 | color: #000; |
63 | } |