kaiwa/public/css/otalk.css

1340 lines
24 KiB
CSS
Raw Normal View History

2013-10-23 11:44:37 -04:00
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
2013-09-16 05:19:07 -04:00
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
2013-10-23 11:44:37 -04:00
main,
2013-09-16 05:19:07 -04:00
nav,
2013-10-23 11:44:37 -04:00
section,
summary {
2013-09-16 05:19:07 -04:00
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
2013-10-23 11:44:37 -04:00
height: 0;
2013-09-16 05:19:07 -04:00
}
2013-10-23 11:44:37 -04:00
[hidden],
template {
2013-09-16 05:19:07 -04:00
display: none;
}
html {
font-family: sans-serif;
2013-10-23 11:44:37 -04:00
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
2013-09-16 05:19:07 -04:00
}
body {
margin: 0;
}
a {
2013-10-23 11:44:37 -04:00
background: transparent;
2013-09-16 05:19:07 -04:00
}
a:focus {
outline: thin dotted;
}
2013-10-23 11:44:37 -04:00
a:active,
a:hover {
2013-09-16 05:19:07 -04:00
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
dfn {
font-style: italic;
}
hr {
2013-10-23 11:44:37 -04:00
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
2013-09-16 05:19:07 -04:00
}
mark {
background: #ff0;
color: #000;
}
code,
kbd,
2013-10-23 11:44:37 -04:00
pre,
2013-09-16 05:19:07 -04:00
samp {
font-family: monospace, serif;
font-size: 1em;
}
pre {
white-space: pre-wrap;
}
q {
2013-10-23 11:44:37 -04:00
quotes: "\201C" "\201D" "\2018" "\2019";
2013-09-16 05:19:07 -04:00
}
small {
2013-10-23 11:44:37 -04:00
font-size: 80%;
2013-09-16 05:19:07 -04:00
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
2013-10-23 11:44:37 -04:00
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
2013-09-16 05:19:07 -04:00
}
legend {
border: 0;
padding: 0;
}
button,
input,
select,
textarea {
2013-10-23 11:44:37 -04:00
font-family: inherit;
2013-09-16 05:19:07 -04:00
font-size: 100%;
margin: 0;
}
button,
input {
line-height: normal;
}
button,
2013-10-23 11:44:37 -04:00
select {
text-transform: none;
}
button,
html input[type="button"],
2013-09-16 05:19:07 -04:00
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
2013-10-23 11:44:37 -04:00
cursor: pointer;
2013-09-16 05:19:07 -04:00
}
button[disabled],
2013-10-23 11:44:37 -04:00
html input[disabled] {
2013-09-16 05:19:07 -04:00
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
2013-10-23 11:44:37 -04:00
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
2013-09-16 05:19:07 -04:00
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
2013-09-18 19:24:40 -04:00
body {
background: #fff;
color: #565656;
font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
2013-09-18 19:24:40 -04:00
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
color: #3c3c3c;
}
h4 {
margin-top: 0;
font-size: 12px;
}
2013-10-24 18:10:58 -04:00
a {
color: #12acef;
font-weight: 800;
text-decoration: none;
}
a:hover,
a:active {
color: #34465a;
}
#pages {
2013-09-18 19:24:40 -04:00
position: absolute;
top: 0px;
right: 0px;
left: 201px;
2013-09-26 13:58:35 -04:00
height: 100%;
2013-09-18 19:24:40 -04:00
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
2013-09-26 13:58:35 -04:00
#pages .scroll-container {
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
2013-10-25 06:05:03 -04:00
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
input[type=url],
input[type=file],
textarea,
.main .status {
2013-09-18 19:24:40 -04:00
width: 100%;
2013-10-25 06:05:03 -04:00
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
2013-09-18 19:24:40 -04:00
}
2013-10-25 06:05:03 -04:00
input[type=text].inline,
input[type=email].inline,
input[type=password].inline,
input[type=search].inline,
input[type=date].inline,
input[type=url].inline,
input[type=file].inline,
textarea.inline,
.main .status.inline {
display: inline-block;
width: auto;
2013-09-18 19:24:40 -04:00
}
2013-10-25 06:05:03 -04:00
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=date]:disabled,
input[type=url]:disabled,
input[type=file]:disabled,
textarea:disabled,
select:disabled,
input[type=checkbox]:disabled,
input[type=radio]:disabled {
cursor: not-allowed;
2013-09-18 19:24:40 -04:00
}
2013-10-25 06:05:03 -04:00
.invalid label {
color: #de0a32;
2013-09-18 19:24:40 -04:00
}
2013-10-25 06:05:03 -04:00
.invalid input[type=text],
.invalid input[type=email],
.invalid input[type=password],
.invalid input[type=search],
.invalid input[type=date],
.invalid input[type=url],
.invalid input[type=file],
.invalid textarea {
background: #fff7f8;
border: 1px solid #fdcad3;
color: #fdcad3;
2013-09-18 19:24:40 -04:00
}
2013-10-25 06:05:03 -04:00
.invalid input[type=text]:focus,
.invalid input[type=email]:focus,
.invalid input[type=password]:focus,
.invalid input[type=search]:focus,
.invalid input[type=date]:focus,
.invalid input[type=url]:focus,
.invalid input[type=file]:focus,
.invalid textarea:focus {
border: 1px solid #fdcad3;
box-shadow: 0 0 5px #fdcad3;
2013-09-18 19:24:40 -04:00
}
2013-10-25 06:05:03 -04:00
.valid label {
color: #43bb6e;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.valid input[type=text],
.valid input[type=email],
.valid input[type=password],
.valid input[type=search],
.valid input[type=date],
.valid input[type=url],
.valid input[type=file],
.valid textarea {
background: #f4fbf6;
border: 1px solid #c6ebd3;
color: #c6ebd3;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.valid input[type=text]:focus,
.valid input[type=email]:focus,
.valid input[type=password]:focus,
.valid input[type=search]:focus,
.valid input[type=date]:focus,
.valid input[type=url]:focus,
.valid input[type=file]:focus,
.valid textarea:focus {
border: 1px solid #c6ebd3;
box-shadow: 0 0 5px #c6ebd3;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
input[type=url],
input[type=file],
textarea,
select,
.main .status {
display: block;
border-radius: 3px;
border: 1px solid #eee;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=file]:focus,
textarea:focus,
select:focus,
.main .status:focus {
outline: none;
border: 1px solid #88d5f7;
box-shadow: 0 0 5px #88d5f7;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=date]:disabled,
input[type=url]:disabled,
input[type=file]:disabled,
textarea:disabled,
select:disabled,
.main .status:disabled {
background: #f8f8f8;
2013-09-23 04:37:02 -04:00
}
2013-10-25 06:05:03 -04:00
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=date],
input[type=url],
.main .status {
height: 35px;
padding: 7px 10px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
textarea {
padding: 10px;
resize: none;
2013-09-19 14:37:01 -04:00
font-size: 12px;
}
2013-10-25 06:05:03 -04:00
input[type=file] {
padding: 15px;
background: #fafafa;
font-size: 12px;
color: #878787;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
label {
display: block;
2013-10-25 06:05:03 -04:00
margin-bottom: 5px;
font-weight: 800;
font-size: 12px;
}
2013-10-25 06:05:03 -04:00
.has-icon {
position: relative;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.has-icon .ss-icon {
2013-09-25 02:57:46 -04:00
position: absolute;
2013-10-25 06:05:03 -04:00
top: 31px;
right: 10px;
font-size: 12px;
transition: all 0.3s ease-in;
2013-09-25 02:57:46 -04:00
}
2013-10-25 06:05:03 -04:00
.has-icon .ss-icon.ss-delete {
color: #fdcad3;
2013-09-25 02:57:46 -04:00
}
2013-10-25 06:05:03 -04:00
.has-icon .ss-icon.ss-check {
color: #c6ebd3;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.has-icon .ss-icon.ss-search {
color: #eee;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
button {
border: none;
2013-09-23 14:06:42 -04:00
}
2013-10-25 06:05:03 -04:00
.button {
line-height: 35px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button,
button {
display: inline-block;
border-radius: 3px;
padding: 0 15px;
height: 35px;
background: #eee;
font-size: 12px;
font-weight: 800;
2013-10-25 06:05:03 -04:00
text-align: center;
text-decoration: none;
color: #878787;
text-overflow: ellipsis;
vertical-align: middle;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button:focus,
button:focus {
outline: none;
}
.button:hover:not(:disabled),
button:hover:not(:disabled) {
2013-09-21 12:16:53 -04:00
color: #565656;
2013-10-25 06:05:03 -04:00
background: #d6d6d6;
transition: all 0.3s ease-in;
2013-09-21 12:16:53 -04:00
}
2013-10-25 06:05:03 -04:00
.button:disabled,
button:disabled {
cursor: not-allowed;
color: #b7b7b7;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button.small,
button.small {
height: 25px;
padding: 0 8px;
font-size: 12px;
line-height: 25px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button.large,
button.large {
height: 50px;
line-height: 50px;
padding: 0 30px;
font-size: 16px;
}
2013-10-25 06:05:03 -04:00
.button.primary,
button.primary,
.button.secondary,
button.secondary,
.button.primary:hover,
button.primary:hover,
.button.secondary:hover,
button.secondary:hover {
color: #fff;
}
2013-10-25 06:05:03 -04:00
.button.primary,
button.primary {
background: #ec008c;
2013-09-27 00:29:45 -04:00
}
2013-10-25 06:05:03 -04:00
.button.primary:hover:not(:disabled),
button.primary:hover:not(:disabled) {
background: #d4007e;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button.primary:disabled,
button.primary:disabled {
background: #f8bee0;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button.secondary,
button.secondary {
background: #12acef;
}
2013-10-25 06:05:03 -04:00
.button.secondary:disabled,
button.secondary:disabled {
background: #88d5f7;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button.secondary:hover:not(:disabled),
button.secondary:hover:not(:disabled) {
background: #0f9bd9;
}
2013-10-25 06:05:03 -04:00
.button-group .button,
.button-group button {
border-radius: 0;
margin-left: -1px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.button-group .button:first-child:only-child,
.button-group button:first-child:only-child {
border-radius: 3px;
}
.button-group .button:first-child,
.button-group button:first-child {
border-radius: 3px 0 0 3px;
}
.button-group .button:last-child,
.button-group button:last-child {
border-radius: 0 3px 3px 0;
}
.button-group.outlined {
display: inline-block;
2013-10-25 06:05:03 -04:00
border-radius: 3px;
2013-09-27 03:28:18 -04:00
}
2013-10-25 06:05:03 -04:00
.button-group.outlined button,
.button-group.outlined .button {
border: 1px solid #dbdbdb;
2013-10-15 14:56:40 -04:00
}
2013-10-25 06:05:03 -04:00
.button-group.outlined.primary button,
.button-group.outlined.primary .button {
background: #fce8f1;
border: 1px solid #f8bee0;
color: #ec008c;
}
2013-10-25 06:05:03 -04:00
.button-group.outlined.primary button:hover,
.button-group.outlined.primary .button:hover {
background: #fbd8ec;
}
2013-10-25 06:05:03 -04:00
.button-group.outlined.secondary button,
.button-group.outlined.secondary .button {
background: #e7f7fd;
border: 1px solid #88d5f7;
color: #12acef;
}
2013-10-25 06:05:03 -04:00
.button-group.outlined.secondary button:hover,
.button-group.outlined.secondary .button:hover {
background: #b8e6fa;
}
2013-10-25 06:05:03 -04:00
.installFirefox,
.addContact {
margin-left: 5px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.addContact {
margin-top: -2px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#connectionOverlay {
position: fixed;
top: 0px;
2013-09-16 05:19:07 -04:00
left: 0px;
width: 100%;
2013-10-25 06:05:03 -04:00
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 1000;
transition: all 0.25s linear 0;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#connectionOverlay.connected {
height: 0px;
2013-10-15 15:52:59 -04:00
}
2013-10-25 06:05:03 -04:00
#connectionOverlay.connected #connectionStatus {
top: -200px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#connectionStatus {
height: 75px;
width: 400px;
top: 30%;
left: 50%;
margin-left: -200px;
2013-09-23 14:23:23 -04:00
position: absolute;
2013-10-25 06:05:03 -04:00
z-index: 10;
text-align: center;
2013-09-23 14:23:23 -04:00
}
2013-10-25 06:05:03 -04:00
#connectionStatus p {
padding: 0 0 20px 0;
margin: 0;
2013-10-15 23:06:18 -04:00
}
2013-10-25 06:05:03 -04:00
#connectionStatus button {
2013-10-15 23:06:18 -04:00
position: relative;
2013-10-25 06:05:03 -04:00
top: -1px;
}
#menu {
position: fixed;
2013-10-15 23:06:18 -04:00
top: 0px;
2013-10-25 06:05:03 -04:00
bottom: 0px;
left: 0px;
width: 200px;
background-color: #0b1316;
z-index: 300;
overflow-y: auto;
overflow-x: hidden;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2013-10-15 23:06:18 -04:00
}
2013-10-25 06:05:03 -04:00
#menu .main {
margin-bottom: 10px;
2013-10-15 23:06:18 -04:00
}
2013-10-25 06:05:03 -04:00
#menu .main li {
list-style-type: none;
margin: 10px 0 5px 0;
text-align: center;
2013-10-15 23:06:18 -04:00
}
2013-10-25 06:05:03 -04:00
#menu .main li:last-child {
margin: 0;
}
#menu .main li svg {
2013-10-15 23:06:18 -04:00
position: absolute;
2013-10-25 06:05:03 -04:00
top: 50%;
2013-10-15 23:06:18 -04:00
left: 10px;
2013-10-25 06:05:03 -04:00
margin-top: -13px;
fill: #fff;
2013-10-15 23:06:18 -04:00
}
2013-10-25 06:05:03 -04:00
#menu .main li a {
position: relative;
width: 150px;
2013-10-15 23:06:18 -04:00
}
2013-10-25 06:05:03 -04:00
#menu h1 {
font-size: 12px;
margin: 0;
padding: 20px 10px;
color: #fff;
text-transform: uppercase;
2013-10-15 15:52:59 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li,
#bookmarks li {
display: table;
list-style-type: none;
padding: 7px 35px 7px 10px;
2013-09-16 05:19:07 -04:00
margin: 0px;
position: relative;
2013-10-25 06:05:03 -04:00
min-height: 40px;
font-size: 12px;
color: #fff;
cursor: pointer;
transition: all 0.3s ease-in 0;
-webkit-transition: all 0.3s ease-in 0;
-moz-transition: all 0.3s ease-in 0;
2013-09-16 05:19:07 -04:00
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
2013-10-25 06:05:03 -04:00
#roster li .wrap,
#bookmarks li .wrap {
display: table-cell;
vertical-align: middle;
padding-left: 40px;
2013-09-19 12:35:34 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li .unread:not(:empty),
#bookmarks li .unread:not(:empty) {
display: block;
2013-09-25 23:38:00 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li:hover,
#bookmarks li:hover {
background: #192a47;
2013-09-25 23:38:00 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.online:not(.idle):after,
#bookmarks li.online:not(.idle):after,
#roster li.chat:after,
#bookmarks li.chat:after,
#roster li.dnd:after,
#bookmarks li.dnd:after,
#roster li.away:after,
#bookmarks li.away:after,
#roster li.xa:after,
#bookmarks li.xa:after {
content: '';
2013-09-25 23:38:00 -04:00
position: absolute;
2013-10-25 06:05:03 -04:00
top: 50%;
right: 15px;
height: 8px;
width: 8px;
margin-top: -4px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
-o-border-radius: 10px;
-border-radius: 10px;
border-radius: 10px;
2013-09-25 23:38:00 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.online:after,
#bookmarks li.online:after,
#roster li.chat:after,
#bookmarks li.chat:after {
background: #427a00;
2013-09-25 23:38:00 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.dnd:after,
#bookmarks li.dnd:after {
background: #c50041;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.away:after,
#bookmarks li.away:after,
#roster li.xa:after,
#bookmarks li.xa:after {
background: #f57900;
2013-09-24 07:27:58 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.offline:not(:hover) .name,
#bookmarks li.offline:not(:hover) .name {
color: #515151;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.offline:not(:hover) .status,
#bookmarks li.offline:not(:hover) .status {
color: #2f2f2f;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.offline:not(:hover) img,
#bookmarks li.offline:not(:hover) img {
opacity: 0.25;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.activeContact,
#bookmarks li.activeContact,
#roster li.offline.activeContact,
#bookmarks li.offline.activeContact {
background: #fff;
font-weight: 800;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.activeContact .name,
#bookmarks li.activeContact .name,
#roster li.offline.activeContact .name,
#bookmarks li.offline.activeContact .name {
color: #565656;
}
2013-10-25 06:05:03 -04:00
#roster li.composing:after,
#bookmarks li.composing:after {
animation: pulsate 1.5s infinite ease-in;
-webkit-animation: pulsate 1.5s infinite ease-in;
-moz-animation: pulsate 1.5s infinite ease-in;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.paused:after,
#bookmarks li.paused:after {
background: #878787;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.idle,
#bookmarks li.idle {
padding-right: 15px;
2013-09-24 16:24:35 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.idle .name,
#bookmarks li.idle .name {
color: #878787;
max-width: 60%;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li.idle .user,
#bookmarks li.idle .user {
width: 95%;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li img,
#bookmarks li img {
opacity: 1;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li .avatar,
#bookmarks li .avatar {
vertical-align: top;
margin-right: 5px;
margin-top: -15px;
position: absolute;
left: 10px;
top: 20px;
width: 30px;
2013-09-16 05:19:07 -04:00
height: 30px;
2013-10-25 06:05:03 -04:00
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-o-border-radius: 50px;
-border-radius: 50px;
border-radius: 50px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
2013-10-25 06:05:03 -04:00
#roster li .user,
#bookmarks li .user {
color: #fff;
width: 70%;
line-height: 100%;
}
2013-10-25 06:05:03 -04:00
#roster li .name,
#bookmarks li .name {
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
}
2013-10-25 06:05:03 -04:00
#roster li .status,
#bookmarks li .status {
color: #878787;
font-size: 12px;
font-weight: 400;
line-height: 12px;
margin: 0;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li .unread,
#bookmarks li .unread {
display: none;
color: #fff;
height: 22px;
width: 30px;
padding-top: 8px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-o-border-radius: 30px;
-border-radius: 30px;
border-radius: 30px;
position: absolute;
top: 5px;
left: 10px;
font-size: 12px;
font-weight: 800;
text-align: center;
background: rgba(0,174,239,0.8);
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#roster li .idleTime,
#bookmarks li .idleTime {
display: inline-block;
margin-left: 5px;
font-size: 12px;
color: #444;
}
2013-10-25 06:05:03 -04:00
#bookmarks .name {
padding: 5px 10px 5px 40px;
2013-09-19 10:39:07 -04:00
}
2013-10-25 06:05:03 -04:00
@-moz-keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
@-webkit-keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
@-o-keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@-ms-keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
.page.chat {
padding-top: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.conversation {
2013-09-16 05:19:07 -04:00
position: relative;
2013-10-25 06:05:03 -04:00
bottom: 0px;
left: 0px;
right: 0px;
padding: 0px;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.conversation header {
padding: 5px;
border-bottom: 2px solid #eee;
position: fixed;
right: 0px;
left: 201px;
z-index: 10;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #f7f7f7;
}
.conversation header .avatar {
margin-right: 5px;
width: 30px;
height: 30px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-o-border-radius: 50px;
-border-radius: 50px;
border-radius: 50px;
position: absolute;
top: 11px;
left: 11px;
vertical-align: top;
}
.conversation header .name,
.conversation header .call {
float: left;
}
.conversation header .name {
margin: 15px;
padding: 0px;
margin-left: 45px;
font-size: 14px;
line-height: 14px;
max-width: 50%;
}
.conversation header .tzo:not(:empty) {
position: absolute;
right: 15px;
top: 28px;
height: 20px;
margin-top: -10px;
padding: 0 5px;
2013-09-16 05:19:07 -04:00
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
2013-10-25 06:05:03 -04:00
text-transform: uppercase;
font-size: 12px;
font-weight: 800;
line-height: 20px;
color: #898989;
background: #eee;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.conversation header .call {
margin-top: 9px;
text-transform: capitalize;
2013-09-18 13:45:40 -04:00
}
2013-10-25 06:05:03 -04:00
.conversation header .activeCall {
height: 0px;
position: relative;
top: 0px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.conversation header .activeCall .remote {
position: absolute;
top: 60px;
left: 10px;
height: 50%;
border: 2px solid #eee;
}
2013-10-25 06:05:03 -04:00
.conversation header .activeCall .local {
position: absolute;
bottom: 10px;
right: 10px;
height: 20%;
border: 2px solid #eee;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.conversation header .activeCall .button-wrap {
position: absolute;
left: 10px;
bottom: 10px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.conversation header .activeCall .button-wrap .button-group {
margin-left: 5px;
}
2013-10-25 06:05:03 -04:00
.conversation.onCall .activeCall {
height: 400px;
}
2013-10-25 06:05:03 -04:00
.messages {
margin: 0px;
padding: 0px;
padding-top: 130px;
overflow-y: auto;
overflow-x: hidden;
position: relative;
bottom: 75px;
2013-10-24 18:07:43 -04:00
width: 100%;
2013-09-16 05:19:07 -04:00
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages li {
position: relative;
z-index: 1;
list-style: none;
padding: 10px 0;
width: 100%;
min-height: 50px;
display: table;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid #eee;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.messages li:last-of-type {
border: none;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages li .messageAvatar {
position: absolute;
top: 50%;
left: 10px;
margin-top: -15px;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages li .messageAvatar img {
width: 30px;
height: 30px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
-khtml-border-radius: 50px;
-o-border-radius: 50px;
-border-radius: 50px;
border-radius: 50px;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages li .messageAvatar .name {
text-indent: -9999em;
position: absolute;
width: 1px;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .messageWrapper {
padding-left: 50px;
display: table-cell;
vertical-align: middle;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message {
2013-10-24 18:07:43 -04:00
font-size: 12px;
2013-10-25 06:05:03 -04:00
margin: 0px;
display: inline-block;
padding-right: 11px;
min-width: 20px;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message:not(.mine) {
color: #12acef;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message.mine {
background: #fff;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message.mine .timestamp {
color: #bebebe;
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message.delayed .timestamp:before {
content: '@ ';
2013-10-24 18:07:43 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message.edited .timestamp:before {
content: 'edited ';
}
2013-10-25 06:05:03 -04:00
.messages .message.pending {
color: #ababab;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message .body {
display: inline;
word-break: break-word;
2013-09-19 14:37:01 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message .timestamp {
2013-09-23 04:37:02 -04:00
font-size: 12px;
font-weight: 800;
2013-10-25 06:05:03 -04:00
color: #88d5f7;
float: right;
display: block;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
.messages .message .sender {
display: block;
}
2013-10-25 06:05:03 -04:00
.chatBox {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px solid #eee;
bottom: 0px;
position: fixed;
right: 0px;
left: 201px;
z-index: 200;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.chatBox form {
background: #f7f7f7;
padding: 11px;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.chatBox .formwrap {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding-right: 80px;
position: relative;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.chatBox textarea {
height: 30px;
padding: 6px 10px;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.chatBox textarea.editing {
background-color: #fffcea;
border: 1px solid #efe391;
color: #d2bd2d;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.main > div {
padding: 20px;
border-bottom: 1px solid #eee;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.main > div:last-of-type {
border: none;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.uploadRegion {
padding: 15px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
margin: 10px 0;
border: 1px solid #eee;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.uploadRegion p {
margin: 0;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.uploadRegion input {
width: 100%;
padding: 5px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.uploadRegion img {
margin: 10px 0;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.aux {
background: #f7f7f7;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.aux header {
margin-top: 8%;
text-align: center;
}
#logo {
margin: auto;
}
.box {
position: relative;
margin: auto;
margin-top: 5%;
padding: 20px 0;
background: #fff;
width: 75%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-border-radius: 3px;
2013-10-24 17:32:20 -04:00
border-radius: 3px;
}
2013-10-25 06:05:03 -04:00
.box.connect {
padding: 20px;
text-align: center;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.box.connect h2 {
padding: 0;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.box.connect .button {
float: none;
margin-top: 20px;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.box .head,
.box .content {
padding: 0 20px;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.box .head {
margin-bottom: 20px;
border-bottom: 1px solid #f7f7f7;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.box input {
width: 100%;
margin-bottom: 15px;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.box a.button {
float: right;
2013-10-24 17:32:20 -04:00
}
2013-10-25 06:05:03 -04:00
.box h2 {
margin: 0;
padding-bottom: 20px;
2013-09-16 05:19:07 -04:00
}
2013-10-25 06:05:03 -04:00
#loginbox {
margin-bottom: 120px;
}
2013-10-25 06:05:03 -04:00
@media screen and (min-width: 768px) {
.box {
width: 50%;
}
2013-10-24 17:32:20 -04:00
}
2013-10-15 19:21:22 -04:00
#wrapper {
position: relative !important;
2013-10-15 19:21:22 -04:00
transition: all 1s;
}
#calls {
position: fixed;
2013-10-15 19:21:22 -04:00
top: 0;
left: 0px;
2013-10-15 19:21:22 -04:00
transition: all 1s;
width: 100%;
height: 80px;
z-index: 1000;
2013-10-16 03:30:37 -04:00
background: #ddd;
}
2013-10-15 19:21:22 -04:00
#calls:empty,
#calls.ending {
transform: translateY(-80px);
}
2013-10-15 19:21:22 -04:00
#calls .call {
height: 80px;
padding: 0;
margin: 0;
}
2013-10-15 19:21:22 -04:00
#calls .call.incoming {
2013-10-23 13:57:46 -04:00
background: #12acef;
}
2013-10-15 19:21:22 -04:00
#calls .call.incoming .callTime {
display: none;
}
2013-10-15 19:21:22 -04:00
#calls .call.incoming .callerName:before {
2013-10-15 22:16:09 -04:00
content: "Incoming Call: ";
}
2013-10-15 19:21:22 -04:00
#calls .call.waiting {
2013-10-23 13:57:46 -04:00
background: #12acef;
2013-10-15 19:21:22 -04:00
}
#calls .call.waiting .spinner div {
background-color: #fff;
}
2013-10-15 22:16:09 -04:00
#calls .call.calling {
2013-10-23 13:57:46 -04:00
background: #12acef;
2013-10-15 22:16:09 -04:00
}
2013-10-15 19:21:22 -04:00
#calls .call.calling .callTime {
display: none;
}
2013-10-15 19:21:22 -04:00
#calls .call.calling .callerName:before {
content: "Calling: ";
}
2013-10-15 22:16:09 -04:00
#calls .call.accepted {
2013-10-23 13:57:46 -04:00
background: $sidebarActive;
2013-10-15 22:16:09 -04:00
}
#calls .call.accepted .callerName:before {
content: "On Call: ";
}
2013-10-15 22:16:09 -04:00
#calls .call.ending {
background: #f7f7f7;
}
2013-10-15 19:21:22 -04:00
#calls .call.ending .callerName:before {
content: "Call ending with: ";
}
2013-10-15 19:21:22 -04:00
#calls .call .callActions {
position: absolute;
2013-10-15 22:16:09 -04:00
left: 80px;
top: 38px;
display: block;
width: 100%;
}
#calls nav {
float: left;
}
#calls button {
min-width: auto;
background-color: rgba(255,255,255,0.3);
rgba(0,0,0,0.1)
width: 100px;
margin-right: 10px;
font-size: 16px;
color: rgba(0,0,0,0.75);
rgba(255,255,255,0.5)
float: left;
rgba(0,0,0,0.3)
}
#calls button border:top: 1pxsolid rgba(255,
#calls button 255,
#calls button 255,
#calls button 0.6) {
bottom: 1px solid rgba(0,0,0,0.1);
left: 1px solid rgba(255,255,255,0.2);
right: 1px solid rgba(255,255,255,0.2);
}
#calls button:hover {
background-color: rgba(255,255,255,0.4);
}
#calls button:active {
rgba(0,0,0,0.2)
padding-top: 11px;
padding-bottom: 9px;
}
#calls button:active border:bottom: 1pxsolid rgba(255,
#calls button:active 255,
#calls button:active 255,
#calls button:active 1) {
top: 1px solid rgba(0,0,0,0.2);
}
#calls .callerAvatar {
float: left;
2013-10-15 22:16:09 -04:00
width: 60px;
height: 60px;
margin: 10px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-o-border-radius: 30px;
-border-radius: 30px;
border-radius: 30px;
}
#calls .callerName,
#calls .callTime {
font-weight: 800;
color: #fff;
rgba(0,0,0,0.7)
line-height: 1;
font-size: 16px;
}
#calls .caller {
2013-10-15 19:21:22 -04:00
margin: 0;
2013-10-15 22:16:09 -04:00
padding: 5px 0 0 0;
padding-bottom: 0px;
}
#calls .callerName {
display: inline;
}
#calls .callerNumber {
display: inline;
margin-left: 10px;
}
#calls .callTime {
position: absolute;
top: 12px;
right: 40px;
margin: 0;
}