summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/.issue.html.un~bin10654 -> 0 bytes
-rw-r--r--html/.style.css.swpbin0 -> 12288 bytes
-rw-r--r--html/.style.css.un~bin0 -> 42207 bytes
-rw-r--r--html/issue.html7
-rw-r--r--html/logo.pngbin0 -> 1919 bytes
-rw-r--r--html/style.css46
6 files changed, 46 insertions, 7 deletions
diff --git a/html/.issue.html.un~ b/html/.issue.html.un~
deleted file mode 100644
index e2b008e..0000000
--- a/html/.issue.html.un~
+++ /dev/null
Binary files differ
diff --git a/html/.style.css.swp b/html/.style.css.swp
new file mode 100644
index 0000000..b244fc6
--- /dev/null
+++ b/html/.style.css.swp
Binary files differ
diff --git a/html/.style.css.un~ b/html/.style.css.un~
new file mode 100644
index 0000000..fb56d1e
--- /dev/null
+++ b/html/.style.css.un~
Binary files 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 @@
-<!--issue条目-->
-<a href="" >{name}</a>
-
-
-
-
-
diff --git a/html/logo.png b/html/logo.png
new file mode 100644
index 0000000..a640254
--- /dev/null
+++ b/html/logo.png
Binary files 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;
+}
+