diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/admin.css | 13 | ||||
-rw-r--r-- | res/styles.css | 11 |
2 files changed, 20 insertions, 4 deletions
diff --git a/res/admin.css b/res/admin.css new file mode 100644 index 0000000..64b6fc8 --- /dev/null +++ b/res/admin.css @@ -0,0 +1,13 @@ + +body{ + background:#3a3a3a; +} + +#container{ + background:white; + margin-top:0; + min-height:100%; + padding:10px; + box-sizing: border-box; +} + 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{ |