.ie9 .sidebar-alt.toggled {
display: block;
}
/*----------------------------------------------------------
For header type 1 only
You may remove these if you opt header 2
-----------------------------------------------------------*/
#header .skin-switch {
padding: 10px 0 2px;
text-align: center;
}
#header .ss-skin {
width: 16px;
height: 16px;
border-radius: 50%;
cursor: pointer;
display: inline-block;
margin: 2px 3px;
}
/* ----------------------------- End header type 1 ------------------------------------- */
/*----------------------------------------------------------
For header type 2 only
You may remove these if you opt header 1
-----------------------------------------------------------*/
@media (min-width: 992px) {
#header-alt .skin-switch {
position: absolute;
right: 50px;
bottom: 23px;
z-index: 1;
}
#header-alt .skin-switch .btn {
background: #fff;
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 25px;
z-index: 2;
}
#header-alt .skin-switch .dropdown-menu {
display: block;
min-width: 130px;
height: 130px;
border-radius: 50%;
width: 130px;
top: -42px;
left: -40px;
z-index: 1;
-webkit-transform-origin: center;
-moz-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: scale(0) rotate(-360deg);
-ms-transform: scale(0) rotate(-360deg);
-o-transform: scale(0) rotate(-360deg);
transform: scale(0) rotate(-360deg);
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
#header-alt .skin-switch .dropdown-menu .ss-skin {
position: absolute;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-1 {
margin-left: -8px;
top: 12px;
left: 50%;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-2 {
right: 24px;
top: 26px;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-3 {
top: 50%;
margin-top: -8px;
right: 12px;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-4 {
right: 24px;
bottom: 26px;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-5 {
margin-left: -8px;
bottom: 12px;
left: 50%;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-6 {
left: 24px;
bottom: 26px;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-7 {
top: 50%;
margin-top: -8px;
left: 12px;
}
#header-alt .skin-switch .dropdown-menu .ss-skin.ss-8 {
left: 24px;
top: 26px;
}
#header-alt .skin-switch.open .dropdown-menu {
-webkit-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
}
}
@media (max-width: 991px) {
#header-alt .skin-switch {
display: none;
}
}
/* ----------------------------- End header type 2 ------------------------------------- */
/*-----------------------------------------------------------
Do not remove these
This is common for both
-----------------------------------------------------------*/
.ss-skin {
width: 16px;
height: 16px;
border-radius: 50%;
cursor: pointer;
}
.ss-skin:hover {
opacity: 0.8;
filter: alpha(opacity=80);
}
[data-ma-theme="lightblue"] {
background-color: #03A9F4;
}
[data-ma-theme="lightblue"] .ss-icon {
color: #03A9F4;
}
@media (max-width: 767px) {
[data-ma-theme="lightblue"] .ha-menu {
background: #03A9F4;
}
}
[data-ma-theme="bluegray"] {
background-color: #607D8B;
}
[data-ma-theme="bluegray"] .ss-icon {
color: #607D8B;
}
@media (max-width: 767px) {
[data-ma-theme="bluegray"] .ha-menu {
background: #607D8B;
}
}
[data-ma-theme="blue"] {
background-color: #2196F3;
}
[data-ma-theme="blue"] .ss-icon {
color: #2196F3;
}
@media (max-width: 767px) {
[data-ma-theme="blue"] .ha-menu {
background: #2196F3;
}
}
[data-ma-theme="purple"] {
background-color: #BA68C8;
}
[data-ma-theme="purple"] .ss-icon {
color: #BA68C8;
}
@media (max-width: 767px) {
[data-ma-theme="purple"] .ha-menu {
background: #BA68C8;
}
}
[data-ma-theme="orange"] {
background-color: #FF9800;
}
[data-ma-theme="orange"] .ss-icon {
color: #FF9800;
}
@media (max-width: 767px) {
[data-ma-theme="orange"] .ha-menu {
background: #FF9800;
}
}
[data-ma-theme="cyan"] {
background-color: #00BCD4;
}
[data-ma-theme="cyan"] .ss-icon {
color: #00BCD4;
}
@media (max-width: 767px) {
[data-ma-theme="cyan"] .ha-menu {
background: #00BCD4;
}
}
[data-ma-theme="green"] {
background-color: #4CAF50;
}
[data-ma-theme="green"] .ss-icon {
color: #4CAF50;
}
@media (max-width: 767px) {
[data-ma-theme="green"] .ha-menu {
background: #4CAF50;
}
}
[data-ma-theme="teal"] {
background-color: #009688;
}
[data-ma-theme="teal"] .ss-icon {
color: #009688;
}
@media (max-width: 767px) {
[data-ma-theme="teal"] .ha-menu {
background: #009688;
}
}
[data-ma-theme="pink"] {
background-color: #E91E63;
}
[data-ma-theme="pink"] .ss-icon {
color: #E91E63;
}
@media (max-width: 767px) {
[data-ma-theme="pink"] .ha-menu {
background: #E91E63;
}
}