mini-blog 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,75 @@
1
+ .highlight .hll { background-color: #ffffcc }
2
+ .highlight {
3
+ background: #e7e7e7;
4
+ margin: 0;
5
+ padding: 5px 20px;
6
+ border-radius: 8px;
7
+ overflow-x: auto;
8
+ }
9
+ .highlight .c { color: #0099FF; font-style: italic } /* Comment */
10
+ .highlight .err { color: #AA0000; background-color: #FFAAAA } /* Error */
11
+ .highlight .k { color: #006699; font-weight: bold } /* Keyword */
12
+ .highlight .o { color: #555555 } /* Operator */
13
+ .highlight .ch { color: #0099FF; font-style: italic } /* Comment.Hashbang */
14
+ .highlight .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
15
+ .highlight .cp { color: #009999 } /* Comment.Preproc */
16
+ .highlight .cpf { color: #0099FF; font-style: italic } /* Comment.PreprocFile */
17
+ .highlight .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
18
+ .highlight .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
19
+ .highlight .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
20
+ .highlight .ge { font-style: italic } /* Generic.Emph */
21
+ .highlight .gr { color: #FF0000 } /* Generic.Error */
22
+ .highlight .gh { color: #003300; font-weight: bold } /* Generic.Heading */
23
+ .highlight .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
24
+ .highlight .go { color: #AAAAAA } /* Generic.Output */
25
+ .highlight .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
26
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
27
+ .highlight .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
28
+ .highlight .gt { color: #99CC66 } /* Generic.Traceback */
29
+ .highlight .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
30
+ .highlight .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
31
+ .highlight .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
32
+ .highlight .kp { color: #006699 } /* Keyword.Pseudo */
33
+ .highlight .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
34
+ .highlight .kt { color: #007788; font-weight: bold } /* Keyword.Type */
35
+ .highlight .m { color: #FF6600 } /* Literal.Number */
36
+ .highlight .s { color: #CC3300 } /* Literal.String */
37
+ .highlight .na { color: #330099 } /* Name.Attribute */
38
+ .highlight .nb { color: #336666 } /* Name.Builtin */
39
+ .highlight .nc { color: #00AA88; font-weight: bold } /* Name.Class */
40
+ .highlight .no { color: #336600 } /* Name.Constant */
41
+ .highlight .nd { color: #9999FF } /* Name.Decorator */
42
+ .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
43
+ .highlight .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
44
+ .highlight .nf { color: #CC00FF } /* Name.Function */
45
+ .highlight .nl { color: #9999FF } /* Name.Label */
46
+ .highlight .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
47
+ .highlight .nt { color: #330099; font-weight: bold } /* Name.Tag */
48
+ .highlight .nv { color: #003333 } /* Name.Variable */
49
+ .highlight .ow { color: #000000; font-weight: bold } /* Operator.Word */
50
+ .highlight .w { color: #bbbbbb } /* Text.Whitespace */
51
+ .highlight .mb { color: #FF6600 } /* Literal.Number.Bin */
52
+ .highlight .mf { color: #FF6600 } /* Literal.Number.Float */
53
+ .highlight .mh { color: #FF6600 } /* Literal.Number.Hex */
54
+ .highlight .mi { color: #FF6600 } /* Literal.Number.Integer */
55
+ .highlight .mo { color: #FF6600 } /* Literal.Number.Oct */
56
+ .highlight .sa { color: #CC3300 } /* Literal.String.Affix */
57
+ .highlight .sb { color: #CC3300 } /* Literal.String.Backtick */
58
+ .highlight .sc { color: #CC3300 } /* Literal.String.Char */
59
+ .highlight .dl { color: #CC3300 } /* Literal.String.Delimiter */
60
+ .highlight .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
61
+ .highlight .s2 { color: #CC3300 } /* Literal.String.Double */
62
+ .highlight .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
63
+ .highlight .sh { color: #CC3300 } /* Literal.String.Heredoc */
64
+ .highlight .si { color: #AA0000 } /* Literal.String.Interpol */
65
+ .highlight .sx { color: #CC3300 } /* Literal.String.Other */
66
+ .highlight .sr { color: #33AAAA } /* Literal.String.Regex */
67
+ .highlight .s1 { color: #CC3300 } /* Literal.String.Single */
68
+ .highlight .ss { color: #FFCC33 } /* Literal.String.Symbol */
69
+ .highlight .bp { color: #336666 } /* Name.Builtin.Pseudo */
70
+ .highlight .fm { color: #CC00FF } /* Name.Function.Magic */
71
+ .highlight .vc { color: #003333 } /* Name.Variable.Class */
72
+ .highlight .vg { color: #003333 } /* Name.Variable.Global */
73
+ .highlight .vi { color: #003333 } /* Name.Variable.Instance */
74
+ .highlight .vm { color: #003333 } /* Name.Variable.Magic */
75
+ .highlight .il { color: #FF6600 } /* Literal.Number.Integer.Long */
@@ -0,0 +1,70 @@
1
+ .highlight .hll { background-color: #49483e }
2
+ .highlight { background: #272822; color: #f8f8f2 }
3
+ .highlight .c { color: #75715e } /* Comment */
4
+ .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
5
+ .highlight .k { color: #66d9ef } /* Keyword */
6
+ .highlight .l { color: #ae81ff } /* Literal */
7
+ .highlight .n { color: #f8f8f2 } /* Name */
8
+ .highlight .o { color: #f92672 } /* Operator */
9
+ .highlight .p { color: #f8f8f2 } /* Punctuation */
10
+ .highlight .ch { color: #75715e } /* Comment.Hashbang */
11
+ .highlight .cm { color: #75715e } /* Comment.Multiline */
12
+ .highlight .cp { color: #75715e } /* Comment.Preproc */
13
+ .highlight .cpf { color: #75715e } /* Comment.PreprocFile */
14
+ .highlight .c1 { color: #75715e } /* Comment.Single */
15
+ .highlight .cs { color: #75715e } /* Comment.Special */
16
+ .highlight .gd { color: #f92672 } /* Generic.Deleted */
17
+ .highlight .ge { font-style: italic } /* Generic.Emph */
18
+ .highlight .gi { color: #a6e22e } /* Generic.Inserted */
19
+ .highlight .gs { font-weight: bold } /* Generic.Strong */
20
+ .highlight .gu { color: #75715e } /* Generic.Subheading */
21
+ .highlight .kc { color: #66d9ef } /* Keyword.Constant */
22
+ .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
23
+ .highlight .kn { color: #f92672 } /* Keyword.Namespace */
24
+ .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
25
+ .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
26
+ .highlight .kt { color: #66d9ef } /* Keyword.Type */
27
+ .highlight .ld { color: #e6db74 } /* Literal.Date */
28
+ .highlight .m { color: #ae81ff } /* Literal.Number */
29
+ .highlight .s { color: #e6db74 } /* Literal.String */
30
+ .highlight .na { color: #a6e22e } /* Name.Attribute */
31
+ .highlight .nb { color: #f8f8f2 } /* Name.Builtin */
32
+ .highlight .nc { color: #a6e22e } /* Name.Class */
33
+ .highlight .no { color: #66d9ef } /* Name.Constant */
34
+ .highlight .nd { color: #a6e22e } /* Name.Decorator */
35
+ .highlight .ni { color: #f8f8f2 } /* Name.Entity */
36
+ .highlight .ne { color: #a6e22e } /* Name.Exception */
37
+ .highlight .nf { color: #a6e22e } /* Name.Function */
38
+ .highlight .nl { color: #f8f8f2 } /* Name.Label */
39
+ .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
40
+ .highlight .nx { color: #a6e22e } /* Name.Other */
41
+ .highlight .py { color: #f8f8f2 } /* Name.Property */
42
+ .highlight .nt { color: #f92672 } /* Name.Tag */
43
+ .highlight .nv { color: #f8f8f2 } /* Name.Variable */
44
+ .highlight .ow { color: #f92672 } /* Operator.Word */
45
+ .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
46
+ .highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
47
+ .highlight .mf { color: #ae81ff } /* Literal.Number.Float */
48
+ .highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
49
+ .highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
50
+ .highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
51
+ .highlight .sa { color: #e6db74 } /* Literal.String.Affix */
52
+ .highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
53
+ .highlight .sc { color: #e6db74 } /* Literal.String.Char */
54
+ .highlight .dl { color: #e6db74 } /* Literal.String.Delimiter */
55
+ .highlight .sd { color: #e6db74 } /* Literal.String.Doc */
56
+ .highlight .s2 { color: #e6db74 } /* Literal.String.Double */
57
+ .highlight .se { color: #ae81ff } /* Literal.String.Escape */
58
+ .highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
59
+ .highlight .si { color: #e6db74 } /* Literal.String.Interpol */
60
+ .highlight .sx { color: #e6db74 } /* Literal.String.Other */
61
+ .highlight .sr { color: #e6db74 } /* Literal.String.Regex */
62
+ .highlight .s1 { color: #e6db74 } /* Literal.String.Single */
63
+ .highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
64
+ .highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
65
+ .highlight .fm { color: #a6e22e } /* Name.Function.Magic */
66
+ .highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
67
+ .highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
68
+ .highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
69
+ .highlight .vm { color: #f8f8f2 } /* Name.Variable.Magic */
70
+ .highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
@@ -0,0 +1,340 @@
1
+ @import url(/assets/css/highlight_themes/manni.css);
2
+ * {
3
+ -webkit-box-sizing: border-box;
4
+ box-sizing: border-box;
5
+ -webkit-transition: all 0.3s ease-in-out;
6
+ transition: all 0.3s ease-in-out;
7
+ }
8
+
9
+ a {
10
+ text-decoration: none;
11
+ color: #0066a0;
12
+ }
13
+
14
+ a:hover {
15
+ color: #0985cc;
16
+ }
17
+
18
+ .highlighter-rouge {
19
+ background: #e7e7e7;
20
+ padding: 5px 10px;
21
+ border-radius: 4px;
22
+ border: 1px solid #ababab;
23
+ }
24
+
25
+ body {
26
+ margin: 0;
27
+ padding: 0;
28
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
29
+ background-color: #f3f3f3;
30
+ }
31
+
32
+ body .header {
33
+ height: 100vh;
34
+ }
35
+
36
+ body .header .nav {
37
+ background: #f3f3f3;
38
+ }
39
+
40
+ body .header .nav .nav-inner {
41
+ max-width: 1120px;
42
+ margin: 0 auto;
43
+ display: -ms-grid;
44
+ display: grid;
45
+ -ms-grid-columns: 200px auto;
46
+ grid-template-columns: 200px auto;
47
+ }
48
+
49
+ body .header .nav .nav-inner .logo {
50
+ font-weight: 100;
51
+ font-size: 2em;
52
+ line-height: 50px;
53
+ padding: 0 10px;
54
+ }
55
+
56
+ body .header .nav .nav-inner .logo a {
57
+ color: #3f3f3f;
58
+ }
59
+
60
+ body .header .nav .nav-inner ul {
61
+ list-style: none;
62
+ padding: 0;
63
+ margin: 0;
64
+ text-align: right;
65
+ }
66
+
67
+ body .header .nav .nav-inner ul li {
68
+ display: inline-block;
69
+ }
70
+
71
+ body .header .nav .nav-inner ul a {
72
+ display: inline-block;
73
+ line-height: 50px;
74
+ padding: 0 10px;
75
+ color: #3f3f3f;
76
+ }
77
+
78
+ body .header .nav .nav-inner ul a:hover {
79
+ background-color: #2b2b2b;
80
+ color: #f3f3f3;
81
+ }
82
+
83
+ body .header .header-wrapper {
84
+ height: calc(100vh - 50px);
85
+ width: 100%;
86
+ display: table;
87
+ }
88
+
89
+ body .header .header-wrapper .header-inner {
90
+ display: table-cell;
91
+ vertical-align: middle;
92
+ }
93
+
94
+ body .header .header-wrapper .header-inner .header-content {
95
+ text-align: center;
96
+ margin: 0 auto;
97
+ color: #f3f3f3;
98
+ }
99
+
100
+ body .header .header-wrapper .header-inner .header-content .header-image {
101
+ width: 150px;
102
+ height: 150px;
103
+ margin: 0 auto;
104
+ margin-bottom: 0px;
105
+ background: url("/assets/images/logo.jpg") center center/cover;
106
+ border-radius: 50%;
107
+ margin-bottom: 15px;
108
+ -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
109
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
110
+ }
111
+
112
+ body .header .header-wrapper .header-inner .header-content .details h1.title {
113
+ max-width: 1120px;
114
+ padding: 10px;
115
+ margin: 0 auto;
116
+ font-size: 2.5em;
117
+ }
118
+
119
+ body .header .header-wrapper .header-inner .header-content .details p.description {
120
+ font-weight: 100;
121
+ margin: 0 auto;
122
+ padding: 10px;
123
+ max-width: 1120px;
124
+ }
125
+
126
+ body .header .header-wrapper .header-inner .header-content .details p.description span {
127
+ font-weight: 700;
128
+ }
129
+
130
+ body .header .header-wrapper::before {
131
+ content: "";
132
+ position: absolute;
133
+ height: calc(100vh - 50px);
134
+ width: 100%;
135
+ background-color: #f3f3f3;
136
+ -webkit-clip-path: polygon(100% 44%, 100% 100%, 71% 100%, 95% 87%);
137
+ clip-path: polygon(100% 44%, 100% 100%, 71% 100%, 95% 87%);
138
+ }
139
+
140
+ body .header .header-wrapper::after {
141
+ content: "";
142
+ position: absolute;
143
+ left: 0;
144
+ height: calc(100vh - 50px);
145
+ width: 100%;
146
+ background-color: #f3f3f3;
147
+ -webkit-clip-path: polygon(50% 0%, 9% 7%, 0 33%, 0 0);
148
+ clip-path: polygon(50% 0%, 9% 7%, 0 33%, 0 0);
149
+ }
150
+
151
+ body .header .bg {
152
+ background-color: #2b2b2b;
153
+ width: 100%;
154
+ height: 100vh;
155
+ position: absolute;
156
+ top: 0;
157
+ z-index: -1;
158
+ }
159
+
160
+ body .page-content {
161
+ max-width: 780px;
162
+ margin: 0 auto;
163
+ }
164
+
165
+ body .page-content .home .post-list .post .post-image {
166
+ width: 200px;
167
+ padding-top: 100%;
168
+ }
169
+
170
+ body .page-content .article {
171
+ padding: 10px;
172
+ }
173
+
174
+ body .page-content .article .post-content {
175
+ font-size: 1.2em;
176
+ line-height: 1.58;
177
+ font-weight: 100;
178
+ text-align: justify;
179
+ }
180
+
181
+ body .page-content .article .post-content img {
182
+ width: 100%;
183
+ }
184
+
185
+ body .footer {
186
+ color: #f3f3f3;
187
+ background: #2b2b2b;
188
+ position: relative;
189
+ }
190
+
191
+ body .footer .footer-inner {
192
+ max-width: 1120px;
193
+ display: -ms-grid;
194
+ display: grid;
195
+ -ms-grid-columns: 33.333% 33.333% 33.333%;
196
+ grid-template-columns: 33.333% 33.333% 33.333%;
197
+ margin: 0 auto;
198
+ text-align: center;
199
+ }
200
+
201
+ body .footer .footer-inner .column .content {
202
+ z-index: 2;
203
+ padding: 10px;
204
+ position: relative;
205
+ }
206
+
207
+ body .footer .footer-inner .column .content .footer-menu ul {
208
+ padding: 0;
209
+ margin: 0;
210
+ list-style: none;
211
+ }
212
+
213
+ body .footer .footer-inner .column .content .footer-menu ul a {
214
+ color: #f3f3f3;
215
+ line-height: 26px;
216
+ }
217
+
218
+ body .footer .footer-inner .column .content .footer-menu ul a:hover {
219
+ color: #d6d6d6;
220
+ }
221
+
222
+ body .footer .footer-inner .column .content .ctg {
223
+ display: inline-block;
224
+ line-height: 30px;
225
+ padding: 0 10px;
226
+ color: #f3f3f3;
227
+ margin-top: 4px;
228
+ -webkit-clip-path: polygon(calc(100% - 10px) 0%, 100% 38%, 100% 100%, 0px 100%, 0px 0px);
229
+ clip-path: polygon(calc(100% - 10px) 0%, 100% 38%, 100% 100%, 0px 100%, 0px 0px);
230
+ }
231
+
232
+ body .footer .footer-inner .column .content .ctg:hover {
233
+ -webkit-clip-path: polygon(100% 0%, 100% 38%, 100% 100%, 0px 100%, 0px 0px);
234
+ clip-path: polygon(100% 0%, 100% 38%, 100% 100%, 0px 100%, 0px 0px);
235
+ background-color: #3f3f3f !important;
236
+ border-radius: 4px;
237
+ }
238
+
239
+ body .footer .footer-inner .column .content .ctg:nth-child(5n-4) {
240
+ background-color: #9c7575;
241
+ }
242
+
243
+ body .footer .footer-inner .column .content .ctg:nth-child(5n-3) {
244
+ background-color: #aeaeae;
245
+ }
246
+
247
+ body .footer .footer-inner .column .content .ctg:nth-child(5n-2) {
248
+ background-color: #bcc264;
249
+ }
250
+
251
+ body .footer .footer-inner .column .content .ctg:nth-child(5n-1) {
252
+ background-color: #b48eea;
253
+ }
254
+
255
+ body .footer .footer-inner .column .content .ctg:nth-child(5n) {
256
+ background-color: #6dda90;
257
+ }
258
+
259
+ body .footer .socials {
260
+ max-width: 1120px;
261
+ margin: 0 auto;
262
+ text-align: center;
263
+ padding: 10px 0;
264
+ font-size: 1.5em;
265
+ }
266
+
267
+ body .footer .socials a {
268
+ margin: 0 5px;
269
+ position: relative;
270
+ z-index: 2;
271
+ }
272
+
273
+ body .footer .socials a.facebook {
274
+ color: #3b5998;
275
+ }
276
+
277
+ body .footer .socials a.facebook:hover {
278
+ color: #4a6bb4;
279
+ }
280
+
281
+ body .footer .socials a.github {
282
+ color: #fff;
283
+ }
284
+
285
+ body .footer .socials a.github:hover {
286
+ color: #e4e4e4;
287
+ }
288
+
289
+ body .footer .socials a.google-plus {
290
+ color: #db4437;
291
+ }
292
+
293
+ body .footer .socials a.google-plus:hover {
294
+ color: #ee6053;
295
+ }
296
+
297
+ body .footer .socials a.instagram {
298
+ color: #ff3e90;
299
+ }
300
+
301
+ body .footer .socials a.instagram:hover {
302
+ color: #f11e41;
303
+ }
304
+
305
+ body .footer .socials a.twitter {
306
+ color: #1da1f2;
307
+ }
308
+
309
+ body .footer .socials a.twitter:hover {
310
+ color: #3cb4ff;
311
+ }
312
+
313
+ body .footer .socials a.youtube {
314
+ color: #f00;
315
+ }
316
+
317
+ body .footer .socials a.youtube:hover {
318
+ color: #eb4343;
319
+ }
320
+
321
+ body .footer .copyright {
322
+ text-align: center;
323
+ max-width: 1120px;
324
+ padding: 20px 10px;
325
+ margin: 0 auto;
326
+ }
327
+
328
+ body .footer .particles-js-canvas-el {
329
+ position: absolute;
330
+ top: 0;
331
+ }
332
+
333
+ body .footer #particle {
334
+ position: absolute;
335
+ top: 0;
336
+ width: 100%;
337
+ height: 100%;
338
+ z-index: 1;
339
+ }
340
+ /*# sourceMappingURL=main.css.map */