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-04-02 22:00:55 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-04-02 22:00:55 +0300
commit48c3e49e74cdceef8cae0cd611e6cfaef5b2972d (patch)
tree45cd0900597a007ba4984dc9eace53e821404b3e
parentaa193588f65fc584cd56ca855fdef8f706b6c9b9 (diff)
Update generated CSS files
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content16
-rw-r--r--resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content2
2 files changed, 10 insertions, 8 deletions
diff --git a/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content
index 05ee94b..7c0160d 100644
--- a/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content
+++ b/resources/_gen/assets/scss/scss/stip.scss_11dec6d354e63d78237f08052de7276c.content
@@ -1,6 +1,9 @@
+body {
+ background: url("/images/background.jpg"); }
+
html,
body {
- color: #c7d0fc;
+ color: #fff;
margin: 0;
padding: 1rem; }
@@ -10,8 +13,7 @@ html {
overflow-y: auto; }
body {
- background-color: #000000;
- background: url("/images/background.jpg");
+ background-color: #fff;
background-repeat: no-repeat;
background-attachment: fixed; }
@@ -19,9 +21,9 @@ a {
-webkit-transition: color 0.2s ease-out;
-moz-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
- color: #c7d0fc; }
+ color: #fff; }
a:hover {
- color: #cd6cf7; }
+ color: #88fcf0; }
h1 {
font-size: 9rem;
@@ -41,13 +43,13 @@ p {
img.portrait {
border-radius: 50%;
- border: 20px solid #c7d0fc;
+ border: 20px solid #fff;
width: 300px;
height: 300px; }
.portrait-container {
border-radius: 50%;
- border: 65vw solid #3942ba;
+ border: 65vw solid #164972;
margin: -63vw;
height: 340px;
width: 340px; }
diff --git a/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content
index 1bb3674..d61ead7 100644
--- a/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content
+++ b/resources/_gen/assets/scss/scss/stip.scss_d4f8b6498aaf27d34862c7e8a62b88f3.content
@@ -1 +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}
+body{background:url("/images/background.jpg")}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-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}