Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/stip-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:35:41 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-03-31 21:35:41 +0300
commit22935f4f4febc9c25ab358f0c559e256a67adde4 (patch)
treef49d33fb3c13fb94add31ebcddaf205327cdbb81 /resources
Initial commit
Diffstat (limited to 'resources')
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content80
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json1
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content1
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json1
4 files changed, 83 insertions, 0 deletions
diff --git a/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content
new file mode 100644
index 0000000..05ee94b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content
@@ -0,0 +1,80 @@
+html,
+body {
+ color: #c7d0fc;
+ margin: 0;
+ padding: 1rem; }
+
+html {
+ font-family: "Roboto", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ overflow-y: auto; }
+
+body {
+ background-color: #000000;
+ background: url("/images/background.jpg");
+ background-repeat: no-repeat;
+ background-attachment: fixed; }
+
+a {
+ -webkit-transition: color 0.2s ease-out;
+ -moz-transition: color 0.2s ease-out;
+ transition: color 0.2s ease-out;
+ color: #c7d0fc; }
+ a:hover {
+ color: #cd6cf7; }
+
+h1 {
+ font-size: 9rem;
+ font-weight: 100; }
+ @media screen and (max-width: 980px) {
+ h1 {
+ font-size: 6rem; } }
+
+h2 {
+ font-size: 3rem;
+ font-weight: 100; }
+
+p {
+ font-family: "Lora", "Times", "Times New Roman", serif;
+ font-weight: 300;
+ line-height: 1.7; }
+
+img.portrait {
+ border-radius: 50%;
+ border: 20px solid #c7d0fc;
+ width: 300px;
+ height: 300px; }
+
+.portrait-container {
+ border-radius: 50%;
+ border: 65vw solid #3942ba;
+ margin: -63vw;
+ height: 340px;
+ width: 340px; }
+
+main {
+ display: flex;
+ flex-direction: row; }
+ @media screen and (max-width: 980px) {
+ main {
+ flex-direction: column; } }
+
+.content {
+ margin-left: 1rem;
+ max-width: 50vw; }
+ @media screen and (max-width: 980px) {
+ .content {
+ margin-left: 0;
+ max-width: 100vw; } }
+ .content .links {
+ margin-top: 2.5rem;
+ font-size: 1.5rem; }
+ .content .links a {
+ margin-right: 0.5rem;
+ text-decoration: none; }
+
+.footer {
+ margin-top: 3rem;
+ font-size: 0.75rem; }
+
+/*# sourceMappingURL=style.css.map */ \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json
new file mode 100644
index 0000000..28c014b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.json
@@ -0,0 +1 @@
+{"Target":"css/style.css","MediaType":"text/css","Data":{}} \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content
new file mode 100644
index 0000000..1bb3674
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content
@@ -0,0 +1 @@
+html,body{color:#fff;margin:0;padding:1rem}html{font-family:"Roboto","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-size:16px;overflow-y:auto}body{background-color:#fff;background:url("/images/background.jpg");background-repeat:no-repeat;background-attachment:fixed}a{-webkit-transition:color 0.2s ease-out;-moz-transition:color 0.2s ease-out;transition:color 0.2s ease-out;color:#fff}a:hover{color:#88fcf0}h1{font-size:9rem;font-weight:100}@media screen and (max-width: 980px){h1{font-size:6rem}}h2{font-size:3rem;font-weight:100}p{font-family:"Lora","Times","Times New Roman",serif;font-weight:300;line-height:1.7}img.portrait{border-radius:50%;border:20px solid #fff;width:300px;height:300px}.portrait-container{border-radius:50%;border:65vw solid #164972;margin:-63vw;height:340px;width:340px}main{display:flex;flex-direction:row}@media screen and (max-width: 980px){main{flex-direction:column}}.content{margin-left:1rem;max-width:50vw}@media screen and (max-width: 980px){.content{margin-left:0;max-width:100vw}}.content .links{margin-top:2.5rem;font-size:1.5rem}.content .links a{margin-right:0.5rem;text-decoration:none}.footer{margin-top:3rem;font-size:0.75rem}
diff --git a/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json
new file mode 100644
index 0000000..28c014b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.json
@@ -0,0 +1 @@
+{"Target":"css/style.css","MediaType":"text/css","Data":{}} \ No newline at end of file