From 806169f2550934199890acc4950bc5552565b980 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 10 Nov 2014 11:27:10 +0100 Subject: Initial Jekyll content that tries to mirror the old site. --- stylesheets/styles.css | 68 -------------------------------------------------- 1 file changed, 68 deletions(-) (limited to 'stylesheets/styles.css') diff --git a/stylesheets/styles.css b/stylesheets/styles.css index dacf2e1..1dab512 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -42,7 +42,6 @@ a small { font-size:11px; color:#777; margin-top:-0.6em; - display:block; } .wrapper { @@ -101,64 +100,11 @@ header { position:fixed; } -header ul { - list-style:none; - height:40px; - - padding:0; - - background: #eee; - background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); - background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - - border-radius:5px; - border:1px solid #d2d2d2; - box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; - width:270px; -} - -header li { - width:89px; - float:left; - border-right:1px solid #d2d2d2; - height:40px; -} - -header ul a { - line-height:1; - font-size:11px; - color:#999; - display:block; - text-align:center; - padding-top:6px; - height:40px; -} - strong { color:#222; font-weight:700; } -header ul li + li { - width:88px; - border-left:1px solid #fff; -} - -header ul li + li + li { - border-right:none; - width:89px; -} - -header ul a strong { - font-size:14px; - display:block; - color:#222; -} - section { width:500px; float:right; @@ -210,12 +156,6 @@ footer { header a small { display:inline; } - - header ul { - position:absolute; - right:50px; - top:52px; - } } @media print, screen and (max-width: 720px) { @@ -227,10 +167,6 @@ footer { padding:0; } - header ul, header p.view { - position:static; - } - pre, code { word-wrap:normal; } @@ -240,10 +176,6 @@ footer { body { padding:15px; } - - header ul { - display:none; - } } @media print { -- cgit v1.2.3