Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 1 | @charset "utf-8"; |
Nils Diewald | ab4d3ca | 2015-04-17 01:48:43 +0000 | [diff] [blame] | 2 | @import "../util"; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 3 | |
4 | $border-size: 2px; | ||||
5 | |||||
6 | /** | ||||
7 | * Menu list - used nearly everywhere | ||||
8 | */ | ||||
9 | ul.menu, | ||||
10 | ul.menu > span.pref:not(:empty) { | ||||
11 | box-sizing: border-box; | ||||
12 | text-shadow: none; | ||||
13 | font-weight: normal; | ||||
14 | // Pagination border? | ||||
15 | |||||
16 | z-index: 7000; | ||||
17 | } | ||||
18 | |||||
19 | ul.menu > li, | ||||
20 | ul.menu > span.pref:not(:empty) { | ||||
21 | box-shadow: $choose-box-shadow; | ||||
22 | border: { | ||||
23 | width: $border-size; | ||||
24 | bottom-width: 0px; | ||||
25 | top-width: 0px; | ||||
26 | style: solid; | ||||
27 | } | ||||
28 | @include choose-item; | ||||
29 | cursor: pointer; | ||||
30 | padding: $item-padding; | ||||
31 | white-space: normal; | ||||
32 | } | ||||
33 | |||||
Akron | c744873 | 2016-04-27 14:06:58 +0200 | [diff] [blame] | 34 | ul.menu div.lengthField { |
35 | border: { | ||||
36 | color: transparent; | ||||
37 | width: $border-size; | ||||
38 | } | ||||
39 | padding: $item-padding; | ||||
40 | padding-top: 0; | ||||
41 | padding-bottom: 0; | ||||
42 | span { | ||||
43 | display: block; | ||||
44 | line-height: 0; | ||||
45 | color: transparent; | ||||
46 | } | ||||
Akron | c744873 | 2016-04-27 14:06:58 +0200 | [diff] [blame] | 47 | } |
48 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 49 | ul.menu > li, |
50 | ul.menu > span.pref:not(.active) { | ||||
51 | @include choose-item; | ||||
52 | } | ||||
53 | |||||
Akron | 28b5697 | 2016-05-18 17:55:20 +0200 | [diff] [blame] | 54 | ul.menu:hover > div.ruler, |
55 | ul.menu > div.ruler.active { | ||||
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 56 | opacity: 1; |
57 | } | ||||
58 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 59 | ul.menu { |
60 | position: absolute; | ||||
61 | padding: 0; | ||||
62 | margin: 0; | ||||
63 | text-indent: 0; | ||||
64 | list-style-type: none; | ||||
65 | list-style-position: outside; | ||||
66 | |||||
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 67 | > div.ruler { |
68 | position: absolute; | ||||
69 | right: 0px; | ||||
70 | margin-right: -12px; | ||||
71 | background-color: transparent; | ||||
72 | width: 12px; | ||||
73 | height: 100%; | ||||
Akron | 24b1eaa | 2016-05-18 16:00:25 +0200 | [diff] [blame] | 74 | opacity: 0; |
Akron | 47c086c | 2016-05-18 21:22:06 +0200 | [diff] [blame^] | 75 | cursor: pointer; |
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 76 | > span { |
77 | position: absolute; | ||||
Akron | f86eaea | 2016-05-13 18:02:27 +0200 | [diff] [blame] | 78 | @include choose-active; |
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 79 | display: block; |
Akron | f86eaea | 2016-05-13 18:02:27 +0200 | [diff] [blame] | 80 | right: 1px; |
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 81 | width: 6px; |
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 82 | z-index: 600; |
Akron | f86eaea | 2016-05-13 18:02:27 +0200 | [diff] [blame] | 83 | border-radius: 4px; |
Akron | 28b5697 | 2016-05-18 17:55:20 +0200 | [diff] [blame] | 84 | } |
85 | |||||
86 | &.active > span { | ||||
87 | @include choose-hover; | ||||
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 88 | } |
89 | |||||
90 | > div { | ||||
Akron | f86eaea | 2016-05-13 18:02:27 +0200 | [diff] [blame] | 91 | box-shadow: $choose-box-shadow; |
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 92 | position: absolute; |
Akron | f86eaea | 2016-05-13 18:02:27 +0200 | [diff] [blame] | 93 | right: 0; |
94 | border: { | ||||
95 | width: 1px; | ||||
96 | style: solid; | ||||
97 | } | ||||
98 | width: 8px; | ||||
99 | @include choose-item; | ||||
100 | // background-color: -grey; | ||||
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 101 | height: 100%; |
Akron | f86eaea | 2016-05-13 18:02:27 +0200 | [diff] [blame] | 102 | border-radius: 4px; |
Akron | 9905e2a | 2016-05-10 16:06:44 +0200 | [diff] [blame] | 103 | } |
104 | } | ||||
105 | |||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 106 | /** |
107 | * List items | ||||
108 | */ | ||||
Akron | c744873 | 2016-04-27 14:06:58 +0200 | [diff] [blame] | 109 | > li, div.lengthField { |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 110 | padding-right: 1.6em; |
Akron | c744873 | 2016-04-27 14:06:58 +0200 | [diff] [blame] | 111 | } |
112 | > li { | ||||
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 113 | |
114 | &:first-of-type { | ||||
115 | border-top: { | ||||
116 | width: $border-size; | ||||
117 | left-radius: $standard-border-radius; | ||||
118 | right-radius: $standard-border-radius; | ||||
119 | } | ||||
120 | } | ||||
121 | &:last-of-type { | ||||
122 | border-bottom: { | ||||
123 | width: $border-size; | ||||
124 | left-radius: $standard-border-radius; | ||||
125 | right-radius: $standard-border-radius; | ||||
126 | } | ||||
127 | } | ||||
128 | mark { | ||||
129 | text-decoration: underline; | ||||
130 | background-color: transparent; | ||||
131 | color: inherit; | ||||
132 | font-weight: bold; | ||||
133 | } | ||||
134 | } | ||||
135 | > li.active, | ||||
136 | > span.pref.active { | ||||
137 | @include choose-active; | ||||
138 | } | ||||
139 | > li:hover, | ||||
140 | > span.pref:hover { | ||||
141 | @include choose-hover; | ||||
142 | } | ||||
143 | |||||
144 | /** | ||||
145 | * Default prefix view | ||||
146 | */ | ||||
147 | > span.pref:not(:empty) { | ||||
148 | position: absolute; | ||||
149 | min-width: 5px; | ||||
150 | font-size: 80%; | ||||
151 | left: 0; | ||||
152 | bottom: 0; | ||||
153 | display: block; | ||||
154 | margin-bottom: -2.1em; | ||||
155 | padding: 2px 6px; | ||||
156 | border: { | ||||
157 | radius: $standard-border-radius; | ||||
158 | width: $border-size; | ||||
159 | } | ||||
160 | } | ||||
161 | } | ||||
162 | |||||
163 | /** | ||||
164 | * Rolling menu | ||||
165 | */ | ||||
166 | ul.menu.roll { | ||||
167 | > li:first-of-type { | ||||
168 | &:not(.no-more):before { | ||||
169 | position: absolute; | ||||
170 | font-family: "FontAwesome"; | ||||
Nils Diewald | 2488d05 | 2015-04-09 21:46:02 +0000 | [diff] [blame] | 171 | content: $fa-up; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 172 | right: .5em; |
173 | top: .4em; | ||||
174 | } | ||||
175 | } | ||||
176 | > li:last-of-type { | ||||
177 | &:not(.no-more):before { | ||||
178 | position: absolute; | ||||
179 | font-family: "FontAwesome"; | ||||
Nils Diewald | 2488d05 | 2015-04-09 21:46:02 +0000 | [diff] [blame] | 180 | content: $fa-down; |
Nils Diewald | a944fab | 2015-04-08 21:02:04 +0000 | [diff] [blame] | 181 | right: .5em; |
182 | bottom: .4em; | ||||
183 | } | ||||
184 | } | ||||
185 | } | ||||
186 | |||||
187 | |||||
188 | /** | ||||
189 | * Sorting menu | ||||
190 | */ | ||||
191 | ul.menu.sort { | ||||
192 | position: relative; | ||||
193 | display: inline-block; | ||||
194 | > li::before { | ||||
195 | content: ''; | ||||
196 | } | ||||
197 | > li.active:hover { | ||||
198 | @include choose-remove; | ||||
199 | } | ||||
200 | |||||
201 | } |