diff options
author | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-24 20:04:34 +0800 |
commit | 6562ad5da1548247e50c2b592332c9f56afda072 (patch) | |
tree | 9b8adbf557d0d7126ca16aee29d1c603e1705e14 /html/style.css | |
parent | 131cf12827e64f527da69251b6a6221d130c1cc7 (diff) |
*修改
Diffstat (limited to 'html/style.css')
-rw-r--r-- | html/style.css | 46 |
1 files changed, 46 insertions, 0 deletions
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; +} + |