|
|
@ -2,6 +2,7 @@ html, |
|
|
|
body { |
|
|
|
body { |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
/* The html and body elements cannot have any padding or margin. */ |
|
|
|
/* The html and body elements cannot have any padding or margin. */ |
|
|
|
|
|
|
|
overflow:hidden; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.horizontal-line { |
|
|
|
.horizontal-line { |
|
|
@ -81,9 +82,6 @@ hr { |
|
|
|
body { |
|
|
|
body { |
|
|
|
color: #ddd; |
|
|
|
color: #ddd; |
|
|
|
background-color: #181818; |
|
|
|
background-color: #181818; |
|
|
|
padding-left: 0; |
|
|
|
|
|
|
|
padding-right: 5px; |
|
|
|
|
|
|
|
padding-bottom:70px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#sendMessage { |
|
|
|
#sendMessage { |
|
|
@ -91,7 +89,7 @@ body { |
|
|
|
height: 36px; |
|
|
|
height: 36px; |
|
|
|
resize: none; |
|
|
|
resize: none; |
|
|
|
} |
|
|
|
} |
|
|
|
#footer button { |
|
|
|
.footer button { |
|
|
|
border-radius: 0; |
|
|
|
border-radius: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
.panel input, .panel .input-group { |
|
|
|
.panel input, .panel .input-group { |
|
|
@ -250,21 +248,20 @@ input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
|
|
|
|
|
|
|
|
#bufferlines { |
|
|
|
#bufferlines { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
height: 98%; |
|
|
|
height: 100%; |
|
|
|
overflow-y: auto; |
|
|
|
overflow-y: auto; |
|
|
|
width: auto; |
|
|
|
width: auto; |
|
|
|
top: 35px; /* topbar */ |
|
|
|
bottom: 35px; |
|
|
|
padding-bottom: 10px; /* ignored by firefox */ |
|
|
|
padding-top: 35px; /* topbar */ |
|
|
|
margin-right: -5px; |
|
|
|
|
|
|
|
-webkit-transition:0.35s ease all; |
|
|
|
-webkit-transition:0.35s ease all; |
|
|
|
transition:0.35s ease all; |
|
|
|
transition:0.35s ease all; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#bufferlines table { |
|
|
|
|
|
|
|
margin-top: 35px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Placeholder for firefox specific CSS */ |
|
|
|
@-moz-document url-prefix() { |
|
|
|
@-moz-document url-prefix() { |
|
|
|
/* firefox specific rule because it ignores the padding in #bufferlines */ |
|
|
|
|
|
|
|
#bufferlines table { |
|
|
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.withnicklist { |
|
|
|
.withnicklist { |
|
|
@ -277,13 +274,17 @@ input[type=text], input[type=password], #sendMessage, .badge { |
|
|
|
font-family: sans-serif; |
|
|
|
font-family: sans-serif; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.navbar-fixed-bottom { |
|
|
|
.footer { |
|
|
|
margin: 0 5px 0 145px; /* sidebar */ |
|
|
|
position: fixed; |
|
|
|
|
|
|
|
bottom: 0; |
|
|
|
|
|
|
|
height: 35px; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
-webkit-transition:0.35s ease all; |
|
|
|
-webkit-transition:0.35s ease all; |
|
|
|
transition:0.35s ease all; |
|
|
|
transition:0.35s ease all; |
|
|
|
} |
|
|
|
} |
|
|
|
.navbar-inverse { |
|
|
|
.footer.withsidebar { |
|
|
|
background-color: #181818; |
|
|
|
margin-left: 0; |
|
|
|
|
|
|
|
padding-left: 145px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.color-light-green { |
|
|
|
.color-light-green { |
|
|
|