Merge branch 'master' into lars-chat
This commit is contained in:
@@ -59,8 +59,9 @@ div[data-title]:hover:after{
|
||||
body {
|
||||
height: 900px;
|
||||
|
||||
background-image: url(https://images2.pixlis.com/background-image-plaid-checkered-seamless-tileable-235ftm.png);
|
||||
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTEnqKdVtLbxjKuNsCSCxFRhTOpp3Gm0gsU8bMgA_MeUYyzrUFy);
|
||||
background-size: contain;
|
||||
background-repeat: repeat-x;
|
||||
background-attachment: fixed;
|
||||
|
||||
/*background-color: #B78996;*/
|
||||
|
||||
@@ -5,6 +5,17 @@
|
||||
.settings-password {
|
||||
margin-right: 15px;
|
||||
}
|
||||
.settings-message {
|
||||
color: white;
|
||||
}
|
||||
.settings-message-angry {
|
||||
background-color: firebrick;
|
||||
}
|
||||
|
||||
.settings-message-happy {
|
||||
background-color: forestgreen;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.settings li {
|
||||
|
||||
Reference in New Issue
Block a user