File: D:/HostingSpaces/KLeeuwen/samenbouwen.in/wwwroot/wp-content/themes/dlight/settings/settings.css
#darkone_settings {
position:fixed;
top:150px;
width:165px;
padding:10px;
background:#fff;
color:#666;
left:-186px;
z-index:2;
border:1px solid #ccc;
border-left:0;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}
#darkone_settings * {
color:#fff;
}
#show_hide_settings {
position:absolute;
right:-41px;
top:-1px;
width:40px;
font-size:20px;
padding:10px 0;
background:#fff;
text-align:center;
border:1px solid #ccc;
border-left:0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#show_hide_settings i {
color:#111;
}
#show_hide_settings:hover {
text-decoration:none !important;
}
#darkone_settings h4 {
font-size:12px;
color:#111;
margin:0;
padding:0;
}
.settings_element {
position:relative;
margin-bottom:6px;
}
.settings_element .settings_button {
float:left;
padding:2px 0;
color:#111;
text-align:center;
font-family:inherit !important;
font-size:12px;
background:#555;
margin-left:10px;
}
.settings_element .settings_button:hover {
background:#777;
cursor:pointer;
}
.settings_element .settings_button:first-child {
margin-left:0;
}
.settings_element .settings_button.the_full {
width:165px;
margin-left:0 !important;
}
.settings_element .settings_button.the_half {
width:77.5px;
}
.settings_element .settings_button.the_third {
width:47.5px;
}
.settings_element.pick_a_color {
margin-left:-10px;
margin-right:-10px;
padding:0 5px;
display:block;
}
.pick_a_color .color_pick {
float:left;
width:25px;
height:25px;
cursor:pointer;
margin:5px;
}
.pick_a_color .color_pick.activated {
outline: 3px double #cccccc;
}
.pick_a_color .color_pick.darkone_green_1 {
background:#82b440;
}
.pick_a_color .color_pick.darkone_magenta {
background:#eb005d;
}
.pick_a_color .color_pick.darkone_blue_1 {
background:#3f90bd;
}
.pick_a_color .color_pick.darkone_blue_2 {
background:#0aa5ff;
}
.pick_a_color .color_pick.darkone_orange_1 {
background:#ffa314;
}
.pick_a_color .color_pick.darkone_pale {
background:#748c96;
}
.pick_a_color .color_pick.darkone_pink {
background:#ef9abc;
}
.pick_a_color .color_pick.darkone_red {
background:#c0392b;
}
.pick_a_color .color_pick.darkone_orange {
background:#e67e22;
}
.pick_a_color .color_pick.darkone_yellow {
background:#e3b719;
}
.pick_a_color .color_pick.darkone_navy {
background:#2c3e50;
}
.pick_a_color .color_pick.darkone_purple {
background:#884a9d;
}
.pick_a_color .color_pick.darkone_blue {
background:#2ebdff;
}
.pick_a_color .color_pick.darkone_green {
background:#24ad5f;
}
.pick_a_color .color_pick.darkone_turquoise {
background:#13a085;
}
.settings_button a {
color:#fff; !important;
}
#darkone_settings select {
width:100%;
color:#555 !important;
background-image:url(images/arrow.png);
background-position: right center;
background-repeat:no-repeat;
background-color:transparent;
padding:4px 2px;
-webkit-appearance: none;
-moz-appearance: none;
border:1px solid #ccc !important;
}
#darkone_settings select option {
color:inherit;
}