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

github.com/EmielH/hallo-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-01-27 23:06:10 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2019-01-27 23:06:10 +0300
commitf0f6d8ccb782deb4a4657c1c57291f7c43f3d3ab (patch)
treea69272722eeec4420525a857e36a9448e1690b6f /resources
parent7145cf7b46a750763108ce6915e03759d5f406f8 (diff)
Add generated uncompressed CSS for server mode in Hugo Basic
Diffstat (limited to 'resources')
-rw-r--r--resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.content76
-rw-r--r--resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.json1
2 files changed, 77 insertions, 0 deletions
diff --git a/resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.content b/resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.content
new file mode 100644
index 0000000..9cbdb7b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.content
@@ -0,0 +1,76 @@
+html,
+body {
+ color: #edf7ff;
+ margin: 1rem;
+ padding: 0; }
+
+html {
+ font-family: Montserrat, "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
+ font-size: 16px;
+ overflow-y: auto; }
+
+body {
+ background-color: #81c6ff; }
+
+a {
+ -webkit-transition: color 0.2s ease-out;
+ -moz-transition: color 0.2s ease-out;
+ transition: color 0.2s ease-out;
+ color: #edf7ff; }
+ a:hover {
+ color: #ffba82; }
+
+h1 {
+ font-size: 9rem; }
+
+h2 {
+ font-size: 3rem;
+ font-weight: normal; }
+
+img.portrait {
+ border-radius: 50%;
+ border: 10px solid #edf7ff;
+ margin: 2em 3em;
+ width: 300px;
+ height: 300px; }
+
+.column {
+ flex: 1; }
+
+main {
+ display: flex;
+ margin-top: 20vh; }
+ main .column.left {
+ text-align: end; }
+ main .column.right h1 {
+ margin-left: -10px;
+ /* Correction for margin of leftmost character. */
+ margin-bottom: 0.4em; }
+ main .column.right h2 {
+ margin-left: -4px;
+ /* Correction for margin of leftmost character. */
+ margin-top: 0; }
+ main .column.right .links {
+ margin-top: 2.5rem;
+ font-size: 1.5rem; }
+ main .column.right .links a {
+ margin-right: 0.5rem;
+ text-decoration: none; }
+ @media screen and (max-width: 980px) {
+ main {
+ display: block;
+ margin-top: 0; }
+ main .column.left {
+ text-align: center; }
+ main .column.right h1 {
+ margin-top: 0; } }
+
+footer {
+ display: flex;
+ margin-top: 3rem;
+ font-size: 0.75rem; }
+ @media screen and (max-width: 980px) {
+ footer {
+ display: block; } }
+
+/*# sourceMappingURL=style.css.map */ \ No newline at end of file
diff --git a/resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.json b/resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.json
new file mode 100644
index 0000000..28c014b
--- /dev/null
+++ b/resources/_gen/assets/scss/scss/hallo.scss_11dec6d354e63d78237f08052de7276c.json
@@ -0,0 +1 @@
+{"Target":"css/style.css","MediaType":"text/css","Data":{}} \ No newline at end of file