diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-02-12 22:32:08 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-02-12 22:32:08 +0100 |
commit | 06a3d9eecfeaed4a0fa144616ef0be02746b06f9 (patch) | |
tree | ab76bd89a4b2dd6772f798cee293957bfb5cf47c /blog/_assets | |
parent | 6f1f96b5858e4d2fbdf338f2c56a877ab8028deb (diff) | |
download | norsk-urskog-main-06a3d9eecfeaed4a0fa144616ef0be02746b06f9.tar.gz norsk-urskog-main-06a3d9eecfeaed4a0fa144616ef0be02746b06f9.tar.bz2 norsk-urskog-main-06a3d9eecfeaed4a0fa144616ef0be02746b06f9.zip |
Add info about concerts.
Diffstat (limited to 'blog/_assets')
-rw-r--r-- | blog/_assets/images/2016/atena.jpg | bin | 0 -> 248319 bytes | |||
-rw-r--r-- | blog/_assets/images/2016/disintegration.jpg | bin | 0 -> 6617525 bytes | |||
-rw-r--r-- | blog/_assets/images/2016/flukt.jpg | bin | 0 -> 1226458 bytes | |||
-rw-r--r-- | blog/_assets/images/2016/grindingfortune.jpg | bin | 0 -> 58682 bytes | |||
-rw-r--r-- | blog/_assets/images/2016/shaving-the-werewolf.jpg | bin | 0 -> 106045 bytes | |||
-rw-r--r-- | blog/_assets/images/2016/shaving-the-wherewolf.jpg | bin | 0 -> 106045 bytes | |||
-rw-r--r-- | blog/_assets/images/2016/shot-at-dawn-by-trine-merete-olsen.jpg | bin | 0 -> 10230341 bytes | |||
-rw-r--r-- | blog/_assets/stylesheets/_concerts.scss | 39 | ||||
-rw-r--r-- | blog/_assets/stylesheets/main.scss | 1 |
9 files changed, 40 insertions, 0 deletions
diff --git a/blog/_assets/images/2016/atena.jpg b/blog/_assets/images/2016/atena.jpg Binary files differnew file mode 100644 index 0000000..9eee2e6 --- /dev/null +++ b/blog/_assets/images/2016/atena.jpg diff --git a/blog/_assets/images/2016/disintegration.jpg b/blog/_assets/images/2016/disintegration.jpg Binary files differnew file mode 100644 index 0000000..53dba21 --- /dev/null +++ b/blog/_assets/images/2016/disintegration.jpg diff --git a/blog/_assets/images/2016/flukt.jpg b/blog/_assets/images/2016/flukt.jpg Binary files differnew file mode 100644 index 0000000..cdccc55 --- /dev/null +++ b/blog/_assets/images/2016/flukt.jpg diff --git a/blog/_assets/images/2016/grindingfortune.jpg b/blog/_assets/images/2016/grindingfortune.jpg Binary files differnew file mode 100644 index 0000000..e9b7ef0 --- /dev/null +++ b/blog/_assets/images/2016/grindingfortune.jpg diff --git a/blog/_assets/images/2016/shaving-the-werewolf.jpg b/blog/_assets/images/2016/shaving-the-werewolf.jpg Binary files differnew file mode 100644 index 0000000..24cde58 --- /dev/null +++ b/blog/_assets/images/2016/shaving-the-werewolf.jpg diff --git a/blog/_assets/images/2016/shaving-the-wherewolf.jpg b/blog/_assets/images/2016/shaving-the-wherewolf.jpg Binary files differnew file mode 100644 index 0000000..24cde58 --- /dev/null +++ b/blog/_assets/images/2016/shaving-the-wherewolf.jpg diff --git a/blog/_assets/images/2016/shot-at-dawn-by-trine-merete-olsen.jpg b/blog/_assets/images/2016/shot-at-dawn-by-trine-merete-olsen.jpg Binary files differnew file mode 100644 index 0000000..6d2246d --- /dev/null +++ b/blog/_assets/images/2016/shot-at-dawn-by-trine-merete-olsen.jpg diff --git a/blog/_assets/stylesheets/_concerts.scss b/blog/_assets/stylesheets/_concerts.scss new file mode 100644 index 0000000..a6cc0eb --- /dev/null +++ b/blog/_assets/stylesheets/_concerts.scss @@ -0,0 +1,39 @@ +.concert-listing { + border-top: 1px solid $dimmed-text-color; + header { + .date, + .city, + .venue, + .comments { + display: inline-block; + } + + .date { width: 3cm; } + .city { width: 2cm; } + .comment { + float: right; + color: $heading-color; + } + + background-color: $menu-bar-background; + } + + margin-bottom: 3mm; +} + +.concert { + header { + border: { + top: 1px solid gray; + bottom: 1px solid gray; + } + background-color: $menu-bar-background; + .date { + color: $link-color; + } + .bands { + font-size: 150%; + margin-bottom: 5mm; + } + } +} diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss index 605b353..16deaf6 100644 --- a/blog/_assets/stylesheets/main.scss +++ b/blog/_assets/stylesheets/main.scss @@ -4,6 +4,7 @@ @import "navbar"; @import "pagination"; @import "post"; +@import "concerts"; body { background-color: black; |