From a0e4e28554a88cc759c530767cd2ac13f7bc60af Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 27 Apr 2016 00:51:36 -0400 Subject: [PATCH] WIP --- _layouts/post.html | 1 + stylesheets/stylesheet.css | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/_layouts/post.html b/_layouts/post.html index de05e8fa..2c7fff3b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,6 +19,7 @@
View on GitHub +

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 09a07797..7c03b51c 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -295,6 +295,20 @@ Full-Width Styles border-bottom-right-radius: 2px; } +.banner { + display: block; + position: absolute; + top:0; + right: 10px; + z-index: 10; + padding: 10px 50px 10px 10px; + color: #fff; + font-weight: 700; + box-shadow: 0 0 10px rgba(0,0,0,.5); + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; +} + #header_wrap { background: #f2f2f2; background: -moz-linear-gradient(top, #f2f2f2, #007edf);