2014-07-17 13:38:41 +00:00
|
|
|
/**
|
2014-12-11 22:42:22 +00:00
|
|
|
* This is just an empty theme.
|
2014-07-17 13:38:41 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
2016-02-17 18:38:42 +00:00
|
|
|
margin: 0;
|
2014-07-17 13:38:41 +00:00
|
|
|
}
|
2016-09-17 17:13:01 +00:00
|
|
|
|
|
|
|
.signed-out #main {
|
|
|
|
left: 5px;
|
|
|
|
}
|
2016-05-29 20:21:45 +00:00
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
bottom: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
border-radius: 2px;
|
|
|
|
bottom: 4px;
|
|
|
|
left: 5px;
|
|
|
|
width: 210px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
bottom: 4px;
|
|
|
|
right: 5px;
|
|
|
|
top: 4px;
|
|
|
|
}
|
|
|
|
|
2016-09-28 18:46:00 +00:00
|
|
|
#chat .unhandled .from {
|
|
|
|
color: #ddd;
|
|
|
|
}
|
|
|
|
|
2017-08-21 06:18:33 +00:00
|
|
|
#windows .window::before {
|
2016-05-29 20:21:45 +00:00
|
|
|
background: #f4f4f4;
|
|
|
|
background-image: linear-gradient(#f4f4f4, #ececec);
|
|
|
|
border-bottom: 1px solid #d7d7d7;
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
height: 10px;
|
|
|
|
position: relative;
|
|
|
|
z-index: 10;
|
|
|
|
}
|
|
|
|
|
|
|
|
#windows .window {
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2016-12-13 06:27:56 +00:00
|
|
|
.btn-reconnect {
|
|
|
|
background: #e74c3c;
|
|
|
|
color: #fff;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2016-05-29 20:21:45 +00:00
|
|
|
@media (max-width: 768px) {
|
|
|
|
#sidebar {
|
|
|
|
left: -220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
left: -215px;
|
|
|
|
width: 215px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
left: 5px;
|
|
|
|
}
|
|
|
|
}
|