Started building a Website with Jekyll based on Uno-Timeline
This commit is contained in:
commit
2d9e9fb878
103 changed files with 6371 additions and 0 deletions
42
_sass/_gallery.scss
Normal file
42
_sass/_gallery.scss
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
.gallery-list {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gallery-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem; /* space between image and text */
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
.gallery-item img:hover {
|
||||
transform: scale(1.03);
|
||||
}
|
||||
|
||||
.gallery-item .info {
|
||||
flex: 1; /* text takes remaining width */
|
||||
}
|
||||
|
||||
.gallery-item .info h3 {
|
||||
margin: 0;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.gallery-item .info p {
|
||||
margin: 0.3rem 0 0;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.gallery-item img {
|
||||
max-width: 220px; /* never wider than 150px */
|
||||
width: 100%; /* scale down proportionally */
|
||||
height: auto; /* keep aspect ratio */
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
flex-shrink: 0; /* don’t let flexbox shrink it */
|
||||
transition: transform 0.2s ease;
|
||||
display: block; /* remove any inline gap issues */
|
||||
margin-right: 35px;
|
||||
}
|
||||
3432
_sass/animate.scss
vendored
Normal file
3432
_sass/animate.scss
vendored
Normal file
File diff suppressed because it is too large
Load diff
66
_sass/monokai.scss
Normal file
66
_sass/monokai.scss
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
pre.highlight,
|
||||
.highlight pre { background-color: #272822; }
|
||||
.highlight .hll { background-color: #272822; }
|
||||
.highlight .c { color: #75715e } /* Comment */
|
||||
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
|
||||
.highlight .k { color: #66d9ef } /* Keyword */
|
||||
.highlight .l { color: #ae81ff } /* Literal */
|
||||
.highlight .n { color: #f8f8f2 } /* Name */
|
||||
.highlight .o { color: #f92672 } /* Operator */
|
||||
.highlight .p { color: #f8f8f2 } /* Punctuation */
|
||||
.highlight .cm { color: #75715e } /* Comment.Multiline */
|
||||
.highlight .cp { color: #75715e } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #75715e } /* Comment.Single */
|
||||
.highlight .cs { color: #75715e } /* Comment.Special */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .kc { color: #66d9ef } /* Keyword.Constant */
|
||||
.highlight .kd { color: #66d9ef } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #f92672 } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #66d9ef } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #66d9ef } /* Keyword.Type */
|
||||
.highlight .ld { color: #e6db74 } /* Literal.Date */
|
||||
.highlight .m { color: #ae81ff } /* Literal.Number */
|
||||
.highlight .s { color: #e6db74 } /* Literal.String */
|
||||
.highlight .na { color: #a6e22e } /* Name.Attribute */
|
||||
.highlight .nb { color: #f8f8f2 } /* Name.Builtin */
|
||||
.highlight .nc { color: #a6e22e } /* Name.Class */
|
||||
.highlight .no { color: #66d9ef } /* Name.Constant */
|
||||
.highlight .nd { color: #a6e22e } /* Name.Decorator */
|
||||
.highlight .ni { color: #f8f8f2 } /* Name.Entity */
|
||||
.highlight .ne { color: #a6e22e } /* Name.Exception */
|
||||
.highlight .nf { color: #a6e22e } /* Name.Function */
|
||||
.highlight .nl { color: #f8f8f2 } /* Name.Label */
|
||||
.highlight .nn { color: #f8f8f2 } /* Name.Namespace */
|
||||
.highlight .nx { color: #a6e22e } /* Name.Other */
|
||||
.highlight .py { color: #f8f8f2 } /* Name.Property */
|
||||
.highlight .nt { color: #f92672 } /* Name.Tag */
|
||||
.highlight .nv { color: #f8f8f2 } /* Name.Variable */
|
||||
.highlight .ow { color: #f92672 } /* Operator.Word */
|
||||
.highlight .w { color: #f8f8f2 } /* Text.Whitespace */
|
||||
.highlight .mf { color: #ae81ff } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #ae81ff } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #ae81ff } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #ae81ff } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #e6db74 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #e6db74 } /* Literal.String.Char */
|
||||
.highlight .sd { color: #e6db74 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #e6db74 } /* Literal.String.Double */
|
||||
.highlight .se { color: #ae81ff } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #e6db74 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #e6db74 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #e6db74 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #e6db74 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #e6db74 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #e6db74 } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #f8f8f2 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #f8f8f2 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #f8f8f2 } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #ae81ff } /* Literal.Number.Integer.Long */
|
||||
|
||||
.highlight .gh { } /* Generic Heading & Diff Header */
|
||||
.highlight .gu { color: #75715e; } /* Generic.Subheading & Diff Unified/Comment? */
|
||||
.highlight .gd { color: #f92672; } /* Generic.Deleted & Diff Deleted */
|
||||
.highlight .gi { color: #a6e22e; } /* Generic.Inserted & Diff Inserted */
|
||||
24
_sass/tables.scss
Normal file
24
_sass/tables.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
table {
|
||||
margin-bottom: 1.3em;
|
||||
thead {
|
||||
font-weight: bold;
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
border-bottom: 4px solid #888;
|
||||
font-weight: bold;
|
||||
padding: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
tr {
|
||||
&:nth-child(even) td {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
235
_sass/timeline.scss
Normal file
235
_sass/timeline.scss
Normal file
|
|
@ -0,0 +1,235 @@
|
|||
|
||||
.timeline {
|
||||
position: relative;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
|
||||
.timeline:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 50%; /* place it in the horizontal center */
|
||||
transform: translateX(-50%); /* shift back by half its own width */
|
||||
width: 0; /* we don’t want width, just a border */
|
||||
border-left: 3px solid #ffffff3c;
|
||||
}
|
||||
|
||||
.timeline>li {
|
||||
position: relative;
|
||||
margin-bottom: 50px;
|
||||
min-height: 50px;
|
||||
|
||||
}
|
||||
|
||||
.timeline > li.timeline-inverted {
|
||||
display: flex;
|
||||
align-items: center; /* centers panel and image vertically */
|
||||
justify-content: flex-end; /* Left on X-axis */
|
||||
}
|
||||
|
||||
|
||||
.timeline>li:before,
|
||||
.timeline>li:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.timeline>li:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
.timeline>li .timeline-panel {
|
||||
float: right;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding: 0 20px 0 20px;
|
||||
text-align: left;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-panel:before {
|
||||
right: auto;
|
||||
left: -15px;
|
||||
border-right-width: 15px;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-panel:after {
|
||||
right: auto;
|
||||
left: -14px;
|
||||
border-right-width: 14px;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-image {
|
||||
visibility: hidden;
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
border: 1px solid #000000;
|
||||
border-radius: 100%;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
display: flex;
|
||||
box-shadow: 0 0 0 2px #eeeeee,
|
||||
}
|
||||
|
||||
.img-me {
|
||||
z-index: 100;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border-radius: 20%;
|
||||
text-align: center;
|
||||
background-color: #fff;
|
||||
margin: auto auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-image h4 {
|
||||
margin-top: 12px;
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.img-me h4 {
|
||||
margin-top: 12px;
|
||||
font-size: 10px;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
.timeline>li.timeline-inverted>.timeline-panel {
|
||||
float: right;
|
||||
padding: 0 20px 0 20px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.timeline>li.timeline-inverted>.timeline-panel:before {
|
||||
right: auto;
|
||||
left: -15px;
|
||||
border-right-width: 15px;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.timeline>li.timeline-inverted>.timeline-panel:after {
|
||||
right: auto;
|
||||
left: -14px;
|
||||
border-right-width: 14px;
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.timeline>li:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.timeline .timeline-heading h4 {
|
||||
margin-top: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.timeline .timeline-heading h4.subheading {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.timeline .timeline-body>p,
|
||||
.timeline .timeline-body>ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media(min-width:768px) {
|
||||
.timeline:before {
|
||||
left: 10%;
|
||||
width: 4px;
|
||||
}
|
||||
|
||||
.timeline>li {
|
||||
margin-bottom: 100px;
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-panel {
|
||||
float: left;
|
||||
width: 60%;
|
||||
padding: 0 20px 20px 30px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-image {
|
||||
visibility: visible;
|
||||
left: 9%;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
margin-left: -50px;
|
||||
}
|
||||
|
||||
.img-me {
|
||||
//left: 50%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 86px;
|
||||
max-height: 86px;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-image h4 {
|
||||
margin-top: 16px;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.img-me h4 {
|
||||
margin-top: 16px;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.timeline>li.timeline-inverted>.timeline-panel {
|
||||
float: right;
|
||||
padding: 0 30px 20px 20px;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
@media(min-width:992px) {
|
||||
.timeline>li {
|
||||
min-height: 150px;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-panel {
|
||||
float: left;
|
||||
width: 60%;
|
||||
padding: 0 20px 20px;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-image {
|
||||
visibility: visible;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin-left: -75px;
|
||||
}
|
||||
|
||||
.img-me {
|
||||
max-width:120px;
|
||||
max-height:120px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.timeline>li .timeline-image h4 {
|
||||
margin-top: 30px;
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.img-me h4 {
|
||||
margin-top: 30px;
|
||||
font-size: 18px;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
.timeline>li.timeline-inverted>.timeline-panel {
|
||||
padding: 0 20px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
826
_sass/uno.scss
Normal file
826
_sass/uno.scss
Normal file
|
|
@ -0,0 +1,826 @@
|
|||
@use "animate";
|
||||
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-size: 100%;
|
||||
font: inherit;
|
||||
vertical-align: baseline; }
|
||||
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
|
||||
display: block; }
|
||||
|
||||
body {
|
||||
line-height: 1; }
|
||||
|
||||
ol, ul {
|
||||
list-style: none; }
|
||||
|
||||
blockquote, q {
|
||||
quotes: none; }
|
||||
|
||||
blockquote:before, blockquote:after {
|
||||
content: '';
|
||||
content: none; }
|
||||
|
||||
q:before, q:after {
|
||||
content: '';
|
||||
content: none; }
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0; }
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
*zoom: 1; }
|
||||
body:before, body:after {
|
||||
content: "";
|
||||
display: table; }
|
||||
body:after {
|
||||
clear: both; }
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
background-color: #151515;}
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
max-height: 100%; }
|
||||
|
||||
body {
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-size: 1em;
|
||||
color: #d8d8d8; }
|
||||
|
||||
::selection {
|
||||
background: #fae3df; }
|
||||
|
||||
::-moz-selection {
|
||||
background: #fae3df; }
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #eeeeee; } //text color
|
||||
a:hover {
|
||||
color: #1c7fb9; //hover color
|
||||
-o-transition: .5s;
|
||||
-ms-transition: .5s;
|
||||
-moz-transition: .5s;
|
||||
-webkit-transition: .5s; }
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h5 {
|
||||
margin-top: .8em;
|
||||
margin-bottom: .4em;
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-weight: lighter;
|
||||
color: #e1e1e1;
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
font-size: 3.2em;
|
||||
line-height: 1.2em;
|
||||
letter-spacing: .05em; }
|
||||
|
||||
h2 {
|
||||
font-size: 2.2em; }
|
||||
|
||||
h3 {
|
||||
font-size: 1.8em; }
|
||||
|
||||
h4 {
|
||||
font-size: 1.4em; }
|
||||
|
||||
h4 {
|
||||
font-size: 1.2em; }
|
||||
|
||||
h5 {
|
||||
font-size: 1em; }
|
||||
|
||||
p {
|
||||
margin-bottom: 1.3em;
|
||||
line-height: 1.7em; }
|
||||
|
||||
strong {
|
||||
font-weight: bold; }
|
||||
|
||||
em {
|
||||
font-style: italic; }
|
||||
|
||||
blockquote {
|
||||
margin: 1em 0;
|
||||
padding: 2em 0;
|
||||
background: #f8f8f8;
|
||||
border: 1px solid #eeeeee;
|
||||
border-radius: 3px;
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-weight: lighter;
|
||||
font-style: italic;
|
||||
font-size: 1.3em;
|
||||
text-align: center; }
|
||||
blockquote p:last-child {
|
||||
margin-bottom: 0; }
|
||||
|
||||
ol, ul {
|
||||
margin: 0 0 1.3em 2.5em; }
|
||||
ol li, ul li {
|
||||
margin: 0 0 .2em 0;
|
||||
line-height: 1.6em; }
|
||||
ol ol, ol ul, ul ol, ul ul {
|
||||
margin: .1em 0 .2em 2em; }
|
||||
|
||||
ol {
|
||||
list-style-type: decimal; }
|
||||
|
||||
ul {
|
||||
list-style-type: disc; }
|
||||
|
||||
code {
|
||||
padding: .1em .4em;
|
||||
background: #e8f2fb;
|
||||
border: 1px solid #c9e1f6;
|
||||
border-radius: 3px;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
||||
font-size: .85em; }
|
||||
|
||||
pre {
|
||||
margin-bottom: 1.3em;
|
||||
/* padding: 1em 2.5%;
|
||||
background: #e8f2fb;
|
||||
border: 1px solid #c9e1f6; */
|
||||
border-radius: 3px;
|
||||
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
||||
font-size: .9em;
|
||||
font-weight: normal;
|
||||
line-height: 1.3em; }
|
||||
pre code {
|
||||
padding: 0;
|
||||
background: none;
|
||||
border: none; }
|
||||
|
||||
.date,
|
||||
.time,
|
||||
.author,
|
||||
.tags {
|
||||
font-size: .8em;
|
||||
color: #c7c7c7; }
|
||||
.date a,
|
||||
.time a,
|
||||
.author a,
|
||||
.tags a {
|
||||
color: #666666; }
|
||||
.date a:hover,
|
||||
.time a:hover,
|
||||
.author a:hover,
|
||||
.tags a:hover {
|
||||
color: #b9301c; }
|
||||
|
||||
|
||||
.excerpt {
|
||||
margin: 0;
|
||||
font-size: .9em;
|
||||
color: #999999; }
|
||||
|
||||
.intro {
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-size: 1.2em;
|
||||
font-weight: lighter;
|
||||
color: #999999; }
|
||||
|
||||
.block-heading {
|
||||
display: inline;
|
||||
float: left;
|
||||
width: 940px;
|
||||
margin: 0 10px;
|
||||
position: relative;
|
||||
bottom: -15px;
|
||||
font-size: .8em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px; }
|
||||
|
||||
.label {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
padding: 8px 18px 9px 18px;
|
||||
background: #e25440;
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
color: #FFF; }
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
z-index: 500;
|
||||
width: 940px;
|
||||
margin: 0 auto; }
|
||||
|
||||
.content-wrapper {
|
||||
z-index: 800;
|
||||
width: 60%;
|
||||
max-width: 800px;
|
||||
margin-left: 40%; }
|
||||
|
||||
.content-wrapper__inner {
|
||||
margin: 0 10%;
|
||||
padding: 50px 0; }
|
||||
|
||||
.content-wrapper {
|
||||
display: flex;
|
||||
align-items: stretch; /* ensures the line spans full height */
|
||||
}
|
||||
|
||||
.left-line {
|
||||
width: 3px; /* thickness of the line */
|
||||
background-color: #454545; /* color of the line */
|
||||
}
|
||||
|
||||
.content-wrapper__inner {
|
||||
flex: 1; /* take remaining space */
|
||||
/* no padding needed unless you want spacing inside */
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: block;
|
||||
padding: 2em 0 0 0;
|
||||
border-top: 2px solid #dddddd;
|
||||
font-size: .7em;
|
||||
color: #b3b3b3; }
|
||||
|
||||
.footer__copyright {
|
||||
display: block;
|
||||
margin-bottom: .7em; }
|
||||
.footer__copyright a {
|
||||
color: #a6a6a6;
|
||||
text-decoration: underline; }
|
||||
.footer__copyright a:hover {
|
||||
color: #b9301c; }
|
||||
|
||||
.avatar,
|
||||
.logo {
|
||||
border-radius: 50%;
|
||||
border: 3px solid #FFF;
|
||||
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
|
||||
height: 100px;}
|
||||
|
||||
|
||||
hr {
|
||||
border: none; }
|
||||
|
||||
.section-title__divider {
|
||||
width: 30%;
|
||||
margin: 2.2em 0 2.1em 0;
|
||||
border-top: 1px solid #dddddd; }
|
||||
|
||||
.post-comments {
|
||||
border-top: 1px solid #dddddd;
|
||||
padding: 60px 0; }
|
||||
|
||||
.post-meta {
|
||||
margin: 0 0 .4em 0;
|
||||
color: #c7c7c7; }
|
||||
|
||||
.post-meta__date {
|
||||
margin-right: .5em; }
|
||||
|
||||
.post-meta__tags {
|
||||
margin-left: .4em; }
|
||||
|
||||
.post-meta__author {
|
||||
margin-left: 1.5em; }
|
||||
|
||||
.post-meta__avatar {
|
||||
display: inline-block;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
margin: 0 .3em -.4em 0;
|
||||
border: none;
|
||||
box-shadow: none; }
|
||||
|
||||
.post img {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
border-radius: 3px;
|
||||
text-align: center; }
|
||||
|
||||
.post pre {
|
||||
width: 95%; }
|
||||
|
||||
.post hr {
|
||||
display: block;
|
||||
width: 30%;
|
||||
margin: 2em 0;
|
||||
border-top: 1px solid #dddddd; }
|
||||
|
||||
.error-code {
|
||||
font-size: 6em; }
|
||||
|
||||
.panel {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.panel__vertical {
|
||||
display: table-cell;
|
||||
vertical-align: middle; }
|
||||
|
||||
.panel-title {
|
||||
margin: 0 0 5px 0;
|
||||
font-size: 2.5em;
|
||||
color: #FFF; }
|
||||
|
||||
.panel-subtitle {
|
||||
font-family: "Roboto Slab", serif;
|
||||
font-size: 1.2em;
|
||||
font-weight: lighter;
|
||||
letter-spacing: 3px;
|
||||
color: #cccccc;
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
|
||||
.panel-cover {
|
||||
display: block;
|
||||
position: fixed;
|
||||
z-index: 900;
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
height: 100%;
|
||||
background: url(../images/background-cover.jpg) top left no-repeat #666666;
|
||||
background-size: cover; }
|
||||
|
||||
.panel-cover--collapsed {
|
||||
width: 40%;
|
||||
max-width: 530px; }
|
||||
|
||||
.panel-cover--overlay {
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: rgba(68, 68, 68, 0.6);
|
||||
background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9));
|
||||
background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.6) 20%, rgba(0, 0, 0, 0.9)); }
|
||||
|
||||
.panel-cover__logo {
|
||||
margin-bottom: .2em; }
|
||||
|
||||
.panel-cover__description {
|
||||
margin: 0 30px; }
|
||||
|
||||
.panel-cover__divider {
|
||||
width: 50%;
|
||||
margin: 20px auto;
|
||||
border-top: 2px solid rgba(255, 255, 255, 0.146); }
|
||||
|
||||
.panel-cover__divider--secondary {
|
||||
width: 15%; }
|
||||
|
||||
.panel-main {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.no-js .panel-main {
|
||||
width: 40%;
|
||||
max-width: 530px; }
|
||||
|
||||
.panel-main__inner {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
z-index: 800;
|
||||
padding: 0 60px; }
|
||||
|
||||
.panel-main__content {
|
||||
max-width: 620px;
|
||||
margin: 0 auto; }
|
||||
|
||||
.panel-main__content--fixed {
|
||||
width: 480px;
|
||||
transition: width 1s;
|
||||
-webkit-transition: width 1s;
|
||||
/* Safari */ }
|
||||
|
||||
.panel-inverted {
|
||||
font-weight: 100;
|
||||
text-align: center;
|
||||
color: #FFF;
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
|
||||
.panel-inverted a {
|
||||
color: #FFF; }
|
||||
|
||||
.cover-navigation {
|
||||
margin-top: 10px; }
|
||||
|
||||
.cover-navigation--social {
|
||||
margin-right: 30px; }
|
||||
|
||||
.cover-green {
|
||||
background-color: rgba(21, 111, 120, 0.6);
|
||||
background-image: -webkit-linear-gradient(-410deg, rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8));
|
||||
background-image: linear-gradient(140deg,rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8)); }
|
||||
|
||||
.cover-purple {
|
||||
background-color: rgba(73, 50, 82, 0.6);
|
||||
background-image: -webkit-linear-gradient(-410deg, rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8));
|
||||
background-image: linear-gradient(140deg,rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8)); }
|
||||
|
||||
.cover-red {
|
||||
background-color: rgba(119, 31, 18, 0.6);
|
||||
background-image: -webkit-linear-gradient(-410deg, rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8));
|
||||
background-image: linear-gradient(140deg,rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8)); }
|
||||
|
||||
.cover-slate {
|
||||
background-color: rgba(61, 66, 96, 0.6);
|
||||
background-image: -webkit-linear-gradient(-410deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
|
||||
background-image: linear-gradient(140deg,rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8)); }
|
||||
|
||||
.cover-disabled {
|
||||
background: none; }
|
||||
|
||||
.btn, .navigation__item a {
|
||||
display: inline-flex; /* enables flexbox */
|
||||
justify-content: center; /* horizontal centering */
|
||||
align-items: center;
|
||||
padding: 10px 10px;
|
||||
border: 2px solid #e25440;
|
||||
border-radius: 5px;
|
||||
font-size: .9em;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
text-shadow: none;
|
||||
color: #e25440;
|
||||
-webkit-font-smoothing: antialiased; }
|
||||
.btn:hover, .navigation__item a:hover {
|
||||
color: #b9301c;
|
||||
border-color: #b9301c; }
|
||||
|
||||
.btn-secondary {
|
||||
border-color: #5ba4e5;
|
||||
color: #5ba4e5; }
|
||||
.btn-secondary:hover {
|
||||
color: #217fd2;
|
||||
border-color: #217fd2; }
|
||||
|
||||
.btn-tertiary {
|
||||
border-color: #999999;
|
||||
color: #999999; }
|
||||
.btn-tertiary:hover {
|
||||
color: #737373;
|
||||
border-color: #737373; }
|
||||
|
||||
.btn-large {
|
||||
padding: 10px 24px;
|
||||
font-size: 1.1em; }
|
||||
|
||||
.btn-small {
|
||||
padding: 8px 12px;
|
||||
font-size: .7em; }
|
||||
|
||||
.btn-mobile-menu {
|
||||
display: none;
|
||||
position: fixed;
|
||||
z-index: 9999;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 42px;
|
||||
background: rgba(0, 0, 0, 0.40);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
text-align: center; }
|
||||
|
||||
.btn-mobile-menu__icon,
|
||||
.btn-mobile-close__icon {
|
||||
position: relative;
|
||||
top: 3px;
|
||||
font-size: 36px;
|
||||
color: #FFF; }
|
||||
|
||||
nav {
|
||||
display: inline-block;
|
||||
position: relative; }
|
||||
|
||||
.navigation {
|
||||
justify-content: center;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
list-style-type: none; }
|
||||
|
||||
.navigation__item {
|
||||
display: inline-block;
|
||||
margin: 6px 6px 0 0;
|
||||
line-height: 1em; }
|
||||
.navigation__item a {
|
||||
display: block;
|
||||
position: relative;
|
||||
border-color: #FFF;
|
||||
color: #FFF;
|
||||
opacity: .8; }
|
||||
.navigation__item a:hover {
|
||||
color: #FFF;
|
||||
border-color: #FFF;
|
||||
opacity: 1; }
|
||||
|
||||
.navigation--social {
|
||||
margin-right: 1.5em; }
|
||||
.navigation--social a {
|
||||
padding: 8px 8px 8px 8px; }
|
||||
.navigation--social a .label {
|
||||
display: none; }
|
||||
.navigation--social a .icon {
|
||||
display: block;
|
||||
font-size: 1.7em; }
|
||||
|
||||
.pagination {
|
||||
display: block;
|
||||
margin: 0 0 4em 0; }
|
||||
|
||||
.pagination__page-number {
|
||||
margin: 0;
|
||||
font-size: .8em;
|
||||
color: #999999; }
|
||||
|
||||
.pagination__newer {
|
||||
margin-right: 1em; }
|
||||
|
||||
.pagination__older {
|
||||
margin-left: 1em; }
|
||||
|
||||
i {
|
||||
font-family: 'entypo';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 18px; }
|
||||
|
||||
.icon-social {
|
||||
font-family: 'entypo-social';
|
||||
font-size: 22px;
|
||||
display: block;
|
||||
position: relative; }
|
||||
|
||||
.post-list {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
text-align: left; }
|
||||
.post-list li {
|
||||
margin: 0 0 2.2em 0; }
|
||||
.post-list li:last-child hr {
|
||||
display: none; }
|
||||
|
||||
.post-list__post-title {
|
||||
margin-top: 0;
|
||||
margin-bottom: .2em;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.3em; }
|
||||
.post-list__post-title a {
|
||||
color: #333333; }
|
||||
.post-list__post-title a:hover {
|
||||
color: #b9301c; }
|
||||
|
||||
.post-list__meta {
|
||||
display: block;
|
||||
margin: .7em 0 0 0;
|
||||
font-size: .9em;
|
||||
color: #c7c7c7; }
|
||||
|
||||
.post-list__meta--date {
|
||||
margin-right: .5em;
|
||||
color: #c7c7c7; }
|
||||
|
||||
.post-list__meta--tags {
|
||||
margin-left: .5em; }
|
||||
|
||||
.post-list__divider {
|
||||
width: 30%;
|
||||
margin: 2.2em 0 2.1em 0;
|
||||
border-top: 1px solid #dddddd; }
|
||||
|
||||
*:focus {
|
||||
outline: none; }
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="datetime"],
|
||||
input[type="datetime-local"],
|
||||
input[type="date"],
|
||||
input[type="month"],
|
||||
input[type="time"],
|
||||
input[type="week"],
|
||||
input[type="number"],
|
||||
input[type="email"],
|
||||
input[type="url"],
|
||||
input[type="search"],
|
||||
input[type="tel"] {
|
||||
width: 240px;
|
||||
padding: 1em 1em;
|
||||
background: #FFF;
|
||||
border: 1px solid #dddddd;
|
||||
border-radius: 3px;
|
||||
font-size: .9em;
|
||||
color: #666666; }
|
||||
input[type="text"]:focus,
|
||||
input[type="password"]:focus,
|
||||
input[type="datetime"]:focus,
|
||||
input[type="datetime-local"]:focus,
|
||||
input[type="date"]:focus,
|
||||
input[type="month"]:focus,
|
||||
input[type="time"]:focus,
|
||||
input[type="week"]:focus,
|
||||
input[type="number"]:focus,
|
||||
input[type="email"]:focus,
|
||||
input[type="url"]:focus,
|
||||
input[type="search"]:focus,
|
||||
input[type="tel"]:focus {
|
||||
border-color: #5ba4e5; }
|
||||
input[type="text"]::-webkit-input-placeholder,
|
||||
input[type="password"]::-webkit-input-placeholder,
|
||||
input[type="datetime"]::-webkit-input-placeholder,
|
||||
input[type="datetime-local"]::-webkit-input-placeholder,
|
||||
input[type="date"]::-webkit-input-placeholder,
|
||||
input[type="month"]::-webkit-input-placeholder,
|
||||
input[type="time"]::-webkit-input-placeholder,
|
||||
input[type="week"]::-webkit-input-placeholder,
|
||||
input[type="number"]::-webkit-input-placeholder,
|
||||
input[type="email"]::-webkit-input-placeholder,
|
||||
input[type="url"]::-webkit-input-placeholder,
|
||||
input[type="search"]::-webkit-input-placeholder,
|
||||
input[type="tel"]::-webkit-input-placeholder {
|
||||
color: #cccccc; }
|
||||
input[type="text"]::-moz-placeholder,
|
||||
input[type="password"]::-moz-placeholder,
|
||||
input[type="datetime"]::-moz-placeholder,
|
||||
input[type="datetime-local"]::-moz-placeholder,
|
||||
input[type="date"]::-moz-placeholder,
|
||||
input[type="month"]::-moz-placeholder,
|
||||
input[type="time"]::-moz-placeholder,
|
||||
input[type="week"]::-moz-placeholder,
|
||||
input[type="number"]::-moz-placeholder,
|
||||
input[type="email"]::-moz-placeholder,
|
||||
input[type="url"]::-moz-placeholder,
|
||||
input[type="search"]::-moz-placeholder,
|
||||
input[type="tel"]::-moz-placeholder {
|
||||
color: #cccccc; }
|
||||
input[type="text"]:-moz-placeholder,
|
||||
input[type="password"]:-moz-placeholder,
|
||||
input[type="datetime"]:-moz-placeholder,
|
||||
input[type="datetime-local"]:-moz-placeholder,
|
||||
input[type="date"]:-moz-placeholder,
|
||||
input[type="month"]:-moz-placeholder,
|
||||
input[type="time"]:-moz-placeholder,
|
||||
input[type="week"]:-moz-placeholder,
|
||||
input[type="number"]:-moz-placeholder,
|
||||
input[type="email"]:-moz-placeholder,
|
||||
input[type="url"]:-moz-placeholder,
|
||||
input[type="search"]:-moz-placeholder,
|
||||
input[type="tel"]:-moz-placeholder {
|
||||
color: #cccccc; }
|
||||
input[type="text"]:-ms-input-placeholder,
|
||||
input[type="password"]:-ms-input-placeholder,
|
||||
input[type="datetime"]:-ms-input-placeholder,
|
||||
input[type="datetime-local"]:-ms-input-placeholder,
|
||||
input[type="date"]:-ms-input-placeholder,
|
||||
input[type="month"]:-ms-input-placeholder,
|
||||
input[type="time"]:-ms-input-placeholder,
|
||||
input[type="week"]:-ms-input-placeholder,
|
||||
input[type="number"]:-ms-input-placeholder,
|
||||
input[type="email"]:-ms-input-placeholder,
|
||||
input[type="url"]:-ms-input-placeholder,
|
||||
input[type="search"]:-ms-input-placeholder,
|
||||
input[type="tel"]:-ms-input-placeholder {
|
||||
color: #cccccc; }
|
||||
|
||||
@media all and (min-width: 1300px) {
|
||||
.content-wrapper {
|
||||
margin-left: 530px; } }
|
||||
@media all and (max-width: 1100px) {
|
||||
.panel-cover__logo {
|
||||
width: 70px; }
|
||||
|
||||
.panel-title {
|
||||
font-size: 2em; }
|
||||
|
||||
.panel-subtitle {
|
||||
font-size: 1em; }
|
||||
|
||||
.panel-cover__description {
|
||||
margin: 0 10px;
|
||||
font-size: .9em; }
|
||||
|
||||
.navigation--social {
|
||||
margin-top: 5px;
|
||||
margin-left: 0; } }
|
||||
@media all and (max-width: 960px) {
|
||||
.btn-mobile-menu {
|
||||
display: block; }
|
||||
|
||||
.panel-main {
|
||||
display: table;
|
||||
position: relative; }
|
||||
|
||||
.panel-cover--collapsed {
|
||||
width: 100%;
|
||||
max-width: none; }
|
||||
|
||||
.panel-main__inner {
|
||||
display: table-cell;
|
||||
padding: 60px 10%; }
|
||||
|
||||
.panel-cover__description {
|
||||
display: block;
|
||||
max-width: 600px;
|
||||
margin: 0 auto; }
|
||||
|
||||
.panel-cover__divider--secondary {
|
||||
display: none; }
|
||||
|
||||
.panel-cover {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-position: center center; }
|
||||
.panel-cover.panel-cover--collapsed {
|
||||
display: block;
|
||||
position: relative;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
background-position: center center; }
|
||||
.panel-cover.panel-cover--collapsed .panel-main__inner {
|
||||
display: block;
|
||||
padding: 70px 0 30px 0; }
|
||||
.panel-cover.panel-cover--collapsed .panel-cover__logo {
|
||||
width: 60px;
|
||||
border-width: 2px; }
|
||||
.panel-cover.panel-cover--collapsed .panel-cover__description {
|
||||
display: none; }
|
||||
.panel-cover.panel-cover--collapsed .panel-cover__divider {
|
||||
display: none;
|
||||
margin: 1em auto; }
|
||||
|
||||
.navigation-wrapper {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 42px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
background: rgba(51, 51, 51, 0.98);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
|
||||
.navigation-wrapper.visible {
|
||||
display: block; }
|
||||
|
||||
.cover-navigation {
|
||||
display: block;
|
||||
position: relative;
|
||||
float: left;
|
||||
clear: left;
|
||||
width: 100%; }
|
||||
.cover-navigation .navigation {
|
||||
display: block;
|
||||
width: 100%; }
|
||||
.cover-navigation .navigation li {
|
||||
width: 80%;
|
||||
margin-bottom: .4em; }
|
||||
.cover-navigation.navigation--social {
|
||||
padding-top: 5px; }
|
||||
.cover-navigation.navigation--social .navigation li {
|
||||
display: inline-block;
|
||||
width: 25.8%; }
|
||||
|
||||
.content-wrapper {
|
||||
width: 80%;
|
||||
max-width: none;
|
||||
margin: 0 auto; }
|
||||
|
||||
.content-wrapper__inner {
|
||||
margin-right: 0;
|
||||
margin-left: 0; }
|
||||
|
||||
.navigation__item {
|
||||
width: 100%;
|
||||
margin: 0 0 .4em 0; } }
|
||||
|
||||
@media all and (max-width: 340px) {
|
||||
.panel-main__inner {
|
||||
padding: 0 5%; }
|
||||
|
||||
.panel-title {
|
||||
margin-bottom: .1em;
|
||||
font-size: 1.5em; }
|
||||
|
||||
.panel-subtitle {
|
||||
font-size: .9em; }
|
||||
|
||||
.btn, .navigation__item a {
|
||||
display: block;
|
||||
margin-bottom: .4em; } }
|
||||
Loading…
Add table
Add a link
Reference in a new issue