50 lines
857 B
CSS
50 lines
857 B
CSS
body{
|
|
background-color: #131114;
|
|
background-image: radial-gradient(circle at top left, #23a1d377 5%, #dd6d7983, transparent);
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
color:#ffffff;
|
|
}
|
|
input, textarea, {
|
|
color:#ffffff;
|
|
border-color:#ffffff;
|
|
}
|
|
.message {
|
|
border-left: 1px solid #ffffff;
|
|
}
|
|
.refmessage {
|
|
border-left: 1px solid #ffffff;
|
|
}
|
|
#sidebar {
|
|
background-color: #131114;
|
|
background-image: radial-gradient(circle at bottom right, #23a1d377 5%, #dd6d7983, transparent);
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
}
|
|
.nick {
|
|
color: #83c9cd;
|
|
}
|
|
.trip {
|
|
color: #9ea8b7;
|
|
}
|
|
.text a {
|
|
color: #131114;
|
|
}
|
|
.admin .nick {
|
|
color: #d73737;
|
|
}
|
|
.mod .nick {
|
|
color: #87b087;
|
|
}
|
|
.me .nick {
|
|
color: #83c9cd;
|
|
}
|
|
.info .nick,
|
|
.info .text {
|
|
color: #06b449;
|
|
}
|
|
.warn .nick,
|
|
.warn .text {
|
|
color: #ff6c6c;
|
|
}
|