copay/css/main.css

835 lines
15 KiB
CSS
Raw Normal View History

/*
*
* Copay main CSS
*
*/
2014-04-01 08:16:33 -07:00
2014-07-17 08:22:55 -07:00
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 300;
src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../font/ubuntu-light.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
src: local('Ubuntu'), url(../font/ubuntu.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: normal;
font-weight: 700;
src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../font/ubuntu-bold.woff) format('woff');
}
@font-face {
font-family: 'Ubuntu';
font-style: italic;
font-weight: 700;
src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'), url(../font/ubuntu-bold-italic.woff) format('woff');
}
@keyframes rotateThis {
from { transform: scale( 1 ) rotate( 0deg ); }
to { transform: scale( 1 ) rotate( 360deg ); }
}
@-webkit-keyframes rotateThis {
from { -webkit-transform: scale( 1 ) rotate( 0deg ); }
to { -webkit-transform: scale( 1 ) rotate( 360deg ); }
}
@-webkit-keyframes yellow-flash {
0% {
background-color: #FFFFE0;
opacity:1;
}
22% {
background-color: #FFFFE0;
}
100% {
background-color: none;
}
}
#qr-canvas { display: none; }
#qrcode-scanner-video {
display: block;
margin: 0 auto;
}
2014-03-28 08:32:29 -07:00
* {
2014-07-17 08:22:55 -07:00
font-family: 'Ubuntu', Helvetica, sans-serif !important;
2014-03-28 08:32:29 -07:00
}
2014-07-21 05:58:27 -07:00
h1 {
2014-07-17 13:39:32 -07:00
font-weight: 100;
2014-07-21 05:58:27 -07:00
font-size: 24px;
2014-07-17 13:39:32 -07:00
color: #2C3E50;
2014-07-21 05:58:27 -07:00
margin-bottom: 1rem;
}
h2 {
font-size: 20px;
font-weight: 100;
}
h3 {
font-weight: 300;
font-size: 16px;
2014-07-21 09:01:51 -07:00
color: #fff;
2014-07-18 14:56:39 -07:00
}
h4 {
font-size: 0.875rem;
2014-07-17 13:39:32 -07:00
}
body, html{
height:100%;
width:100%;
}
2014-07-21 14:07:42 -07:00
a {
color: #3498DB;
}
2014-07-21 15:30:43 -07:00
.signin label, .setup label {
font-size: 0.875rem;
color: #fff;
font-weight: 100;
margin-bottom: 0.5rem;
}
2014-07-21 14:07:42 -07:00
a:hover {
color: #2980b9;
}
2014-07-21 14:32:51 -07:00
.signin input, .setup input {
2014-07-21 14:07:42 -07:00
background: #2C3E50 !important;
-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important;
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10) !important;
border: 0 !important;
color: #7A8C9E !important;
}
2014-07-21 14:32:51 -07:00
.signin select, .setup select {
2014-07-21 14:07:42 -07:00
background: #2C3E50 !important;
border: 0 !important;
color: #7A8C9E !important;
}
2014-07-21 09:01:51 -07:00
.page, .main {
height:100%;
overflow-y: auto;
overflow-x: none;
background-color: #2C3E50;
}
.sidebar {
height:100%;
overflow-y: auto;
overflow-x: none;
}
.sidebar {
position: fixed;
width: 250px;
background-color: #2C3E50;
color: #fff;
2014-07-17 11:44:50 -07:00
line-height: 24px;
}
2014-04-25 13:22:51 -07:00
.sidebar a {
color: #fff;
}
2014-04-25 13:22:51 -07:00
.sidebar ul.copayer-list {
list-style-type: none;
padding:0; margin:0;
}
.sidebar ul.copayer-list li {
margin-top: 15px;
2014-07-21 07:38:19 -07:00
font-weight: 100;
font-size: 12px;
color: #C9C9C9;
}
.sidebar ul.copayer-list img {
width: 30px;
height: 30px;
}
2014-07-17 11:44:50 -07:00
.button.small.side-bar {
padding: 0.2rem 0.4rem;
}
.online {
2014-07-21 07:38:19 -07:00
border: 2px solid #1ABC9C;
}
.offline {
2014-07-21 07:38:19 -07:00
border: 2px solid gray;
opacity: 0.4;
}
.main {
margin-left: 250px;
2014-07-21 09:01:51 -07:00
padding: 1.5rem;
background-color: #F8F8FB;
}
.signin, .setup {
2014-07-21 14:07:42 -07:00
margin-top: 15%;
2014-07-21 09:01:51 -07:00
}
.logo-setup {
2014-07-21 14:07:42 -07:00
position: absolute;
top: 45%;
left: 8%;
2014-07-21 09:01:51 -07:00
}
2014-07-21 14:07:42 -07:00
.box-setup {
padding: 20px 30px;
background: #34495E;
margin-bottom: 20px;
2014-07-21 09:01:51 -07:00
}
2014-07-21 13:10:08 -07:00
.last-transactions {
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
margin-bottom: 1.25rem;
background-color: #fff;
}
.last-transactions-header {
padding: 10px;
}
.last-transactions-footer {
padding: 10px;
}
.last-transactions-content {
background-color: #FDFCFC;
overflow: hidden;
padding: 10px;
}
2014-07-21 13:57:43 -07:00
.last-transactions-content .box-status {
text-align: center;
font-size: 14;
}
.last-transactions-content .box-copayer {
width: 80px;
margin-right: 20px;
float: left;
}
.last-transactions-content .box-copayer .icon-inactive {
color: #4C5B69;
}
.last-transactions-content .box-copayer .icon-active {
color: #ccc;
}
.last-transactions-content .box-copayer .icon-active-check {
color: #3FBC9C;
}
.last-transactions-content .box-copayer .icon-active-x {
color: #C0392B;
}
.box-note {
text-align: center;
clear: both;
font-style: italic;
color: gray;
margin-bottom: 10px;
}
2014-07-21 09:01:51 -07:00
.button-setup a {
display: block;
2014-07-21 14:07:42 -07:00
padding: 20px 30px;
background: #34495E;
color: #fff;
2014-07-21 09:01:51 -07:00
margin-bottom: 20px;
2014-07-21 14:07:42 -07:00
font-weight: 100;
}
.button-setup a:hover {
background: #fff;
}
2014-07-21 09:01:51 -07:00
2014-07-21 14:07:42 -07:00
.button-setup a:hover h1 {
color: #34495E;
2014-07-21 09:01:51 -07:00
}
.footer-setup {
overflow: hidden;
}
2014-04-25 13:22:51 -07:00
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
2014-05-07 12:08:24 -07:00
}
.dn {display: none;}
.pr {position: relative;}
.m0 {margin: 0;}
2014-07-17 11:44:50 -07:00
.db {display: block;}
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }
.m5t {margin-top: 5px;}
.m10t {margin-top: 10px;}
.m5b {margin-bottom: 5px;}
.m10b {margin-bottom: 10px;}
.m15b {margin-bottom: 20px;}
.m10r {margin-right: 10px;}
2014-07-18 14:56:39 -07:00
.m15l {margin-left: 15px;}
2014-07-17 11:44:50 -07:00
.m20r {margin-right: 20px;}
2014-07-21 14:07:42 -07:00
.m20t {margin-top: 20px;}
.m10 {margin: 10px;}
.m15 {margin: 15px;}
.p10t {padding-top: 10px;}
.p0r {padding-right: 0;}
.p70r {padding-right: 70px;}
.p70l {padding-left: 70px;}
.p5h {padding: 0 5px;}
.p20h {padding: 0 20px;}
2014-07-21 07:38:19 -07:00
.p20 {padding:20px;}
2014-07-21 14:07:42 -07:00
.p10 {padding:10px;}
.m30v {margin: 30px 0;}
.m10h {margin:0 10px;}
2014-07-17 11:44:50 -07:00
.m10v {margin:10px 0;}
.m30a {margin: 30px auto;}
2014-07-21 07:38:19 -07:00
.m-negative-l {margin-left: -0.9375rem;}
.br100 {border-radius: 100%;}
.lh {line-height: 0;}
.oh {overflow:hidden;}
.lh {line-height: 0;}
2014-07-21 14:07:42 -07:00
.line-dashed-setup-v {
border-left: 1px dashed #415970;
padding-left: 3rem;
}
2014-04-15 11:07:41 -07:00
.line-dashed-v {
2014-07-21 14:07:42 -07:00
border-right: 1px dashed #E3E3E3;
2014-04-15 11:07:41 -07:00
}
2014-04-15 13:45:53 -07:00
.line-dashed-h {
border-bottom: 1px dashed #E3E3E3;
2014-04-15 13:45:53 -07:00
}
2014-04-08 10:16:38 -07:00
.line {
2014-04-15 13:45:53 -07:00
border-top: 1px solid #f2f2f2;
margin: 0.5rem 0 1rem;
2014-04-08 10:16:38 -07:00
}
2014-07-17 11:44:50 -07:00
.line-sidebar {
border-top: 1px solid #34495E;
margin: 1.4rem 0;
}
2014-07-21 14:07:42 -07:00
.line-sidebar-b {
border-bottom: 1px solid #3C5269;
padding-bottom: 0.5rem;
}
2014-04-30 12:11:55 -07:00
.line-dashed {
2014-07-03 08:32:01 -07:00
border-top: 1px dashed #ccc;
2014-05-07 12:08:24 -07:00
margin: 1rem 0;
padding: 1rem 0;
overflow: hidden;
2014-04-30 12:11:55 -07:00
}
2014-07-17 11:44:50 -07:00
.name-wallet {
font-size: 16px;
line-height: 16px;
}
.box-livenet {
background: #213140;
padding: 0rem 0.5rem 0.2rem;
color: #7A8C9E;
}
.founds {
font-weight: 100;
color: #7A8C9E;
}
.hidden {
visibility: hidden;
}
2014-06-13 15:45:00 -07:00
/* Turn Off Number Input Spinners */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
2014-05-07 14:48:56 -07:00
.icon-rotate {
2014-07-17 08:22:55 -07:00
animation-name: rotateThis;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateThis;
2014-05-07 14:48:56 -07:00
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
.spinner {
display:inline-block;
width: 1em;
text-align:center;
line-height:1em;
vertical-align:middle;
2014-05-07 14:48:56 -07:00
}
.highlight{
-webkit-animation-name: yellow-flash;
-webkit-animation-duration: 400ms;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: linear;
-moz-animation-name: yellow-flash;
-moz-animation-duration: 400ms;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: linear;
}
2014-05-14 22:13:25 -07:00
/* notifications */
.dr-notification-container {
position: absolute;
z-index: 10000;
}
.dr-notification-container.bottom {
bottom: 20px;
}
.dr-notification-container.right {
right: 20px;
}
.dr-notification-container.left {
left: 20px;
}
.dr-notification-container.top {
top: 20px;
}
.dr-notification-container.center {
left: 50%;
margin-left: -190px;
}
.dr-notification-wrapper {
width: 380px;
position: relative;
margin: 10px 0;
}
.dr-notification {
width: 380px;
clear: both;
min-height: 80px;
max-height: 90px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
overflow: hidden;
}
.dr-notification-close-btn {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;
display: inline-block;
padding: 3px;
font-size: 12px;
2014-05-14 22:13:25 -07:00
position: absolute;
right: -8px;
top: -8px;
2014-05-14 22:13:25 -07:00
-webkit-transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
-moz-transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
transition: all 0.35s cubic-bezier(0.31, 0.39, 0.21, 1.65);
cursor: pointer;
z-index: 10;
2014-05-14 22:13:25 -07:00
}
.dr-notification-close-btn i {
padding-left: 3px;
}
2014-07-17 08:22:55 -07:00
2014-05-14 22:13:25 -07:00
.dr-notification-close-btn:hover {
-webkit-transform: scale3d(1.25, 1.25, 1);
-moz-transform: scale3d(1.25, 1.25, 1);
-ms-transform: scale3d(1.25, 1.25, 1);
transform: scale3d(1.25, 1.25, 1);
}
.dr-notification-image {
width: 80px;
height: 80px;
border-right: 1px solid rgba(4, 94, 123, 0.85);
float: left;
display: block;
font-size: 40px;
color: white;
text-align: center;
}
.dr-notification-image i {
display: block;
width: 100%;
padding-top: 20px;
2014-05-14 22:13:25 -07:00
}
.dr-notification-image img {
margin: 15px;
max-width: 70px;
min-width: 48px;
}
.dr-notification-content {
padding-left: 90px;
padding-right: 10px;
padding-top: 5px;
2014-05-14 22:13:25 -07:00
}
.dr-notification-title {
color: white;
padding: 0px;
font-size: 16px;
2014-05-14 22:13:25 -07:00
}
2014-07-17 08:22:55 -07:00
.dr-notification {
background-color: #2C3E50;
color: #bfe2de;
border: 1px solid rgba(4, 94, 123, 0.85);
opacity: 0.9;
}
.dr-notification-close-btn {
background-color: #2C3E50;
color: #fff;
border: 1px solid rgba(4, 94, 123, 0.85);
}
.dr-notification-image.dr-notification-type-info {
color: #FFF;
}
.dr-notification-image.dr-notification-type-warning {
color: #FFA226;
}
.dr-notification-image.dr-notification-type-error {
color: #FF4B4F;
}
.dr-notification-image.dr-notification-type-success {
color: #B4D455;
}
.dr-notification-image.success {
color: #B4D455;
}
2014-05-14 22:13:25 -07:00
p.dr-notification-text {
margin-top: -5px;
font-size: 12px;
}
2014-05-14 22:16:55 -07:00
.ellipsis {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2014-05-27 11:40:59 -07:00
ul.pagination li.current a {
background: #1ABC9C;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
background: #16A085;
}
2014-07-17 08:22:55 -07:00
.tooltip {
background: #16A085;
color: #fff;
font-weight: normal;
font-size: 14px;
padding: 3px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
2014-07-21 09:21:44 -07:00
border: 1px solid #16A085;
text-overflow: ellipsis;
overflow-y: hidden;
}
2014-07-17 08:22:55 -07:00
.tooltip>.nub {
border-color:transparent transparent #16A085 transparent;
}
2014-07-17 08:22:55 -07:00
.tooltip.tip-top>.nub {
border-color:#16A085 transparent transparent transparent;
}
2014-07-17 08:22:55 -07:00
.tooltip.tip-right>.nub {
border-color:transparent #16A085 transparent transparent;
}
2014-07-17 08:22:55 -07:00
.tooltip.tip-left>.nub {
border-color:transparent transparent transparent #16A085;
}
.logo {
background: transparent url('../img/logo-negative-beta.svg') no-repeat;
background-size: 130px 51px;
}
button.radius, .button.radius {
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* SECONDARY */
button.secondary,
.button.secondary {
2014-07-21 14:07:42 -07:00
background-color: #4A90E2;
color: #fff;
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
2014-07-21 14:07:42 -07:00
background-color: #2980B9;
color: #fff;
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary,
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
2014-07-21 14:07:42 -07:00
background-color: #95a5a6;
color: #E6E6E6;
}
/* PRIMARY */
button.primary,
.button.primary {
2014-07-21 14:07:42 -07:00
background-color: #1ABC9C;
color: #fff;
}
button.primary:hover,
button.primary:focus,
.button.primary:hover,
.button.primary:focus {
2014-07-21 14:07:42 -07:00
background-color: #16A085;
color: #fff;
}
button.disabled.primary,
button[disabled].primary,
.button.disabled.primary,
.button[disabled].primary,
button.disabled.primary:hover,
button.disabled.primary:focus,
button[disabled].primary:hover,
button[disabled].primary:focus,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
2014-07-21 14:07:42 -07:00
background-color: #95a5a6;
color: #E6E6E6;
}
/* WARNING */
button.warning,
.button.warning {
background-color: #C0392A;
color: #fff;
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
background-color: #82251A;
color: #e6e6e6;
}
2014-07-17 13:39:32 -07:00
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning,
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
2014-07-21 14:07:42 -07:00
background-color: #95a5a6;
color: #E6E6E6;
}
/* WHITE */
button.white,
.button.white {
background-color: #fff;
color: #2C3E50;
}
button.white:hover,
button.white:focus,
.button.white:hover,
.button.white:focus {
background-color: #E0E0E0;
color: #2C3E50;
}
button.disabled.white,
button[disabled].white,
.button.disabled.white,
.button[disabled].white,
button.disabled.white:hover,
button.disabled.white:focus,
button[disabled].white:hover,
button[disabled].white:focus,
.button.disabled.white:hover,
.button.disabled.white:focus,
.button[disabled].white:hover,
.button[disabled].white:focus {
background-color: #95a5a6;
color: #E6E6E6;
}
2014-07-17 11:44:50 -07:00
.side-nav li {
font-size: 16px;
line-height: 40px;
2014-07-21 07:38:19 -07:00
font-weight: 100;
2014-07-17 11:44:50 -07:00
}
.side-nav li a {
color: #FFFFFF !important;
}
.side-nav li.active a {
background-color: #1ABC9C;
}
2014-07-21 07:38:19 -07:00
.side-nav li.active:hover a {
background-color: #1ABC9C;
}
2014-07-17 11:44:50 -07:00
.side-nav li:hover a {
background-color: #3C4E60;
}
2014-07-17 13:39:32 -07:00
.addresses ul {
margin-left: 0;
}
2014-07-18 06:34:02 -07:00
.video-box {
width: 90px;
text-align: center;
margin-right: 10px;
padding-bottom: 5px;
float: left;
}
2014-07-17 11:44:50 -07:00
2014-07-18 06:34:02 -07:00
.video-small {
width: 50px;
height: 50px;
}
2014-07-17 11:44:50 -07:00
2014-07-18 14:56:39 -07:00
.icon-input {
position: absolute;
top: 11px;
right: 20px;
font-size: 16px;
color: #fff;
}
.icon-input .fi-check {
background-color: #1ABC9C;
padding: 0.2rem 0.4rem;
}
.icon-input .fi-x {
background-color: #C0392A;
padding: 0.2rem 0.4rem;
}
.send-bar {
background-color: #EDEDF5;
padding: 1.5rem;
}
.has-error {
color: #C0392A;
}
.is-valid {
color: #1ABC9C;
}
input.ng-invalid-match, input.ng-invalid-match:focus {
border-color: red;
}
2014-07-21 14:07:42 -07:00
.copayers h3,h4 {
2014-07-21 07:38:19 -07:00
color: #fff;
2014-07-21 14:07:42 -07:00
font-weight: 100;
2014-07-21 07:38:19 -07:00
}
.copayers {
width: 100%;
background-color: #213140;
position: absolute;
bottom: 0;
left: 0;
padding: 20px;
border-top: 1px solid #475065;
2014-07-21 09:21:44 -07:00
overflow-y: hidden;
2014-07-21 07:38:19 -07:00
}
2014-07-21 14:07:42 -07:00
.text-gray {color: #8597A7;}
.text-primary {color: #1ABC9C;}
.text-secondary {color: #3498DB;}
.text-white {color: #fff;}
.box-setup-copayers {
background: #2C3E50;
-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.09), inset 0px 0px 2px 0px rgba(0,0,0,0.20);
2014-07-21 14:32:51 -07:00
margin-bottom: 20px;
2014-07-21 14:07:42 -07:00
}
2014-07-21 07:38:19 -07:00
2014-07-18 06:34:02 -07:00
/*-----------------------------------------------------------------*/