MicroCommunityWeb/public/css/vc-ui.css
2020-03-15 22:06:14 +08:00

719 lines
12 KiB
CSS

body{
margin: 0;
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-color: #2f4050;
font-size: 13px;
color: #676a6c;
overflow-x: hidden;
}
.vc{
width: 100%;
overflow-x: hidden;
}
.java110_loading {
width: 100%;
height: 100%;
z-index: 2300;
position: fixed;
}
.java110_step {
width: 80%;
margin: 20px auto 50px auto;
}
.no_display {
display: none;
}
a {
color: #337ab7;
text-decoration: none;
background-color: transparent;
cursor: pointer;
}
h2 {
font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 100;
}
h3, h4, h5 {
margin-top: 5px;
font-weight: 600;
}
h3 {
font-size: 16px;
}
.block {
display: block;
}
.arrow {
float: right;
}
.navbar-default{
background-color: transparent;
border-color: #2f4050;
}
.navbar-static-side {
z-index: 2001;
position: absolute;
width: 220px;
}
.nav.metismenu > li {
display: block;
width: 100%;
position: relative;
}
.nav.metismenu .dropdown-menu > li > a {
padding: 3px 20px;
display: block;
}
.nav.navbar-right > li > a {
color: #999c9e;
}
.nav > li.active > a {
color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
background-color: #293846;
color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background: #fff;
}
.vc .nav-header {
transition: all 0.4s;
}
.nav-header {
padding: 33px 25px;
background-color: #2f4050;
background-image: url(patterns/header-profile.png);
}
.nav-header a {
color: #DFE4ED;
}
.logo-element {
text-align: center;
font-size: 18px;
font-weight: 600;
color: white;
display: none;
padding: 18px 0;
}
body.mini-navbar.fixed-sidebar .profile-element, .block {
display: block !important;
}
.m-t-xs {
margin-top: 5px;
}
.font-bold {
font-weight: 600;
}
.nav > li.active {
border-left: 4px solid #19aa8d;
background: #293846;
}
.nav > li.active > a {
color: #ffffff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
background-color: #293846;
color: white;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background: #fff;
}
.nav.navbar-top-links > li > a:hover,
.nav.navbar-top-links > li > a:focus {
background-color: transparent;
}
.nav > li > a {
color: #a7b1c2;
font-weight: 600;
padding: 14px 20px 14px 25px;
display: block;
}
.nav > li > a i{
margin-right: 6px;
}
.label {
background-color: #d1dade;
color: #5e5e5e;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 600;
padding: 3px 8px;
text-shadow: none;
border-radius: 0.25em;
line-height: 1;
white-space: nowrap;
}
.label-primary, .badge-primary {
background-color: #1ab394;
color: #FFFFFF;
}
.count-info .label {
line-height: 12px;
padding: 2px 5px;
position: absolute;
right: 6px;
top: 12px;
}
.label-success, .badge-success {
background-color: #1c84c6;
color: #FFFFFF;
}
.nav .label, .ibox .label {
font-size: 10px;
}
.ibox-title .label {
margin-left: 4px;
}
.metismenu .arrow {
float: right;
line-height: 1.42857;
}
.metismenu .collapse.in {
display: block;
}
.metismenu .collapse {
display: none;
}
ul.nav-second-level {
background: #293846;
}
.nav-second-level li:last-child {
padding-bottom: 10px;
}
.nav-second-level li, .nav-third-level li {
border-bottom: none !important;
}
.nav-second-level li a {
padding: 7px 10px 7px 10px;
padding-left: 52px;
}
/************************************************page********************************************************/
.pace-done .nav-header {
transition: all 0.4s;
}
.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
/* -webkit-transition: all 0.4s; */
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
/* transition: all 0.4s; */
}
#page-wrapper {
position: inherit;
margin: 0 0 0 220px;
min-height: 100vh;
padding: 0 15px;
position: relative !important;
}
.gray-bg, .bg-muted {
background-color: #f3f3f4;
}
.border-bottom {
border-bottom: 1px solid #e7eaec !important;
}
.navbar.navbar-static-top {
padding: 0;
width: 100%;
align-items: inherit;
}
.navbar {
border: 0;
}
.navbar-fixed-top, .navbar-static-top {
background: #f3f3f4;
}
/*************************************btn****************************************/
.minimalize-styl-2 {
padding: 4px 12px;
margin: 14px 5px 5px 20px;
font-size: 14px;
float: left;
}
.btn {
border-radius: 3px;
font-size: inherit;
}
.btn-primary {
color: #fff;
background-color: #1ab394;
border-color: #1ab394;
}
.btn-xs {
font-size: 0.7rem;
padding: 0.2rem 0.4rem;
}
.btn-white {
color: inherit;
background: white;
border: 1px solid #e7eaec;
}
.nav.navbar-top-links .dropdown-toggle::after {
display: none;
}
.navbar-right {
margin-right: -15px;
}
.navbar-top-links li {
display: inline-block;
align-self: center;
}
.navbar-top-links li:last-child {
margin-right: 30px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.nav.navbar-right > li > a {
color: #999c9e;
}
.nav.navbar-top-links a {
font-size: 14px;
}
.navbar-top-links li a {
padding: 20px 10px;
min-height: 50px;
}
.dropdown-messages li a, .dropdown-alerts li a {
font-size: 12px;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.profile-element .dropdown-toggle::after {
display: none;
}
.navbar-static-top .dropdown-menu {
right: 0;
left: auto;
}
.navbar .dropdown-menu {
margin-top: 0;
}
.dropdown-menu {
border: medium none;
border-radius: 3px;
box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
display: none;
float: left;
font-size: 12px;
left: 0;
list-style: none outside none;
padding: 0;
position: absolute;
text-shadow: none;
top: 100%;
z-index: 1000;
}
.dropdown-menu > li > a {
border-radius: 3px;
color: inherit;
line-height: 25px;
margin: 4px;
text-align: left;
font-weight: normal;
display: block;
padding: 3px 20px;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
color: #fff;
text-decoration: none;
background-color: #1ab394;
outline: 0;
}
.dropdown-menu > li > a.font-bold {
font-weight: 600;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.dropdown-item {
width: auto;
}
.link-block a {
font-size: 10px;
color: inherit;
}
.text-muted {
color: #888888 !important;
}
.m-r-sm {
margin-right: 10px;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-static-top .dropdown-menu {
right: 0;
left: auto;
}
.navbar .dropdown-menu {
margin-top: 0;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
margin-left: auto;
}
.dropdown-messages, .dropdown-alerts {
padding: 10px 10px 10px 10px;
}
.link-block {
font-size: 12px;
padding: 10px;
}
.nav.navbar-top-links .dropdown-alerts a {
font-size: 12px;
}
.nav.navbar-top-links .link-block a {
font-size: 12px;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.wrapper {
padding: 0 20px;
}
.wrapper-content {
padding: 20px 10px 40px;
}
.white-bg {
background-color: #ffffff;
}
.page-heading {
border-top: 0;
padding: 0 10px 20px 10px;
}
.border-bottom {
border-bottom: 1px solid #e7eaec !important;
}
.breadcrumb {
background-color: #ffffff;
padding: 0;
margin-bottom: 0;
}
.ibox {
clear: both;
margin-bottom: 25px;
margin-top: 0;
padding: 0;
}
.ibox-title {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #ffffff;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 2px 0 0;
color: inherit;
margin-bottom: 0;
padding: 15px 90px 8px 15px;
min-height: 48px;
position: relative;
clear: both;
}
.ibox-title h5 {
display: inline-block;
font-size: 14px;
margin: 0 0 7px;
padding: 0;
text-overflow: ellipsis;
float: none;
}
.ibox-tools {
display: block;
float: none;
margin-top: 0;
position: absolute;
top: 15px;
right: 15px;
padding: 0;
text-align: right;
}
.ibox-content {
background-color: #ffffff;
color: inherit;
padding: 15px 20px 20px 20px;
border-color: #e7eaec;
border-image: none;
border-style: solid solid none;
border-width: 1px 0;
}
.ibox-content {
clear: both;
}
.modal-backdrop {
z-index: 2040 !important;
}
.modal {
z-index: 2050 !important;
}
.modal-content {
background-clip: padding-box;
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
outline: 0 none;
position: relative;
}
.modal-dialog {
z-index: 2200;
}
.modal-body {
padding: 20px 30px 30px 30px;
}
.inmodal .modal-body {
background: #f8fafb;
}
.inmodal .modal-header {
padding: 30px 15px;
text-align: center;
display: block;
}
.animated.modal.fade .modal-dialog {
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.inmodal .modal-title {
font-size: 26px;
}
.inmodal .modal-icon {
font-size: 84px;
color: #e2e3e3;
}
.modal-footer {
margin-top: 0;
}
body.modal-open {
padding-right: inherit !important;
}
body.modal-open .animated {
animation-fill-mode: initial;
z-index: inherit;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: 1px solid #e7eaec;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.table > thead > tr > th{
border-top:0;
}
.footer {
background: none repeat scroll 0 0 white;
border-top: 1px solid #e7eaec;
bottom: 0;
left: 0;
padding: 10px 20px;
position: absolute;
right: 0;
}
.no-margins {
margin: 0 !important;
}
h1 {
font-size: 30px;
}
.stat-percent {
float: right;
}
.label-info, .badge-info {
background-color: #23c6c8;
color: #FFFFFF;
}
.mailbox-content {
background: none;
border: none;
padding: 10px;
}
.space-25 {
margin: 25px 0;
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.text-navy {
color: #1ab394 !important;
}
.category-list li {
display: block;
}
.category-list li i {
margin-right: 8px;
color: #3d4d5d;
}
.category-list li a .text-navy {
color: #1ab394;
}
.mail-box-header {
background-color: #ffffff;
border: 1px solid #e7eaec;
border-bottom: 0;
padding: 30px 20px 20px 20px;
}