| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/meusitei/public_html/central/templates/six/css/ |
Upload File : |
/**
* Invoice Style Sheet
*
* Contains styling specific to the view invoice page.
*
* @project WHMCS
* @version 1.0
* @author WHMCS Limited <development@whmcs.com>
* @copyright Copyright (c) WHMCS Limited 2005-2015
* @license http://www.whmcs.com/license/
* @link http://www.whmcs.com/
*/
body {
background-color: #efefef;
}
/* Container Responsive Behaviour */
@media print {
html, body {
width: 750px;
}
}
.invoice-container {
margin: 15px auto;
padding: 70px;
max-width: 850px;
background-color: #fff;
border: 1px solid #ccc;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
@media (max-width: 895px) {
.invoice-container {
margin: 15px;
}
}
@media (max-width: 767px) {
.invoice-container {
padding: 45px 45px 70px 45px;
}
}
@media (max-width: 499px) {
.invoice-header {
text-align: center;
}
}
.invoice-col {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 500px) {
.invoice-col {
float: left;
width: 50%;
}
.invoice-col.right {
float: right;
text-align: right;
}
}
/* Invoice Status Formatting */
.invoice-container .invoice-status {
margin: 20px 0 0 0;
text-transform: uppercase;
font-size: 24px;
font-weight: bold;
}
/* Invoice Status Colors */
.draft {
color: #888;
}
.unpaid {
color: #cc0000;
}
.paid {
color: #779500;
}
.refunded {
color: #224488;
}
.cancelled {
color: #888;
}
.collections {
color: #ffcc00;
}
/* Payment Button Formatting */
.invoice-container .payment-btn-container {
margin-top: 5px;
text-align: center;
}
.invoice-container .payment-btn-container table {
margin: 0 auto;
}
/* Text Formatting */
.invoice-container .small-text {
font-size: 0.9em;
}
/* Invoice Items Table Formatting */
.invoice-container td.total-row {
background-color: #f8f8f8;
}
.invoice-container td.no-line {
border: 0;
}