active_frontend 2.1.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/app/assets/images/placeholders/camera.png +0 -0
- data/app/assets/images/placeholders/person.png +0 -0
- data/app/assets/images/placeholders/picture.png +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/javascripts/chart.js +10 -10
- data/vendor/assets/stylesheets/ad.scss +1 -1
- data/vendor/assets/stylesheets/alert.scss +18 -14
- data/vendor/assets/stylesheets/aside.scss +15 -13
- data/vendor/assets/stylesheets/breadcrumb.scss +4 -4
- data/vendor/assets/stylesheets/button.scss +136 -120
- data/vendor/assets/stylesheets/canvas.scss +5 -15
- data/vendor/assets/stylesheets/code.scss +63 -63
- data/vendor/assets/stylesheets/colorpicker.scss +2 -1
- data/vendor/assets/stylesheets/datepicker.scss +14 -14
- data/vendor/assets/stylesheets/dropdown.scss +16 -17
- data/vendor/assets/stylesheets/footer.scss +30 -102
- data/vendor/assets/stylesheets/form.scss +39 -47
- data/vendor/assets/stylesheets/header.scss +119 -113
- data/vendor/assets/stylesheets/label_and_badge.scss +28 -29
- data/vendor/assets/stylesheets/link.scss +9 -9
- data/vendor/assets/stylesheets/list.scss +4 -4
- data/vendor/assets/stylesheets/loader.scss +5 -5
- data/vendor/assets/stylesheets/map.scss +1 -1
- data/vendor/assets/stylesheets/modal.scss +16 -22
- data/vendor/assets/stylesheets/nav_and_tab.scss +25 -26
- data/vendor/assets/stylesheets/navbar.scss +39 -0
- data/vendor/assets/stylesheets/pagination.scss +4 -4
- data/vendor/assets/stylesheets/panel.scss +12 -10
- data/vendor/assets/stylesheets/placeholder.scss +5 -5
- data/vendor/assets/stylesheets/popover.scss +6 -6
- data/vendor/assets/stylesheets/progress.scss +2 -2
- data/vendor/assets/stylesheets/reset.scss +2 -2
- data/vendor/assets/stylesheets/sidebar.scss +8 -11
- data/vendor/assets/stylesheets/spinner.scss +30 -30
- data/vendor/assets/stylesheets/swoggle.scss +15 -15
- data/vendor/assets/stylesheets/table.scss +19 -14
- data/vendor/assets/stylesheets/timepicker.scss +6 -6
- data/vendor/assets/stylesheets/tooltip.scss +5 -5
- data/vendor/assets/stylesheets/trunk.scss +22 -25
- data/vendor/assets/stylesheets/typeahead.scss +1 -1
- data/vendor/assets/stylesheets/typography.scss +12 -12
- metadata +3 -2
@@ -9,20 +9,22 @@
|
|
9
9
|
fieldset { border: 0; }
|
10
10
|
legend {
|
11
11
|
border: 0;
|
12
|
-
border-bottom: 1px solid rgba(
|
13
|
-
color: rgba(
|
12
|
+
border-bottom: 1px solid rgba(243,243,243,1);
|
13
|
+
color: rgba(34,34,34,1);
|
14
14
|
display: block;
|
15
15
|
font-size: 16px;
|
16
16
|
font-weight: bold;
|
17
|
+
letter-spacing: 1px;
|
17
18
|
line-height: 25px;
|
18
19
|
margin-bottom: 20px;
|
19
20
|
padding: 0;
|
21
|
+
text-transform: uppercase;
|
20
22
|
width: 100%;
|
21
23
|
}
|
22
24
|
label {
|
23
|
-
color: rgba(
|
25
|
+
color: rgba(34,34,34,1);
|
24
26
|
display: block;
|
25
|
-
font-size:
|
27
|
+
font-size: 13px;
|
26
28
|
font-weight: bold;
|
27
29
|
margin: 5px 0 5px 0;
|
28
30
|
}
|
@@ -45,18 +47,18 @@ input[type="color"],
|
|
45
47
|
-webkit-appearance: none;
|
46
48
|
-moz-appearance: none;
|
47
49
|
background: rgba(255,255,255,1);
|
48
|
-
border: 1px solid rgba(
|
50
|
+
border: 1px solid rgba(243,243,243,1);
|
49
51
|
border-radius: 0;
|
50
52
|
-moz-box-sizing: border-box;
|
51
53
|
box-sizing: border-box;
|
52
|
-
color: rgba(
|
54
|
+
color: rgba(34,34,34,1);
|
53
55
|
display: block;
|
54
56
|
font-weight: normal;
|
55
57
|
font-style: normal;
|
56
58
|
font-size: 16px;
|
57
59
|
line-height: 1;
|
58
60
|
margin-bottom: 5px;
|
59
|
-
padding:
|
61
|
+
padding: 12px 0 11px 0;
|
60
62
|
text-indent: 10px;
|
61
63
|
-webkit-transition: border linear 0.2s;
|
62
64
|
transition: border linear 0.2s;
|
@@ -83,7 +85,7 @@ input[type="search"]:focus,
|
|
83
85
|
input[type="tel"]:focus,
|
84
86
|
input[type="color"]:focus,
|
85
87
|
.uneditable-input:focus {
|
86
|
-
border-color: rgba(
|
88
|
+
border-color: rgba(27,192,109,1);
|
87
89
|
outline: 0;
|
88
90
|
outline: thin dotted \9;
|
89
91
|
-webkit-transition: background 150ms linear;
|
@@ -106,11 +108,11 @@ select {
|
|
106
108
|
-webkit-appearance: none;
|
107
109
|
-moz-appearance: none;
|
108
110
|
background: rgba(255,255,255,1);
|
109
|
-
border: 1px solid rgba(
|
111
|
+
border: 1px solid rgba(243,243,243,1);
|
110
112
|
border-radius: 0;
|
111
113
|
-moz-box-sizing: border-box;
|
112
114
|
box-sizing: border-box;
|
113
|
-
color: rgba(
|
115
|
+
color: rgba(34,34,34,1);
|
114
116
|
font-weight: normal;
|
115
117
|
font-style: normal;
|
116
118
|
font-size: 16px;
|
@@ -122,10 +124,7 @@ select {
|
|
122
124
|
width: 100%;
|
123
125
|
vertical-align: middle;
|
124
126
|
}
|
125
|
-
select[multiple] {
|
126
|
-
border-radius: 2px;
|
127
|
-
padding-left: 10px;
|
128
|
-
}
|
127
|
+
select[multiple] { padding-left: 10px; }
|
129
128
|
select[multiple],
|
130
129
|
select[size] { height: auto; }
|
131
130
|
select:focus,
|
@@ -143,34 +142,34 @@ select.datetime {
|
|
143
142
|
}
|
144
143
|
input:-moz-placeholder,
|
145
144
|
textarea:-moz-placeholder {
|
146
|
-
color: rgba(
|
145
|
+
color: rgba(200,200,200,1);
|
147
146
|
font-weight: 200;
|
148
147
|
}
|
149
148
|
input:-ms-input-placeholder,
|
150
149
|
textarea:-ms-input-placeholder {
|
151
|
-
color: rgba(
|
150
|
+
color: rgba(200,200,200,1);
|
152
151
|
font-weight: 200;
|
153
152
|
}
|
154
153
|
input::-webkit-input-placeholder,
|
155
154
|
textarea::-webkit-input-placeholder {
|
156
|
-
color: rgba(
|
155
|
+
color: rgba(200,200,200,1);
|
157
156
|
font-weight: 200;
|
158
157
|
}
|
159
158
|
input:focus:invalid,
|
160
159
|
textarea:focus:invalid,
|
161
160
|
select:focus:invalid {
|
162
|
-
border-color: rgba(
|
163
|
-
color: rgba(
|
161
|
+
border-color: rgba(225,80,80,1);
|
162
|
+
color: rgba(225,80,80,1);
|
164
163
|
}
|
165
164
|
input:focus:invalid:focus,
|
166
165
|
textarea:focus:invalid:focus,
|
167
|
-
select:focus:invalid:focus { border-color: rgba(
|
166
|
+
select:focus:invalid:focus { border-color: rgba(225,80,80,1); }
|
168
167
|
input[disabled],
|
169
168
|
textarea[disabled],
|
170
169
|
select[disabled],
|
171
170
|
.uneditable-input {
|
172
|
-
background: rgba(
|
173
|
-
color: rgba(
|
171
|
+
background: rgba(249,249,249,1);
|
172
|
+
color: rgba(200,200,200,1) !important;
|
174
173
|
cursor: not-allowed;
|
175
174
|
}
|
176
175
|
.uneditable-input { font-weight: normal; }
|
@@ -183,7 +182,7 @@ select.form-input-initial-width {
|
|
183
182
|
/* # Components
|
184
183
|
================================================== */
|
185
184
|
.form-header {
|
186
|
-
border-bottom: 1px solid rgba(
|
185
|
+
border-bottom: 1px solid rgba(243,243,243,1);
|
187
186
|
margin-bottom: 30px;
|
188
187
|
padding-bottom: 5px;
|
189
188
|
}
|
@@ -195,15 +194,15 @@ select.form-input-initial-width {
|
|
195
194
|
.form-header h6 { margin-bottom: 0; }
|
196
195
|
.form-error-messages { margin-bottom: 40px; }
|
197
196
|
.form-error-messages h4 {
|
198
|
-
background: rgba(
|
199
|
-
border: 1px solid rgba(
|
197
|
+
background: rgba(249,249,249,1);
|
198
|
+
border: 1px solid rgba(243,243,243,1);
|
200
199
|
margin: 0;
|
201
200
|
padding: 5px 10px;
|
202
201
|
}
|
203
202
|
.form-error-messages ul {
|
204
|
-
border-bottom: 1px solid rgba(
|
205
|
-
border-right: 1px solid rgba(
|
206
|
-
border-left: 1px solid rgba(
|
203
|
+
border-bottom: 1px solid rgba(243,243,243,1);
|
204
|
+
border-right: 1px solid rgba(243,243,243,1);
|
205
|
+
border-left: 1px solid rgba(243,243,243,1);
|
207
206
|
}
|
208
207
|
.form-error-messages li {
|
209
208
|
display: block;
|
@@ -240,11 +239,11 @@ select.form-input-initial-width {
|
|
240
239
|
.form-input-group input,
|
241
240
|
.form-file-group input { margin: 0; }
|
242
241
|
.form-input-group-addon {
|
243
|
-
background: rgba(
|
244
|
-
border: 1px solid rgba(
|
242
|
+
background: rgba(249,249,249,1);
|
243
|
+
border: 1px solid rgba(243,243,243,1);
|
245
244
|
-moz-box-sizing: border-box;
|
246
245
|
box-sizing: border-box;
|
247
|
-
color: rgba(
|
246
|
+
color: rgba(200,200,200,1);
|
248
247
|
font-weight: normal;
|
249
248
|
font-style: normal;
|
250
249
|
font-size: 16px;
|
@@ -266,24 +265,17 @@ select.form-input-initial-width {
|
|
266
265
|
vertical-align: middle;
|
267
266
|
}
|
268
267
|
.form-file-group-button {
|
269
|
-
border-color: rgba(
|
270
|
-
|
271
|
-
padding-
|
272
|
-
|
273
|
-
.form-file-group-addon:first-child .form-file-group-button {
|
274
|
-
border-bottom-right-radius: 0;
|
275
|
-
border-top-right-radius: 0;
|
276
|
-
}
|
277
|
-
.form-file-group-addon:last-child .form-file-group-button {
|
278
|
-
border-bottom-left-radius: 0;
|
279
|
-
border-top-left-radius: 0;
|
268
|
+
border-color: rgba(243,243,243,1);
|
269
|
+
margin-right: -1px;
|
270
|
+
padding-bottom: 13px;
|
271
|
+
padding-top: 13px;
|
280
272
|
}
|
281
273
|
.form-input-group-addon:first-child,
|
282
274
|
.form-file-group-addon:first-child,
|
283
|
-
.form-file-group-addon:first-child .form-file-group-button { border-right:
|
275
|
+
.form-file-group-addon:first-child .form-file-group-button { border-width-right: 1px; }
|
284
276
|
.form-input-group-addon:last-child,
|
285
277
|
.form-file-group-addon:last-child,
|
286
|
-
.form-file-group-addon:last-child .form-file-group-button { border-left:
|
278
|
+
.form-file-group-addon:last-child .form-file-group-button { border-width-left: 1px; }
|
287
279
|
.form-input-group-addon input[type="radio"],
|
288
280
|
.form-input-group-addon input[type="checkbox"] { margin: 0; }
|
289
281
|
.form-input-inline {
|
@@ -295,16 +287,16 @@ select.form-input-initial-width {
|
|
295
287
|
.form-button-inline {
|
296
288
|
margin: 0;
|
297
289
|
padding-bottom: 13px;
|
298
|
-
padding-top:
|
290
|
+
padding-top: 13px;
|
299
291
|
}
|
300
292
|
.form-help-block {
|
301
|
-
color: rgba(
|
293
|
+
color: rgba(200,200,200,1);
|
302
294
|
display: block;
|
303
295
|
font-size: 12px;
|
304
296
|
margin-bottom: 15px;
|
305
297
|
}
|
306
298
|
.form-footer {
|
307
|
-
border-top: 1px solid rgba(
|
299
|
+
border-top: 1px solid rgba(243,243,243,1);
|
308
300
|
margin-top: 30px;
|
309
301
|
padding: 20px 0 0 0;
|
310
302
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/* Table of Contents
|
2
2
|
==================================================
|
3
3
|
# Header
|
4
|
-
#
|
4
|
+
# Alternate
|
5
5
|
# Media Queries */
|
6
6
|
|
7
7
|
/* # Header
|
@@ -14,185 +14,191 @@
|
|
14
14
|
z-index: 1030;
|
15
15
|
}
|
16
16
|
.header {
|
17
|
-
background: rgba(
|
18
|
-
border-bottom: 1px solid rgba(225,232,237,1);
|
19
|
-
box-shadow: 0 1px 3px rgba(225,232,237,1);
|
17
|
+
background: rgba(24,24,24,1);
|
20
18
|
box-sizing: border-box;
|
21
|
-
height:
|
22
|
-
padding: 0
|
19
|
+
height: 65px;
|
20
|
+
padding: 15px 0;
|
23
21
|
width: 100%;
|
24
22
|
}
|
23
|
+
.header-brand { float: left; }
|
25
24
|
.header-brand > a {
|
26
|
-
color: rgba(
|
27
|
-
|
28
|
-
|
29
|
-
line-height: 88px;
|
25
|
+
color: rgba(255,255,255,1);
|
26
|
+
font-size: 30px;
|
27
|
+
line-height: 40px;
|
30
28
|
text-decoration: none;
|
31
29
|
}
|
32
30
|
.header-brand > a > img {
|
33
31
|
border-radius: 0;
|
34
|
-
height:
|
32
|
+
height: 30px;
|
35
33
|
}
|
36
|
-
.header-
|
34
|
+
.header-search {
|
35
|
+
float: left;
|
36
|
+
margin: -3px 0 0 20px;
|
37
|
+
width: 280px;
|
38
|
+
}
|
39
|
+
.header-search > input { margin: 0; }
|
40
|
+
.header-nav {
|
37
41
|
float: left;
|
38
42
|
list-style-type: none;
|
39
|
-
margin:
|
43
|
+
margin: 9px 0 0 20px;
|
40
44
|
padding: 0;
|
41
45
|
}
|
42
|
-
.header-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
display: block;
|
52
|
-
font-size: 13px;
|
46
|
+
.header-nav > li {
|
47
|
+
float: left;
|
48
|
+
margin-right: 25px;
|
49
|
+
}
|
50
|
+
.header-nav > li:last-child { margin: 0; }
|
51
|
+
.header-nav > li.btn-group + li.btn-group { margin-left: 0; }
|
52
|
+
.header-nav > li > a {
|
53
|
+
color: rgba(102,102,102,1);
|
54
|
+
font-size: 12px;
|
53
55
|
font-weight: 500;
|
54
|
-
line-height: 13px;
|
55
56
|
letter-spacing: 1px;
|
56
|
-
|
57
|
-
padding: 33px 15px 32px 15px;
|
58
|
-
text-align: center;
|
57
|
+
line-height: 12px;
|
59
58
|
text-decoration: none;
|
60
59
|
text-transform: uppercase;
|
61
|
-
text-overflow: ellipsis;
|
62
|
-
vertical-align: middle;
|
63
|
-
white-space: nowrap;
|
64
|
-
width: 220px;
|
65
|
-
}
|
66
|
-
.header-trunk > li:first-child > a { border-left: 1px solid rgba(230,237,242,1); }
|
67
|
-
.header-trunk > li > a > .badge,
|
68
|
-
.header-trunk > li > a > .label {
|
69
|
-
display: inline-block;
|
70
|
-
font-size: 10px;
|
71
|
-
letter-spacing: 0;
|
72
|
-
line-height: 10px;
|
73
|
-
min-width: 10px;
|
74
|
-
padding: 4px;
|
75
|
-
text-transform: none;
|
76
|
-
vertical-align: middle;
|
77
|
-
}
|
78
|
-
.header-trunk > li.header-trunk-navicon a {
|
79
|
-
font-size: 32px;
|
80
|
-
line-height: 32px;
|
81
|
-
padding: 24px 10px 20px 10px;
|
82
|
-
width: 74px;
|
83
|
-
}
|
84
|
-
.header-trunk > li > ul.dropdown-menu {
|
85
|
-
border-top-right-radius: 0;
|
86
|
-
border-top-left-radius: 0;
|
87
|
-
box-shadow: 0 1px 2px rgba(225,232,237,1);
|
88
|
-
margin: 0 0 0 -1px;
|
89
|
-
padding: 10px 0;
|
90
|
-
width: calc(100% + 1px);
|
91
|
-
}
|
92
|
-
.header-trunk > li > ul.dropdown-menu > li.divider { margin: 14px 0 10px 0; }
|
93
|
-
.header-trunk > li > ul.dropdown-menu > li > a > i {
|
94
|
-
display: inline-block;
|
95
|
-
text-align: center;
|
96
|
-
width: 12px;
|
97
|
-
}
|
98
|
-
.header-trunk > li .badge,
|
99
|
-
.header-trunk > li .label { margin: -8px 0 -6px 0; }
|
100
|
-
.header-search {
|
101
|
-
float: left;
|
102
|
-
margin: 19px 0 0 20px;
|
103
|
-
width: 280px;
|
104
60
|
}
|
105
|
-
.header-
|
106
|
-
.header-nav
|
61
|
+
.header-nav > li > a.active,
|
62
|
+
.header-nav > li > a:active,
|
63
|
+
.header-nav > li > a:hover,
|
64
|
+
.header-nav > li > a:focus { color: rgba(255,255,255,1); }
|
65
|
+
.header-nav-alt {
|
107
66
|
float: right;
|
108
67
|
list-style-type: none;
|
109
|
-
margin:
|
68
|
+
margin: 4px 0 0 0;
|
110
69
|
padding: 0;
|
111
70
|
}
|
112
|
-
.header-nav > li {
|
113
|
-
color: rgba(
|
71
|
+
.header-nav-alt > li {
|
72
|
+
color: rgba(255,255,255,1);
|
114
73
|
display: inline-block;
|
115
|
-
font-size:
|
74
|
+
font-size: 12px;
|
116
75
|
font-weight: 500;
|
76
|
+
letter-spacing: 1px;
|
77
|
+
line-height: 12px;
|
117
78
|
margin-left: 15px;
|
118
|
-
|
79
|
+
text-transform: uppercase;
|
119
80
|
}
|
120
|
-
.header-nav > li:first-child { margin-left: 0; }
|
121
|
-
.header-nav > li > a {
|
122
|
-
border:
|
123
|
-
|
124
|
-
color: rgba(102,117,127,1);
|
81
|
+
.header-nav-alt > li:first-child { margin-left: 0; }
|
82
|
+
.header-nav-alt > li > a {
|
83
|
+
border: 2px solid transparent;
|
84
|
+
color: rgba(255,255,255,1);
|
125
85
|
letter-spacing: 1px;
|
126
|
-
padding:
|
127
|
-
text-decoration: none;
|
86
|
+
padding: 11px 0 9px 0;
|
128
87
|
text-transform: uppercase;
|
129
88
|
}
|
130
|
-
.header-nav > li
|
131
|
-
|
132
|
-
|
89
|
+
.header-nav-alt > li > a.active,
|
90
|
+
.header-nav-alt > li > a:active,
|
91
|
+
.header-nav-alt > li > a:hover,
|
92
|
+
.header-nav-alt > li > a:focus { color: rgba(102,102,102,1); }
|
93
|
+
.header-nav-alt > li.inverse > a {
|
94
|
+
background: rgba(255,255,255,1);
|
95
|
+
border-color: rgba(230,230,230,1);
|
96
|
+
color: rgba(34,34,34,1);
|
133
97
|
padding-left: 20px;
|
98
|
+
padding-right: 20px;
|
134
99
|
}
|
100
|
+
.header-nav-alt > li.inverse > a:hover { border-color: rgba(150,150,150,1); }
|
101
|
+
.header-toolchain {
|
102
|
+
float: right;
|
103
|
+
list-style-type: none;
|
104
|
+
margin: 2px 25px 0 0;
|
105
|
+
padding: 0;
|
106
|
+
}
|
107
|
+
.header-toolchain > li {
|
108
|
+
float: left;
|
109
|
+
margin-left: 15px;
|
110
|
+
}
|
111
|
+
.header-toolchain > li:first-child { margin: 0; }
|
112
|
+
.header-toolchain > li.btn-group + li.btn-group { margin-left: 0; }
|
113
|
+
.header-toolchain > li > a {
|
114
|
+
color: rgba(102,102,102,1);
|
115
|
+
font-size: 30px;
|
116
|
+
line-height: 30px;
|
117
|
+
text-decoration: none;
|
118
|
+
}
|
119
|
+
.header-toolchain > li > a.active,
|
120
|
+
.header-toolchain > li > a:active,
|
121
|
+
.header-toolchain > li > a:hover,
|
122
|
+
.header-toolchain > li > a:focus { color: rgba(255,255,255,1); }
|
135
123
|
.header-user {
|
136
124
|
float: right;
|
137
125
|
font-size: 13px;
|
138
|
-
margin:
|
126
|
+
margin: -1px 0 0 20px;
|
139
127
|
}
|
140
128
|
.header-user > a {
|
141
|
-
color: rgba(
|
129
|
+
color: rgba(255,255,255,1);
|
142
130
|
text-decoration: none;
|
143
131
|
}
|
144
132
|
.header-user img,
|
145
133
|
.header-user-placeholder {
|
146
|
-
background: rgba(
|
147
|
-
color: rgba(255,255,255,1);
|
134
|
+
background: rgba(255,255,255,1);
|
148
135
|
border-radius: 500px;
|
136
|
+
color: rgba(34,34,34,1);
|
149
137
|
display: inline-block;
|
150
|
-
height:
|
138
|
+
height: 36px;
|
151
139
|
margin: 0;
|
152
140
|
padding: 0;
|
153
141
|
text-align: center;
|
154
|
-
width:
|
142
|
+
width: 36px;
|
155
143
|
vertical-align: middle;
|
156
144
|
}
|
157
145
|
.header-user-placeholder > i {
|
158
|
-
font-size:
|
159
|
-
line-height:
|
146
|
+
font-size: 20px;
|
147
|
+
line-height: 36px;
|
160
148
|
}
|
161
149
|
.header-user > ul.dropdown-menu { margin: -8px 10px 0 0; }
|
162
150
|
.header-toggle > a {
|
163
|
-
color: rgba(
|
151
|
+
color: rgba(255,255,255,1);
|
164
152
|
float: right;
|
165
153
|
font-size: 40px;
|
166
154
|
padding: 4px 0px 3px 14px;
|
167
155
|
text-decoration: none;
|
168
156
|
}
|
169
157
|
|
170
|
-
/* #
|
158
|
+
/* # Alternate
|
171
159
|
================================================== */
|
172
|
-
.header-
|
173
|
-
.header-
|
174
|
-
.header-
|
175
|
-
.header-
|
176
|
-
.header-
|
177
|
-
.header-
|
178
|
-
.header-
|
179
|
-
.header-
|
160
|
+
.header.header-alt { background: transparent; }
|
161
|
+
.header.header-alt .header-brand > a { color: rgba(34,34,34,1) }
|
162
|
+
.header.header-alt .header-nav > li > a { color: rgba(102,102,102,1); }
|
163
|
+
.header.header-alt .header-nav > li > a.active,
|
164
|
+
.header.header-alt .header-nav > li > a:active,
|
165
|
+
.header.header-alt .header-nav > li > a:hover,
|
166
|
+
.header.header-alt .header-nav > li > a:focus { color: rgba(34,34,34,1); }
|
167
|
+
.header.header-alt .header-nav-alt > li { color: rgba(34,34,34,1); }
|
168
|
+
.header.header-alt .header-nav-alt > li > a { color: rgba(34,34,34,1); }
|
169
|
+
.header.header-alt .header-nav-alt > li > a.active,
|
170
|
+
.header.header-alt .header-nav-alt > li > a:active,
|
171
|
+
.header.header-alt .header-nav-alt > li > a:hover,
|
172
|
+
.header.header-alt .header-nav-alt > li > a:focus { color: rgba(102,102,102,1); }
|
173
|
+
.header.header-alt .header-nav-alt > li.inverse > a {
|
174
|
+
background: rgba(34,34,34,1);
|
175
|
+
border-color: rgba(4,4,4,1);
|
176
|
+
color: rgba(255,255,255,1);
|
177
|
+
}
|
178
|
+
.header.header-alt .header-nav-alt > li.inverse > a:hover { background: rgba(54,54,54,1); }
|
179
|
+
.header.header-alt .header-toolchain > li > a { color: rgba(102,102,102,1); }
|
180
|
+
.header.header-alt .header-toolchain > li > a.active,
|
181
|
+
.header.header-alt .header-toolchain > li > a:active,
|
182
|
+
.header.header-alt .header-toolchain > li > a:hover,
|
183
|
+
.header.header-alt .header-toolchain > li > a:focus { color: rgba(34,34,34,1); }
|
184
|
+
.header.header-alt .header-user > a { color: rgba(34,34,34,1); }
|
185
|
+
.header.header-alt .header-user img,
|
186
|
+
.header.header-alt .header-user-placeholder {
|
187
|
+
background: rgba(34,34,34,1);
|
188
|
+
color: rgba(255,255,255,1);
|
189
|
+
}
|
190
|
+
.header.header-alt .header-toggle > a { color: rgba(34,34,34,1); }
|
180
191
|
|
181
192
|
/* # Media Queries
|
182
193
|
================================================== */
|
183
|
-
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
184
|
-
.header-trunk > li > a { width: 180px; }
|
185
|
-
}
|
186
194
|
@media only screen and (max-width: 767px) {
|
187
195
|
.header {
|
188
196
|
height: 50px;
|
189
197
|
padding: 0;
|
190
198
|
}
|
191
|
-
.header-brand > a
|
192
|
-
.header-app .header-brand > a {
|
199
|
+
.header-brand > a {
|
193
200
|
font-size: 36px;
|
194
201
|
line-height: 57px;
|
195
202
|
}
|
196
|
-
.header-brand > a > img
|
197
|
-
.header-app .header-brand > a > img { height: 50px; }
|
203
|
+
.header-brand > a > img { height: 50px; }
|
198
204
|
}
|