about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/entries.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/main/entries.scss')
-rw-r--r--app/assets/stylesheets/main/entries.scss79
1 files changed, 64 insertions, 15 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index 4d884fa..b2832e4 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss
@@ -8,23 +8,73 @@
8#blog-post { 8#blog-post {
9 font-size: 16px; 9 font-size: 16px;
10 line-height: 24px; 10 line-height: 24px;
11 margin: 0 3em; 11 margin: 0 1em;
12 12
13 h2 { 13 .blog-title {
14 font-size: 45px; 14 h2 {
15 line-height: 48px; 15 width: 100%;
16 margin-top: .5em; 16 margin-left: 10px;
17 margin-top: 0;
18 margin-bottom: 0;
19 color: #59770e;
20 border-bottom: 1px dotted #CCCCCC;
21 padding-bottom: 3px;
22 }
17 } 23 }
18 24
19 h3 { 25 header {
20 font-size: 37px; 26 display: flex;
21 line-height: 42px; 27
22 } 28 .post-calendar {
29 width: 45px;
30 height: 49px;
31
32 &.post-date-1 {
33 background: image-url("date-bg-1.gif") no-repeat;
34 }
35
36 &.post-date-2 {
37 background: image-url("date-bg-2.gif") no-repeat;
38 }
39
40 &.post-date-3 {
41 background: image-url("date-bg-3.gif") no-repeat;
42 }
43
44 &.post-date-4 {
45 background: image-url("date-bg-4.gif") no-repeat;
46 }
47
48 .post-month {
49 font-size: 11px;
50 color: white;
51 text-align: center;
52 display: block;
53 line-height: 11px;
54 padding-top: 2px;
55 margin-left: -3px;
56 }
57
58 .post-day {
59 font-size: 18px;
60 color: #999999;
61 text-align: center;
62 display: block;
63 line-height: 18px;
64 padding-top: 7px;
65 margin-left: -3px;
66 }
67 }
23 68
24 h2, h3 { 69 .post-author {
25 font-family: 'Slabo 27px', serif; 70 background: image-url("Hatkirby.ico") no-repeat;
26 margin-bottom: 0; 71 padding-left: 20px;
27 font-weight: normal; 72 margin-left: 10px;
73 float: left;
74 font-size: 95%;
75 font: 75%/150% sans-serif;
76 color: #999;
77 }
28 } 78 }
29} 79}
30 80
@@ -80,7 +130,6 @@
80.entry-content { 130.entry-content {
81 hyphens: auto; 131 hyphens: auto;
82 word-wrap: break-word; 132 word-wrap: break-word;
83 text-align: justify;
84 font-family: 'Roboto', sans-serif; 133 font-family: 'Roboto', sans-serif;
85 134
86 a { 135 a {