ilog 0.2.0
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.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +3 -0
- data/.travis.yml +6 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +44 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/ilog.gemspec +29 -0
- data/lib/ilog/assets/favicon.ico +0 -0
- data/lib/ilog/assets/images/.gitkeep +0 -0
- data/lib/ilog/assets/javascripts/.gitkeep +0 -0
- data/lib/ilog/assets/javascripts/index.js +60723 -0
- data/lib/ilog/assets/javascripts/vue-config.js +92 -0
- data/lib/ilog/assets/javascripts/vue-index.js +60725 -0
- data/lib/ilog/assets/stylesheets/.gitkeep +0 -0
- data/lib/ilog/assets/stylesheets/log-style.css +3858 -0
- data/lib/ilog/assets/stylesheets/style.css +3858 -0
- data/lib/ilog/config/routes.rb +13 -0
- data/lib/ilog/configuration.rb +8 -0
- data/lib/ilog/controllers/.gitkeep +0 -0
- data/lib/ilog/controllers/digital/show.rb +23 -0
- data/lib/ilog/controllers/digital/tags.rb +15 -0
- data/lib/ilog/controllers/index/.DS_Store +0 -0
- data/lib/ilog/controllers/index/digital.rb +27 -0
- data/lib/ilog/controllers/index/index.rb +95 -0
- data/lib/ilog/controllers/platform/platform.rb +12 -0
- data/lib/ilog/controllers/post/post.rb +12 -0
- data/lib/ilog/models/item.rb +5 -0
- data/lib/ilog/models/post.rb +9 -0
- data/lib/ilog/models/stuff.rb +8 -0
- data/lib/ilog/templates/application.html.erb +11 -0
- data/lib/ilog/templates/digital/show.html.erb +0 -0
- data/lib/ilog/templates/digital/tags.html.erb +0 -0
- data/lib/ilog/templates/index/digital.html.erb +40 -0
- data/lib/ilog/templates/index/index.html.haml +10 -0
- data/lib/ilog/templates/index/vue.html.erb +0 -0
- data/lib/ilog/templates/platform/platform.html.erb +0 -0
- data/lib/ilog/templates/post/post.html.erb +0 -0
- data/lib/ilog/version.rb +3 -0
- data/lib/ilog/views/application_layout.rb +7 -0
- data/lib/ilog/views/digital/show.rb +9 -0
- data/lib/ilog/views/digital/tags.rb +9 -0
- data/lib/ilog/views/index/.DS_Store +0 -0
- data/lib/ilog/views/index/digital.rb +10 -0
- data/lib/ilog/views/index/index.rb +10 -0
- data/lib/ilog/views/platform/platform.rb +9 -0
- data/lib/ilog/views/post/post.rb +9 -0
- data/lib/ilog.rb +331 -0
- data/mix-manifest.json +5 -0
- data/package.json +40 -0
- data/src/js/vue-config.js +7 -0
- data/src/sass/.DS_Store +0 -0
- data/src/sass/_variables.scss +3 -0
- data/src/sass/components/.DS_Store +0 -0
- data/src/sass/components/article-text.scss +223 -0
- data/src/sass/components/card.scss +33 -0
- data/src/sass/components/post.scss +5 -0
- data/src/sass/components/selectize.scss +324 -0
- data/src/sass/components/single.scss +80 -0
- data/src/sass/components/tag.scss +46 -0
- data/src/sass/fonts/headings.scss +105 -0
- data/src/sass/fonts/pure.scss +29 -0
- data/src/sass/libs/selectize.scss +8 -0
- data/src/sass/log/.DS_Store +0 -0
- data/src/sass/log/base.scss +132 -0
- data/src/sass/log/grid.scss +82 -0
- data/src/sass/log/instagram-header.scss +123 -0
- data/src/sass/log/list.scss +242 -0
- data/src/sass/log/style.scss +3 -0
- data/src/sass/log/treestyle-addons.scss +102 -0
- data/src/sass/log/treestyle.scss +163 -0
- data/src/sass/style.scss +28 -0
- data/src/vue/Log.vue +257 -0
- data/src/vue/components/.DS_Store +0 -0
- data/src/vue/components/Item.vue +46 -0
- data/src/vue/components/Modal.vue +27 -0
- data/src/vue/components/Post.vue +125 -0
- data/src/vue/components/PostBody.vue +86 -0
- data/src/vue/components/Stuff.vue +63 -0
- data/src/vue/configs/app.js +5 -0
- data/src/vue/configs/axios.js +14 -0
- data/src/vue/elements/People.vue +75 -0
- data/src/vue/elements/Profile.vue +63 -0
- data/src/vue/elements/Tunekit.vue +82 -0
- data/src/vue/index.js +30 -0
- data/src/vue/router.js +50 -0
- data/src/vue/views/.DS_Store +0 -0
- data/src/vue/views/Introduction.vue +88 -0
- data/src/vue/views/List.vue +46 -0
- data/src/vue/views/Post.vue +163 -0
- data/webpack.mix.js +6 -0
- metadata +141 -0
@@ -0,0 +1,324 @@
|
|
1
|
+
/**
|
2
|
+
* selectize.css (v0.12.4)
|
3
|
+
* Copyright (c) 2013–2015 Brian Reavis & contributors
|
4
|
+
*
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
6
|
+
* file except in compliance with the License. You may obtain a copy of the License at:
|
7
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
*
|
9
|
+
* Unless required by applicable law or agreed to in writing, software distributed under
|
10
|
+
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
11
|
+
* ANY KIND, either express or implied. See the License for the specific language
|
12
|
+
* governing permissions and limitations under the License.
|
13
|
+
*
|
14
|
+
* @author Brian Reavis <brian@thirdroute.com>
|
15
|
+
*/
|
16
|
+
|
17
|
+
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
|
18
|
+
visibility: visible !important;
|
19
|
+
background: #f2f2f2 !important;
|
20
|
+
background: rgba(0, 0, 0, 0.06) !important;
|
21
|
+
border: 0 none !important;
|
22
|
+
-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
|
23
|
+
box-shadow: inset 0 0 12px 4px #ffffff;
|
24
|
+
}
|
25
|
+
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
|
26
|
+
content: '!';
|
27
|
+
visibility: hidden;
|
28
|
+
}
|
29
|
+
.selectize-control.plugin-drag_drop .ui-sortable-helper {
|
30
|
+
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
31
|
+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
32
|
+
}
|
33
|
+
.selectize-dropdown-header {
|
34
|
+
position: relative;
|
35
|
+
padding: 5px 8px;
|
36
|
+
border-bottom: 1px solid #d0d0d0;
|
37
|
+
background: #f8f8f8;
|
38
|
+
-webkit-border-radius: 3px 3px 0 0;
|
39
|
+
-moz-border-radius: 3px 3px 0 0;
|
40
|
+
border-radius: 3px 3px 0 0;
|
41
|
+
}
|
42
|
+
.selectize-dropdown-header-close {
|
43
|
+
position: absolute;
|
44
|
+
right: 8px;
|
45
|
+
top: 50%;
|
46
|
+
color: #303030;
|
47
|
+
opacity: 0.4;
|
48
|
+
margin-top: -12px;
|
49
|
+
line-height: 20px;
|
50
|
+
font-size: 20px !important;
|
51
|
+
}
|
52
|
+
.selectize-dropdown-header-close:hover {
|
53
|
+
color: #000000;
|
54
|
+
}
|
55
|
+
.selectize-dropdown.plugin-optgroup_columns .optgroup {
|
56
|
+
border-right: 1px solid #f2f2f2;
|
57
|
+
border-top: 0 none;
|
58
|
+
float: left;
|
59
|
+
-webkit-box-sizing: border-box;
|
60
|
+
-moz-box-sizing: border-box;
|
61
|
+
box-sizing: border-box;
|
62
|
+
}
|
63
|
+
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
|
64
|
+
border-right: 0 none;
|
65
|
+
}
|
66
|
+
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
|
67
|
+
display: none;
|
68
|
+
}
|
69
|
+
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
|
70
|
+
border-top: 0 none;
|
71
|
+
}
|
72
|
+
.selectize-control.plugin-remove_button [data-value] {
|
73
|
+
position: relative;
|
74
|
+
padding-right: 24px !important;
|
75
|
+
}
|
76
|
+
.selectize-control.plugin-remove_button [data-value] .remove {
|
77
|
+
z-index: 1;
|
78
|
+
/* fixes ie bug (see #392) */
|
79
|
+
position: absolute;
|
80
|
+
top: 0;
|
81
|
+
right: 0;
|
82
|
+
bottom: 0;
|
83
|
+
width: 17px;
|
84
|
+
text-align: center;
|
85
|
+
font-weight: bold;
|
86
|
+
font-size: 12px;
|
87
|
+
color: inherit;
|
88
|
+
text-decoration: none;
|
89
|
+
vertical-align: middle;
|
90
|
+
display: inline-block;
|
91
|
+
padding: 2px 0 0 0;
|
92
|
+
border-left: 1px solid #d0d0d0;
|
93
|
+
-webkit-border-radius: 0 2px 2px 0;
|
94
|
+
-moz-border-radius: 0 2px 2px 0;
|
95
|
+
border-radius: 0 2px 2px 0;
|
96
|
+
-webkit-box-sizing: border-box;
|
97
|
+
-moz-box-sizing: border-box;
|
98
|
+
box-sizing: border-box;
|
99
|
+
}
|
100
|
+
.selectize-control.plugin-remove_button [data-value] .remove:hover {
|
101
|
+
background: rgba(0, 0, 0, 0.05);
|
102
|
+
}
|
103
|
+
.selectize-control.plugin-remove_button [data-value].active .remove {
|
104
|
+
border-left-color: #cacaca;
|
105
|
+
}
|
106
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
107
|
+
background: none;
|
108
|
+
}
|
109
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
110
|
+
border-left-color: #ffffff;
|
111
|
+
}
|
112
|
+
.selectize-control.plugin-remove_button .remove-single {
|
113
|
+
position: absolute;
|
114
|
+
right: 28px;
|
115
|
+
top: 6px;
|
116
|
+
font-size: 23px;
|
117
|
+
}
|
118
|
+
.selectize-control {
|
119
|
+
position: relative;
|
120
|
+
}
|
121
|
+
.selectize-dropdown,
|
122
|
+
.selectize-input,
|
123
|
+
.selectize-input input {
|
124
|
+
color: #303030;
|
125
|
+
font-family: inherit;
|
126
|
+
font-size: 13px;
|
127
|
+
line-height: 18px;
|
128
|
+
-webkit-font-smoothing: inherit;
|
129
|
+
}
|
130
|
+
.selectize-input,
|
131
|
+
.selectize-control.single .selectize-input.input-active {
|
132
|
+
background: #ffffff;
|
133
|
+
cursor: text;
|
134
|
+
display: inline-block;
|
135
|
+
}
|
136
|
+
.selectize-input {
|
137
|
+
border: 1px solid #d0d0d0;
|
138
|
+
padding: 8px 8px;
|
139
|
+
display: inline-block;
|
140
|
+
width: 100%;
|
141
|
+
overflow: hidden;
|
142
|
+
position: relative;
|
143
|
+
z-index: 1;
|
144
|
+
-webkit-box-sizing: border-box;
|
145
|
+
-moz-box-sizing: border-box;
|
146
|
+
box-sizing: border-box;
|
147
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
148
|
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
149
|
+
-webkit-border-radius: 3px;
|
150
|
+
-moz-border-radius: 3px;
|
151
|
+
border-radius: 3px;
|
152
|
+
}
|
153
|
+
.selectize-control.multi .selectize-input.has-items {
|
154
|
+
padding: 6px 8px 3px;
|
155
|
+
}
|
156
|
+
.selectize-input.full {
|
157
|
+
background-color: #ffffff;
|
158
|
+
}
|
159
|
+
.selectize-input.disabled,
|
160
|
+
.selectize-input.disabled * {
|
161
|
+
cursor: default !important;
|
162
|
+
}
|
163
|
+
.selectize-input.focus {
|
164
|
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
165
|
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
166
|
+
}
|
167
|
+
.selectize-input.dropdown-active {
|
168
|
+
-webkit-border-radius: 3px 3px 0 0;
|
169
|
+
-moz-border-radius: 3px 3px 0 0;
|
170
|
+
border-radius: 3px 3px 0 0;
|
171
|
+
}
|
172
|
+
.selectize-input > * {
|
173
|
+
vertical-align: baseline;
|
174
|
+
display: -moz-inline-stack;
|
175
|
+
display: inline-block;
|
176
|
+
zoom: 1;
|
177
|
+
*display: inline;
|
178
|
+
}
|
179
|
+
.selectize-control.multi .selectize-input > div {
|
180
|
+
cursor: pointer;
|
181
|
+
margin: 0 3px 3px 0;
|
182
|
+
padding: 2px 6px;
|
183
|
+
background: #f2f2f2;
|
184
|
+
color: #303030;
|
185
|
+
border: 0 solid #d0d0d0;
|
186
|
+
}
|
187
|
+
.selectize-control.multi .selectize-input > div.active {
|
188
|
+
background: #e8e8e8;
|
189
|
+
color: #303030;
|
190
|
+
border: 0 solid #cacaca;
|
191
|
+
}
|
192
|
+
.selectize-control.multi .selectize-input.disabled > div,
|
193
|
+
.selectize-control.multi .selectize-input.disabled > div.active {
|
194
|
+
color: #7d7d7d;
|
195
|
+
background: #ffffff;
|
196
|
+
border: 0 solid #ffffff;
|
197
|
+
}
|
198
|
+
.selectize-input > input {
|
199
|
+
display: inline-block !important;
|
200
|
+
padding: 0 !important;
|
201
|
+
min-height: 0 !important;
|
202
|
+
max-height: none !important;
|
203
|
+
max-width: 100% !important;
|
204
|
+
margin: 0 2px 0 0 !important;
|
205
|
+
text-indent: 0 !important;
|
206
|
+
border: 0 none !important;
|
207
|
+
background: none !important;
|
208
|
+
line-height: inherit !important;
|
209
|
+
-webkit-user-select: auto !important;
|
210
|
+
-webkit-box-shadow: none !important;
|
211
|
+
box-shadow: none !important;
|
212
|
+
}
|
213
|
+
.selectize-input > input::-ms-clear {
|
214
|
+
display: none;
|
215
|
+
}
|
216
|
+
.selectize-input > input:focus {
|
217
|
+
outline: none !important;
|
218
|
+
}
|
219
|
+
.selectize-input::after {
|
220
|
+
content: ' ';
|
221
|
+
display: block;
|
222
|
+
clear: left;
|
223
|
+
}
|
224
|
+
.selectize-input.dropdown-active::before {
|
225
|
+
content: ' ';
|
226
|
+
display: block;
|
227
|
+
position: absolute;
|
228
|
+
background: #f0f0f0;
|
229
|
+
height: 1px;
|
230
|
+
bottom: 0;
|
231
|
+
left: 0;
|
232
|
+
right: 0;
|
233
|
+
}
|
234
|
+
.selectize-dropdown {
|
235
|
+
position: absolute;
|
236
|
+
z-index: 10;
|
237
|
+
border: 1px solid #d0d0d0;
|
238
|
+
background: #ffffff;
|
239
|
+
margin: -1px 0 0 0;
|
240
|
+
border-top: 0 none;
|
241
|
+
-webkit-box-sizing: border-box;
|
242
|
+
-moz-box-sizing: border-box;
|
243
|
+
box-sizing: border-box;
|
244
|
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
245
|
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
246
|
+
-webkit-border-radius: 0 0 3px 3px;
|
247
|
+
-moz-border-radius: 0 0 3px 3px;
|
248
|
+
border-radius: 0 0 3px 3px;
|
249
|
+
}
|
250
|
+
.selectize-dropdown [data-selectable] {
|
251
|
+
cursor: pointer;
|
252
|
+
overflow: hidden;
|
253
|
+
}
|
254
|
+
.selectize-dropdown [data-selectable] .highlight {
|
255
|
+
background: rgba(125, 168, 208, 0.2);
|
256
|
+
-webkit-border-radius: 1px;
|
257
|
+
-moz-border-radius: 1px;
|
258
|
+
border-radius: 1px;
|
259
|
+
}
|
260
|
+
.selectize-dropdown [data-selectable],
|
261
|
+
.selectize-dropdown .optgroup-header {
|
262
|
+
padding: 5px 8px;
|
263
|
+
}
|
264
|
+
.selectize-dropdown .optgroup:first-child .optgroup-header {
|
265
|
+
border-top: 0 none;
|
266
|
+
}
|
267
|
+
.selectize-dropdown .optgroup-header {
|
268
|
+
color: #303030;
|
269
|
+
background: #ffffff;
|
270
|
+
cursor: default;
|
271
|
+
}
|
272
|
+
.selectize-dropdown .active {
|
273
|
+
background-color: #f5fafd;
|
274
|
+
color: #495c68;
|
275
|
+
}
|
276
|
+
.selectize-dropdown .active.create {
|
277
|
+
color: #495c68;
|
278
|
+
}
|
279
|
+
.selectize-dropdown .create {
|
280
|
+
color: rgba(48, 48, 48, 0.5);
|
281
|
+
}
|
282
|
+
.selectize-dropdown-content {
|
283
|
+
overflow-y: auto;
|
284
|
+
overflow-x: hidden;
|
285
|
+
max-height: 200px;
|
286
|
+
-webkit-overflow-scrolling: touch;
|
287
|
+
}
|
288
|
+
.selectize-control.single .selectize-input,
|
289
|
+
.selectize-control.single .selectize-input input {
|
290
|
+
cursor: pointer;
|
291
|
+
}
|
292
|
+
.selectize-control.single .selectize-input.input-active,
|
293
|
+
.selectize-control.single .selectize-input.input-active input {
|
294
|
+
cursor: text;
|
295
|
+
}
|
296
|
+
.selectize-control.single .selectize-input:after {
|
297
|
+
content: ' ';
|
298
|
+
display: block;
|
299
|
+
position: absolute;
|
300
|
+
top: 50%;
|
301
|
+
right: 15px;
|
302
|
+
margin-top: -3px;
|
303
|
+
width: 0;
|
304
|
+
height: 0;
|
305
|
+
border-style: solid;
|
306
|
+
border-width: 5px 5px 0 5px;
|
307
|
+
border-color: #808080 transparent transparent transparent;
|
308
|
+
}
|
309
|
+
.selectize-control.single .selectize-input.dropdown-active:after {
|
310
|
+
margin-top: -4px;
|
311
|
+
border-width: 0 5px 5px 5px;
|
312
|
+
border-color: transparent transparent #808080 transparent;
|
313
|
+
}
|
314
|
+
.selectize-control.rtl.single .selectize-input:after {
|
315
|
+
left: 15px;
|
316
|
+
right: auto;
|
317
|
+
}
|
318
|
+
.selectize-control.rtl .selectize-input > input {
|
319
|
+
margin: 0 4px 0 -2px !important;
|
320
|
+
}
|
321
|
+
.selectize-control .selectize-input.disabled {
|
322
|
+
opacity: 0.5;
|
323
|
+
background-color: #fafafa;
|
324
|
+
}
|
@@ -0,0 +1,80 @@
|
|
1
|
+
.timestamps {
|
2
|
+
margin: .8rem 0px;
|
3
|
+
@include breakpoint(lg) {
|
4
|
+
margin: 1.6rem 0px;
|
5
|
+
}
|
6
|
+
.label {
|
7
|
+
font-size: .8em;
|
8
|
+
font-color: #333;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
|
12
|
+
.post-single {
|
13
|
+
overflow: visible;
|
14
|
+
|
15
|
+
margin: 0px 0px;
|
16
|
+
margin-top: -1rem;
|
17
|
+
|
18
|
+
|
19
|
+
@include breakpoint(sm) {
|
20
|
+
margin: 0px .5rem;
|
21
|
+
margin-top: -2rem;
|
22
|
+
}
|
23
|
+
|
24
|
+
@include breakpoint(md) {
|
25
|
+
margin: 0px 7vw;
|
26
|
+
margin-top: -3rem;
|
27
|
+
}
|
28
|
+
@media screen and (min-width: 64em) {
|
29
|
+
margin: 0px 5vw;
|
30
|
+
margin-top: -3rem;
|
31
|
+
}
|
32
|
+
@media screen and (min-width: 80em) {
|
33
|
+
margin: 0px 10vw;
|
34
|
+
margin-top: -3rem;
|
35
|
+
}
|
36
|
+
> .container {
|
37
|
+
|
38
|
+
margin: .5rem; // for shadow
|
39
|
+
padding: 1.4rem 0px;
|
40
|
+
@include breakpoint(sm) {
|
41
|
+
margin: 1rem;
|
42
|
+
padding: 1.2rem 0px;
|
43
|
+
}
|
44
|
+
@include breakpoint(md) {
|
45
|
+
margin: 1.5rem;
|
46
|
+
padding: 2rem 0px;
|
47
|
+
}
|
48
|
+
@include breakpoint(lg) {
|
49
|
+
float: left;
|
50
|
+
margin: 0px 2.5% 4rem 2.5%;
|
51
|
+
box-sizing: border-box;
|
52
|
+
width: 70%;
|
53
|
+
}
|
54
|
+
|
55
|
+
box-shadow:
|
56
|
+
/* inset 0px 0.2rem 0.2rem -0.2rem rgba(0, 0, 0, .8), // in case of not overflowing the thumbnail ... */
|
57
|
+
0 0 0.2rem rgba(0,0,0,.8);
|
58
|
+
|
59
|
+
background-color: white;
|
60
|
+
}
|
61
|
+
.post-single > .tag-container {
|
62
|
+
@include breakpoint(lg) {
|
63
|
+
float: right;
|
64
|
+
margin: 0px 2.5%;
|
65
|
+
box-sizing: border-box;
|
66
|
+
width: 30%;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
}
|
70
|
+
article.text {
|
71
|
+
margin: 0px;
|
72
|
+
padding: 0px;
|
73
|
+
}
|
74
|
+
|
75
|
+
|
76
|
+
.post-single > .container, .post-single > article {
|
77
|
+
color: black;
|
78
|
+
text-decoration: none;
|
79
|
+
text-shadow: none;
|
80
|
+
}
|
@@ -0,0 +1,46 @@
|
|
1
|
+
.tag {
|
2
|
+
display: inline-block;
|
3
|
+
margin: .2rem;
|
4
|
+
|
5
|
+
a {
|
6
|
+
display: inline-block;
|
7
|
+
|
8
|
+
padding: .2rem .7rem;
|
9
|
+
|
10
|
+
font-size: 0.9rem;
|
11
|
+
text-shadow: none;
|
12
|
+
|
13
|
+
border-radius: .2rem;
|
14
|
+
border: none;
|
15
|
+
|
16
|
+
box-shadow: 0px 0px 1px rgba(0, 0, 0, .4);
|
17
|
+
&:hover {
|
18
|
+
border: none;
|
19
|
+
box-shadow: 0px 0px 1px rgba(0, 0, 0, .8);
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
.tag {
|
25
|
+
a {
|
26
|
+
color: $main-color-op;
|
27
|
+
background-color: rgba($main-color, 1);
|
28
|
+
}
|
29
|
+
|
30
|
+
a:hover {
|
31
|
+
color: $second-color-op;
|
32
|
+
background-color: rgba($second-color, 1);
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
.tag-sc {
|
37
|
+
a {
|
38
|
+
color: $second-color-op;
|
39
|
+
background-color: rgba($second-color, 1);
|
40
|
+
}
|
41
|
+
|
42
|
+
a:hover {
|
43
|
+
color: $main-color-op;
|
44
|
+
background-color: rgba($main-color, 1);
|
45
|
+
}
|
46
|
+
}
|
@@ -0,0 +1,105 @@
|
|
1
|
+
h1 {
|
2
|
+
font-size: 2em;
|
3
|
+
/* 2x body copy size = 32px */
|
4
|
+
line-height: 1.25;
|
5
|
+
/* 45px / 36px */
|
6
|
+
}
|
7
|
+
|
8
|
+
@media (min-width: 43.75em) {
|
9
|
+
h1 {
|
10
|
+
font-size: 2.5em;
|
11
|
+
/* 2.5x body copy size = 40px */
|
12
|
+
line-height: 1.125;
|
13
|
+
font-weight: 400;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
@media (min-width: 56.25em) {
|
18
|
+
h1 {
|
19
|
+
font-size: 3em;
|
20
|
+
/* 3x body copy size = 48px */
|
21
|
+
line-height: 1.05;
|
22
|
+
/* keep to a multiple of the 20px line height and something more appropriate for display headings */
|
23
|
+
font-weight: 300;
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
h2, .h2 {
|
28
|
+
font-size: 1.625em;
|
29
|
+
/* 1.625x body copy size = 26px */
|
30
|
+
line-height: 1.15384615;
|
31
|
+
/* 30px / 26px */
|
32
|
+
}
|
33
|
+
|
34
|
+
@media (min-width: 43.75em) {
|
35
|
+
h2, .h2 {
|
36
|
+
font-size: 2em;
|
37
|
+
/* 2x body copy size = 32px */
|
38
|
+
line-height: 1.25;
|
39
|
+
font-weight: 400;
|
40
|
+
}
|
41
|
+
}
|
42
|
+
|
43
|
+
@media (min-width: 56.25em) {
|
44
|
+
h2, .h2 {
|
45
|
+
font-size: 2.25em;
|
46
|
+
/* 2.25x body copy size = 36px */
|
47
|
+
line-height: 1.25;
|
48
|
+
font-weight: 300;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
h3, .h3 {
|
53
|
+
font-size: 1.375em;
|
54
|
+
/* 1.375x body copy size = 22px */
|
55
|
+
line-height: 1.13636364;
|
56
|
+
/* 25px / 22px */
|
57
|
+
}
|
58
|
+
|
59
|
+
@media (min-width: 43.75em) {
|
60
|
+
h3, .h3 {
|
61
|
+
font-size: 1.5em;
|
62
|
+
/* 1.5x body copy size = 24px */
|
63
|
+
line-height: 1.25;
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
@media (min-width: 56.25em) {
|
68
|
+
h3, .h3 {
|
69
|
+
font-size: 1.75em;
|
70
|
+
/* 1.75x body copy size = 28px */
|
71
|
+
line-height: 1.25;
|
72
|
+
font-weight: 400;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
h4, .h4 {
|
77
|
+
font-size: 1.125em;
|
78
|
+
/* 1.125x body copy size = 18px */
|
79
|
+
line-height: 1.11111111;
|
80
|
+
font-weight: 800;
|
81
|
+
}
|
82
|
+
|
83
|
+
@media (min-width: 43.75em) {
|
84
|
+
h4, .h4 {
|
85
|
+
font-size: 1.25em;
|
86
|
+
line-height: 1.22222222;
|
87
|
+
/* (22px / 18px */
|
88
|
+
font-weight: 500;
|
89
|
+
}
|
90
|
+
}
|
91
|
+
|
92
|
+
@media (min-width: 56.25em) {
|
93
|
+
h4, .h4 {
|
94
|
+
font-size: 1.45em;
|
95
|
+
line-height: 1.22222222;
|
96
|
+
/* (22px / 18px */
|
97
|
+
font-weight: 400;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
/*extra added*/
|
102
|
+
h5, .h5 {
|
103
|
+
font-size: 1.1em;
|
104
|
+
line-height: 1.67em;
|
105
|
+
}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
html, button, input, select, textarea,
|
2
|
+
.pure-g [class *= "pure-u"] {
|
3
|
+
font: 100%/1.6 'Lato', sans-serif;
|
4
|
+
font-weight: 400;
|
5
|
+
}
|
6
|
+
@media screen and (min-width: 35.5em) {
|
7
|
+
html, button, input, select, textarea,
|
8
|
+
.pure-g [class *= "pure-u"]
|
9
|
+
{
|
10
|
+
font-family: 'Lato', sans-serif;
|
11
|
+
font-weight: 400;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
@media screen and (min-width: 48em) {
|
15
|
+
html, button, input, select, textarea,
|
16
|
+
.pure-g [class *= "pure-u"]
|
17
|
+
{
|
18
|
+
font-family: 'Lato', sans-serif;
|
19
|
+
font-weight: 400;
|
20
|
+
}
|
21
|
+
}
|
22
|
+
@media screen and (min-width: 64em) {
|
23
|
+
html, button, input, select, textarea,
|
24
|
+
.pure-g [class *= "pure-u"]
|
25
|
+
{
|
26
|
+
font-family: 'Lato', sans-serif;
|
27
|
+
font-weight: 400;
|
28
|
+
}
|
29
|
+
}
|
Binary file
|
@@ -0,0 +1,132 @@
|
|
1
|
+
.log {
|
2
|
+
color: black;
|
3
|
+
text-shadow: none;
|
4
|
+
overflow: visible;
|
5
|
+
|
6
|
+
> header, > footer {
|
7
|
+
z-index: 2;
|
8
|
+
text-shadow: none;
|
9
|
+
background-color: white;
|
10
|
+
box-shadow: 0px 0px .1rem rgba(0, 0, 0, .5);
|
11
|
+
}
|
12
|
+
> main {
|
13
|
+
z-index: 1;
|
14
|
+
}
|
15
|
+
@include breakpoint(md) {
|
16
|
+
> header {
|
17
|
+
border-radius: .4rem .4rem 0px 0px;
|
18
|
+
}
|
19
|
+
> footer {
|
20
|
+
border-radius: 0px 0px .4rem .4rem;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
@include breakpoint(lg) {
|
24
|
+
> header {
|
25
|
+
border-radius: .4rem 0px 0px 0px;
|
26
|
+
}
|
27
|
+
> footer {
|
28
|
+
border-radius: 0px 0px 0px .4rem;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
@include breakpoint(xl) {
|
32
|
+
> header {
|
33
|
+
border-radius: .4rem 0px 0px .4rem;
|
34
|
+
}
|
35
|
+
> footer {
|
36
|
+
border-radius: 0px .4rem .4rem 0px;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
|
41
|
+
> header {
|
42
|
+
> p {
|
43
|
+
margin: 0px .4rem;
|
44
|
+
}
|
45
|
+
.profile {
|
46
|
+
@include breakpoint(lg) {
|
47
|
+
overflow-y: scroll;
|
48
|
+
max-height: calc(100% - 2rem);
|
49
|
+
}
|
50
|
+
> * {
|
51
|
+
padding: .4rem .8rem;
|
52
|
+
display: block;
|
53
|
+
}
|
54
|
+
.detail {
|
55
|
+
font-size: .8rem;
|
56
|
+
line-height: 1;
|
57
|
+
}
|
58
|
+
.avatar-container {
|
59
|
+
padding: 0px;
|
60
|
+
background-color: $main-color !important;
|
61
|
+
@include breakpoint(md) {
|
62
|
+
display: flex;
|
63
|
+
}
|
64
|
+
}
|
65
|
+
.avatar {
|
66
|
+
padding: 0px;
|
67
|
+
display: inline-block;
|
68
|
+
background-position: center;
|
69
|
+
background-repeat: no-repeat;
|
70
|
+
background-size: cover;
|
71
|
+
min-width: 2rem;
|
72
|
+
min-height: 2rem;
|
73
|
+
max-height: 30vh;
|
74
|
+
max-width: 100%;
|
75
|
+
@include breakpoint(lg) {
|
76
|
+
margin: auto;
|
77
|
+
max-height: 40vh;
|
78
|
+
}
|
79
|
+
@include breakpoint(xl) {
|
80
|
+
margin: auto;
|
81
|
+
max-height: 30vh;
|
82
|
+
}
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
}
|
87
|
+
> footer {
|
88
|
+
margin: 0px;
|
89
|
+
padding: 0px;
|
90
|
+
> menu {
|
91
|
+
justify-content: space-around;
|
92
|
+
display: flex;
|
93
|
+
flex-flow: row;
|
94
|
+
flex-wrap: wrap;
|
95
|
+
margin: 0px;
|
96
|
+
padding: 0px;
|
97
|
+
@include breakpoint(xl) {
|
98
|
+
flex-flow: column;
|
99
|
+
}
|
100
|
+
> a {
|
101
|
+
margin: 0px !important;
|
102
|
+
padding: .4rem !important;
|
103
|
+
> * {
|
104
|
+
display: inline;
|
105
|
+
}
|
106
|
+
> span {
|
107
|
+
display: none;
|
108
|
+
}
|
109
|
+
@include breakpoint(md) {
|
110
|
+
> span {
|
111
|
+
display: inline;
|
112
|
+
}
|
113
|
+
}
|
114
|
+
@include breakpoint(lg) {
|
115
|
+
padding: .8rem !important;
|
116
|
+
> span {
|
117
|
+
display: none;
|
118
|
+
}
|
119
|
+
}
|
120
|
+
@include breakpoint(xl) {
|
121
|
+
display: block;
|
122
|
+
padding: .8rem !important;
|
123
|
+
|
124
|
+
> span {
|
125
|
+
display: inline;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
}
|
129
|
+
|
130
|
+
}
|
131
|
+
}
|
132
|
+
}
|