This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
vn-softphone/static/css/app.css

206 lines
3.2 KiB
CSS

body {
font-family: Arial, Helvetica, sans-serif;
background-color: #292929;
font-size: 14px;
padding: 65.5px 0 0 0;
margin: 0
}
html, body {
min-height: 100%;
height: 100%
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
a {
color: #FFF
}
.container {
min-height: 100%;
height: 100%
}
.quickbar {
background-color: #3C393B;
position: absolute;
padding: 15px;
width: 100%;
top: 0
}
.quickbar a {
text-decoration: none;
margin-left: 10px;
color: #FFF
}
.quickbar a:hover {
color: #ff6e40
}
.quickbar .pull-right a i {
font-size: 32px;
}
.side {
background: #2C2C2C;
height: 100%;
width: 15%;
float: left
}
.side .user {
padding: 15px;
color: #FFF
}
.side .user .extension {
font-size: 12px
}
.side .user:after {
display: block;
content: ' ';
clear: both
}
.side .user .name {
font-weight: bold;
color: #FFF
}
.side .title {
background-color: #333333;
text-transform: uppercase;
padding: 15px 10px;
font-weight: bold;
color: #111111
}
.side .navigation a {
background-color: #ff9e00;
text-decoration: none;
transition: 0.2s all;
text-align: center;
font-size: 24px;
display: block;
padding: 15px;
color: #FFF
}
.side .navigation a.active, .side .navigation a.active:hover {
background-color: #FFF;
color: #FFA410
}
.side .navigation a:hover {
background-color: #ffb030;
}
.side .navigation a i {
margin-right: 10px
}
.side .audioControls {
position:absolute;
bottom: 0;
padding: 15px;
color: #FFF
}
.chatbox .search {
margin-bottom: 15px
}
.chatbox .search .control {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #232323;
padding: 10px
}
.chatbox .search input[type=text] {
background-color: transparent;
font-family: inherit;
font-size: 18px;
color: #FFF;
border: 0px;
width:100%
}
.chatbox .callTimer {
text-align: center;
padding: 15px
}
.chatbox .callTimer span {
font-size: 18px;
color: #FFF
}
.chatbox {
background-color: #292929;
height: 100%;
width: 85%;
float: left
}
.chatbox .navigation {
padding: 15px;
color: #FFF
}
#notifications {
position: fixed;
overflow: hidden;
left: 50%;
max-height: 200px;
width: 500px;
margin-left: -250px;
top: 80px
}
#notifications .dialog {
background-color: rgba(0, 0, 0, 0.5);
text-align:center;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin-bottom: 15px;
padding: 10px;
color: #FFF
}
.dial {
width: 500px;
margin: 100px auto
}
.dial .callStatus {
font-size: 18px;
text-align: center;
color: #FFF
}
.dial .btn {
margin-bottom: 10px
}
.dial .columns .column {
padding-right: 10px
}
.dial .columns .column:last-child {
padding-right: 0
}