From 0f62de9f4b82bae834e771fea77edb6efcef025a Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 29 Apr 2014 23:16:11 -0700 Subject: [PATCH] Sidebar transition. --- css/component.css | 24 ------------------------ css/main.css | 19 +++++++++++++++++++ index.html | 4 +--- 3 files changed, 20 insertions(+), 27 deletions(-) diff --git a/css/component.css b/css/component.css index 36006cd..640f3e0 100755 --- a/css/component.css +++ b/css/component.css @@ -97,30 +97,6 @@ body, list-style: none; } -.st-menu h2 { - margin: 0; - padding: 1em; - color: rgba(0,0,0,0.4); - font-weight: 300; -} - -.st-menu ul li a { - display: block; - padding: 1em 1em 1em 1.2em; - outline: none; - color: #000; - text-transform: uppercase; - letter-spacing: 1px; - font-weight: 400; - text-decoration:none; -} - -.st-menu ul li a:hover { - text-decoration:underline; - background: rgba(0,0,0,0.8); - color: #fff; -} - /* Individual effects */ /* Effect 1: Slide in on top */ diff --git a/css/main.css b/css/main.css index 3e3ba1a..37f69c9 100755 --- a/css/main.css +++ b/css/main.css @@ -122,6 +122,23 @@ header { margin-bottom: 2em; } +.posts a { + display: block; + padding: 1em 1em 1em 1.2em; + outline: none; + color: #000; + text-transform: uppercase; + letter-spacing: 1px; + font-weight: 400; + text-decoration:none; +} + +.posts li a:hover { + text-decoration:underline; + background: rgba(0,0,0,0.8); + color: #fff; +} + .posts li { font-family: lettergothic, sans; font-size:1.2em; @@ -208,6 +225,8 @@ header { text-decoration:none; } + + /*****************************************************************************/ /* /* Posts diff --git a/index.html b/index.html index 6a7bf2d..30860ab 100644 --- a/index.html +++ b/index.html @@ -4,13 +4,11 @@ title: notes ---
- -
-- 2.34.1