mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
357 lines
5 KiB
CSS
357 lines
5 KiB
CSS
/*------------------------------------------------------------------
|
|
Bootstrap Admin Template by EGrappler.com
|
|
------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------
|
|
[1. Shortcuts / .shortcuts]
|
|
*/
|
|
|
|
.shortcuts {
|
|
text-align: center;
|
|
}
|
|
|
|
.shortcuts .shortcut {
|
|
width: 22.50%;
|
|
display: inline-block;
|
|
padding: 12px 0;
|
|
margin: 0 .9% 1em;
|
|
vertical-align: top;
|
|
|
|
text-decoration: none;
|
|
|
|
background: #f9f6f1;
|
|
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.shortcuts .shortcut .shortcut-icon {
|
|
margin-top: .25em;
|
|
margin-bottom: .25em;
|
|
|
|
font-size: 32px;
|
|
color: #545454;
|
|
}
|
|
|
|
.shortcuts .shortcut:hover {
|
|
background: #00ba8b;
|
|
}
|
|
|
|
.shortcuts .shortcut:hover span{
|
|
color: #fff;
|
|
}
|
|
|
|
.shortcuts .shortcut:hover .shortcut-icon {
|
|
color: #fff;
|
|
}
|
|
|
|
.shortcuts .shortcut-label {
|
|
display: block;
|
|
|
|
font-weight: 400;
|
|
color: #545454;
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------
|
|
[2. Stats / .stats]
|
|
*/
|
|
|
|
.stats {
|
|
width: 100%;
|
|
display: table;
|
|
padding: 0 0 0 10px;
|
|
margin-top: .5em;
|
|
margin-bottom: 1.9em;
|
|
}
|
|
|
|
.stats .stat {
|
|
display: table-cell;
|
|
width: 40%;
|
|
vertical-align: top;
|
|
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
color: #999;
|
|
}
|
|
|
|
.stat-value {
|
|
display: block;
|
|
margin-bottom: .55em;
|
|
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
letter-spacing: -2px;
|
|
color: #444;
|
|
}
|
|
|
|
.stat-time {
|
|
text-align: center;
|
|
padding-top: 1.5em;
|
|
}
|
|
|
|
.stat-time .stat-value {
|
|
color: #19bc9c;
|
|
font-size: 40px;
|
|
}
|
|
|
|
.stats #donut-chart {
|
|
height: 100px;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------
|
|
[3. News Item / .news-items]
|
|
*/
|
|
|
|
.news-items {
|
|
margin: 1em 0 0;
|
|
}
|
|
|
|
.news-items li {
|
|
display: table;
|
|
padding: 0 2em 0 1.5em;
|
|
padding-bottom: 1em;
|
|
margin-bottom: 1em;
|
|
border-bottom: 1px dotted #CCC;
|
|
}
|
|
|
|
.news-items li:last-child { padding-bottom: 0; border: none; }
|
|
|
|
.news-item-date {
|
|
display: table-cell;
|
|
}
|
|
|
|
.news-item-detail {
|
|
display: table-cell;
|
|
}
|
|
|
|
.news-item-title {
|
|
font-size: 13px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.news-item-date {
|
|
width: 75px;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.news-item-day {
|
|
display: block;
|
|
margin-bottom: .25em;
|
|
|
|
font-size: 24px;
|
|
color: #888;
|
|
}
|
|
|
|
.news-item-preview {
|
|
margin-bottom: 0;
|
|
|
|
color: #777;
|
|
}
|
|
|
|
.news-item-month {
|
|
display: block;
|
|
padding-right: 1px;
|
|
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
color: #888;
|
|
}
|
|
|
|
|
|
|
|
/*------------------------------------------------------------------
|
|
[4. Action Table / .action-table]
|
|
*/
|
|
|
|
.action-table .btn-small {
|
|
padding: 4px 5px 5px;
|
|
|
|
font-size: 10px;
|
|
}
|
|
|
|
.action-table .td-actions {
|
|
width: 80px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.action-table .td-actions .btn {
|
|
margin-right: .5em;
|
|
}
|
|
|
|
.action-table .td-actions .btn:last-child {
|
|
margin-rigth: 0;
|
|
}
|
|
|
|
|
|
|
|
.big_stats {
|
|
width: 100%;
|
|
display: table;
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
.big-stats-container .widget-content {
|
|
border:0;
|
|
}
|
|
|
|
.big_stats .stat {
|
|
width: 35%;
|
|
height: auto;
|
|
text-align: center;
|
|
display: table-cell;
|
|
padding: 0 0 1em;
|
|
position: relative;
|
|
|
|
border-right: 1px solid #CCC;
|
|
border-left: 1px solid #FFF;
|
|
}
|
|
|
|
.big_stats i { font-size:20px; display:block; line-height: 30px; color:#b2afaa; }
|
|
.big_stats .stat i { font: 20px/2em "Open Sans", sans-serif; color:#19bc9c; }
|
|
|
|
h6.bigstats {
|
|
margin: 20px;
|
|
border-bottom: 1px solid #eee;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 26px;
|
|
}
|
|
|
|
.big_stats .stat:first-child {
|
|
border-left: none;
|
|
width:33%;
|
|
}
|
|
|
|
.big_stats .stat:last-child {
|
|
border-right: none;
|
|
width:33%;
|
|
}
|
|
|
|
.big_stats .stat h4 {
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
color: #777;
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
.big_stats .stat .value {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: #545454;
|
|
line-height: 1em;
|
|
}
|
|
|
|
|
|
|
|
@media all and (max-width: 950px) and (min-width: 1px) {
|
|
|
|
.big_stats {
|
|
display: block;
|
|
margin-bottom: -10px;
|
|
}
|
|
|
|
.big_stats .stat {
|
|
width: 32%;
|
|
display: block;
|
|
margin-bottom: 1em;
|
|
float: left;
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.big_stats .stat .value {
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 979px) {
|
|
|
|
.shortcuts .shortcut {
|
|
width: 31%;
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 480px) {
|
|
|
|
.stats .stat {
|
|
|
|
margin-bottom: 3em;
|
|
}
|
|
|
|
.stats .stat .stat-value {
|
|
margin-bottom: .15em;
|
|
|
|
font-size: 20px;
|
|
}
|
|
|
|
.stats {
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#chart-stats {
|
|
margin: 2em 0 1em;
|
|
}
|
|
|
|
.shortcuts .shortcut {
|
|
width: 48%;
|
|
}
|
|
}
|
|
|
|
/* ADDED BY AFAQ */
|
|
.widget-content { padding:0px; }
|
|
.dataTables_length { display:none; }
|
|
.dataTable { margin-bottom:0px; }
|
|
|
|
.pulse {
|
|
background:#19bc9c;
|
|
border:1px solid #19bc9c;
|
|
color:white;
|
|
}
|
|
|
|
.pulse-border {
|
|
border-color:#19bc9c;
|
|
}
|
|
|
|
.navbar {
|
|
position:fixed;
|
|
top:0;
|
|
z-index:9999999;
|
|
width:100%;
|
|
}
|
|
|
|
.subnavbar {
|
|
position:fixed;
|
|
top:50px;
|
|
z-index:9999999;
|
|
width:100%;
|
|
}
|
|
|
|
.main {
|
|
margin-top:130px;
|
|
}
|
|
.dataTables_paginate{ width:100%; text-align:center; margin-top:10px; margin-left:-30px;}
|
|
.dataTables_paginate a{ margin-left:8px;}
|
|
.dataTables_paginate a:hover{ pointer:pointer;}
|
|
.navbar-fixed-top{ margin-left:0px;}
|
|
.widget-search{display: inline-block; vertical-align: middle; margin: 0 6px; width: 200px;}
|