kaiwa/public/css/otalk.css

1185 lines
20 KiB
CSS
Raw Normal View History

2013-09-16 05:19:07 -04:00
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
font-family: sans-serif;
color: #222;
}
body {
margin: 0;
font-size: 1em;
line-height: 1.4;
}
a {
color: #00e;
}
a:visited {
color: #551a8b;
}
a:hover {
color: #06e;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
dfn {
font-style: italic;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
ins {
background: #ff9;
color: #000;
text-decoration: none;
}
mark {
background: #ff0;
color: #000;
font-style: italic;
font-weight: bold;
}
pre,
code,
kbd,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: none;
}
q:before,
q:after {
content: none;
}
small {
font-size: 85%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
ul,
ol {
margin: 1em 0;
padding: 0 0 0 40px;
}
dd {
margin: 0 0 0 40px;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
label {
cursor: pointer;
}
legend {
border: 0;
*margin-left: -7px;
padding: 0;
white-space: normal;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
button,
input {
line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
*width: 13px;
*height: 13px;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
input:valid,
textarea:valid,
input:invalid,
textarea:invalid {
background-color: #f0dddd;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td {
vertical-align: top;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
visibility: hidden;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
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-style: normal;
font-size: 16px;
font-weight: 400;
2013-09-18 19:24:40 -04:00
-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
color: #3c3c3c;
}
h3 {
margin-top: 0;
font-size: 14px;
}
#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-09-18 19:24:40 -04:00
#connectionOverlay {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
z-index: 1000;
-webkit-transition: all 0.25s linear 0;
-o-transition: all 0.25s linear 0;
transition: all 0.25s linear 0;
-moz-transition: all 0.25s linear 0;
}
#connectionOverlay.connected {
height: 0px;
}
#connectionOverlay.connected #connectionStatus {
top: -200px;
2013-09-18 19:24:40 -04:00
}
#connectionStatus {
height: 75px;
width: 400px;
top: 30%;
left: 50%;
margin-left: -200px;
position: absolute;
z-index: 10;
2013-09-18 19:24:40 -04:00
text-align: center;
}
#connectionStatus p {
padding: 0 0 20px 0;
margin: 0;
2013-09-18 19:24:40 -04:00
}
#connectionStatus button {
position: relative;
top: -1px;
2013-09-18 19:24:40 -04:00
}
2013-09-16 05:19:07 -04:00
#menu {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
width: 200px;
background-color: #0b1316;
2013-09-16 05:19:07 -04:00
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-09-23 14:06:42 -04:00
#menu .main {
margin-bottom: 10px;
2013-09-16 05:19:07 -04:00
}
#menu .main li {
list-style-type: none;
2013-09-23 04:37:02 -04:00
margin: 10px 0 5px 0;
text-align: center;
2013-09-16 05:19:07 -04:00
}
2013-09-23 04:37:02 -04:00
#menu .main li:last-child {
margin: 0;
2013-09-16 05:19:07 -04:00
}
#menu .main li svg {
position: absolute;
top: 50%;
left: 10px;
margin-top: -13px;
fill: #fff;
2013-09-16 05:19:07 -04:00
}
#menu .main li a {
position: relative;
width: 150px;
2013-09-23 04:37:02 -04:00
}
#menu .main li .button {
background: #1f2d49;
}
#menu .main li .button:hover {
background: #2b3f65;
2013-09-16 05:19:07 -04:00
}
#menu h1 {
2013-09-23 14:06:42 -04:00
font-size: 10px;
margin: 0;
2013-09-23 14:06:42 -04:00
padding: 20px 10px;
2013-09-21 12:16:53 -04:00
color: #fff;
text-transform: uppercase;
2013-09-16 05:19:07 -04:00
}
2013-09-16 19:12:00 -04:00
#roster li,
#bookmarks li {
display: table;
2013-09-16 05:19:07 -04:00
list-style-type: none;
padding: 7px 35px 7px 10px;
2013-09-16 05:19:07 -04:00
margin: 0px;
position: relative;
min-height: 40px;
2013-09-19 14:37:01 -04:00
font-size: 12px;
2013-09-16 05:19:07 -04:00
color: #fff;
2013-09-19 10:39:07 -04:00
cursor: pointer;
2013-09-21 12:16:53 -04:00
-webkit-transition: all 0.3s ease-in 0;
-o-transition: all 0.3s ease-in 0;
transition: all 0.3s ease-in 0;
-moz-transition: all 0.3s ease-in 0;
-webkit-transition: all 0.3s ease-in 0;
-moz-transition: all 0.3s ease-in 0;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#roster li .wrap,
#bookmarks li .wrap {
display: table-cell;
vertical-align: middle;
2013-09-16 05:19:07 -04:00
}
#roster li .unread:not(:empty),
#bookmarks li .unread:not(:empty) {
display: block;
}
2013-09-16 19:12:00 -04:00
#roster li:hover,
#bookmarks li:hover {
2013-09-23 14:06:42 -04:00
background: #1f2d49;
2013-09-16 05:19:07 -04:00
}
#roster li.online:not(.idle):after,
#bookmarks li.online:not(.idle):after,
2013-09-25 02:57:46 -04:00
#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: '';
position: absolute;
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;
}
#roster li.online:after,
#bookmarks li.online:after,
#roster li.chat:after,
#bookmarks li.chat:after {
background: #427a00;
}
#roster li.dnd:after,
#bookmarks li.dnd:after {
background: #c50041;
}
#roster li.away:after,
#bookmarks li.away:after,
#roster li.xa:after,
#bookmarks li.xa:after {
background: #f57900;
2013-09-16 05:19:07 -04:00
}
2013-09-21 12:16:53 -04:00
#roster li.offline:not(:hover) .name,
#bookmarks li.offline:not(:hover) .name {
color: #6e6e6e;
2013-09-16 05:19:07 -04:00
}
2013-09-23 14:06:42 -04:00
#roster li.offline:not(:hover) .status,
#bookmarks li.offline:not(:hover) .status {
color: #404040;
}
2013-09-21 12:16:53 -04:00
#roster li.offline:not(:hover) img,
#bookmarks li.offline:not(:hover) img {
2013-09-16 05:19:07 -04:00
opacity: 0.25;
}
2013-09-16 19:12:00 -04:00
#roster li.activeContact,
2013-09-21 12:16:53 -04:00
#bookmarks li.activeContact,
#roster li.offline.activeContact,
#bookmarks li.offline.activeContact {
background: #fff;
font-weight: bold;
2013-09-16 05:19:07 -04:00
}
2013-09-21 12:16:53 -04:00
#roster li.activeContact .name,
#bookmarks li.activeContact .name,
#roster li.offline.activeContact .name,
#bookmarks li.offline.activeContact .name {
color: #565656;
}
#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
}
#roster li.paused:after,
#bookmarks li.paused:after {
background: #b7b7b7;
2013-09-16 05:19:07 -04:00
}
#roster li.idle,
#bookmarks li.idle {
padding-right: 15px;
}
2013-09-27 00:29:45 -04:00
#roster li.idle .name,
#bookmarks li.idle .name {
2013-09-27 03:28:18 -04:00
color: #b7b7b7;
max-width: 60%;
}
#roster li.idle .user,
#bookmarks li.idle .user {
width: 95%;
2013-09-27 00:29:45 -04:00
}
2013-09-16 19:12:00 -04:00
#roster li img,
#bookmarks li img {
2013-09-16 05:19:07 -04:00
opacity: 1;
}
2013-09-16 19:12:00 -04:00
#roster li .avatar,
#bookmarks li .avatar {
2013-09-16 05:19:07 -04:00
vertical-align: top;
margin-right: 5px;
margin-top: -15px;
2013-09-16 05:19:07 -04:00
position: absolute;
left: 10px;
top: 20px;
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-09-16 05:19:07 -04:00
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#roster li .user,
#bookmarks li .user {
margin-left: 40px;
2013-09-21 12:16:53 -04:00
color: #fff;
width: 70%;
}
#roster li .name,
#bookmarks li .name {
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
2013-09-16 05:19:07 -04:00
}
2013-09-16 19:12:00 -04:00
#roster li .status,
#bookmarks li .status {
color: #b7b7b7;
2013-09-16 05:19:07 -04:00
font-size: 10px;
2013-09-25 04:45:23 -04:00
font-weight: 400;
line-height: 12px;
margin: 0;
2013-09-25 04:45:23 -04:00
margin-left: 40px;
}
2013-09-16 19:12:00 -04:00
#roster li .unread,
#bookmarks li .unread {
2013-09-16 05:19:07 -04:00
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;
2013-09-16 05:19:07 -04:00
position: absolute;
top: 5px;
left: 10px;
2013-09-23 14:06:42 -04:00
font-size: 10px;
font-weight: bold;
2013-09-16 05:19:07 -04:00
text-align: center;
background: rgba(0,174,239,0.8);
2013-09-16 05:19:07 -04:00
}
#roster li .idleTime,
#bookmarks li .idleTime {
display: inline-block;
margin-left: 5px;
2013-09-27 03:28:18 -04:00
font-size: 10px;
color: #5c5c5c;
2013-09-27 03:28:18 -04:00
}
2013-10-15 14:56:40 -04:00
#bookmarks .name {
padding: 10px 15px 10px 40px;
}
@-moz-keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes pulsate {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
@-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;
}
2013-09-16 05:19:07 -04:00
}
.page.chat {
padding-top: 0px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.conversation {
position: relative;
bottom: 0px;
left: 0px;
right: 0px;
padding: 0px;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
2013-10-15 04:01:49 -04:00
.conversation .remoteVideo {
display: none;
}
.conversation.activeCall .remoteVideo {
width: 100%;
display: block;
}
2013-09-16 05:19:07 -04:00
.conversation header {
padding: 5px;
border-bottom: 2px solid #e4e4e4;
2013-09-16 05:19:07 -04:00
position: fixed;
right: 0px;
left: 201px;
2013-09-16 05:19:07 -04:00
z-index: 10;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #f7f7f7;
2013-09-16 05:19:07 -04:00
}
.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;
2013-09-16 05:19:07 -04:00
position: absolute;
top: 11px;
left: 11px;
vertical-align: top;
}
2013-10-15 15:52:59 -04:00
.conversation header .name,
.conversation header .call {
float: left;
}
2013-09-16 05:19:07 -04:00
.conversation header .name {
margin: 15px;
padding: 0px;
margin-left: 45px;
font-size: 14px;
line-height: 14px;
2013-10-15 15:52:59 -04:00
max-width: 50%;
2013-09-16 05:19:07 -04:00
}
2013-09-23 14:23:23 -04:00
.conversation header .tzo:not(:empty) {
position: absolute;
right: 15px;
2013-10-15 15:52:59 -04:00
top: 28px;
2013-09-23 14:23:23 -04:00
height: 20px;
margin-top: -10px;
padding: 0 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
font-size: 9px;
font-weight: bold;
line-height: 20px;
color: #898989;
background: #e4e4e4;
}
2013-10-15 15:52:59 -04:00
.conversation header .call {
margin-top: 10px;
height: 25px;
line-height: 25px;
min-width: 60px;
}
2013-09-16 05:19:07 -04:00
.messages {
margin: 0px;
padding: 0px;
2013-09-19 10:39:07 -04:00
padding-top: 130px;
2013-09-16 05:19:07 -04:00
overflow-y: auto;
overflow-x: hidden;
position: relative;
bottom: 75px;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.messages li {
position: relative;
z-index: 1;
list-style: none;
2013-09-26 06:55:27 -04:00
padding: 10px 0;
2013-09-16 05:19:07 -04:00
width: 100%;
min-height: 50px;
2013-09-16 05:19:07 -04:00
display: block;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
2013-09-26 06:55:27 -04:00
border-bottom: 1px solid #e4e4e4;
2013-09-16 05:19:07 -04:00
}
2013-09-26 06:55:27 -04:00
.messages li:last-of-type {
2013-09-19 12:35:34 -04:00
border: none;
}
2013-09-25 23:38:00 -04:00
.messages li .messageAvatar {
position: absolute;
top: 50%;
left: 10px;
margin-top: -15px;
2013-09-25 23:38:00 -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;
}
.messages li .messageAvatar .name {
text-indent: -9999em;
position: absolute;
width: 1px;
}
.messages .messageWrapper {
margin-left: 50px;
}
2013-09-16 05:19:07 -04:00
.messages .message {
font-size: 12px;
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-09-24 07:27:58 -04:00
.messages .message:not(.mine) {
color: #00aeef;
}
2013-09-16 05:19:07 -04:00
.messages .message.mine {
background: #fff;
2013-09-16 05:19:07 -04:00
}
.messages .message.mine .timestamp {
2013-09-19 12:35:34 -04:00
color: #b6b6b6;
2013-09-16 05:19:07 -04:00
}
.messages .message.delayed .timestamp:before {
content: '@ ';
}
.messages .message.edited .timestamp:before {
content: 'edited ';
}
.messages .message.pending {
color: #ababab;
}
2013-09-16 05:19:07 -04:00
.messages .message .body {
display: inline;
word-break: break-word;
padding: 0px;
margin: 0px;
}
.messages .message .timestamp {
2013-09-19 12:35:34 -04:00
font-size: 10px;
2013-09-16 05:19:07 -04:00
font-weight: bold;
2013-09-19 12:35:34 -04:00
color: #78daff;
2013-09-16 05:19:07 -04:00
float: right;
display: block;
}
2013-09-24 16:24:35 -04:00
.messages .message .sender {
display: block;
}
2013-09-16 05:19:07 -04:00
.chatBox {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-top: 1px solid #e4e4e4;
2013-09-16 05:19:07 -04:00
bottom: 0px;
position: fixed;
right: 0px;
2013-09-27 15:10:30 -04:00
left: 201px;
2013-09-16 05:19:07 -04:00
z-index: 200;
}
.chatBox form {
background: #f7f7f7;
2013-09-16 05:19:07 -04:00
padding: 11px;
}
.chatBox .formwrap {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding-right: 80px;
position: relative;
}
.chatBox textarea {
width: 100%;
position: relative;
2013-09-16 05:19:07 -04:00
height: 30px;
line-height: 18px;
padding: 5px;
background: #fff;
2013-09-16 05:19:07 -04:00
}
.chatBox textarea.editing {
background-color: #fffcea;
border: 1px solid #efe391;
color: #d2bd2d;
2013-09-16 05:19:07 -04:00
}
.main > div {
padding: 20px;
border-bottom: 1px solid #e4e4e4;
}
.main > div:last-of-type {
border: none;
}
.main > div .status {
padding: 5px;
background: #f7f7f7;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
}
2013-09-18 19:24:40 -04:00
.uploadRegion {
padding: 15px;
2013-09-18 19:24:40 -04:00
font-size: 12px;
-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;
color: #b7b7b7;
background: #f7f7f7;
}
.uploadRegion p {
margin: 0;
2013-09-16 05:19:07 -04:00
}
2013-09-18 19:24:40 -04:00
.uploadRegion input {
width: 100%;
2013-09-16 05:19:07 -04:00
}
.uploadRegion img {
margin: 10px 0;
}
2013-09-19 10:39:07 -04:00
.aux {
background: #f7f7f7;
}
2013-09-16 05:19:07 -04:00
.aux header {
2013-09-18 13:57:25 -04:00
margin-top: 8%;
2013-09-16 05:19:07 -04:00
text-align: center;
}
#logo {
margin: auto;
}
2013-09-18 13:45:40 -04:00
.box {
2013-09-16 05:19:07 -04:00
position: relative;
margin: auto;
margin-top: 5%;
2013-09-18 13:45:40 -04:00
padding: 20px 0;
background: #fff;
2013-09-16 05:19:07 -04:00
width: 75%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
}
2013-09-18 13:53:06 -04:00
.box.connect {
padding: 20px;
text-align: center;
}
.box.connect h2 {
padding: 0;
}
.box.connect .button {
float: none;
margin-top: 20px;
}
2013-09-18 13:45:40 -04:00
.box .head,
.box .content {
padding: 0 20px;
}
.box .head {
margin-bottom: 20px;
border-bottom: 1px solid #f2f2f2;
2013-09-16 05:19:07 -04:00
}
2013-09-18 13:45:40 -04:00
.box input {
2013-09-16 05:19:07 -04:00
width: 100%;
margin-bottom: 15px;
}
2013-09-18 13:45:40 -04:00
.box a.button {
2013-09-16 05:19:07 -04:00
float: right;
}
2013-09-18 13:45:40 -04:00
.box h2 {
margin: 0;
padding-bottom: 20px;
2013-09-16 05:19:07 -04:00
}
@media screen and (min-width: 768px) {
.box {
width: 50%;
}
}
input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
-webkit-appearance: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-o-border-radius: 3px;
-border-radius: 3px;
border-radius: 3px;
padding: 0 10px;
background: #fff;
border: 1px solid #e4e4e4;
2013-09-19 14:37:01 -04:00
font-size: 12px;
color: #565656;
2013-09-16 05:19:07 -04:00
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
-webkit-transition: border 0.2s ease-in 0;
-o-transition: border 0.2s ease-in 0;
transition: border 0.2s ease-in 0;
-moz-transition: border 0.2s ease-in 0;
-webkit-transition: border 0.2s ease-in 0;
-moz-transition: border 0.2s ease-in 0;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password] {
height: 35px;
}
textarea {
resize: none;
2013-09-16 05:19:07 -04:00
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
.main .status:focus {
outline: none;
border: 1px solid #78daff;
2013-09-16 05:19:07 -04:00
}
label {
display: block;
margin-bottom: 5px;
font-size: 13px;
font-weight: bold;
color: #565656;
}
a.button {
2013-09-19 14:37:01 -04:00
line-height: 35px;
}
button,
a.button {
display: inline-block;
2013-09-19 07:29:42 -04:00
font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
font-style: normal;
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;
border: none;
height: 35px;
min-width: 80px;
2013-09-16 05:19:07 -04:00
padding: 0 1em;
color: #fff;
background: #00aeef;
2013-09-23 04:37:02 -04:00
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
2013-09-16 05:19:07 -04:00
cursor: pointer;
}
button:hover,
a.button:hover {
background: #007aa7;
2013-09-16 05:19:07 -04:00
}
.enableAlerts {
margin-right: 5px;
}
body {
position: relative !important;
-webkit-transition: top 1s;
}
body.candybarVisible {
top: 100px;
}
#calls {
position: fixed;
top: -120px;
left: 0px;
-webkit-transition: background-color 1s;
-webkit-transition: top 1s;
width: 100%;
height: 80px;
padding: 10px;
z-index: 1000;
}
#calls.visible {
top: 0px;
}
#calls.havatar .callActions {
left: 100px;
}
#calls.havatar .caller {
margin-left: 90px;
}
#calls.incoming {
background: #00f;
}
#calls.incoming .callTime {
display: none;
}
#calls.incoming .callerName:before {
content: "Incoming: ";
}
#calls.waiting .spinner div {
background-color: #fff;
}
#calls.calling .callTime {
display: none;
}
#calls.calling .callerName:before {
content: "Calling: ";
}
#calls.active .callerName:before {
content: "On Call: ";
}
#calls.remote .callTime {
display: none;
}
#calls.ending .callerName:before {
content: "Call ending with: ";
}
#calls .callActions {
position: absolute;
left: 10px;
top: 50px;
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;
width: 65px;
height: 65px;
border: 5px solid #eee;
margin-right: 10px;
}
#calls .callerName,
#calls .callTime {
font-weight: bold;
color: #fff;
rgba(0,0,0,0.7)
line-height: 1;
}
#calls .caller {
font-size: 20px;
padding-bottom: 0px;
border-bottom: 2px groove rgba(255,255,255,0.4);
}
#calls .caller margin:top: 0px {
right: 30px;
left: 0px;
}
#calls .callerName {
display: inline;
}
#calls .callerNumber {
display: inline;
margin-left: 10px;
}
#calls .callTime {
position: absolute;
top: 12px;
right: 40px;
font-size: 20px;
margin: 0;
}