From 11d238c012d8306b17e70d2d53d3a74019c3772e Mon Sep 17 00:00:00 2001 From: Zhong Jianxin Date: Thu, 12 May 2016 12:05:11 +0800 Subject: [PATCH] Update and use lede.css --- _layouts/default.html | 1 + css/lede.css | 106 +----------------------------------------- 2 files changed, 3 insertions(+), 104 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 3aec694..afbf324 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,6 +18,7 @@ + diff --git a/css/lede.css b/css/lede.css index bb0abde..c288f29 100644 --- a/css/lede.css +++ b/css/lede.css @@ -1,105 +1,3 @@ -html { - background: #aaa; -} - -body { - font-family: sans-serif; -} - -body.article { - max-width: 800px; - border: 1px solid #999; - border-width: 0 1px; - margin: auto; - padding: 10px; - background: #fff; -} - -.image.left { - margin: 0 10px 0 0; - float: left; -} - -h1 { - margin: 0.5em 0; -} - -#footer-text { - float: none; - text-align: right; - padding: 0; - font-size: 0.8em; - color: #444; -} - -#header { - background: url("/logo/logo_small.png") no-repeat scroll left top; - height: 60px; - line-height: 60px; - padding-left: 50px; -} - -#header h1 { - border: none; - display: inline; - font-size: 1.4em; - margin: 0; -} - -#preamble { - margin: 0; -} - -.tableblock tr th { - background-color: #527bbd; - color: #fff; -} - -.tableblock tr:nth-child(even) { - background-color: #CFE2FF; -} - -.tableblock tr:nth-child(odd) { - background-color: #fff; -} - -.menu ol { - padding: 0; - margin: 0 -10px; - border: 2px solid #527bbd; - border-width: 2px 0; -} - -.menu ol li, -.menu ol li p { - padding: 0; - margin: 1px 1px 1px 1px; -} - -.menu ol:after { - content: ""; - display: block; - clear: both; -} - -.menu ol li { - list-style: none; - float: left; -} - -.menu ol li p a:link, -.menu ol li p a:visited { - color: #527bbd; - font-size: 1.1em; - text-decoration: none; - display: block; - padding: 2px 4px; - border-radius: 3px 3px 3px 3px; -} - -.menu ol li p a:hover, -.menu ol li p a:active, -.menu ol li p a.active { - background-color: #527bbd; - color: #fff; +a { + text-decoration:none; } -- 2.30.2