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/.issue.html.un~ | Bin 10654 -> 0 bytes html/.style.css.swp | Bin 0 -> 12288 bytes html/.style.css.un~ | Bin 0 -> 42207 bytes html/issue.html | 7 ------- html/logo.png | Bin 0 -> 1919 bytes html/style.css | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 46 insertions(+), 7 deletions(-) delete mode 100644 html/.issue.html.un~ create mode 100644 html/.style.css.swp create mode 100644 html/.style.css.un~ delete mode 100644 html/issue.html create mode 100644 html/logo.png create mode 100644 html/style.css (limited to 'html') diff --git a/html/.issue.html.un~ b/html/.issue.html.un~ deleted file mode 100644 index e2b008e..0000000 Binary files a/html/.issue.html.un~ and /dev/null differ diff --git a/html/.style.css.swp b/html/.style.css.swp new file mode 100644 index 0000000..b244fc6 Binary files /dev/null and b/html/.style.css.swp differ diff --git a/html/.style.css.un~ b/html/.style.css.un~ new file mode 100644 index 0000000..fb56d1e Binary files /dev/null and b/html/.style.css.un~ differ diff --git a/html/issue.html b/html/issue.html deleted file mode 100644 index aaba09c..0000000 --- a/html/issue.html +++ /dev/null @@ -1,7 +0,0 @@ - -{name} - - - - - diff --git a/html/logo.png b/html/logo.png new file mode 100644 index 0000000..a640254 Binary files /dev/null and b/html/logo.png differ 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