uxunity 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/README.md +0 -15
  4. data/lib/.DS_Store +0 -0
  5. data/lib/stylesheets/README.txt +1 -0
  6. data/lib/stylesheets/_uxunity.scss +1 -0
  7. data/lib/stylesheets/base/README.txt +1 -0
  8. data/lib/stylesheets/base/_forms.scss +0 -0
  9. data/lib/stylesheets/base/_lists.scss +0 -0
  10. data/lib/stylesheets/base/_media.scss +4 -0
  11. data/lib/stylesheets/base/_tables.scss +0 -0
  12. data/lib/stylesheets/base/_typography.scss +0 -0
  13. data/lib/stylesheets/components/.DS_Store +0 -0
  14. data/lib/stylesheets/components/README.txt +1 -0
  15. data/lib/stylesheets/components/blocks/.DS_Store +0 -0
  16. data/lib/stylesheets/components/blocks/README.txt +1 -0
  17. data/lib/stylesheets/components/blocks/footer.scss +76 -0
  18. data/lib/stylesheets/components/blocks/front-page.scss +399 -0
  19. data/lib/stylesheets/components/blocks/login-popup.scss +15 -0
  20. data/lib/stylesheets/components/blocks/menus.scss +179 -0
  21. data/lib/stylesheets/components/blocks/nav_index.scss +342 -0
  22. data/lib/stylesheets/components/blocks/region_side_bar.scss +106 -0
  23. data/lib/stylesheets/components/blocks/search.scss +104 -0
  24. data/lib/stylesheets/components/blocks/spinner.scss +90 -0
  25. data/lib/stylesheets/components/blocks/treeStyles.scss +97 -0
  26. data/lib/stylesheets/components/blocks/treeview.scss +154 -0
  27. data/lib/stylesheets/components/node/README.txt +1 -0
  28. data/lib/stylesheets/components/node/asset.scss +3 -0
  29. data/lib/stylesheets/components/node/basic_page.scss +42 -0
  30. data/lib/stylesheets/components/node/blog.scss +75 -0
  31. data/lib/stylesheets/components/node/bulk_photo_nodes_default.scss +125 -0
  32. data/lib/stylesheets/components/node/edit.scss +33 -0
  33. data/lib/stylesheets/components/node/magnify.scss +31 -0
  34. data/lib/stylesheets/components/node/node.scss +398 -0
  35. data/lib/stylesheets/components/node/pattern.scss +134 -0
  36. data/lib/stylesheets/components/node/spec_style.scss +131 -0
  37. data/lib/stylesheets/components/node/webform.scss +17 -0
  38. data/lib/stylesheets/components/views/README.txt +1 -0
  39. data/lib/stylesheets/components/views/assets.scss +19 -0
  40. data/lib/stylesheets/components/views/taxonomy.scss +63 -0
  41. data/lib/stylesheets/components/views/test-views-search-php.html +70 -0
  42. data/lib/stylesheets/mixins/_mixins.scss +49 -0
  43. data/lib/stylesheets/mixins/_prefix-mixins.scss +158 -0
  44. data/lib/stylesheets/utility/.DS_Store +0 -0
  45. data/lib/stylesheets/utility/README.txt +1 -0
  46. data/lib/stylesheets/utility/_dependencies.scss +5 -0
  47. data/lib/stylesheets/utility/abstractions/README.txt +1 -0
  48. data/lib/stylesheets/utility/variables/README.txt +1 -0
  49. data/lib/stylesheets/utility/variables/_breakpoints.scss +5 -0
  50. data/lib/stylesheets/utility/variables/_colors.scss +144 -0
  51. data/lib/stylesheets/utility/variables/_forms.scss +0 -0
  52. data/lib/stylesheets/utility/variables/_globals.scss +31 -0
  53. data/lib/stylesheets/utility/variables/_grid.scss +12 -0
  54. data/lib/stylesheets/utility/variables/_legacy.scss +4 -0
  55. data/lib/stylesheets/utility/variables/_typography.scss +21 -0
  56. data/lib/stylesheets/ux/.DS_Store +0 -0
  57. data/lib/stylesheets/ux/_lists.scss +28 -0
  58. data/lib/stylesheets/ux/_ux-buttons.scss +156 -0
  59. data/lib/stylesheets/ux/_ux-tooltips.scss +8 -0
  60. data/lib/stylesheets/ux/_ux-utils.scss +67 -0
  61. data/lib/stylesheets/ux/ux-dropdown.scss +71 -0
  62. data/lib/uxunity/version.rb +1 -1
  63. data/uxunity-0.1.0.gem +0 -0
  64. data/uxunity.gemspec +1 -0
  65. metadata +74 -1
