summaryrefslogtreecommitdiffstats
path: root/blog/css/main.scss
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-08-05 21:32:46 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-08-05 21:32:46 +0200
commit2c7cbf336291e8d757b9c47b0ce5c381eeccdaa9 (patch)
treef6becbe4cf1e78f8e72a3e27665d7905c9efff6a /blog/css/main.scss
parent25634b063999ac6f90ce13f964d10a42b7c06496 (diff)
downloadnorsk-urskog-main-2c7cbf336291e8d757b9c47b0ce5c381eeccdaa9.tar.gz
norsk-urskog-main-2c7cbf336291e8d757b9c47b0ce5c381eeccdaa9.tar.bz2
norsk-urskog-main-2c7cbf336291e8d757b9c47b0ce5c381eeccdaa9.zip
Fix menu bar and tweak styling of page header.
Diffstat (limited to 'blog/css/main.scss')
-rw-r--r--blog/css/main.scss43
1 files changed, 4 insertions, 39 deletions
diff --git a/blog/css/main.scss b/blog/css/main.scss
index 8180956..a6abce1 100644
--- a/blog/css/main.scss
+++ b/blog/css/main.scss
@@ -3,6 +3,8 @@
---
@import "config";
@import "common";
+@import "header";
+@import "navbar";
body {
background-color: black;
@@ -18,9 +20,9 @@ body {
}
a {
- color: #686;
+ color: $link-color;
&:hover {
- color: lighten(#686, 5%);
+ color: $link-hover-color;
}
}
@@ -114,40 +116,3 @@ a {
}
}
}
-
-#logo {
- position: relative;
- font-size: 110%;
- font-weight: 600;
- width: 479px;
- text-align: center;
-}
-
-#menu-bar, #next_prev_article {
- margin-bottom: 1em;
- background: {
- color: $menu-bar-background;
- }
- font-size: 110%;
- font-weight: 600;
- @include round-corners;
- ul {
- li {
- a {
- color: $link-color;
- }
- }
- .selected {
- background-color: $nav-pills-active-link-hover-bg;
- }
- &.menu-flags {
- float: right;
- }
- }
-}
-
-#banner-pos-1 {
- position: absolute;
- top: 1.5em;
- right: 0;
-}