1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/resources/assets/css/public.style.css

296 lines
6.0 KiB
CSS
Raw Normal View History

2015-10-13 17:44:01 +02:00
body {
font-family: 'Roboto', sans-serif;
font-size: 14px;
2017-02-17 04:03:31 +01:00
background-color: #f0f0f0;
2015-10-13 17:44:01 +02:00
}
2015-10-15 08:19:41 +02:00
html {
overflow-y: scroll;
}
2015-10-13 17:44:01 +02:00
2017-02-17 04:03:31 +01:00
@media (min-width: 1400px) {
.container {
width: 1370px;
}
}
.navbar-header {
padding-top: 4px;
2016-06-22 11:22:38 +02:00
padding-bottom: 4px;
}
2017-02-17 04:03:31 +01:00
.navbar-brand {
height: 62px;
padding: 21px 15px;
}
.navbar li a {
padding-top: 18px;
font-weight: 500;
font-size: 15px;
2016-03-22 11:08:48 +01:00
font-weight: bold;
padding-left: 20px;
padding-right: 20px;
}
.navbar {
2016-03-23 14:15:18 +01:00
x-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
2016-06-22 11:22:38 +02:00
x-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
2016-03-23 14:15:18 +01:00
box-shadow: 0 0 10px 2px rgba(0,0,0,.05);
2017-02-17 04:03:31 +01:00
border-width: 0;
border-radius: 0;
}
.navbar-inverse .navbar-nav > li > a {
font-weight: 400;
text-transform: uppercase;
border-top: 2px solid transparent;
letter-spacing: 2px;
font-size: 14px;
color: #838181;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
background: none;
border-top-color: #42d165;
}
@media (min-width: 768px) {
.navbar-nav > li > a {
padding: 24px 0 26px;
margin: 0 10px;
}
}
@media (min-width: 1200px) {
.navbar-nav > li > a {
margin: 0 25px;
}
}
@media (min-width: 1220px) and (max-width: 1399px) {
.navbar .container {
padding: 0;
}
}
@media (min-width: 1420px) {
.navbar .container {
padding: 0;
}
2015-10-13 17:44:01 +02:00
}
2017-02-17 04:03:31 +01:00
.navbar-nav > li > a:last-child {
margin-right: 0;
}
2015-10-13 17:44:01 +02:00
#footer {
text-align: center
}
#footer .top {
background: #2e2b2b;
font-size: 12px;
font-weight: 900;
text-transform: uppercase;
padding: 40px 0 27px;
}
#footer .top li {
display: inline-block;
margin: 0 30px 10px;
}
#footer .top a {
color: #fff;
text-decoration: none;
}
#footer .bottom {
border-top: 1px solid #5f5d5d;
background: #211f1f;
font-size: 11px;
font-weight: 400;
color: #636262;
padding: 28px 0;
}
#footer .bottom a {
color: #636262;
}
#footer .menu-item-31 a:before {
content: '';
display: inline-block;
width: 9px;
height: 15px;
2015-10-18 09:30:28 +02:00
background: url('../images/social/facebook.svg') no-repeat;
2015-10-13 17:44:01 +02:00
margin: 0 6px 0 0;
position: relative;
top: 3px;
}
#footer .menu-item-32 a:before {
content: '';
display: inline-block;
width: 19px;
height: 16px;
2015-10-18 09:30:28 +02:00
background: url('../images/social/twitter.svg') no-repeat;
2015-10-13 17:44:01 +02:00
margin: 0 6px 0 0;
position: relative;
top: 3px;
}
#footer .menu-item-33 a:before {
content: '';
display: inline-block;
width: 19px;
height: 16px;
2015-10-18 09:30:28 +02:00
background: url('../images/social/github.png') no-repeat;
2015-10-13 17:44:01 +02:00
margin: 0 6px 0 0;
position: relative;
top: 3px;
}
/* Hide bootstrap sort header icons */
table.table thead .sorting:after { content: '' !important }
table.table thead .sorting_asc:after { content: '' !important }
table.table thead .sorting_desc:after { content: '' !important }
table.table thead .sorting_asc_disabled:after { content: '' !important }
table.table thead .sorting_desc_disabled:after { content: '' !important }
.dataTables_length {
padding-left: 20px;
padding-top: 8px;
}
.dataTables_length label {
font-weight: 500;
}
2016-06-22 11:22:38 +02:00
@media screen and (min-width: 700px) {
2015-10-13 17:44:01 +02:00
#footer .top {
padding: 27px 0;
}
#footer .bottom {
padding: 25px 0;
}
}
table.dataTable { border-radius: 3px; border-collapse: collapse;
/*border-spacing: 0;*/}
table.dataTable thead > tr > th, table.invoice-table thead > tr > th {
color:#fff;
}
th:first-child {
border-radius: 3px 0 0 0;
border-left: none;
}
th:last-child {
border-radius: 0 3px 0 0;
}
tr {border: none;}
td {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
/*th {border-left: 1px solid #d26b26; }*/
th {border-left: 1px solid #FFFFFF; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
vertical-align: middle;
border-top: none;
border-bottom: 1px solid #dfe0e1;
}
table.dataTable.no-footer {
border-bottom: none;
}
2016-06-22 11:22:38 +02:00
.table-striped>tbody>tr:nth-child(odd)>td,
2015-10-13 17:44:01 +02:00
.table-striped>tbody>tr:nth-child(odd)>th {
background-color: #FDFDFD;
}
table.table thead .sorting_asc {
background: url('../images/sort_asc.png') no-repeat 90% 50%;
}
table.table thead .sorting_desc {
background: url('../images/sort_desc.png') no-repeat 90% 50%;
}
table.dataTable thead th, table.dataTable thead td, table.invoice-table thead th, table.invoice-table thead td {
padding: 12px 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
padding: 10px;
}
.dataTables_wrapper {
padding-top: 16px;
}
table.table thead > tr > th {
border-bottom-width: 0px;
}
table td {
max-width: 250px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.dt-right,
.dt-left {
margin-top: 16px;
}
.pagination>ul {
margin: 0px;
}
2015-10-13 17:44:01 +02:00
/* hide table sorting indicators */
2016-06-22 11:22:38 +02:00
table.data-table thead .sorting { background: url('') no-repeat center right; }
2017-02-17 04:03:31 +01:00
/* Make Success color match the Dashboard's green */
.label-success,
.progress-bar-success,
.btn-success,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background: #42d165;
}
.btn-success .badge {
color: #42d165;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.label-success[href]:hover,
.label-success[href]:focus{
background-color: #38b254;
}