copay/css/main.css

660 lines
10 KiB
CSS
Raw Normal View History

/*
*
* Copay main CSS
*
*/
2014-04-01 08:16:33 -07:00
2014-03-28 08:32:29 -07:00
* {
2014-04-25 13:22:51 -07:00
margin:0;
padding:0;
2014-03-28 08:32:29 -07:00
}
2014-04-25 13:22:51 -07:00
html, body {height: 100%;}
#wrap {min-height: 100%;}
2014-04-30 12:11:55 -07:00
#main {
overflow:auto;
2014-04-29 15:12:14 -07:00
padding-bottom: 91px;} /* must be same height as the footer */
2014-04-25 13:22:51 -07:00
2014-05-07 12:08:24 -07:00
.main-home {
padding-bottom: 28px !important;
}
2014-05-08 11:45:57 -07:00
.panel.input {
padding: 0.7rem 1rem;
margin-bottom: 0;
border-radius: 5px;
background: #F8F8F8;
-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10);
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.10);
}
2014-06-03 09:53:43 -07:00
.text-gray.active {
color: #111 !important;
font-weight: 700;
}
2014-04-30 12:11:55 -07:00
#footer {
2014-05-01 08:01:15 -07:00
position: fixed;
2014-05-01 05:41:18 -07:00
margin-top: -96px; /* negative value of footer height */
2014-05-13 10:55:26 -07:00
height: 80px;
2014-04-25 13:22:51 -07:00
clear:both;
2014-04-29 07:56:37 -07:00
padding: 5px 2rem;
2014-05-01 08:01:15 -07:00
bottom: 0;
width: 100%;
2014-05-06 13:02:49 -07:00
z-index: 100;
2014-05-01 08:01:15 -07:00
}
2014-05-07 12:08:24 -07:00
.footer-home {
position: relative !important;
margin-top: -28px !important;
height: 28px !important;
}
2014-05-01 08:01:15 -07:00
.bottom-copay {
2014-05-13 10:55:26 -07:00
width: 56px;
2014-05-01 08:01:15 -07:00
text-align: center;
position: relative;
float: right;
margin-left: 15px;
2014-05-26 12:37:56 -07:00
/* height: 551px; */
2014-04-25 13:22:51 -07:00
}
.logo {
display: block;
height: 51px;
2014-04-30 12:11:55 -07:00
margin: 0 auto;
2014-03-28 08:32:29 -07:00
}
.top-bar-section li:not(.has-form) a:not(.button) {
2014-03-31 09:10:11 -07:00
line-height: 60px;
2014-03-28 08:32:29 -07:00
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
2014-03-31 09:10:11 -07:00
line-height: 60px;
font-weight: 700;
2014-03-28 08:32:29 -07:00
}
.top-bar-section ul li>a {
2014-03-31 09:10:11 -07:00
text-transform: uppercase;
font-weight: 100;
font-size: 0.9rem;
2014-03-28 08:32:29 -07:00
}
2014-04-25 13:22:51 -07:00
.top-bar-section ul li {
2014-04-29 15:26:12 -07:00
width: 25%;
2014-04-25 13:22:51 -07:00
}
2014-05-13 07:27:31 -07:00
.top-bar-section .label.alert {
vertical-align: super;
margin-left: 5px;
}
2014-03-28 08:32:29 -07:00
.header {
margin-bottom: 30px;
2014-03-28 08:32:29 -07:00
}
.header-content {
2014-04-28 13:23:01 -07:00
padding: 2rem;
2014-03-31 09:10:11 -07:00
overflow: hidden;
2014-03-28 08:32:29 -07:00
}
2014-04-28 13:23:01 -07:00
.header a.button.small-icon {
padding: 0.1rem 0.3rem;
font-size: 0.9rem;
2014-04-29 10:24:26 -07:00
margin-left: 5px;
2014-04-28 13:23:01 -07:00
}
.header h1, h5, p {
font-weight: 100;
margin-bottom: 0;
}
.header button, .button {
margin-bottom: 0;
}
.header h6 {
font-weight: 100;
}
.top-bar {
height: auto;
2014-04-25 13:22:51 -07:00
width: 100%;
}
2014-03-31 14:06:44 -07:00
.panel {
2014-04-07 11:05:53 -07:00
border:0;
}
2014-04-21 09:23:39 -07:00
.panel.status {
margin: 0;
}
.addresses .panel {
2014-04-16 08:06:42 -07:00
font-size: 0.9rem;
2014-04-16 06:52:13 -07:00
}
2014-04-15 13:45:53 -07:00
.transactions .panel {
2014-04-20 15:08:04 -07:00
border: 1px solid #eee;
2014-04-15 13:45:53 -07:00
}
2014-04-30 12:11:50 -07:00
.transactions .panel {
2014-04-30 10:59:20 -07:00
padding: 0;
2014-04-20 15:08:04 -07:00
}
.pending table {
width: 100%;
border: none;
}
2014-04-03 12:32:17 -07:00
.box-backup {
2014-05-26 12:37:56 -07:00
margin: 0.6rem 0;
2014-04-03 12:32:17 -07:00
padding: 2rem 1rem;
}
a.box-backup {
display: block;
}
.box-backup i {
margin-bottom: 2rem;
display: block;
}
2014-04-15 11:07:41 -07:00
h3 {
font-weight: 100;
font-size: 25px;
}
.line-dashed-v {
border-right: 2px dashed #E3E3E3;
}
2014-06-02 13:40:18 -07:00
@media (max-width: 640px) {
2014-04-30 14:47:44 -07:00
.line-dashed-v {
border: none;
}
}
2014-04-15 13:45:53 -07:00
.line-dashed-h {
margin: 1rem 0;
border-bottom: 2px dashed #E3E3E3;
}
2014-04-15 11:07:41 -07:00
.panel p {
margin-bottom: 0;
2014-04-08 10:16:38 -07:00
}
2014-04-15 13:45:53 -07:00
span.panel-res {
float: right;
padding: 0.4rem 0.55rem;
margin: 0 1rem;
border-radius: 1rem;
}
2014-04-08 10:16:38 -07:00
.pending button {
2014-04-30 10:59:20 -07:00
margin: 0 10px 0 0;
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-04-30 12:11:55 -07:00
.line-dashed {
border-top: 2px dashed #ccc;
2014-05-07 12:08:24 -07:00
margin: 1rem 0;
2014-04-30 12:11:55 -07:00
padding: 1rem 0;
}
small.is-valid {
font-weight: bold;
}
small.has-error {
font-weight: bold;
}
.small {
font-size: 60%;
line-height: inherit;
}
2014-04-20 15:39:16 -07:00
@media (max-width: 641px) {
.hide_menu {
display: none;
}
.show_menu {
display: block;
}
2014-04-25 13:22:51 -07:00
.top-bar-section ul li {
width: 100%;
}
2014-04-20 15:39:16 -07:00
}
2014-04-25 13:22:51 -07:00
@media (max-width: 750px) {
.top-bar-section ul li>a {
font-size: 70%;
}
}
2014-03-31 14:06:44 -07:00
.new-address {
width: 220px;
}
2014-05-09 05:49:21 -07:00
2014-04-25 13:22:51 -07:00
hr { margin: 2.25rem 0;}
2014-03-31 14:06:44 -07:00
2014-04-24 18:43:19 -07:00
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
.dn {display: none;}
2014-04-15 13:45:53 -07:00
.pr {position: relative;}
2014-05-08 11:45:57 -07:00
.m0 {margin: 0 !important;}
2014-04-07 11:05:53 -07:00
.db {display: block;}
2014-03-28 12:39:58 -07:00
.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;}
2014-04-16 08:06:42 -07:00
.m10t {margin-top: 10px;}
.m5b {margin-bottom: 5px;}
2014-04-30 14:47:44 -07:00
.m10b {margin-bottom: 10px;}
2014-05-08 11:45:57 -07:00
.m15b {margin-bottom: 20px !important;}
2014-04-30 10:59:20 -07:00
.m10r {margin-right: 10px;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
2014-04-28 13:23:01 -07:00
.p10t {padding-top: 10px;}
2014-04-16 13:25:33 -07:00
.p0r {padding-right: 0;}
.p70r {padding-right: 70px;}
.p70l {padding-left: 70px;}
.p5h {padding: 0 5px;}
2014-04-17 14:11:42 -07:00
.p20h {padding: 0 20px;}
.m30v {margin: 30px 0;}
2014-04-21 09:23:39 -07:00
.m10h {margin:0 10px;}
2014-04-17 14:11:42 -07:00
.m30a {margin: 30px auto;}
.br100 {border-radius: 100%;}
2014-04-29 12:34:40 -07:00
.lh {line-height: 0;}
2014-04-29 10:24:26 -07:00
.oh {overflow:hidden;}
2014-04-29 12:34:40 -07:00
.lh {line-height: 0;}
2014-04-23 17:20:44 -07:00
.video-small {
2014-05-13 10:55:26 -07:00
width: 50px;
height: 50px;
border-radius: 0.3rem;
2014-04-24 16:56:36 -07:00
display: inline;
2014-04-29 15:12:14 -07:00
float: right;
2014-04-23 17:20:44 -07:00
}
2014-04-24 16:56:36 -07:00
.online {
2014-05-07 15:04:36 -07:00
background-color: black;
border: 3px solid #1ABC9C;
}
.online:hover {
border-color: #16A085;
2014-04-24 16:56:36 -07:00
}
.offline {
2014-04-29 15:12:14 -07:00
border: 3px solid gray;
opacity: 0.4;
2014-04-24 16:56:36 -07:00
}
2014-04-29 12:34:40 -07:00
.tx-copayers {
overflow: hidden;
padding: 0.5rem;
}
2014-04-29 12:34:40 -07:00
.tx-copayers {
overflow: hidden;
padding: 0.5rem;
}
2014-04-29 12:34:40 -07:00
.box-copayers {
padding: 0.5rem 2rem 0.5rem 1rem;
float: left;
}
.box-copayers figure {
width: 51px;
2014-05-27 11:40:59 -07:00
height: 63px;
2014-04-29 12:34:40 -07:00
border-top-left-radius: 4px 4px;
border-bottom-left-radius: 4px 4px;
overflow: hidden;
margin-right: 0.8px;
}
.box-status {
width: 16px;
height: 55px;
border-top-right-radius: 4px 4px;
border-bottom-right-radius: 4px 4px;
float: left;
overflow: hidden;
}
.icon-status {
background: #2C3E50;
width: 16px;
float: left;
text-align: center;
display: block;
margin: 0.8px;
padding: 2.7px;
}
2014-04-30 14:47:44 -07:00
.box-setup {
2014-06-02 13:40:18 -07:00
margin-bottom: 25px;
2014-04-30 14:47:44 -07:00
}
.box-setup-copayers {
position: relative;
background: #ffffff;
border: 2px solid #eee;
}
.box-setup-copayers:after, .box-setup-copayers:before {
bottom: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.box-setup-copayers:after {
border-color: rgba(255, 255, 255, 0);
border-bottom-color: #ffffff;
2014-05-01 10:19:50 -07:00
border-width: 20px;
margin-left: -20px;
2014-04-30 14:47:44 -07:00
}
.box-setup-copayers:before {
border-color: rgba(238, 238, 238, 0);
border-bottom-color: #eee;
2014-05-01 10:19:50 -07:00
border-width: 23px;
margin-left: -23px;
2014-04-30 14:47:44 -07:00
}
.box-setup-copayers-fix {
overflow: hidden;
padding: 10px 10px 0 10px;
}
.box-setup-copay {
width: 60px;
height: 60px;
float: left;
margin-right: 10px;
margin-bottom: 10px;
border: 3px solid #eee;
}
.box-setup-copay-required {
border: 3px solid green;
}
2014-04-29 15:43:38 -07:00
.tx-copayers {
background: #F8F8F8;
-moz-box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.05), inset 0px 1px 1px 0px rgba(0,0,0,0.05);
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.05), inset 0px 1px 1px 0px rgba(0,0,0,0.05);
}
2014-04-29 12:34:40 -07:00
2014-04-29 15:43:38 -07:00
.box-copayers .icon-inactive {
color: #4C5B69;
}
.box-copayers .icon-active {
color: #fff;
}
.box-copayers .icon-active-check {
color: #fff;
background: #3FBC9C;
}
.box-copayers .icon-active-x {
color: #fff;
background: #C0392B;
}
2014-04-23 17:20:44 -07:00
2014-04-30 12:11:55 -07:00
.box-signin {
padding: 20px 40px;
border: 1px solid #eee;
background-color: #fff;
text-align: center;
margin-bottom: 20px;
}
.box-signin h3 {
margin-bottom: 20px;
}
.box-signin .button {
margin: 20px 0;
width: 200px;
}
2014-04-30 15:50:13 -07:00
a.loading {
background: #fff;
}
2014-05-01 05:32:21 -07:00
2014-05-06 13:02:49 -07:00
#qr-canvas { display: none; }
#qrcode-scanner-video {
display: block;
margin: 0 auto;
}
2014-05-07 14:48:56 -07:00
@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 ); }
}
.icon-rotate {
animation-name: rotateThis;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: rotateThis;
-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-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: 14px;
position: absolute;
right: -11px;
top: 5px;
-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;
}
.dr-notification-close-btn i {
padding-left: 3px;
}
.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: 25px;
}
.dr-notification-image img {
margin: 15px;
max-width: 70px;
min-width: 48px;
}
.dr-notification-content {
padding-left: 100px;
padding-right: 15px;
padding-top: 10px;
}
.dr-notification-title {
color: white;
padding: 0px;
font-size: 20px;
}
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-05-26 12:37:56 -07:00
@media only screen and (max-width: 40em) {
2014-05-27 11:40:59 -07:00
#main, .header-content {
font-size: 80%;
line-height: 140%;
}
2014-05-26 12:37:56 -07:00
.top-bar {
background: #1ABC9C;
}
.header-content {
padding: 0.3rem 0rem 1rem 0.4rem;
}
.logo {
background-size: 90px 44px !important;
float: left;
margin-top: 0.7rem;
2014-06-03 06:53:24 -07:00
width: 130px;
2014-05-26 12:37:56 -07:00
}
.header-content .small-9 {
text-align: right !important;
}
.header-content .line-dashed-v {
border: none !important;
}
.box-backup {
margin: 0.6rem 0;
}
#footer {
font-size: 80%;
padding: 0.2rem 0.5rem;
}
2014-05-27 11:40:59 -07:00
.box-status {
height: 71px;
}
.box-copayers figure {
height: 71px;
width: 71px;
}
2014-06-02 13:40:18 -07:00
}