diff options
author | chai <chaifix@163.com> | 2022-03-18 23:38:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-03-18 23:38:15 +0800 |
commit | b970e38c6cbde1e573c1d7a1d1b1685c1ca5bde1 (patch) | |
tree | 1c61a26bf0970ce8fc0b2b11d547b926c403ef82 /res/styles.css | |
parent | f63d8e742f6f1cd0321acfd9ffcfd71afd6c956d (diff) |
*admin login
Diffstat (limited to 'res/styles.css')
-rw-r--r-- | res/styles.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/res/styles.css b/res/styles.css index eaf5ad3..cb0e0a3 100644 --- a/res/styles.css +++ b/res/styles.css @@ -5,6 +5,7 @@ body{ */ background-color: #3a3a3a; margin-top: 0; + margin-bottom: 0; } #header{ @@ -21,9 +22,11 @@ body{ #container { margin:0 auto; - max-width: 720px; + max-width: 730px; background-color: #fff; min-height: 100%; + box-sizing: border-box; + padding: 5px; } #container-uppper { @@ -106,7 +109,7 @@ body{ .tag_link { font-size: 80%; - color: #fff; + color: rgb(82, 82, 82); background: #ccc; text-decoration: none; padding: 3px 5px; @@ -124,8 +127,8 @@ body{ #titlebar { padding:6px; - border-top:1px solid #000; - border-bottom:1px solid #000; + border-top:1px solid rgb(223, 223, 223); + border-bottom:1px solid rgb(223, 223, 223); } #titlebar .title_link{ |