summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/_post.scss
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-08-25 20:41:32 +0200
committerHarald Eilertsen <haraldei@anduin.net>2015-08-25 20:41:32 +0200
commit932f5651d0e2ec8e5117f54b911fb126e7b1b32c (patch)
treee7d0b54eca4591bd7cc768e1805f325667c84a25 /blog/_assets/stylesheets/_post.scss
parent6c4846c3d82529c17ba1c263d6c04ba48e18ab7e (diff)
downloadnorsk-urskog-main-932f5651d0e2ec8e5117f54b911fb126e7b1b32c.tar.gz
norsk-urskog-main-932f5651d0e2ec8e5117f54b911fb126e7b1b32c.tar.bz2
norsk-urskog-main-932f5651d0e2ec8e5117f54b911fb126e7b1b32c.zip
Move post and post header to separate partials, and change styling.
Diffstat (limited to 'blog/_assets/stylesheets/_post.scss')
-rw-r--r--blog/_assets/stylesheets/_post.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/blog/_assets/stylesheets/_post.scss b/blog/_assets/stylesheets/_post.scss
new file mode 100644
index 0000000..6278c17
--- /dev/null
+++ b/blog/_assets/stylesheets/_post.scss
@@ -0,0 +1,29 @@
+.post-header {
+ background-color: $post-header-background;
+ padding: 2mm;
+ date {
+ font-size: 10pt;
+ }
+ h1 {
+ font: {
+ size: 13pt;
+ weight: bold;
+ }
+ margin: {
+ bottom: 0;
+ top: 0;
+ }
+ a {
+ text-decoration: none;
+ }
+ }
+}
+
+.post {
+}
+
+.post-body {
+ background-color: transparentize(#182530, 0.3);
+ padding: 2mm;
+ margin-bottom: 2mm;
+} \ No newline at end of file