summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/style.css.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/style.css.scss')
-rw-r--r--app/assets/stylesheets/style.css.scss24
1 files changed, 22 insertions, 2 deletions
diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss
index da15801..18042ad 100644
--- a/app/assets/stylesheets/style.css.scss
+++ b/app/assets/stylesheets/style.css.scss
@@ -80,7 +80,7 @@ a {
}
}
-#head {
+#head_top {
background: #3f3f3f;
#menu {
@@ -181,6 +181,13 @@ a {
}
}
+#head_scroll {
+ @extend #head_top;
+ position: fixed;
+ width: 100%;
+ z-index: 1;
+}
+
.front-page {
margin: auto;
text-align: center;
@@ -260,6 +267,11 @@ span.no-about {
}
}
+#main-content-scroll {
+ @extend #main-content;
+ padding: 131px 100px;
+}
+
#user-info {
.user-avatar {
margin-bottom: 30px;
@@ -454,6 +466,7 @@ blockquote p {
}
.md_editor {
+
.field_container {
position: relative;
@@ -461,7 +474,7 @@ blockquote p {
position: absolute;
top: 1em;
left: 1em;
- z-index: 10;
+ z-index: 0;
}
.editor_field {
@@ -671,6 +684,13 @@ tr.spacer {
color: #ddd;
}
+ &.variable-size {
+ background: #4096ee;
+ @media only screen and (max-width: 500px) {
+ font-size: 9px;
+ }
+ }
+
&.blue {
background: #4096ee;