summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-03-18 23:38:15 +0800
committerchai <chaifix@163.com>2022-03-18 23:38:15 +0800
commitb970e38c6cbde1e573c1d7a1d1b1685c1ca5bde1 (patch)
tree1c61a26bf0970ce8fc0b2b11d547b926c403ef82 /res
parentf63d8e742f6f1cd0321acfd9ffcfd71afd6c956d (diff)
*admin login
Diffstat (limited to 'res')
-rw-r--r--res/admin.css13
-rw-r--r--res/styles.css11
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{