removed hardcoded theme paths in templates
parent
f58c099721
commit
dbe74e13ca
@ -1,9 +0,0 @@
|
|||||||
import Base from "./Base.js";
|
|
||||||
|
|
||||||
document.addEventListener(
|
|
||||||
"DOMContentLoaded",
|
|
||||||
function () {
|
|
||||||
var base = new Base();
|
|
||||||
},
|
|
||||||
false
|
|
||||||
);
|
|
@ -1,184 +1,226 @@
|
|||||||
html, body
|
html
|
||||||
font: 400 1em $baseType
|
margin: 0
|
||||||
|
padding: 0
|
||||||
|
width: 100%
|
||||||
height: 100%
|
height: 100%
|
||||||
|
overflow: hidden
|
||||||
|
font: 400 1.2em/1.4em $baseType
|
||||||
|
|
||||||
body
|
body
|
||||||
background: $primary
|
background: $white
|
||||||
|
margin: 0
|
||||||
|
padding: 0
|
||||||
|
perspective: 1px
|
||||||
|
transform-style: preserve-3d
|
||||||
|
height: 100%
|
||||||
|
width: 100%
|
||||||
|
overflow-y: scroll
|
||||||
|
overflow-x: hidden
|
||||||
|
|
||||||
a
|
a
|
||||||
|
color: $primary
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
color: $tertiary
|
border-bottom: 1px solid $highlight
|
||||||
border-bottom: 1px $secondary solid
|
//@include object-transitions(.2s)
|
||||||
&:hover
|
&:hover
|
||||||
color: $secondary
|
border-bottom: 1px solid $secondary
|
||||||
border-bottom: 1px $tertiary solid
|
|
||||||
|
|
||||||
#main
|
code
|
||||||
width: 100%
|
background: $black
|
||||||
height: 100%
|
color: $highlight
|
||||||
|
border-radius: 3px
|
||||||
|
padding: 3px
|
||||||
|
|
||||||
|
pre
|
||||||
|
background: $black
|
||||||
|
color: $highlight
|
||||||
|
border-radius: 3px
|
||||||
|
padding: 3px
|
||||||
|
code
|
||||||
|
color: $secondary
|
||||||
|
background: none
|
||||||
|
|
||||||
|
svg.icons
|
||||||
|
width: 25px
|
||||||
|
fill: $white
|
||||||
|
|
||||||
|
header
|
||||||
background: $primary
|
background: $primary
|
||||||
header
|
height: 90%
|
||||||
width: 100%
|
width: 100%
|
||||||
height: 100%
|
border-top: $white 3px solid
|
||||||
background-size: cover
|
nav
|
||||||
background: $black
|
width: 97%
|
||||||
border-top: 2px $tertiary solid
|
margin: 10px auto
|
||||||
#cover
|
color: $primary
|
||||||
position: relative
|
.left,.right
|
||||||
height: 100%
|
width: 50%
|
||||||
width: 100%
|
display: inline-block
|
||||||
.that-logo
|
vertical-align: top
|
||||||
width: 300px
|
.left
|
||||||
height: 300px
|
a.logo-link
|
||||||
|
border-bottom: none
|
||||||
|
margin: 0 0 20px 0
|
||||||
display: block
|
display: block
|
||||||
position: absolute
|
#logo
|
||||||
z-index: 1000
|
width: 50px
|
||||||
margin: -50px 0 0 -50px
|
border-bottom: none
|
||||||
cursor: pointer
|
.right
|
||||||
.wrapper
|
text-align: right
|
||||||
width: 100%
|
a.menu-link
|
||||||
max-width: 1024px
|
background: $secondary
|
||||||
min-height: 400px
|
margin-bottom: 4px
|
||||||
margin: 0 auto
|
padding: 3px
|
||||||
article.index
|
border-radius: 2px
|
||||||
padding: 20px
|
display: inline-block
|
||||||
div
|
font-size: 0.8em
|
||||||
span
|
border-bottom: none
|
||||||
color: #fff
|
&:hover
|
||||||
display: inline-block
|
|
||||||
vertical-align: top
|
|
||||||
width: 15%
|
|
||||||
font-family: $monoType
|
|
||||||
font-size: .8em
|
|
||||||
div
|
|
||||||
width: 80%
|
|
||||||
color: $white
|
|
||||||
font-weight: 800
|
|
||||||
font-size: 2em
|
|
||||||
margin: -5px 0 0 0
|
|
||||||
padding: 0
|
|
||||||
display: inline-block
|
|
||||||
overflow: hidden
|
|
||||||
p
|
|
||||||
padding: 0
|
|
||||||
margin: 0
|
|
||||||
#recent-links
|
|
||||||
a
|
|
||||||
font-size: 2em
|
|
||||||
font-weight: 800
|
|
||||||
display: inline-block
|
|
||||||
margin: -8px 0 10px 0
|
|
||||||
label
|
|
||||||
color: $secondary
|
|
||||||
font-weight: 800
|
|
||||||
font-size: 3.5em
|
|
||||||
display: block
|
|
||||||
margin: 60px 0 20px 15%
|
|
||||||
article.page
|
|
||||||
width: 100%
|
|
||||||
#title
|
|
||||||
background: $secondary
|
background: $secondary
|
||||||
color: $tertiary
|
|
||||||
padding: 40px
|
|
||||||
font-size: 3em
|
|
||||||
font-weight: 800
|
.container
|
||||||
|
z-index: 2
|
||||||
#page_desc
|
background: $white
|
||||||
padding: 40px
|
line-height: 30px
|
||||||
color: $secondary
|
font-weight: lighter
|
||||||
font-size: 1.5em
|
width: 100%
|
||||||
img
|
//padding 40px
|
||||||
width: 90%
|
color: $black
|
||||||
margin: 0 auto
|
article
|
||||||
|
position: relative
|
||||||
|
width: 80%
|
||||||
|
height: 80%
|
||||||
|
max-width: 840px
|
||||||
|
//min-height 500px
|
||||||
|
background: $white
|
||||||
|
vertical-align: top
|
||||||
|
color: $black
|
||||||
|
margin: 0 auto
|
||||||
|
//.index, .page
|
||||||
|
//margin 30px
|
||||||
|
.index, .page
|
||||||
|
padding: 0 0 15px 0
|
||||||
|
img
|
||||||
display: block
|
display: block
|
||||||
article#archive
|
width: 100%
|
||||||
|
h1
|
||||||
|
color: $primary
|
||||||
|
p
|
||||||
|
font: 300 1.25em/1.6em $baseType
|
||||||
|
//meta datea for page
|
||||||
|
.meta
|
||||||
|
font: 500 0.8em/1.3em $baseType
|
||||||
|
padding: 5px 0 0 0
|
||||||
|
border-top: 1px solid $primary
|
||||||
|
background: $white
|
||||||
|
a
|
||||||
|
font-size: 0.8em
|
||||||
|
font-weight: 400
|
||||||
|
//archive styling
|
||||||
.archive-item
|
.archive-item
|
||||||
width: 50%
|
padding: 15px 0 20px 0
|
||||||
display: inline-block
|
span.year
|
||||||
vertical-align: top
|
font-size: 1.5em
|
||||||
margin-bottom: 100px
|
font-weight: 500
|
||||||
span.year
|
padding: 5px
|
||||||
width: 100%
|
display: block
|
||||||
font-size: 2em
|
color: $primary
|
||||||
.archive-month
|
.archive-month
|
||||||
margin: 0 0 20px 0
|
display: inline-block
|
||||||
font-size: 1em
|
vertical-align: top
|
||||||
|
width: 30%
|
||||||
|
padding: 5px
|
||||||
span.month
|
span.month
|
||||||
width: 100%
|
color: $secondary
|
||||||
font-size: 1.5em
|
font-size: 1.5em
|
||||||
|
font-weight: 300
|
||||||
|
padding: 5px
|
||||||
display: block
|
display: block
|
||||||
a
|
section
|
||||||
font-size: .8em
|
padding: 0 0 20px 0
|
||||||
font-weight: 400
|
background: $primary
|
||||||
|
a
|
||||||
|
color: $white
|
||||||
footer
|
.index-lists, .page-title
|
||||||
background: $secondary
|
max-width: 840px
|
||||||
overflow: hidden
|
span
|
||||||
.inner
|
font-size: 2em
|
||||||
|
color: $secondary
|
||||||
|
font-weight: 400
|
||||||
width: 80%
|
width: 80%
|
||||||
max-width: 964px
|
|
||||||
margin: 0 auto
|
margin: 0 auto
|
||||||
padding: 20px
|
padding: 20px 0 0 0
|
||||||
color: $white
|
.recent, .featured
|
||||||
|
display: inline-block
|
||||||
|
width: 50%
|
||||||
|
vertical-align: top
|
||||||
|
label
|
||||||
|
background: $black
|
||||||
|
color: $white
|
||||||
|
font-size: 1.5em
|
||||||
|
line-height: 1.3
|
||||||
|
|
||||||
//Responsive
|
|
||||||
@media only screen and (max-width: 768px)
|
|
||||||
#main
|
|
||||||
.wrapper
|
|
||||||
article.index
|
|
||||||
div
|
|
||||||
span
|
|
||||||
font-size: .64em
|
|
||||||
width: 14%
|
|
||||||
div
|
|
||||||
font-size: 1.7em
|
|
||||||
#recent-links
|
|
||||||
a
|
|
||||||
font-size: 1.7em
|
|
||||||
label
|
|
||||||
font-size: 3em
|
|
||||||
margin: 50px 0 20px 14%
|
|
||||||
article.page
|
|
||||||
#title
|
|
||||||
font-size: 2.5em
|
|
||||||
#page_desc
|
|
||||||
padding: 30px
|
|
||||||
color: $secondary
|
|
||||||
font-size: 1.4em
|
|
||||||
img
|
|
||||||
width: 100%
|
|
||||||
margin: 0 auto
|
|
||||||
display: block
|
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 480px)
|
|
||||||
#main
|
|
||||||
.wrapper
|
|
||||||
article.index
|
|
||||||
div
|
|
||||||
span
|
|
||||||
font-size: .64em
|
|
||||||
width: 100%
|
|
||||||
div
|
|
||||||
font-size: 1.6em
|
|
||||||
width: 100%
|
|
||||||
#recent-links
|
|
||||||
a
|
|
||||||
font-size: 1.5em
|
|
||||||
label
|
|
||||||
font-size: 3em
|
|
||||||
margin: 40px 0 20px 0
|
|
||||||
article.page
|
|
||||||
#title
|
|
||||||
font-size: 1.8em
|
|
||||||
#page_desc
|
|
||||||
padding: 30px
|
|
||||||
color: $secondary
|
|
||||||
font-size: 1.2em
|
|
||||||
img
|
|
||||||
width: 100%
|
|
||||||
margin: 0 auto
|
|
||||||
display: block
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
footer
|
||||||
|
background: $white
|
||||||
|
padding: 10px
|
||||||
|
color: $primary
|
||||||
|
font-size: 0.8em
|
||||||
|
font-weight: 600
|
||||||
|
height: 100px
|
||||||
|
.inner
|
||||||
|
margin: 20px auto
|
||||||
|
width: 80%
|
||||||
|
max-width: 840px
|
||||||
|
a
|
||||||
|
color: $secondary
|
||||||
|
|
||||||
|
|
||||||
|
// RESPONSIVE
|
||||||
|
|
||||||
|
@media only screen and (max-width: 640px)
|
||||||
|
header
|
||||||
|
nav
|
||||||
|
width: 98%
|
||||||
|
span
|
||||||
|
font-size: 2.5em
|
||||||
|
.container
|
||||||
|
article
|
||||||
|
.index, .page
|
||||||
|
.archive-item
|
||||||
|
.archive-month
|
||||||
|
width: 45%
|
||||||
|
|
||||||
|
@media only screen and (max-width: 480px)
|
||||||
|
header
|
||||||
|
nav
|
||||||
|
width: 96%
|
||||||
|
.container
|
||||||
|
article
|
||||||
|
.index, .page
|
||||||
|
margin: 0
|
||||||
|
p
|
||||||
|
font: 300 1em/1.6em $baseType
|
||||||
|
section
|
||||||
|
.index-lists
|
||||||
|
.recent, .featured
|
||||||
|
width: 100% !important
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (max-width: 375px)
|
||||||
|
header
|
||||||
|
nav
|
||||||
|
width: 95%
|
||||||
|
.container
|
||||||
|
article
|
||||||
|
.index, .page
|
||||||
|
margin: 0
|
||||||
|
p
|
||||||
|
font: 300 0.9em/1.7em $baseType
|
||||||
|
.archive-item
|
||||||
|
.archive-month
|
||||||
|
width: 95%
|
Loading…
Reference in New Issue