-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
center resume on large screen - add analytics to resume - render non-…
…self contained
- Loading branch information
1 parent
45059f3
commit a2e21b3
Showing
44 changed files
with
84,815 additions
and
65,312 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
/* safari */ | ||
:root { | ||
/*--li-reg-s: '';*/ | ||
--li-disaster-s: ''; | ||
--li-earth-s: ''; | ||
--li-sat-s: ''; | ||
--li-dish-s: ''; | ||
--li-rocket-s: ''; | ||
--li-map-s: ''; | ||
--li-mac-s: ''; | ||
} | ||
.content::before { | ||
/*content: '';*/ | ||
left: 0; | ||
position: absolute; | ||
font-size: 14px; | ||
padding-top: 1.5px; | ||
} | ||
/*ul:not(.os) > li::before { | ||
content: var(--li-reg-s); | ||
}*/ | ||
li.li-disaster::before { | ||
content: var(--li-disaster-s); | ||
} | ||
li.li-earth::before { | ||
content: var(--li-earth-s); | ||
} | ||
li.li-sat::before { | ||
content: var(--li-sat-s); | ||
} | ||
li.li-dish::before { | ||
content: var(--li-dish-s); | ||
} | ||
li.li-rocket::before { | ||
content: var(--li-rocket-s); | ||
} | ||
li.li-map::before { | ||
content: var(--li-map-s); | ||
} | ||
li.li-mac::before { | ||
content: var(--li-mac-s); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
@import 'https://fonts.googleapis.com/css?family=Questrial'; | ||
|
||
h1 > .fa-rocket { | ||
font-style: italic; | ||
} | ||
h1 { | ||
text-align: center; | ||
/*color: #00A3E2;*/ | ||
color: #4e734d; | ||
font-size: 30px; | ||
font-family: Garamond; | ||
font-weight: unset; | ||
margin: unset; | ||
} | ||
h2, h3 { | ||
color: black; | ||
} | ||
h2 { | ||
text-align: center; | ||
text-decoration: underline; | ||
font-size: 16.5px; | ||
font-family: 'Century Gothic', 'Questrial'; | ||
font-weight: unset; | ||
margin: 0px 0px 4px 0px; | ||
} | ||
h3 { | ||
font-size: 16.5px; | ||
font-family: 'Century Gothic', 'Questrial'; | ||
font-weight: unset; | ||
margin: 0px 0px 4px 0px; | ||
} | ||
h3::after { | ||
float: right; | ||
margin: 0 20px 0 0px; | ||
font-size: 10px; | ||
padding-top: 4px; | ||
font-weight: bold; | ||
font-style: italic; | ||
} | ||
.top { | ||
font-size: 15px; | ||
/*line-height: 1.1;*/ | ||
/*font-family: Garamond; | ||
font-weight: unset;*/ | ||
} | ||
body { | ||
font-family: 'Helvetica Neue'; | ||
font-weight: 220; | ||
color: #505457; | ||
} | ||
/*body { | ||
font-family: 'Old Standard TT', Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, 'source-han-serif-sc', 'Source Han Serif SC', 'Source Han Serif CN', 'Source Han Serif TC', 'Source Han Serif TW', 'Source Han Serif', 'Songti SC', 'Microsoft YaHei', serif; | ||
}*/ | ||
blockquote { | ||
font-family: 'Old Standard TT', Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, 'STKaiti', 'KaiTi', '楷体', 'SimKai', 'DFKai-SB', 'NSimSun', serif; | ||
} | ||
code { | ||
font-family: Consolas, Courier, "Courier New", 'STKaiti', 'KaiTi', 'SimKai', monospace; | ||
} | ||
pre, code { | ||
font-size: .95em; | ||
} | ||
sup { | ||
color: #770505; | ||
font-weight: bolder; | ||
} | ||
a.footnote-ref { | ||
text-decoration: none; | ||
} | ||
a.footnote-back { | ||
color: #770505; | ||
} | ||
.footer .fa-heart-pulse { | ||
color: #770505; | ||
} | ||
a[target="_blank"]:hover { | ||
color: #770505; | ||
text-decoration-line: underline; | ||
} |
Oops, something went wrong.