@@ -0,0 +1,15 @@
1
+ // Include the variables.
2
+ @import "../../../partials/utility/variables/*";
3
+
4
+ #modalContent .ctools-modal-content.modal-forms-modal-content {
5
+ width: 310px !important;
6
+ height: 440px !important;
7
+ font-size: .95em;
8
+ }
9
+ #modalContent .modal-content.popups-body {
10
+ width: 302px !important;
11
+ height: auto !important;
12
+ }
13
+ #modalContent .modal-content.popups-body div.messages.messages--error {
14
+ font-size: .9em;
15
+ }
@@ -0,0 +1,179 @@
1
+ // Include the variables.
2
+ @import "../../../partials/utility/variables/*";
3
+
4
+
5
+
6
+ /* **** various Logged in and out Menu Styling **** */
7
+ /* Note: adjustement for misspelling of visitor */
8
+ #block-menu-menu-vistor-menu h2,
9
+ #block-menu-menu-visitor-menu h2 {
10
+ visibility: hidden;
11
+ display: none;
12
+ }
13
+
14
+ #block-menu-menu-vistor-menu,
15
+ #block-menu-menu-visitor-menu,
16
+ #block-system-main-menu {
17
+ // background-color: #f2f2f2;
18
+ padding: 0;
19
+ margin: 0;
20
+ }
21
+
22
+
23
+ /* ** ***** Main Site Navigation Menu ***** **
24
+ *
25
+ * Menu is Flexbox as apposed to prior Divs
26
+ */
27
+
28
+ #block-system-user-menu,
29
+ #block-system-main-menu {
30
+ max-width: 85%; // for 4 or 5 menu items
31
+ margin: 0 auto; //center
32
+
33
+ h2 {
34
+ display: none;
35
+ }
36
+
37
+ ul.menu {
38
+ display: -webkit-flex;
39
+ display: -ms-flexbox;
40
+ display: flex;
41
+
42
+ -webkit-flex-direction: row;
43
+ -ms-flex-direction: row;
44
+ flex-direction: row;
45
+ -webkit-flex-wrap: nowrap;
46
+ -ms-flex-wrap: nowrap;
47
+ flex-wrap: nowrap;
48
+ -webkit-justify-content: space-around;
49
+ -ms-flex-pack: justify;
50
+ justify-content: space-around;
51
+ margin: 0.3em 0 0 0;
52
+ padding: 0
53
+ }
54
+ ul li {
55
+ -webkit-flex: 1 1 0;
56
+ -ms-flex: 1 1 0;
57
+ flex: 1 1 0;
58
+
59
+ -webkit-order: 1;
60
+ -ms-flex-order: 1;
61
+ order: 1;
62
+
63
+ background-color: none;
64
+ border: none;
65
+ color: $color-menu-text;
66
+ font-family: $font-main-menu;
67
+ font-weight: 400;
68
+ font-size: 1.1em;
69
+ margin: 0 0 .5ex;
70
+ text-transform: none;
71
+ text-align: center;
72
+ height: 30px;
73
+ line-height: 30px;
74
+ list-style: none;
75
+ position: relative; // needed for pseudo after to center
76
+
77
+ }
78
+ ul li.active-trail:after { // caret indicator for active menu
79
+ content: "";
80
+ border-color: transparent transparent $color-body-bg transparent;
81
+ border-style: solid;
82
+ border-width: 7px;
83
+ width: auto;
84
+ height: 7px;
85
+ position: absolute;
86
+ bottom: -8px;
87
+ margin: 0 0 0 -5px;
88
+ left: 50%;
89
+ }
90
+ ul li a {
91
+ color: inherit;
92
+ }
93
+ .l-region--navigation nav ul li:hover a {
94
+ color: darken($color-menu-text,20%);
95
+ }
96
+
97
+
98
+ }
99
+
100
+ #block-system-user-menu {
101
+ position: absolute;
102
+ top: 0;
103
+ left: -6%;
104
+
105
+ ul li ul {
106
+ visibility: hidden;
107
+ }
108
+
109
+ &:hover {
110
+ ul li ul {
111
+ visibility: visible;
112
+ }
113
+ }
114
+ }
115
+
116
+
117
+ /*
118
+ .l-region--navigation nav ul {
119
+ font-weight: 100;
120
+ display: inline-block;
121
+ height: 30px;
122
+ font-size: 1em;
123
+ background-color: none;
124
+ border: none;
125
+ color: $color-menu-text;
126
+ text-transform: none;
127
+ line-height: 30px;
128
+ margin: 0;
129
+ }
130
+ .l-region--navigation nav ul li {
131
+ background-color: none;
132
+ display: inline-block;
133
+ margin: .5ex 15px .5ex 15px;
134
+ padding: 2px 1.1em 0;
135
+ font-family: $font-body-text;
136
+ font-weight: normal;
137
+ -webkit-border-radius: 6px;
138
+ -moz-border-radius: 6px;
139
+ -ms-border-radius: 6px;
140
+ -o-border-radius: 6px;
141
+ border-radius: 6px;
142
+ }
143
+
144
+ .l-region--navigation nav ul li:first-child {
145
+ margin: .4ex 15px .4ex 4px;
146
+ }
147
+ .l-region--navigation nav ul li:last-child {
148
+ margin: .4ex 0 .4ex 10px;
149
+ }
150
+ .l-region--navigation nav ul li:hover {
151
+ background-color: none;
152
+ color: $color-menu-text;
153
+ }
154
+ .l-region--navigation nav ul li.active-trail:after {
155
+ content:"";
156
+ border-color: transparent transparent #f1f1f1 transparent;
157
+ border-style: solid;
158
+ border-width: 5px;
159
+ width: auto;
160
+ height: 5px;
161
+ position: absolute;
162
+ bottom: -5px;
163
+ left: 4.5em;
164
+ }
165
+
166
+ .l-region--navigation nav ul li:nth-child(2).active-trail:after {
167
+ left: 12.9em;
168
+ }
169
+
170
+ .l-region--navigation nav ul li:nth-child(3).active-trail:after {
171
+ left: calc((100% / 1.2));
172
+ }
173
+
174
+
175
+ .l-region--navigation nav ul li a {
176
+ text-decoration: none;
177
+ color: inherit;
178
+ }
179
+ */
@@ -0,0 +1,342 @@
1
+ // Include the variables.
2
+ @import "../../../partials/utility/variables/*";
3
+
4
+
5
+
6
+ /* ** ******** Side bar is fixed ******** ** */
7
+
8
+
9
+ .not-front .l-region--sidebar-first .block {
10
+
11
+ margin: 0;
12
+ padding: 0.5em;
13
+ //background-color: #fafafa;
14
+ //border: rgba(236,236,236,0.8) solid thin;
15
+ position: fixed;
16
+ top: 7.6em;
17
+ width: 15%;
18
+ max-width: 13em;
19
+ overflow-y: auto;
20
+ height: calc(100vh - 170px);
21
+
22
+ h2 {
23
+ display: none;
24
+ }
25
+
26
+ h3 {
27
+ font-family: $font-regular;
28
+ font-size: 1rem;
29
+ font-weight: 700;
30
+ cursor: pointer;
31
+ color: #667785; // non-standard color, only used here
32
+
33
+ a {
34
+ color: inherit;
35
+ }
36
+ &.active,
37
+ a:hover {
38
+ color: $color-active;
39
+ font-family: $font-toc-active;
40
+ font-weight: normal;
41
+ }
42
+ }
43
+
44
+
45
+ ul {
46
+ line-height: 1.1em;
47
+ white-space: normal;
48
+ font-family: $font-regular;
49
+ list-style: none;
50
+ padding: 0;
51
+ margin-bottom: 0;
52
+ li {
53
+ overflow: visible;
54
+ line-height: 1.3em;
55
+ padding: 0 0 0.9em 0;
56
+ }
57
+ li a {
58
+ color: #667785; // non-standard color, only used here
59
+ font-family: $font-regular;
60
+ font-size: 1rem;
61
+ }
62
+ li a.active,
63
+ li a:hover {
64
+ color: $color-active;
65
+ font-family: $font-toc-active;
66
+ }
67
+ }
68
+
69
+ .more-link {
70
+ font-style: italic;
71
+ font-size: 0.8em;
72
+
73
+ }
74
+ }
75
+
76
+
77
+ /* *** special Sidebar overrides for PATTERN and COMPONENTS ONLY *** */
78
+ .node-type-pattern.not-front,
79
+ .node-type-component.not-front {
80
+ .l-region--sidebar-first .block {
81
+ top: 6.6em; // just a bit higher for Patterns
82
+ ul {
83
+
84
+ li {
85
+ margin-left: 0.66em;
86
+ a {
87
+ color: #667785; // non-standard color, only used here
88
+ font-family: $font-regular;
89
+ font-size: 0.95em;
90
+ &:hover,
91
+ &:active,
92
+ &.active {
93
+ font-family: $font-toc-active;
94
+ }
95
+ }
96
+ }
97
+
98
+ }
99
+ }
100
+ }
101
+
102
+ /* ====== Color Overides +++++ */
103
+ .node-type-style {
104
+ .l-region--sidebar-first .block {
105
+ li a.active,
106
+ li a:hover {
107
+ color: $color-main-title-style !important;
108
+ }
109
+ }
110
+ }
111
+
112
+ .node-type-design,
113
+ .node-type-news-item {
114
+ .l-region--sidebar-first .block {
115
+ li a.active,
116
+ li a:hover {
117
+ color: $color-main-title-design !important;
118
+ }
119
+ }
120
+ }
121
+
122
+ .node-type-pattern,
123
+ .node-type-component {
124
+ .l-region--sidebar-first .block {
125
+ li a.active,
126
+ li a:hover {
127
+ color: $color-main-title-pattern !important;
128
+ }
129
+ }
130
+ }
131
+
132
+
133
+
134
+
135
+ // Desktops/laptops in a normal window size
136
+ // @media only screen and (min-width: 860px) and (max-width: 1389px) { // DONT USE THIS QUERY - SIZE IS NOW FIXED Left here for ref
137
+
138
+ .l-region--sidebar-second {
139
+ display: inline-block;
140
+ padding: 0 0 1ex 1ex;
141
+ position: fixed;
142
+ right: 0px;
143
+ background: rgba(255,255,255, 0.9);
144
+ color: #333;
145
+ border: #bbb solid thin;
146
+ top: 140px;
147
+ overflow-x: hidden;
148
+ overflow-y: scroll;
149
+ z-index: 150;
150
+ }
151
+ .l-region--sidebar-second h2{
152
+ -webkit-transition: all .7s;
153
+ -mos-transition: all .7s;
154
+ -ms-transition: all .7s;
155
+ -o-transition: all .7s;
156
+ transition: all .7s;
157
+ }
158
+ .vertical {
159
+ display: inline-block;
160
+ -webkit-transform: rotate(90deg); /* Safari/Chrome */
161
+ -moz-transform: rotate(90deg); /* Firefox */
162
+ -ms-transform: rotate(90deg); /* IE */
163
+ -o-transform: rotate(90deg); /* Opera */
164
+ transform: rotate(90deg);
165
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* Internet Explorer */
166
+ -webkit-transition: all .7s;
167
+ -mos-transition: all .7s;
168
+ -ms-transition: all .7s;
169
+ -o-transition: all .7s;
170
+ transition: all .7s;
171
+ }
172
+ .expand-index .block__content {
173
+ margin-top: 0;
174
+ }
175
+ .collapse-index .block__content {
176
+ margin-top: -1200px;
177
+ }
178
+
179
+
180
+ .expand-index h2 {
181
+ border: none;
182
+ margin: 0;
183
+ display: inline-block;
184
+ -webkit-transform: rotate(0deg); /* Safari/Chrome */
185
+ -moz-transform: rotate(0deg); /* Firefox */
186
+ -ms-transform: rotate(0deg); /* IE */
187
+ -o-transform: rotate(0deg); /* Opera */
188
+ transform: rotate(0deg);
189
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); /* Internet Explorer */
190
+ }
191
+ .collapse-index h2 {
192
+ border: #bbb solid thin;
193
+ padding: .2em .2em 0 .2em;
194
+ display: inline-block;
195
+ display: inline-block;
196
+ -webkit-transform: rotate(90deg); /* Safari/Chrome */
197
+ -moz-transform: rotate(90deg); /* Firefox */
198
+ -ms-transform: rotate(90deg); /* IE */
199
+ -o-transform: rotate(90deg); /* Opera */
200
+ transform: rotate(90deg);
201
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* Internet Explorer */
202
+ }
203
+
204
+ .l-region--sidebar-second.expand-index {
205
+ min-width: 205px;
206
+ max-width: 250px;
207
+ width: 250px;
208
+ height: auto;
209
+ min-height: 25px;
210
+ max-height: calc(100% - 142px);
211
+ border: #bbb solid thin;
212
+ }
213
+ .l-region--sidebar-second.collapse-index {
214
+ min-width: 25px;
215
+ max-width: 40px;
216
+ width: 40px;
217
+ height: 62px;
218
+ border: none;
219
+ }
220
+
221
+ #block-quicktabs-nav-index .block__content {
222
+ -webkit-transition: all .7s;
223
+ -mos-transition: all .7s;
224
+ -ms-transition: all .7s;
225
+ -o-transition: all .7s;
226
+ transition: all .7s;
227
+ }
228
+ #block-quicktabs-nav-index h2:hover {
229
+ color: white;
230
+ background-color: #FC6
231
+ }
232
+ #XX.block-quicktabs-nav-index h2:hover~.block__content {
233
+ width: auto;
234
+ }
235
+ // }
236
+
237
+ // Desktops/laptops using extra-wide window orientation
238
+ @media only screen and (min-width: 1390px) {
239
+
240
+ .l-region--sidebar-second {
241
+ display: block;
242
+ min-width: 205px;
243
+ max-width: 250px;
244
+ position: fixed;
245
+ right: calc((100% - 1360px) /2);
246
+ background: rgba(255,255,255, 0.9);
247
+ color: #333;
248
+ border: none;
249
+ top: 140px;
250
+ overflow-x: hidden;
251
+ overflow-y: scroll;
252
+ z-index: 150;
253
+ }
254
+ .l-page {
255
+ max-width: $max-width;
256
+ }
257
+ .l-main {
258
+ max-width: $max-width;
259
+ }
260
+ }
261
+
262
+
263
+
264
+ /* Navigation Index panel */
265
+ #block-quicktabs-nav-index-NOOP {
266
+
267
+ width: 250px;
268
+ max-height: 75%;
269
+ position: fixed;
270
+ right: 0px;
271
+ background: rgba(255,255,255, 0.9);
272
+ color: #333;
273
+ border: #bbb solid thin;
274
+ top: 140px;
275
+ overflow-x: hidden;
276
+ overflow-y: scroll;
277
+ z-index: 150;
278
+
279
+ /*Some cool shadow and glow effect*/
280
+ box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.6),
281
+ 0 0 200px 1px rgba(255, 255, 255, 0.5);
282
+ }
283
+ ul.quicktabs-tabs.quicktabs-style-sky li,
284
+ ul.quicktabs-tabs.quicktabs-style-sky li.active,
285
+ ul.quicktabs-tabs.quicktabs-style-sky li.active a {
286
+ margin-top: 0 !important;
287
+ height: 2.65em !important;
288
+ min-height: 2.65em !important;
289
+ line-height: 2.95em !important;
290
+ text-indent: .3em;
291
+ }
292
+ .quicktabs_main.quicktabs-style-sky {
293
+ border: none;
294
+ }
295
+
296
+ #block-quicktabs-nav-index h2 {
297
+ z-index: 151;
298
+ }
299
+
300
+
301
+
302
+
303
+ .front .l-region--sidebar-second {
304
+ visibility: hidden;
305
+ display: none;
306
+ }
307
+
308
+
309
+ #tocSearch {
310
+ background: #F6F9FB url(../images/search-icon.png) 3px 3px no-repeat;
311
+ text-indent: 1.6em;
312
+ max-width: 170px;
313
+ width: 170px;
314
+ margin: 0.6em 0 0.4em 0;;
315
+ border: 1px solid #aaa;
316
+ -moz-border-radius: 4px;
317
+ -moz-outline-radius: 4px;
318
+ -webkit-border-radius: 4px;
319
+ border-radius: 4px;
320
+ outline-width: 0;
321
+ }
322
+ #tocSearchSubmit {
323
+ display: none;
324
+ cursor: pointer;
325
+ vertical-align: text-bottom;
326
+ border-top: #999 solid 1px;
327
+ height: 13px;
328
+ border: 1px solid #aaa;
329
+ -moz-border-radius: 7px;
330
+ -moz-outline-radius: 7px;
331
+ -webkit-border-radius: 7px;
332
+ border-radius: 7px;
333
+ }
334
+ .highlight {
335
+ color: blue !important;
336
+ text-decoration: none !important;
337
+ text-weight: bold;
338
+ background-color: $color-highlight; /* #ee4; */
339
+ margin-left: -0.3em;
340
+ padding-left: 0.3em;
341
+ }
342
+