163 lines
4.5 KiB
CSS
163 lines
4.5 KiB
CSS
body {
|
|
color: #000000;
|
|
/*background: #404040;*/
|
|
}
|
|
|
|
a, a:hover {
|
|
text-shadow: none !important;
|
|
color: #4a8bc2;
|
|
}
|
|
ul.faq-list li a:hover, ul.faq-list li a.active{
|
|
background: #4a8bc2;
|
|
}
|
|
|
|
.wysiwyg-color-silver{ color:silver;}
|
|
.wysiwyg-color-gray{ color:gray;}
|
|
.wysiwyg-color-maroon{ color:maroon;}
|
|
.wysiwyg-color-red{ color:red;}
|
|
.wysiwyg-color-purple{ color:purple;}
|
|
.wysiwyg-color-fuchsia{ color:fuchsia;}
|
|
.wysiwyg-color-green{ color:green;}
|
|
.wysiwyg-color-lime{ color:lime;}
|
|
.wysiwyg-color-olive{ color:olive;}
|
|
.wysiwyg-color-yellow{ color:yellow;}
|
|
.wysiwyg-color-navy{ color:navy;}
|
|
.wysiwyg-color-blue{ color:blue;}
|
|
.wysiwyg-color-teal{ color:teal;}
|
|
.wysiwyg-color-aqua{ color:aqua;}
|
|
.wysiwyg-color-orange{ color:orange;}
|
|
|
|
|
|
#header.navbar-inverse .navbar-inner {
|
|
background-color: #7163b3;
|
|
background-image: -moz-linear-gradient(top, #7163b3, #7163b3);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7163b3), to(#7163b3));
|
|
background-image: -webkit-linear-gradient(top, #7163b3, #7163b3);
|
|
background-image: -o-linear-gradient(top, #7163b3, #7163b3);
|
|
background-image: linear-gradient(to bottom, #7163b3, #7163b3);
|
|
background-repeat: repeat-x;
|
|
border-color: #7163b3;
|
|
color: #fff;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7163b3', endColorstr='#ff7163b3', GradientType=0);
|
|
/*background-color: #4a8bc2;
|
|
background-image: -moz-linear-gradient(top, #4a8bc2, #4a8bc2);
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4a8bc2), to(#4a8bc2));
|
|
background-image: -webkit-linear-gradient(top, #4a8bc2, #4a8bc2);
|
|
background-image: -o-linear-gradient(top, #4a8bc2, #4a8bc2);
|
|
background-image: linear-gradient(to bottom, #4a8bc2, #4a8bc2);
|
|
background-repeat: repeat-x;
|
|
border-color: #4a8bc2;
|
|
color: #fff;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a8bc2', endColorstr='#ff4a8bc2', GradientType=0);*/
|
|
}
|
|
|
|
.sidebar-toggle-box {
|
|
background: #62569b;
|
|
color: #fff;
|
|
/*background: #427dae;
|
|
color: #fff;*/
|
|
}
|
|
|
|
#header .navbar-inner .nav .dropdown-toggle:hover, .navbar-inner .nav .dropdown.open .dropdown-toggle {
|
|
background-color: rgba(0,0,0,0.2) !important;
|
|
}
|
|
|
|
#header.navbar-inverse .divider-vertical {
|
|
border-left-color: #2c2d2f;
|
|
border-right-color: #181a1b;
|
|
}
|
|
|
|
#sidebar > ul > li > a {
|
|
color: #fff !important;
|
|
}
|
|
|
|
#sidebar > ul > li a i {
|
|
color: #fff !important;
|
|
display: inline-block;
|
|
}
|
|
|
|
|
|
#sidebar > ul > li > ul.sub > li > a:hover, #sidebar > ul > li > ul.sub > li.active > a{
|
|
background: #575757;
|
|
transition-duration: 500ms;
|
|
transition-property: width, background;
|
|
transition-timing-function: ease;
|
|
-webkit-transition-duration: 500ms;
|
|
-webkit-transition-property: width, background;
|
|
-webkit-transition-timing-function: ease;
|
|
}
|
|
|
|
#sidebar > ul > li.active > a, #sidebar > ul > li >a:hover, #sidebar > ul > li:hover>a{
|
|
background: #7163b3;
|
|
/* background: #4a8bc2;*/
|
|
}
|
|
|
|
#sidebar > ul > li > ul.sub > li > a {
|
|
color: #a0a0a0;
|
|
}
|
|
|
|
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
|
|
background-color: #EEEEEE;
|
|
background-image: none;
|
|
color: #333333;
|
|
filter: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
|
|
#sidebar > ul > li > ul.sub > li:last-child {
|
|
border-bottom:none;
|
|
}
|
|
|
|
.chats li.out .name {
|
|
color: #b14c4c;
|
|
}
|
|
|
|
.chats li.in .message {
|
|
border-left: 2px solid #2f8e95;
|
|
}
|
|
|
|
.chats li.in .message .arrow {
|
|
border-right: 8px solid #2f8e95;
|
|
}
|
|
|
|
.chats li.out .message .arrow {
|
|
border-left: 8px solid #b14c4c;
|
|
}
|
|
|
|
.chats li.out .message {
|
|
border-right: 2px solid #b14c4c;
|
|
}
|
|
|
|
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
|
|
border:1px solid #4a8bc2;
|
|
box-shadow: none;
|
|
}
|
|
|
|
/* Landscape phone to portrait tablet */
|
|
@media (max-width:979px) {
|
|
#sidebar {
|
|
background-color: #404040 !important;
|
|
}
|
|
|
|
}
|
|
|
|
/*--wizard--*/
|
|
|
|
.custom-wizard-pills .nav-pills li.active a, .custom-wizard-pills .nav-pills li a:hover {
|
|
background: #4A8BC2;
|
|
}
|
|
|
|
|
|
/*invoice-list*/
|
|
|
|
.invoice-list h5 {
|
|
color: #404040;
|
|
}
|
|
|
|
/*about us*/
|
|
|
|
.about-us h4, .team-member h3, .team-member ul li a:hover, .contact-us h4 {
|
|
color: #404040;
|
|
}
|