Updated style and added some smileys
This commit is contained in:
@@ -5,20 +5,29 @@ html, body {
|
||||
height: 100%;
|
||||
}
|
||||
.header {
|
||||
background: #7BBE55;
|
||||
color: #7E471B;
|
||||
background: #ffffff;
|
||||
color: #005100;
|
||||
}
|
||||
h1 {
|
||||
padding: 0 0.5em;
|
||||
margin: 0;
|
||||
}
|
||||
.menu {
|
||||
background-color: #F9A22C;
|
||||
height: 2em;
|
||||
color: #7E471B;
|
||||
background-color: #2E7D32;
|
||||
height: 2.3em;
|
||||
}
|
||||
.menu > button {
|
||||
background-color: #429043;
|
||||
color: #ffffff;
|
||||
height: 2em;
|
||||
margin: 0.2em 0.4em;
|
||||
}
|
||||
.horizontal-box {
|
||||
height: calc(100% - 6em);
|
||||
}
|
||||
.userlist {
|
||||
background-color: lightgray;
|
||||
width: 20em;
|
||||
width: 15em;
|
||||
}
|
||||
.content {
|
||||
background-color: white;
|
||||
@@ -30,21 +39,22 @@ html, body {
|
||||
width: 100%;
|
||||
}
|
||||
.userlist-gender-M {
|
||||
background-color: #5078CD;
|
||||
background-color: #0066CC;
|
||||
color: white;
|
||||
}
|
||||
.userlist-gender-F {
|
||||
background-color: #aB00aB;
|
||||
background-color: #FF4081;
|
||||
color: white;
|
||||
}
|
||||
.userlist-gender-P {
|
||||
background-color: #ffffff;
|
||||
background-color: #FFC107;
|
||||
}
|
||||
.userlist-gender-TM {
|
||||
background-color: #ADD8E6
|
||||
background-color: #90caf9;
|
||||
}
|
||||
.userlist-gender-TF {
|
||||
background-color: #dB90aB;
|
||||
background-color: #8E24AA;
|
||||
color: #ffffff;
|
||||
}
|
||||
.inline-block {
|
||||
display: inline-block;
|
||||
@@ -80,7 +90,7 @@ height: 31px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
max-width: 200px;
|
||||
bottom: 73px;
|
||||
bottom: 89px;
|
||||
position: absolute;
|
||||
font-size: 24pt;
|
||||
right: 3px;
|
||||
|
||||
Reference in New Issue
Block a user