From 6562ad5da1548247e50c2b592332c9f56afda072 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 24 Jan 2018 20:04:34 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 html/style.css (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..33c7f1c --- /dev/null +++ b/html/style.css @@ -0,0 +1,46 @@ +#container{ + width:640; +} + +#pagejump_next{ + float:right; +} + +#logo{ +} + +#searchbar{ + clear:both; +} + +#searchbar_input{ + width:40%; +} + +.tag_link{ + font-size: 80%; +} + +.issue_unit .tag_link{ + font-size: 10px; + color: #ffffff; + background: #228B22; + text-decoration: none; + padding:0 3px; + border:0px solid; + border-radius:4px; +} + +.issue_unit{ + /*margin-top: 10px;*/ + padding: 3px; +} + +.issue_unit_odd{ + background: #f7f7f7; +} + +.issue_unit_even{ + background: #ffffff; +} + -- cgit v1.1-26-g67d0