Browse Source

update styles

main
ghost 3 years ago
parent
commit
7fb0439676
  1. 31
      src/public/css/user.css

31
src/public/css/user.css

@ -16,18 +16,16 @@ a:active {
max-width: 1024px; max-width: 1024px;
margin: 16px auto; margin: 16px auto;
padding: 0 16px; padding: 0 16px;
overflow: hidden overflow: hidden;
position: relative
} }
.container > .left { .container > .left {
float: left; float: left
max-width: 420px;
padding-right: 10px
} }
.container > .right { .container > .right {
float: left; padding-left: 380px
width: 60%
} }
.container { .container {
@ -102,13 +100,15 @@ a:active {
/*background: rgba(255, 255, 255, 0.18);*/ /*background: rgba(255, 255, 255, 0.18);*/
background: rgb(77, 86, 102); background: rgb(77, 86, 102);
color: #dfe8f4; color: #dfe8f4;
outline: none outline: none;
letter-spacing: 0.2px;
font-size: 13px;
border: 1px #181818 solid;
} }
.container .post textarea:focus { .container .post textarea:focus {
height: 80px; height: 80px;
background: rgb(79, 90, 107); background: rgb(87, 98, 117);
/*background: rgb(103, 112, 126);*/ /*background: rgb(103, 112, 126);*/
} }
@ -136,14 +136,14 @@ a:active {
padding: 16px; padding: 16px;
margin-bottom: 8px; margin-bottom: 8px;
/*background: rgba(101, 114, 134, 0.28);*/ /*background: rgba(101, 114, 134, 0.28);*/
background: rgba(255, 254, 254, 0.04); /*background: rgba(255, 254, 254, 0.04);*/
/*background: rgba(255, 255, 255, 0.18);*/ /*background: rgba(255, 255, 255, 0.18);*/
background: rgb(39, 46, 57);
border-radius: 3px; border-radius: 3px;
color: #dfe8f4; color: #a5b2bd;
min-height: 84px;
} }
.container .content .item .avatar { .container .content .item .avatar {
position: absolute; position: absolute;
top: 19px; top: 19px;
@ -156,5 +156,8 @@ a:active {
} }
.container .content .item .message { .container .content .item .message {
padding-left: 65px; padding-left: 73px;
letter-spacing: 0.2px;
font-size: 13px;
padding-right: 8px;
} }
Loading…
Cancel
Save