2013-10-05 18:40:01 +02:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
/* The html and body elements cannot have any padding or margin. */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Wrapper for page content to push down footer */
|
|
|
|
#wrap {
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
|
|
|
/* Negative indent footer by it's height */
|
|
|
|
margin: 0 auto -25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Set the fixed height of the footer here */
|
|
|
|
#push,
|
|
|
|
#footer {
|
|
|
|
height: 25px;
|
|
|
|
}
|
2013-10-16 23:27:47 +02:00
|
|
|
.horizontal-line {
|
|
|
|
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
|
|
|
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
|
|
|
box-shadow: rgba(255, 255, 255, 0.07) 0 1px 0;
|
|
|
|
border-bottom: 1px solid #121212;
|
|
|
|
}
|
|
|
|
.vertical-line {
|
|
|
|
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
|
|
|
|
-moz-box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
|
|
|
|
box-shadow: rgba(255, 255, 255, 0.07) 1px 0 0;
|
|
|
|
border-right: 1px solid #121212;
|
|
|
|
}
|
2013-10-19 12:45:16 +02:00
|
|
|
.vertical-line-left {
|
|
|
|
-webkit-box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
|
|
|
|
-moz-box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
|
|
|
|
box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
|
|
|
|
border-left: 1px solid #121212;
|
|
|
|
}
|
2013-10-22 13:35:55 +02:00
|
|
|
.panel-group .panel-heading + .panel-collapse .panel-body {
|
|
|
|
-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
|
|
|
|
-moz-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
|
|
|
|
box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0;
|
|
|
|
border-top: 1px solid #121212;
|
|
|
|
}
|
2013-10-05 18:40:01 +02:00
|
|
|
|
2013-10-12 20:44:40 +02:00
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-10-16 20:53:36 +02:00
|
|
|
tr {
|
|
|
|
line-height: 100%;
|
|
|
|
}
|
2013-10-12 11:49:14 +02:00
|
|
|
td.time {
|
2013-10-12 02:37:11 +02:00
|
|
|
padding-right: 5px;
|
2013-10-13 18:29:18 +02:00
|
|
|
vertical-align: top;
|
2013-10-12 02:37:11 +02:00
|
|
|
}
|
|
|
|
|
2013-10-12 11:49:14 +02:00
|
|
|
td.prefix {
|
2013-10-12 02:37:11 +02:00
|
|
|
text-align: right;
|
2013-10-13 18:29:18 +02:00
|
|
|
vertical-align: top;
|
2013-10-12 02:37:11 +02:00
|
|
|
padding-right: 5px;
|
2013-10-17 19:29:37 +02:00
|
|
|
white-space: pre;
|
2013-10-12 02:37:11 +02:00
|
|
|
}
|
2013-10-12 12:18:05 +02:00
|
|
|
td.message {
|
|
|
|
word-wrap: break-word;
|
2013-10-13 18:29:18 +02:00
|
|
|
vertical-align: top;
|
2013-10-12 20:44:40 +02:00
|
|
|
width: 100%;
|
2013-10-16 22:01:24 +02:00
|
|
|
padding-left: 5px;
|
2013-10-12 20:44:40 +02:00
|
|
|
}
|
2013-10-12 21:06:24 +02:00
|
|
|
hr {
|
2013-10-12 20:44:40 +02:00
|
|
|
margin: 0;
|
2013-10-12 21:06:24 +02:00
|
|
|
border-color: darkgreen;
|
2013-10-12 12:18:05 +02:00
|
|
|
}
|
|
|
|
.text {
|
2013-10-13 18:29:18 +02:00
|
|
|
white-space: pre-wrap;
|
2013-10-12 12:18:05 +02:00
|
|
|
}
|
2013-10-05 18:40:01 +02:00
|
|
|
/* Lastly, apply responsive CSS fixes as necessary */
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
#footer {
|
|
|
|
margin-left: -20px;
|
|
|
|
margin-right: -20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-02 01:39:24 +02:00
|
|
|
body {
|
2013-10-11 01:16:13 +02:00
|
|
|
color: #ddd;
|
2013-10-07 00:12:44 +02:00
|
|
|
background-color: #222;
|
2013-10-11 00:51:18 +02:00
|
|
|
padding-left: 0;
|
2013-10-07 01:56:26 +02:00
|
|
|
padding-right: 5px;
|
|
|
|
padding-bottom:70px;
|
2013-10-06 19:15:34 +02:00
|
|
|
}
|
2013-10-09 17:53:25 +02:00
|
|
|
|
|
|
|
input#sendMessage {
|
|
|
|
border: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2013-10-15 16:09:08 +02:00
|
|
|
.panel input {
|
|
|
|
max-width: 300px;
|
|
|
|
}
|
2013-10-22 16:09:31 +02:00
|
|
|
input[type=text], input[type=password], .badge {
|
2013-10-15 16:09:08 +02:00
|
|
|
border: 0;
|
|
|
|
-webkit-box-shadow:
|
|
|
|
inset 0 0 8px rgba(0,0,0,0.4),
|
|
|
|
0 0 16px rgba(0,0,0,0.4);
|
|
|
|
-moz-box-shadow:
|
|
|
|
inset 0 0 8px rgba(0,0,0,0.4),
|
|
|
|
0 0 16px rgba(0,0,0,0.4);
|
|
|
|
box-shadow:
|
|
|
|
inset 0 0 8px rgba(0,0,0,0.4),
|
|
|
|
0 0 16px rgba(0,0,0,0.4);
|
2013-10-16 13:48:49 +02:00
|
|
|
border-radius: 0;
|
2013-10-17 11:33:12 +02:00
|
|
|
color: #6e6e6e;
|
|
|
|
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.8) inset;
|
|
|
|
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
|
2013-10-15 16:09:08 +02:00
|
|
|
}
|
2013-10-16 14:13:23 +02:00
|
|
|
#topbar {
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 25px;
|
2013-10-16 16:04:37 +02:00
|
|
|
max-height: 25px;
|
2013-10-16 14:13:23 +02:00
|
|
|
z-index: 1;
|
2013-10-16 14:44:44 +02:00
|
|
|
line-height: 25px;
|
2013-10-16 16:04:37 +02:00
|
|
|
white-space: nowrap;
|
2013-10-16 14:13:23 +02:00
|
|
|
}
|
|
|
|
#topbar .brand {
|
2013-10-17 10:42:31 +02:00
|
|
|
float: left;
|
2013-10-16 14:13:23 +02:00
|
|
|
height: 25px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
#topbar .brand img {
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
#topbar .title {
|
2013-10-17 10:42:31 +02:00
|
|
|
position: fixed;
|
|
|
|
left: 14%;
|
2013-10-16 16:04:37 +02:00
|
|
|
overflow: hidden;
|
2013-10-16 14:13:23 +02:00
|
|
|
}
|
2013-10-16 14:44:44 +02:00
|
|
|
#topbar .actions {
|
2013-10-19 12:45:16 +02:00
|
|
|
margin-left: 5px;
|
|
|
|
padding-left: 5px;
|
2013-10-17 10:42:31 +02:00
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
background: #282828;
|
2013-10-16 14:44:44 +02:00
|
|
|
}
|
2013-10-16 15:09:27 +02:00
|
|
|
#topbar .dropdown-menu form {
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
2013-10-16 14:13:23 +02:00
|
|
|
|
2013-10-16 15:09:27 +02:00
|
|
|
#topbar, #sidebar, .panel, .dropdown-menu {
|
2013-10-15 16:09:08 +02:00
|
|
|
background: #282828;
|
|
|
|
}
|
2013-10-11 00:51:18 +02:00
|
|
|
#sidebar {
|
|
|
|
position: fixed;
|
|
|
|
width: 12%;
|
|
|
|
min-height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
min-width: 130px;
|
|
|
|
overflow: auto;
|
2013-10-16 14:13:23 +02:00
|
|
|
padding-top: 35px; /* topbar */
|
2013-10-16 15:20:23 +02:00
|
|
|
font-size: smaller;
|
2013-10-15 16:09:08 +02:00
|
|
|
}
|
2013-10-16 14:13:23 +02:00
|
|
|
#sidebar form {
|
|
|
|
}
|
2013-10-16 15:20:23 +02:00
|
|
|
|
|
|
|
#sidebar .badge {
|
|
|
|
border-radius: 0;
|
|
|
|
margin-right: -15px;
|
|
|
|
}
|
2013-10-16 14:36:28 +02:00
|
|
|
.nav-pills > li > a {
|
|
|
|
border-radius: 0;
|
2013-10-16 15:20:23 +02:00
|
|
|
color: #ddd;
|
|
|
|
}
|
2013-10-22 16:09:31 +02:00
|
|
|
.nav-pills > li > a:hover, .nav-pills > li > a:hover span {
|
2013-10-16 15:20:23 +02:00
|
|
|
color: #222;
|
2013-10-16 14:36:28 +02:00
|
|
|
}
|
2013-10-07 16:58:41 +02:00
|
|
|
.content {
|
|
|
|
height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
}
|
2013-10-12 02:37:11 +02:00
|
|
|
|
2013-10-06 19:15:34 +02:00
|
|
|
.bufferlines {
|
2013-10-17 21:28:35 +02:00
|
|
|
font-family: 'Terminus', 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace;
|
2013-10-07 16:58:41 +02:00
|
|
|
overflow-y: auto;
|
2013-10-11 00:51:18 +02:00
|
|
|
margin-left: 14%;
|
|
|
|
width: auto;
|
|
|
|
position: relative;
|
2013-10-17 19:39:06 +02:00
|
|
|
padding-bottom: 60px; /* bottom input */
|
2013-10-16 14:13:23 +02:00
|
|
|
padding-top: 35px; /* topbar */
|
2013-10-02 01:39:24 +02:00
|
|
|
}
|
2013-10-16 00:41:04 +02:00
|
|
|
.bufferlines .btn {
|
|
|
|
font-family: sans-serif;
|
|
|
|
}
|
2013-10-02 01:39:24 +02:00
|
|
|
|
2013-10-07 00:49:20 +02:00
|
|
|
.navbar-fixed-bottom {
|
2013-10-11 00:51:18 +02:00
|
|
|
margin: 0 5px 0 14%;
|
|
|
|
}
|
|
|
|
@media (max-width: 968px) {
|
|
|
|
#sidebar, .bufferlines {
|
|
|
|
position: relative;
|
|
|
|
min-height: 0;
|
|
|
|
margin-left: 0;
|
2013-10-16 14:13:23 +02:00
|
|
|
height: auto;
|
2013-10-11 00:51:18 +02:00
|
|
|
max-width: 100%;
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
#sidebar {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.navbar-fixed-bottom {
|
|
|
|
margin: 0 5px 0 5px;
|
|
|
|
}
|
2013-10-07 00:49:20 +02:00
|
|
|
}
|
2013-10-04 20:19:28 +02:00
|
|
|
.color-light-green {
|
|
|
|
color: chartreuse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-27 {
|
|
|
|
color: deepskyblue;
|
|
|
|
}
|
|
|
|
|
2013-10-22 16:09:31 +02:00
|
|
|
.danger, .alert-danger, .badge .alert-danger {
|
2013-10-07 12:04:28 +02:00
|
|
|
background-color: rgb(217, 83, 79);
|
2013-10-22 16:09:31 +02:00
|
|
|
color: #ddd;
|
2013-10-07 12:04:28 +02:00
|
|
|
}
|
2013-10-19 13:02:31 +02:00
|
|
|
.alert-danger {
|
|
|
|
border-color: #121212;
|
|
|
|
color: black;
|
|
|
|
}
|
2013-10-07 12:04:28 +02:00
|
|
|
|
2013-10-04 20:19:28 +02:00
|
|
|
.color-28 {
|
|
|
|
color: greenyellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-00 {
|
|
|
|
color: coral;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-yellow {
|
|
|
|
color: yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-dark-red {
|
|
|
|
color: darkred;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-dark-green {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-dark-blue {
|
|
|
|
color: darkblue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-dark-gray {
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-gray {
|
2013-10-16 14:25:07 +02:00
|
|
|
color: lightgray;u
|
2013-10-04 20:19:28 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.color-brown {
|
|
|
|
color: brown;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-cyan {
|
|
|
|
color: cyan;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color-dark-cyan {
|
|
|
|
color: darkcyan;
|
|
|
|
}
|
|
|
|
|
2013-10-02 01:39:24 +02:00
|
|
|
li.notification {
|
|
|
|
color: green;
|
2013-10-11 00:51:18 +02:00
|
|
|
}
|
2013-10-11 23:38:30 +02:00
|
|
|
|
2013-10-16 14:25:07 +02:00
|
|
|
[ng-click],
|
|
|
|
[data-ng-click],
|
|
|
|
[x-ng-click] {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2013-10-16 14:55:15 +02:00
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track-piece {
|
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:vertical {
|
|
|
|
height: 15px;
|
|
|
|
background: rgba(255,255,255,0.5);
|
|
|
|
}
|