diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/.issue.html.un~ | bin | 10654 -> 0 bytes | |||
-rw-r--r-- | html/.style.css.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | html/.style.css.un~ | bin | 0 -> 42207 bytes | |||
-rw-r--r-- | html/issue.html | 7 | ||||
-rw-r--r-- | html/logo.png | bin | 0 -> 1919 bytes | |||
-rw-r--r-- | html/style.css | 46 |
6 files changed, 46 insertions, 7 deletions
diff --git a/html/.issue.html.un~ b/html/.issue.html.un~ Binary files differdeleted file mode 100644 index e2b008e..0000000 --- a/html/.issue.html.un~ +++ /dev/null diff --git a/html/.style.css.swp b/html/.style.css.swp Binary files differnew file mode 100644 index 0000000..b244fc6 --- /dev/null +++ b/html/.style.css.swp diff --git a/html/.style.css.un~ b/html/.style.css.un~ Binary files differnew file mode 100644 index 0000000..fb56d1e --- /dev/null +++ b/html/.style.css.un~ 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 @@ -<!--issue条目--> -<a href="" >{name}</a> - - - - - diff --git a/html/logo.png b/html/logo.png Binary files differnew file mode 100644 index 0000000..a640254 --- /dev/null +++ b/html/logo.png 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; +} + |