|
|
@ -1599,33 +1599,31 @@ svg.icons {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container section header {
|
|
|
|
.main-container section header {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 100px;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container section header #header-wrapper {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 900px;
|
|
|
|
max-width: 900px;
|
|
|
|
margin: 50px auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container section header #header-wrapper #header-one,
|
|
|
|
.main-container section header #wrapper {
|
|
|
|
.main-container section header #header-wrapper #header-two {
|
|
|
|
padding: 0.75rem;
|
|
|
|
z-index: 10;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container section header #header-wrapper #header-one #the-logo,
|
|
|
|
.main-container section header #wrapper #left,
|
|
|
|
.main-container section header #header-wrapper #header-two #the-logo {
|
|
|
|
.main-container section header #wrapper #right {
|
|
|
|
|
|
|
|
width: 50%;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container section header #wrapper #left #the-logo,
|
|
|
|
|
|
|
|
.main-container section header #wrapper #right #the-logo {
|
|
|
|
width: 40px;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container section header #header-wrapper #header-two {
|
|
|
|
.main-container section header #wrapper #right {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
color: #f2f1ef;
|
|
|
|
color: #f2f1ef;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container section header #header-wrapper #header-two a {
|
|
|
|
.main-container section header #wrapper #right a {
|
|
|
|
text-decoration-color: #fc6399;
|
|
|
|
text-decoration-color: #fc6399;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container section header #header-wrapper #header-two label#the-title {
|
|
|
|
.main-container section header #wrapper #right label#the-title {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #f5ab35;
|
|
|
|
color: #f5ab35;
|
|
|
@ -1633,7 +1631,7 @@ svg.icons {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
line-height: 0.8;
|
|
|
|
line-height: 0.8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container section header #header-wrapper #header-two #dash-menu {
|
|
|
|
.main-container section header #wrapper #right #dash-menu {
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
::-moz-selection {
|
|
|
|
::-moz-selection {
|
|
|
@ -1656,77 +1654,18 @@ svg.icons {
|
|
|
|
background-color: #fc6399;
|
|
|
|
background-color: #fc6399;
|
|
|
|
color: #f2f1ef;
|
|
|
|
color: #f2f1ef;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 640px) {
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
|
|
.main-container .content #the-intro {
|
|
|
|
.main-container section header #wrapper #left,
|
|
|
|
font-size: 31px;
|
|
|
|
.main-container section header #wrapper #right {
|
|
|
|
line-height: 35px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
|
|
|
|
.main-container .content #the-intro {
|
|
|
|
|
|
|
|
font-size: 25px;
|
|
|
|
|
|
|
|
line-height: 33px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .content #index-display span,
|
|
|
|
|
|
|
|
.main-container .content #index-display a {
|
|
|
|
|
|
|
|
font: 400 1.2em $bodyType;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 375px) {
|
|
|
|
|
|
|
|
.main-container .header {
|
|
|
|
|
|
|
|
width: 90%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .header .header-desc h1 {
|
|
|
|
|
|
|
|
line-height: 1rem;
|
|
|
|
|
|
|
|
font-size: 3.3rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .header .header-desc span a {
|
|
|
|
|
|
|
|
color: #f2f1ef;
|
|
|
|
|
|
|
|
width: 250px;
|
|
|
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
word-break: break-all;
|
|
|
|
|
|
|
|
font: 300 7em/1em $titleType;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
margin: 0 0 50px 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .header .header-desc #the-intro {
|
|
|
|
|
|
|
|
color: #b2cce5;
|
|
|
|
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
font: 400 1.8em $titleType;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
width: 95%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .header .header-desc #item-intro {
|
|
|
|
|
|
|
|
width: 95%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .header .header-desc #item-intro label {
|
|
|
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .content #the-intro {
|
|
|
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
|
|
|
line-height: 33px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .content #index-display label {
|
|
|
|
|
|
|
|
font-size: 7em;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-container .content #index-display #recent-work,
|
|
|
|
|
|
|
|
.main-container .content #index-display #recent-blog {
|
|
|
|
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
padding-bottom: 30px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 320px) {
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
.main-container .header .header-desc h1 {
|
|
|
|
.main-container section header #wrapper #left {
|
|
|
|
line-height: 1rem;
|
|
|
|
width: 30%;
|
|
|
|
font-size: 2.9rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.main-container .content #the-intro {
|
|
|
|
.main-container section header #wrapper #right {
|
|
|
|
font-size: 19px;
|
|
|
|
width: 70%;
|
|
|
|
line-height: 28px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
/**
|
|
|
@ -1853,7 +1792,7 @@ svg.icons {
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
font-family: "Apercu-mono";
|
|
|
|
font-family: 'Apercu-mono';
|
|
|
|
font-size: 0.5em;
|
|
|
|
font-size: 0.5em;
|
|
|
|
padding: 7px;
|
|
|
|
padding: 7px;
|
|
|
|
color: #161d23;
|
|
|
|
color: #161d23;
|
|
|
@ -1889,6 +1828,35 @@ svg.icons {
|
|
|
|
height: 275px;
|
|
|
|
height: 275px;
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(4),
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(6) {
|
|
|
|
|
|
|
|
width: 48.9%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 640px) {
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(4),
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(6) {
|
|
|
|
|
|
|
|
width: 48.5%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header h3 {
|
|
|
|
|
|
|
|
width: 40%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list .recent-header .index-menu {
|
|
|
|
|
|
|
|
width: 60%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(3),
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(4),
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(5),
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(6),
|
|
|
|
|
|
|
|
#dash-index-content #dash-index #dash-index-wrapper #dash-recent #recent-list a:nth-child(7) {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
margin: 15px 0 0 0;
|
|
|
|
|
|
|
|
height: 400px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
-------------------------------
|
|
|
|
-------------------------------
|
|
|
|
-- Settings
|
|
|
|
-- Settings
|
|
|
|