mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2025-12-29 21:31:16 +00:00
Initial commit. State 04.2021.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
713
wp-content/themes/Divi/includes/builder/styles/jquery-ui-1.10.4.custom.css
vendored
Normal file
713
wp-content/themes/Divi/includes/builder/styles/jquery-ui-1.10.4.custom.css
vendored
Normal file
@@ -0,0 +1,713 @@
|
||||
/*! jQuery UI - v1.10.4 - 2014-03-04
|
||||
* http://jqueryui.com
|
||||
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.slider.css, jquery.ui.theme.css
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=%232e86b9&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=%234297d7&fcHeader=%23ffffff&iconColorHeader=%23d8e7f3&bgColorContent=%23fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=%23a6c9e2&fcContent=%23222222&iconColorContent=%232e86b9&bgColorDefault=%23dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=%23c5dbec&fcDefault=%232e6e9e&iconColorDefault=%236da8d5&bgColorHover=%23d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%2379b7e7&fcHover=%231d5987&iconColorHover=%232e86b9&bgColorActive=%23f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=%2379b7e7&fcActive=%23e17009&iconColorActive=%23f9bd01&bgColorHighlight=%23fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23fad42e&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
||||
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
||||
|
||||
/* Layout helpers
|
||||
----------------------------------*/
|
||||
.ui-helper-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ui-helper-hidden-accessible {
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
.ui-helper-reset {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
outline: 0;
|
||||
line-height: 1.3;
|
||||
text-decoration: none;
|
||||
font-size: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
.ui-helper-clearfix:before,
|
||||
.ui-helper-clearfix:after {
|
||||
content: "";
|
||||
display: table;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.ui-helper-clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
.ui-helper-clearfix {
|
||||
min-height: 0; /* support: IE7 */
|
||||
}
|
||||
.ui-helper-zfix {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
filter:Alpha(Opacity=0);
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-disabled {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
display: block;
|
||||
text-indent: -99999px;
|
||||
overflow: hidden;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-datepicker {
|
||||
width: 17em;
|
||||
padding: .2em .2em 0;
|
||||
display: none;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-header {
|
||||
position: relative;
|
||||
padding: .2em 0;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-prev,
|
||||
.ui-datepicker .ui-datepicker-next {
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
width: 1.8em;
|
||||
height: 1.8em;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-prev-hover,
|
||||
.ui-datepicker .ui-datepicker-next-hover {
|
||||
top: 1px;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-prev {
|
||||
left: 2px;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-next {
|
||||
right: 2px;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-prev-hover {
|
||||
left: 1px;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-next-hover {
|
||||
right: 1px;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-prev span,
|
||||
.ui-datepicker .ui-datepicker-next span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -8px;
|
||||
top: 50%;
|
||||
margin-top: -8px;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-title {
|
||||
margin: 0 2.3em;
|
||||
line-height: 1.8em;
|
||||
text-align: center;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-title select {
|
||||
font-size: 1em;
|
||||
margin: 1px 0;
|
||||
}
|
||||
.ui-datepicker select.ui-datepicker-month,
|
||||
.ui-datepicker select.ui-datepicker-year {
|
||||
width: 49%;
|
||||
}
|
||||
.ui-datepicker table {
|
||||
width: 100%;
|
||||
font-size: .9em;
|
||||
border-collapse: collapse;
|
||||
margin: 0 0 .4em;
|
||||
}
|
||||
.ui-datepicker th {
|
||||
padding: .7em .3em;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
border: 0;
|
||||
}
|
||||
.ui-datepicker td {
|
||||
border: 0;
|
||||
padding: 1px;
|
||||
}
|
||||
.ui-datepicker td span,
|
||||
.ui-datepicker td a {
|
||||
display: block;
|
||||
padding: .2em;
|
||||
text-align: right;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-buttonpane {
|
||||
background-image: none;
|
||||
margin: .7em 0 0 0;
|
||||
padding: 0 .2em;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-buttonpane button {
|
||||
float: right;
|
||||
margin: .5em .2em .4em;
|
||||
cursor: pointer;
|
||||
padding: .2em .6em .3em .6em;
|
||||
width: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* with multiple calendars */
|
||||
.ui-datepicker.ui-datepicker-multi {
|
||||
width: auto;
|
||||
}
|
||||
.ui-datepicker-multi .ui-datepicker-group {
|
||||
float: left;
|
||||
}
|
||||
.ui-datepicker-multi .ui-datepicker-group table {
|
||||
width: 95%;
|
||||
margin: 0 auto .4em;
|
||||
}
|
||||
.ui-datepicker-multi-2 .ui-datepicker-group {
|
||||
width: 50%;
|
||||
}
|
||||
.ui-datepicker-multi-3 .ui-datepicker-group {
|
||||
width: 33.3%;
|
||||
}
|
||||
.ui-datepicker-multi-4 .ui-datepicker-group {
|
||||
width: 25%;
|
||||
}
|
||||
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
|
||||
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
||||
border-left-width: 0;
|
||||
}
|
||||
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
||||
clear: left;
|
||||
}
|
||||
.ui-datepicker-row-break {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
/* RTL support */
|
||||
.ui-datepicker-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-prev {
|
||||
right: 2px;
|
||||
left: auto;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-next {
|
||||
left: 2px;
|
||||
right: auto;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
||||
right: 1px;
|
||||
left: auto;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
||||
left: 1px;
|
||||
right: auto;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
||||
clear: right;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
||||
float: left;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
|
||||
.ui-datepicker-rtl .ui-datepicker-group {
|
||||
float: right;
|
||||
}
|
||||
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
|
||||
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
||||
border-right-width: 0;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
.ui-slider {
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
.ui-slider .ui-slider-handle {
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
cursor: default;
|
||||
}
|
||||
.ui-slider .ui-slider-range {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
font-size: .7em;
|
||||
display: block;
|
||||
border: 0;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
/* For IE8 - See #6727 */
|
||||
.ui-slider.ui-state-disabled .ui-slider-handle,
|
||||
.ui-slider.ui-state-disabled .ui-slider-range {
|
||||
filter: inherit;
|
||||
}
|
||||
|
||||
.ui-slider-horizontal {
|
||||
height: .8em;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-handle {
|
||||
top: -.3em;
|
||||
margin-left: -.6em;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-range {
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-range-min {
|
||||
left: 0;
|
||||
}
|
||||
.ui-slider-horizontal .ui-slider-range-max {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.ui-slider-vertical {
|
||||
width: .8em;
|
||||
height: 100px;
|
||||
}
|
||||
.ui-slider-vertical .ui-slider-handle {
|
||||
left: -.3em;
|
||||
margin-left: 0;
|
||||
margin-bottom: -.6em;
|
||||
}
|
||||
.ui-slider-vertical .ui-slider-range {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.ui-slider-vertical .ui-slider-range-min {
|
||||
bottom: 0;
|
||||
}
|
||||
.ui-slider-vertical .ui-slider-range-max {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
/* Component containers
|
||||
----------------------------------*/
|
||||
.ui-widget {
|
||||
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.ui-widget .ui-widget {
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget input,
|
||||
.ui-widget select,
|
||||
.ui-widget textarea,
|
||||
.ui-widget button {
|
||||
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
.ui-widget-content {
|
||||
border: 1px solid #a6c9e2;
|
||||
background: #fcfdfd url(../images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
|
||||
color: #222222;
|
||||
}
|
||||
.ui-widget-content a {
|
||||
color: #222222;
|
||||
}
|
||||
.ui-widget-header {
|
||||
border: 1px solid #4297d7;
|
||||
background: #2e86b9 url(../images/ui-bg_gloss-wave_55_2e86b9_500x100.png) 50% 50% repeat-x;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ui-widget-header a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Interaction states
|
||||
----------------------------------*/
|
||||
.ui-state-default,
|
||||
.ui-widget-content .ui-state-default,
|
||||
.ui-widget-header .ui-state-default {
|
||||
border: 1px solid #c5dbec;
|
||||
background: #dfeffc url(../images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
|
||||
font-weight: bold;
|
||||
color: #2e6e9e;
|
||||
}
|
||||
.ui-state-default a,
|
||||
.ui-state-default a:link,
|
||||
.ui-state-default a:visited {
|
||||
color: #2e6e9e;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-state-hover,
|
||||
.ui-widget-content .ui-state-hover,
|
||||
.ui-widget-header .ui-state-hover,
|
||||
.ui-state-focus,
|
||||
.ui-widget-content .ui-state-focus,
|
||||
.ui-widget-header .ui-state-focus {
|
||||
border: 1px solid #79b7e7;
|
||||
background: #d0e5f5 url(../images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
|
||||
font-weight: bold;
|
||||
color: #1d5987;
|
||||
}
|
||||
.ui-state-hover a,
|
||||
.ui-state-hover a:hover,
|
||||
.ui-state-hover a:link,
|
||||
.ui-state-hover a:visited,
|
||||
.ui-state-focus a,
|
||||
.ui-state-focus a:hover,
|
||||
.ui-state-focus a:link,
|
||||
.ui-state-focus a:visited {
|
||||
color: #1d5987;
|
||||
text-decoration: none;
|
||||
}
|
||||
.ui-state-active,
|
||||
.ui-widget-content .ui-state-active,
|
||||
.ui-widget-header .ui-state-active {
|
||||
border: 1px solid #79b7e7;
|
||||
background: #f5f8f9 url(../images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
|
||||
font-weight: bold;
|
||||
color: #e17009;
|
||||
}
|
||||
.ui-state-active a,
|
||||
.ui-state-active a:link,
|
||||
.ui-state-active a:visited {
|
||||
color: #e17009;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Interaction Cues
|
||||
----------------------------------*/
|
||||
.ui-state-highlight,
|
||||
.ui-widget-content .ui-state-highlight,
|
||||
.ui-widget-header .ui-state-highlight {
|
||||
border: 1px solid #fad42e;
|
||||
background: #fbec88 url(../images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
|
||||
color: #363636;
|
||||
}
|
||||
.ui-state-highlight a,
|
||||
.ui-widget-content .ui-state-highlight a,
|
||||
.ui-widget-header .ui-state-highlight a {
|
||||
color: #363636;
|
||||
}
|
||||
.ui-state-error,
|
||||
.ui-widget-content .ui-state-error,
|
||||
.ui-widget-header .ui-state-error {
|
||||
border: 1px solid #cd0a0a;
|
||||
background: #fef1ec url(../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
||||
color: #cd0a0a;
|
||||
}
|
||||
.ui-state-error a,
|
||||
.ui-widget-content .ui-state-error a,
|
||||
.ui-widget-header .ui-state-error a {
|
||||
color: #cd0a0a;
|
||||
}
|
||||
.ui-state-error-text,
|
||||
.ui-widget-content .ui-state-error-text,
|
||||
.ui-widget-header .ui-state-error-text {
|
||||
color: #cd0a0a;
|
||||
}
|
||||
.ui-priority-primary,
|
||||
.ui-widget-content .ui-priority-primary,
|
||||
.ui-widget-header .ui-priority-primary {
|
||||
font-weight: bold;
|
||||
}
|
||||
#et_pb_layout .ui-priority-secondary,
|
||||
#et_pb_layout .ui-widget-content .ui-priority-secondary,
|
||||
#et_pb_layout .ui-widget-header .ui-priority-secondary {
|
||||
opacity: .7;
|
||||
filter:Alpha(Opacity=70);
|
||||
font-weight: normal;
|
||||
}
|
||||
#et_pb_layout .ui-state-disabled,
|
||||
#et_pb_layout .ui-widget-content .ui-state-disabled,
|
||||
#et_pb_layout .ui-widget-header .ui-state-disabled {
|
||||
opacity: .35;
|
||||
filter:Alpha(Opacity=35);
|
||||
background-image: none;
|
||||
}
|
||||
#et_pb_layout .ui-state-disabled .ui-icon {
|
||||
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
|
||||
}
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
|
||||
/* states and images */
|
||||
.ui-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
.ui-icon,
|
||||
.ui-widget-content .ui-icon {
|
||||
background-image: url(../images/ui-icons_2e86b9_256x240.png);
|
||||
}
|
||||
.ui-widget-header .ui-icon {
|
||||
background-image: url(../images/ui-icons_d8e7f3_256x240.png);
|
||||
}
|
||||
.ui-state-default .ui-icon {
|
||||
background-image: url(../images/ui-icons_6da8d5_256x240.png);
|
||||
}
|
||||
.ui-state-hover .ui-icon,
|
||||
.ui-state-focus .ui-icon {
|
||||
background-image: url(../images/ui-icons_2e86b9_256x240.png);
|
||||
}
|
||||
.ui-state-active .ui-icon {
|
||||
background-image: url(../images/ui-icons_f9bd01_256x240.png);
|
||||
}
|
||||
.ui-state-highlight .ui-icon {
|
||||
background-image: url(../images/ui-icons_2e83ff_256x240.png);
|
||||
}
|
||||
.ui-state-error .ui-icon,
|
||||
.ui-state-error-text .ui-icon {
|
||||
background-image: url(../images/ui-icons_cd0a0a_256x240.png);
|
||||
}
|
||||
|
||||
/* positioning */
|
||||
.ui-icon-blank { background-position: 16px 16px; }
|
||||
.ui-icon-carat-1-n { background-position: 0 0; }
|
||||
.ui-icon-carat-1-ne { background-position: -16px 0; }
|
||||
.ui-icon-carat-1-e { background-position: -32px 0; }
|
||||
.ui-icon-carat-1-se { background-position: -48px 0; }
|
||||
.ui-icon-carat-1-s { background-position: -64px 0; }
|
||||
.ui-icon-carat-1-sw { background-position: -80px 0; }
|
||||
.ui-icon-carat-1-w { background-position: -96px 0; }
|
||||
.ui-icon-carat-1-nw { background-position: -112px 0; }
|
||||
.ui-icon-carat-2-n-s { background-position: -128px 0; }
|
||||
.ui-icon-carat-2-e-w { background-position: -144px 0; }
|
||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
||||
.ui-icon-triangle-1-s { background-position: -64px -16px; }
|
||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
||||
.ui-icon-arrow-1-s { background-position: -64px -32px; }
|
||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
||||
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
|
||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
||||
.ui-icon-extlink { background-position: -32px -80px; }
|
||||
.ui-icon-newwin { background-position: -48px -80px; }
|
||||
.ui-icon-refresh { background-position: -64px -80px; }
|
||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
||||
.ui-icon-document { background-position: -32px -96px; }
|
||||
.ui-icon-document-b { background-position: -48px -96px; }
|
||||
.ui-icon-note { background-position: -64px -96px; }
|
||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
||||
.ui-icon-comment { background-position: -128px -96px; }
|
||||
.ui-icon-person { background-position: -144px -96px; }
|
||||
.ui-icon-print { background-position: -160px -96px; }
|
||||
.ui-icon-trash { background-position: -176px -96px; }
|
||||
.ui-icon-locked { background-position: -192px -96px; }
|
||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
||||
.ui-icon-tag { background-position: -240px -96px; }
|
||||
.ui-icon-home { background-position: 0 -112px; }
|
||||
.ui-icon-flag { background-position: -16px -112px; }
|
||||
.ui-icon-calendar { background-position: -32px -112px; }
|
||||
.ui-icon-cart { background-position: -48px -112px; }
|
||||
.ui-icon-pencil { background-position: -64px -112px; }
|
||||
.ui-icon-clock { background-position: -80px -112px; }
|
||||
.ui-icon-disk { background-position: -96px -112px; }
|
||||
.ui-icon-calculator { background-position: -112px -112px; }
|
||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
||||
.ui-icon-search { background-position: -160px -112px; }
|
||||
.ui-icon-wrench { background-position: -176px -112px; }
|
||||
.ui-icon-gear { background-position: -192px -112px; }
|
||||
.ui-icon-heart { background-position: -208px -112px; }
|
||||
.ui-icon-star { background-position: -224px -112px; }
|
||||
.ui-icon-link { background-position: -240px -112px; }
|
||||
.ui-icon-cancel { background-position: 0 -128px; }
|
||||
.ui-icon-plus { background-position: -16px -128px; }
|
||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
||||
.ui-icon-minus { background-position: -48px -128px; }
|
||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
||||
.ui-icon-close { background-position: -80px -128px; }
|
||||
.ui-icon-closethick { background-position: -96px -128px; }
|
||||
.ui-icon-key { background-position: -112px -128px; }
|
||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
||||
.ui-icon-scissors { background-position: -144px -128px; }
|
||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
||||
.ui-icon-copy { background-position: -176px -128px; }
|
||||
.ui-icon-contact { background-position: -192px -128px; }
|
||||
.ui-icon-image { background-position: -208px -128px; }
|
||||
.ui-icon-video { background-position: -224px -128px; }
|
||||
.ui-icon-script { background-position: -240px -128px; }
|
||||
.ui-icon-alert { background-position: 0 -144px; }
|
||||
.ui-icon-info { background-position: -16px -144px; }
|
||||
.ui-icon-notice { background-position: -32px -144px; }
|
||||
.ui-icon-help { background-position: -48px -144px; }
|
||||
.ui-icon-check { background-position: -64px -144px; }
|
||||
.ui-icon-bullet { background-position: -80px -144px; }
|
||||
.ui-icon-radio-on { background-position: -96px -144px; }
|
||||
.ui-icon-radio-off { background-position: -112px -144px; }
|
||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
||||
.ui-icon-play { background-position: 0 -160px; }
|
||||
.ui-icon-pause { background-position: -16px -160px; }
|
||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
||||
.ui-icon-stop { background-position: -96px -160px; }
|
||||
.ui-icon-eject { background-position: -112px -160px; }
|
||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
||||
.ui-icon-power { background-position: 0 -176px; }
|
||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
||||
.ui-icon-signal { background-position: -32px -176px; }
|
||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
||||
|
||||
|
||||
/* Misc visuals
|
||||
----------------------------------*/
|
||||
|
||||
/* Corner radius */
|
||||
.ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-left,
|
||||
.ui-corner-tl {
|
||||
border-top-left-radius: 5px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-top,
|
||||
.ui-corner-right,
|
||||
.ui-corner-tr {
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-left,
|
||||
.ui-corner-bl {
|
||||
border-bottom-left-radius: 5px;
|
||||
}
|
||||
.ui-corner-all,
|
||||
.ui-corner-bottom,
|
||||
.ui-corner-right,
|
||||
.ui-corner-br {
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
/* Overlays */
|
||||
.ui-widget-overlay {
|
||||
background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
||||
opacity: .3;
|
||||
filter: Alpha(Opacity=30);
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
margin: -8px 0 0 -8px;
|
||||
padding: 8px;
|
||||
background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
||||
opacity: .3;
|
||||
filter: Alpha(Opacity=30);
|
||||
border-radius: 8px;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
@font-face {
|
||||
font-family: 'ETmodules';
|
||||
src:url('../fonts/ETmodules_v2_4.eot');
|
||||
src:url('../fonts/ETmodules_v2_4.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ETmodules_v2_4.ttf') format('truetype'),
|
||||
url('../fonts/ETmodules_v2_4.woff') format('woff'),
|
||||
url('../fonts/ETmodules_v2_4.svg#ETmodules') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
li.toplevel_page_et_divi_options div.wp-menu-image:before { font-family: 'ETmodules'; content: '\e625'; width: 30px !important; font-size: 30px !important; margin-top: -5px; }
|
||||
@@ -0,0 +1,88 @@
|
||||
@font-face {
|
||||
font-family: 'etbuilder';
|
||||
src:url('../fonts/etbuilder_v2_4.eot');
|
||||
src:url('../fonts/etbuilder_v2_4.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/etbuilder_v2_4.woff') format('woff'),
|
||||
url('../fonts/etbuilder_v2_4.ttf') format('truetype'),
|
||||
url('../fonts/etbuilder_v2_4.svg#etbuilder') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ETmodules';
|
||||
src:url('../fonts/ETmodules_v2_4.eot');
|
||||
src:url('../fonts/ETmodules_v2_4.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ETmodules_v2_4.ttf') format('truetype'),
|
||||
url('../fonts/ETmodules_v2_4.woff') format('woff'),
|
||||
url('../fonts/ETmodules_v2_4.svg#ETmodules') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
select#filter-by-date { display: none; }
|
||||
div#et_pb_layout_controls, a#et_pb_toggle_builder { display: none; }
|
||||
div#misc-publishing-actions, div#minor-publishing-actions { display: none; }
|
||||
.et_pb_hide_insert .et_pb_module_block + .et-pb-insert-module, .et_pb_module_block + a.et-pb-insert-module.et_pb_hidden_button { display: none; }
|
||||
.et_pb_hide_insert a.et-pb-clone.et-pb-clone-module { display: none; }
|
||||
|
||||
.et_pb_section_placeholder a.et-pb-section-add-specialty.et-pb-add-specialty-template { display: block; border: 2px solid #BBB; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; text-align: center; padding: 20px 0 20px; color: #999; text-decoration: none; position: relative; margin-bottom: 14px; }
|
||||
.et_pb_section_placeholder .et-pb-controls { display: none; }
|
||||
.et_pb_section_placeholder .et-pb-section-content { display: none; }
|
||||
.et_pb_section_placeholder .et-pb-add-specialty-template.et-pb-section-add-specialty:before { display: none; }
|
||||
|
||||
a.et-pb-modal-save-template { display: none !important; }
|
||||
.alignleft.actions.bulkactions { display: block; }
|
||||
|
||||
a.et-pb-modal-save { width: 920px; }
|
||||
|
||||
/* modal styles */
|
||||
|
||||
.et_pb_new_template_modal.et_pb_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #FFFFFF; background: rgba(255, 255, 255, 0.8); z-index: 9999; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal { -webkit-animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); -moz-animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); min-height: 340px; position: fixed; top: 20%; bottom: 20%; left: 50%; width: 400px; background: #FFF; padding: 0; margin-left: -200px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal_inside { left: 0; right: 0; position: absolute; top: 60px; bottom: 60px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; overflow: scroll; padding: 40px; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal_inside::-webkit-scrollbar { width: 5px !important; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal_inside::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3) !important; width: 20px !important; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal_inside::-webkit-scrollbar-thumb { -webkit-border-radius: 0 !important; border-radius: 0 !important; background: #32373C !important; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal_inside::-webkit-scrollbar-thumb:window-inactive, { background: #fff !important; }
|
||||
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal h2 { font-weight: 100; font-size: 22px; color: #fff; background-color: #6c2eb9; width: 100%; margin: 0; padding: 25px 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal p { margin-top: 0; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal label:first-of-type { margin-top: 0; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal label { display: block; margin-top: 15px; text-transform: uppercase; color: #32373c; font-size: 14px; font-weight: 700; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal input.et_pb_prompt_proceed { -webkit-transition: background .5s; transition: background .5s; background-color: #00a0d2; cursor: pointer; -webkit-border-radius: 0; border-radius: 0; padding: 0; margin: 0; font-size: 17px; font-weight: 700; width: 100%; display: inline-block; float: left; height: 60px; line-height: 60px; text-align: center; color: #fff; text-decoration: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; outline: none; border: 0; }
|
||||
.et_pb_new_template_modal .et-pb-modal-close { text-decoration: none; font-size: 23px; color: #fff; position: absolute; top: 0; right: 0; z-index: 10; padding: 24px; background-color: #622aa9; -webkit-transition: background .5s; -moz-transition: background .5s; transition: background .5s; }
|
||||
.et_pb_new_template_modal .et-pb-modal-close:before { content: '\22'; font-family: 'etbuilder'; }
|
||||
.et_pb_new_template_modal .et-pb-modal-close:hover { background-color: #552592; color: #fff; }
|
||||
.et_pb_new_template_modal .et-pb-modal-close:focus { outline: none; border: none; color: #fff; box-shadow: none; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal input,.et_pb_new_template_modal .et_pb_prompt_modal select { height: 40px; margin-left: 0; border-radius: 4px; border: none; box-shadow: none; background: #F1F5F9; padding: 10px; font-size: 14px; color: #32373c; width: 100%; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal input[type=checkbox] { float: left; margin-bottom: 10px; margin-right: 10px; margin-top: 0; width: 25px; height: 25px; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal input:focus, .et_pb_prompt_modal select:focus { box-shadow: none !important; outline: none !important; background: #E0E5EA; -webkit-transition: background .5s; -moz-transition: background .5s; transition: background .5s; }
|
||||
.et_pb_new_template_modal .et_module_tabs_options label { margin-top: 5px; font-weight: 400; text-transform: none; float: left; width: 100%; }
|
||||
.et_pb_new_template_modal .et_module_tabs_options { margin-top: 15px; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal input[type=checkbox]:checked:before { color: #00c3aa; float: none; margin-top: 2px; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_buttons { width: 100%; text-align: center; position: absolute; bottom: 0; margin: 0 0 -1px 0; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal .layout_cats_container label { clear: both; }
|
||||
.et_pb_new_template_modal .et_pb_prompt_modal h2 { z-index: 9; position: relative; }
|
||||
|
||||
.et_pb_new_template_modal.et_modal_on_top.et_pb_modal_overlay { margin-top: 0; }
|
||||
.et_pb_new_template_modal.et_modal_on_top .et_pb_prompt_modal { overflow: hidden; }
|
||||
.et_pb_new_template_modal.et_modal_on_top .et_pb_prompt_dont_proceed { display: block; padding: 22px; }
|
||||
.et_pb_new_template_modal .et_module_tabs_options label { margin-bottom: 0; }
|
||||
|
||||
/* export layouts section */
|
||||
.et_pb_export_section { padding: 8px 20px 12px; margin: 0 20px -1px 0; position: relative; background-color: #FFF; border: 1px solid #DDD; border-top: none; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025); margin-top: -100%; }
|
||||
.et_export_section_link_wrap { float: left; height: 28px; border: 1px solid #DDD; border-top: none; background: #FFF; -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1); }
|
||||
#et_show_export_section { display: block; font-size: 13px; height: 22px; line-height: 22px; text-decoration: none; z-index: 1; padding: 3px 6px 3px 16px; color: #777; }
|
||||
#et_show_export_section:after { right: 0; content: '\f140'; font: 400 20px/1 dashicons; speak: none; display: inline-block; padding: 0 5px 0 0; bottom: 2px; position: relative; vertical-align: bottom; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none!important; color: #B4B9BE; }
|
||||
#et_show_export_section.et_pb_opened:after { content: '\f142'; }
|
||||
#et_show_export_section:hover{ color: #32373C; }
|
||||
.clearfix { clear: both; }
|
||||
|
||||
a#et_load_category_page { margin-top: 20px; display: inline-block; padding: 4px 8px; position: relative; top: -3px; text-decoration: none; border: none; -webkit-border-radius: 2px; border-radius: 2px; background: #E0E0E0; text-shadow: none; font-weight: 600; font-size: 13px; }
|
||||
a#et_load_category_page:hover { background: #00A0D2; color: #FFF; }
|
||||
|
||||
@-webkit-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
@-moz-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
@-o-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
@keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
410
wp-content/themes/Divi/includes/builder/styles/preview.css
Normal file
410
wp-content/themes/Divi/includes/builder/styles/preview.css
Normal file
@@ -0,0 +1,410 @@
|
||||
/*
|
||||
* Modal Windows
|
||||
*/
|
||||
|
||||
/* Divi Builder Preview Support */
|
||||
body.et-pb-preview #page-container {
|
||||
padding-top: 0 !important;
|
||||
box-shadow: none !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
body.et-pb-preview #main-content .container {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
width: 100%;
|
||||
padding: 0 40px;
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
body.et-pb-preview {
|
||||
background-color: #fff !important;
|
||||
background-image: none !important;
|
||||
}
|
||||
|
||||
@media all and ( max-width: 479px ) {
|
||||
body.et-pb-preview #main-content .container {
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
|
||||
body.et-pb-preview #main-content .container:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et-pb-preview-message {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.et-pb-preview-loading span {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et-pb-preview-loading {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
background: #FFF;
|
||||
-webkit-border-radius: 50px;
|
||||
-moz-border-radius: 50px;
|
||||
border-radius: 50px;
|
||||
margin: -25px 0 0 -25px;
|
||||
z-index: 999999;
|
||||
}
|
||||
|
||||
.et-pb-preview-loading:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
background: url( ../images/ajax-loader.gif ) no-repeat;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: -16px 0 0 -16px;
|
||||
}
|
||||
|
||||
/* Overlay */
|
||||
.et_pb_modal_overlay {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
z-index: 9999;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et_pb_modal_overlay.link-disabled.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.et_pb_modal_overlay.et_modal_on_top {
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.et_pb_modal_overlay label {
|
||||
clear: both;
|
||||
display: block;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.et_modal_on_top.et_pb_modal_overlay {
|
||||
background: none;
|
||||
top: 15%;
|
||||
margin-top: 68px;
|
||||
-webkit-animation: et_pb_fade_in .5s 1 cubic-bezier(0.77, 0, .175, 1);
|
||||
animation: et_pb_fade_in .5s 1 cubic-bezier(0.77, 0, .175, 1);
|
||||
}
|
||||
|
||||
.et_pb_prompt_modal {
|
||||
-webkit-animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77, 0, .175, 1);
|
||||
animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77, 0, .175, 1);
|
||||
min-height: 340px;
|
||||
position: fixed;
|
||||
top: 35%;
|
||||
left: 50%;
|
||||
width: 400px;
|
||||
background: #FFF;
|
||||
padding: 108px 40px 40px 40px;
|
||||
margin-left: -200px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
|
||||
-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
|
||||
box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
/* Modal */
|
||||
.et_pb_prompt_modal h3 {
|
||||
font-weight: 100;
|
||||
font-size: 22px;
|
||||
color: #fff;
|
||||
background-color: #6c2eb9;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 25px 40px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
}
|
||||
|
||||
.et_pb_prompt_modal p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.et_pb_prompt_modal label {
|
||||
text-transform: uppercase;
|
||||
color: #32373c;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.et_modal_on_top .et_pb_prompt_modal {
|
||||
box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
overflow: auto;
|
||||
width: 1000px;
|
||||
margin-left: -500px;
|
||||
margin-top: 68px;
|
||||
top: 9%;
|
||||
bottom: 7%;
|
||||
padding: 40px 40px 0 40px;
|
||||
}
|
||||
|
||||
.et_modal_on_top.et_pb_modal_overlay {
|
||||
background: none;
|
||||
top: 15%;
|
||||
margin-top: 68px;
|
||||
-webkit-animation: et_pb_fade_in .5s 1 cubic-bezier(0.77, 0, .175, 1);
|
||||
animation: et_pb_fade_in .5s 1 cubic-bezier(0.77, 0, .175, 1);
|
||||
}
|
||||
|
||||
.et_modal_on_top .et_pb_prompt_dont_proceed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et_modal_on_top .et_pb_prompt_buttons {
|
||||
margin: 0 0 -1px 0;
|
||||
}
|
||||
|
||||
.et_modal_on_top .et_pb_prompt_proceed,
|
||||
.et_modal_on_top_both_actions .et_pb_prompt_dont_proceed {
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
line-height: 68px;
|
||||
width: 1000px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.et_modal_on_top_both_actions .et_pb_prompt_dont_proceed {
|
||||
left: auto;
|
||||
right: 0;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.et_pb_prompt_buttons {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
margin-left: -40px;
|
||||
}
|
||||
|
||||
.rtl .et_pb_prompt_buttons {
|
||||
margin-left: 0;
|
||||
margin-right: -40px;
|
||||
}
|
||||
|
||||
.rtl .et_pb_prompt_modal_save_library .et_pb_prompt_buttons {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.et_modal_on_top .et_pb_prompt_modal > label {
|
||||
width: 300px !important;
|
||||
}
|
||||
|
||||
.et_modal_on_top .et_pb_prompt_modal_save_library {
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.et_modal_on_top .et_pb_prompt_modal_save_library .et-pb-option-container label {
|
||||
text-transform: none;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.et_pb_prompt_modal_save_library .et-pb-main-settings {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.et_pb_prompt_buttons a.et_pb_prompt_proceed,
|
||||
.et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed {
|
||||
-webkit-transition: background .5s;
|
||||
transition: background .5s;
|
||||
background-color: #00a0d2;
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
font-weight: 700;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.et_pb_prompt_buttons a.et_pb_prompt_proceed:hover,
|
||||
.et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed:hover {
|
||||
background-color: #007cc3;
|
||||
}
|
||||
|
||||
.et_modal_on_top_both_actions .et_pb_prompt_dont_proceed {
|
||||
top: auto;
|
||||
}
|
||||
|
||||
.et_modal_on_top_both_actions .et_pb_prompt_dont_proceed span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.et_modal_on_top_both_actions .et_pb_prompt_buttons a.et_pb_prompt_proceed {
|
||||
line-height: 68px;
|
||||
}
|
||||
|
||||
.et_modal_on_top_both_actions .et_pb_prompt_dont_proceed:before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.et_modal_on_top_both_actions .et_pb_prompt_buttons {
|
||||
margin: 0 0 0 -40px;
|
||||
}
|
||||
|
||||
.et-pb-load-layouts li {
|
||||
width: 100%;
|
||||
margin: 0 0 10px;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
padding-right: 160px;
|
||||
}
|
||||
|
||||
.et-pb-load-layouts li:hover {
|
||||
color: #32373C;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.et_pb_layout_buttons {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
}
|
||||
|
||||
.et_pb_layout_buttons .et_pb_layout_button_delete {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.et-pb-section-add-fullwidth:before,
|
||||
.et-pb-section-add-specialty:before,
|
||||
.et-pb-section-add-saved:before {
|
||||
content: ' | ';
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
#et_pb_new_layout_name {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.et-pb-map {
|
||||
height: 400px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Animations
|
||||
*/
|
||||
|
||||
/* Fade In */
|
||||
@-webkit-keyframes et_pb_fade_in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
top: 15%;
|
||||
bottom: 15%;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
top: 9%;
|
||||
bottom: 7%;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes et_pb_fade_in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
top: 15%;
|
||||
bottom: 15%;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
top: 9%;
|
||||
bottom: 7%;
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes et_pb_fade_in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
top: 15%;
|
||||
bottom: 15%;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
top: 9%;
|
||||
bottom: 7%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes et_pb_fade_in {
|
||||
0% {
|
||||
opacity: 0;
|
||||
top: 15%;
|
||||
bottom: 15%;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
top: 9%;
|
||||
bottom: 7%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fade In Small */
|
||||
@-webkit-keyframes et_pb_fade_in_small {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes et_pb_fade_in_small {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes et_pb_fade_in_small {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes et_pb_fade_in_small {
|
||||
0% {
|
||||
opacity: 0;
|
||||
}
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
158
wp-content/themes/Divi/includes/builder/styles/roles_style.css
Normal file
158
wp-content/themes/Divi/includes/builder/styles/roles_style.css
Normal file
@@ -0,0 +1,158 @@
|
||||
@font-face {
|
||||
font-family: 'etbuilder';
|
||||
src:url('../fonts/etbuilder_v2_5.eot');
|
||||
src:url('../fonts/etbuilder_v2_5.eot?#iefix') format('embedded-opentype'),
|
||||
url('../fonts/etbuilder_v2_5.woff') format('woff'),
|
||||
url('../fonts/etbuilder_v2_5.ttf') format('truetype'),
|
||||
url('../fonts/etbuilder_v2_5.svg#etbuilder') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#et_pb_save_roles { -webkit-transition: background .5s; -moz-transition: background .5s; transition: background .5s; color: #FFF; background-color: #00C3AA; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: none; padding: 0 20px 0 58px; font-size: 18px; font-weight: 100; height: 53px; line-height: 53px; margin: 4px 0 12px; display: inline-block; text-decoration: none; }
|
||||
#et_pb_save_roles:hover { background-color: #01B19A; }
|
||||
#et_pb_save_roles:before { content: '\l'; font-family: 'ETmodules'; left: 14px; top: 3px; font-size: 28px; display: block; position: absolute; text-shadow: none !important; font-weight: 100 !important; }
|
||||
|
||||
.et_pb_roles_main_container { position: relative; width: 95%; margin: 30px auto 0; }
|
||||
.et_pb_roles_options_container { background-color: #FFF; padding: 60px 0 0 0; display: none; }
|
||||
.active-container { display: block; }
|
||||
.et_pb_roles_container_all { background: #fff; border: 1px solid #e5e5e5; }
|
||||
|
||||
.et_pb_roles_options_internal { padding: 40px; }
|
||||
p.et_pb_roles_notice { padding: 0 40px; color: #B9C0C7; margin: 0; }
|
||||
|
||||
#et_pb_layout_controls { overflow: hidden; text-align: right; top: 0; right: 0; background-color: #7e3bd0; }
|
||||
#et_pb_layout_controls .et-pb-layout-buttons { box-sizing: border-box; color: #fff; margin: 0; float: left; border-radius: 0; text-align: center; background-color: #7e3bd0; padding: 20px 30px; font-weight: 500; text-decoration: none; font-size: 18px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
|
||||
#et_pb_layout_controls .et-pb-layout-buttons:first-of-type { padding-left: 40px; }
|
||||
#et_pb_layout_controls .et-pb-layout-buttons.disabled { opacity: .3; }
|
||||
#et_pb_layout_controls .et-pb-layout-buttons:focus { outline: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
|
||||
|
||||
#et_pb_layout_controls .et-pb-layout-buttons:hover, .et_pb_roles_active_menu { background-color: #8F42EC !important; }
|
||||
|
||||
.et_pb_roles_title { font-weight: 100; font-size: 22px; color: #FFF; background-color: #6C2EB9; padding: 25px 80px; border-bottom: 0; line-height: 18px; margin-bottom: 0; position: relative; }
|
||||
.et_pb_roles_title:before { font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\3c'; display: block; position: absolute; left: 40px; top: 18px; font-size: 32px; }
|
||||
|
||||
h4.et_pb_roles_divider { color: #8E969E; border-top: 1px solid #E7ECF1; border-bottom: 1px solid #E7ECF1;display: block; clear: both; position: relative; background-color: #f1f5f9; padding: 20px 40px; font-size: 18px; font-weight: normal; margin: 0; }
|
||||
|
||||
.et_pb_save_roles_container { position: relative; }
|
||||
|
||||
/* yes-no button styles */
|
||||
.et_pb_yes_no_button { width: 100%; display: inline-block; position: relative; cursor: pointer; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
|
||||
.et_pb_yes_no_button.et_pb_off_state { background-color: #F1F5F9; }
|
||||
.et_pb_yes_no_button.et_pb_on_state { background-color: #008BDB; }
|
||||
.et_pb_yes_no_button span.et_pb_button_slider { position: absolute; background: #FFF; width: 50%; height: 30px; margin: 5px 0; background: #FFF; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
|
||||
.et_pb_yes_no_button.et_pb_off_state span.et_pb_button_slider { left: 5px; }
|
||||
.et_pb_yes_no_button.et_pb_on_state span.et_pb_button_slider { left: 50%; margin-left: -5px; }
|
||||
.et_pb_yes_no_button.et_pb_on_state span.et_pb_value_text.et_pb_on_value { margin-left: 0; margin-right: 0; }
|
||||
.et_pb_yes_no_button.et_pb_off_state span.et_pb_value_text.et_pb_off_value { margin-right: 0; margin-left: 0; }
|
||||
.et_pb_yes_no_button span.et_pb_value_text { padding: 11px; float: left; width: 50%; text-align: center; font-weight: bold; text-transform: uppercase; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
|
||||
span.et_pb_value_text.et_pb_off_value { color: #8E969E; }
|
||||
span.et_pb_value_text.et_pb_on_value { color: #FFF; }
|
||||
.et_pb_yes_no_button_wrapper select { opacity: 0; position: absolute; z-index: -1; width: 0px !important; height: 0px !important; }
|
||||
.et-pb-options-tab-advanced .et_pb_yes_no_button_wrapper { width: 200px; position: relative; }
|
||||
.et-pb-options-tab-advanced .et_pb_yes_no_button { float: left; }
|
||||
.et_pb_button_equal_sides .et_pb_yes_no_button.et_pb_on_state { background-color: #F1F5F9; }
|
||||
.et_pb_button_equal_sides span.et_pb_value_text.et_pb_on_value { color: #8E969E; }
|
||||
|
||||
.et_pb_capability_option { float: left; padding: 3% 0; margin-right: 3%; display: block; position: relative; min-width: 17.6%; max-width: 150px; box-sizing: border-box; }
|
||||
span.et_pb_capability_title { max-width: 100%; display: block; word-break: break-all; margin-bottom: 10px; display: block; font-weight: 600; font-size: 14px; text-transform: uppercase; }
|
||||
.et_pb_roles_options_internal:before,
|
||||
.et_pb_roles_options_internal:after { content:""; display:table; }
|
||||
.et_pb_roles_options_internal:after { clear:both; }
|
||||
|
||||
/*!
|
||||
Animate.css - http://daneden.me/animate
|
||||
Licensed under the MIT license - http://opensource.org/licenses/MIT
|
||||
|
||||
Copyright (c) 2015 Daniel Eden
|
||||
*/
|
||||
|
||||
@keyframes bounceIn {
|
||||
0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
|
||||
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
|
||||
20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
|
||||
40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
|
||||
60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
|
||||
80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
|
||||
100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
|
||||
}
|
||||
@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); }
|
||||
0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); }
|
||||
20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); }
|
||||
40% { -webkit-transform: scale3d(.9, .9, .9); transform: scale3d(.9, .9, .9); }
|
||||
60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); }
|
||||
80% { -webkit-transform: scale3d(.97, .97, .97); transform: scale3d(.97, .97, .97); }
|
||||
100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
|
||||
}
|
||||
|
||||
/* End Animate.css */
|
||||
|
||||
@-webkit-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
@-moz-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
@-o-keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
@keyframes et_pb_fade_in_small { 0% { opacity: 0; } 100% { opacity: 1; } }
|
||||
|
||||
#et_pb_loading_animation, #et_pb_success_animation { transition: background, box-shadow 0.3s; -moz-transition: background, box-shadow 0.3s; -webkit-transition: background, box-shadow 0.3s; box-shadow: 0 0 60px rgba(0, 139, 219, 0.25); position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; background: #FFF; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; margin: -13px 0 0 55px; z-index: 999999; }
|
||||
#et_pb_success_animation { background-color: #A9E900; box-shadow: 0 0 40px rgba(0,0,0,0); }
|
||||
#et_pb_loading_animation:before, #et_pb_success_animation:before { content: ''; position: absolute; top: 50%; left: 50%; background: url( ../images/ajax-loader.gif ) no-repeat; width: 32px; height: 32px; margin: -16px 0 0 -16px; }
|
||||
#et_pb_success_animation { opacity: 0; }
|
||||
#et_pb_loading_animation.et_pb_hide_loading { box-shadow: 0 0 40px rgba(0, 139, 219, 0); }
|
||||
#et_pb_loading_animation.et_pb_hide_loading:before { display: none; }
|
||||
#et_pb_success_animation:before { background: none; font-family: 'etbuilder'; speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\4e'; color: #fff; font-size: 22px; margin: -10px 0 0 -10px; }
|
||||
|
||||
#et_pb_success_animation.et_pb_active_success { opacity: 1; -webkit-animation: bounceIn 1s; animation: bounceIn 1s; }
|
||||
|
||||
span.et_pb_toggle_all { display: block; font-size: 16px; cursor: pointer; float: right; }
|
||||
span.et_pb_toggle_all:after { font-family: 'etbuilder'; content: '6'; }
|
||||
|
||||
#et_pb_layout_controls .et-pb-layout-buttons { box-sizing: border-box; color: #fff; margin: 0; float: left; border-radius: 0; text-align: center; background-color: #7e3bd0; padding: 20px 30px; font-weight: 500; }
|
||||
.et-pb-layout-buttons-reset span.label { display: none; }
|
||||
.et-pb-layout-buttons-reset span.icon:after, .et-pb-modal-close:before { font-family: 'etbuilder'; font-size: 16px; line-height: 1em; opacity: 0.9; -webkit-font-smoothing: antialiased; }
|
||||
#et_pb_layout_controls .et-pb-layout-buttons.et-pb-layout-buttons-reset { float: right; padding: 20px 40px; }
|
||||
.et-pb-layout-buttons-reset span.icon:after { content: '\4d'; }
|
||||
#et_pb_layout_controls .et-pb-layout-buttons:hover { background-color: #8F42EC; }
|
||||
|
||||
.et_pb_modal_overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 9999; }
|
||||
.et_pb_prompt_modal { -webkit-animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); animation: et_pb_fade_in_small .5s 1 cubic-bezier(0.77,0,.175,1); min-height: 340px; position: fixed; top: 35%; left: 50%; width: 400px; background: #FFF; padding: 108px 40px 40px 40px; margin-left: -200px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4); }
|
||||
.et_pb_prompt_modal h3 { font-weight: 100; font-size: 22px; color: #fff; background-color: #6c2eb9; position: absolute; top: 0; left: 0; width: 100%; margin: 0; padding: 25px 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
|
||||
.et_pb_prompt_modal p { margin-top: 0; }
|
||||
.et_pb_prompt_modal label { text-transform: uppercase; color: #32373c; font-size: 14px; font-weight: 700; }
|
||||
.et_pb_prompt_buttons { width: 100%; text-align: center; position: absolute; bottom: 0; margin-left: -40px; }
|
||||
.rtl .et_pb_prompt_buttons { margin-left: 0; margin-right: -40px; }
|
||||
.rtl .et_pb_prompt_modal_save_library .et_pb_prompt_buttons { margin-right: 0; }
|
||||
.et_pb_prompt_buttons a.et_pb_prompt_proceed, .et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed { -webkit-transition: background .5s; transition: background .5s; background-color: #00a0d2; cursor: pointer; border-radius: 0; -webkit-border-radius: 0; padding: 0; margin: 0; font-size: 17px; font-weight: 700; width: 100%; display: inline-block; float: left; height: 60px; line-height: 60px; text-align: center; color: #fff; text-decoration: none; }
|
||||
.et_pb_prompt_buttons a.et_pb_prompt_proceed:hover, .et_pb_prompt_modal .et_pb_prompt_buttons input.et_pb_prompt_proceed:hover { background-color: #007cc3; }
|
||||
|
||||
.et-pb-modal-close { text-decoration: none; font-size: 23px; color: #fff; position: absolute; top: 0; right: 0; z-index: 10; padding: 22px; background-color: #622aa9; -webkit-transition: background .5s; transition: background .5s; }
|
||||
.et-pb-modal-close:hover { background-color: #552592; color: #fff; }
|
||||
.et-pb-modal-close:focus { outline: none; border: none; color: #fff; box-shadow: none; }
|
||||
.et-pb-modal-close span { display: none; }
|
||||
.et-pb-modal-close:before { font-weight: 800; content: '\22'; font-size: 23px; }
|
||||
|
||||
|
||||
@media all and ( min-width: 1301px ) {
|
||||
.et_pb_capability_option:nth-of-type(5n+0) { margin-right: 0; }
|
||||
}
|
||||
@media all and ( max-width: 1300px ) and ( min-width: 1081px ) {
|
||||
.et_pb_capability_option { min-width: 22%; padding: 4% 0; margin-right: 4%; }
|
||||
.et_pb_capability_option:nth-of-type(4n+0) { margin-right: 0; }
|
||||
}
|
||||
@media all and ( max-width: 1080px ) and ( min-width: 783px ){
|
||||
.et_pb_capability_option { min-width: 30%; padding: 5% 0; margin-right: 5%; }
|
||||
.et_pb_capability_option:nth-of-type(3n+0) { margin-right: 0; }
|
||||
}
|
||||
|
||||
@media all and ( max-width: 782px ) and ( min-width: 481px ){
|
||||
.et_pb_capability_option { min-width: 47%; padding: 6% 0; margin-right: 6%; }
|
||||
.et_pb_capability_option:nth-of-type(2n+0) { margin-right: 0; }
|
||||
}
|
||||
|
||||
@media all and ( max-width: 480px ) {
|
||||
.et_pb_capability_option { min-width: 100%; padding: 0 0 7% 0; }
|
||||
}
|
||||
@media all and ( max-width: 959px ) {
|
||||
#et_pb_loading_animation, #et_pb_success_animation { margin-left: -7px; }
|
||||
}
|
||||
@media all and ( max-width: 782px ) {
|
||||
#et_pb_loading_animation, #et_pb_success_animation { margin-left: -25px; }
|
||||
}
|
||||
1574
wp-content/themes/Divi/includes/builder/styles/style.css
Normal file
1574
wp-content/themes/Divi/includes/builder/styles/style.css
Normal file
File diff suppressed because one or more lines are too long
15
wp-content/themes/Divi/includes/builder/styles/widgets.css
Normal file
15
wp-content/themes/Divi/includes/builder/styles/widgets.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.et-wp-pre-3_8 #et_pb_widget_area_create { margin: 0 8px; border-radius: 5px; background-color: #FCFCFC; font-size: 16px; padding: 30px; border: 1px solid #DFDFDF; }
|
||||
#et_pb_widget_area_create p {padding: 0; margin: 0; font-size: 12px; color: #666; font-family: sans-serif; font-style: italic;}
|
||||
.et-wp-pre-3_8 #et_pb_widget_area_create p label { display: block; margin-top: 20px; font-style: normal; font-size: 15px; color: #464646; font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif; }
|
||||
#et_pb_widget_area_create p input {width: 95%; margin: 15px 0; }
|
||||
#et_pb_widget_area_create button.button { display: block; float: right: margin-top: 10px; }
|
||||
.et_pb_widget_area_remove { display: block; padding: 3px 8px; color: #fff; text-decoration: none; border-radius: 4px; background-color: #E94A4A; text-shadow: none; float: left; margin: 5px 0 0 5px;}
|
||||
.et_pb_widget_area_remove:hover {color: #fff; text-decoration: none; }
|
||||
|
||||
/*------------------------------------------------*/
|
||||
/*---------------[RESPONSIVE LAYOUTS]-------------*/
|
||||
/*------------------------------------------------*/
|
||||
|
||||
.et-wp-after-3_8 #et_pb_widget_area_create { background-color: #fff; max-width: 96%; margin-right: 0; margin-top: 10px; border-radius: 0px; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05); margin-left: 0px; padding: 4%; }
|
||||
.et-wp-after-3_8 #et_pb_widget_area_create p label { font-size: 1.3em; display: block; font-weight: 600; color: #222; font-family: "Open Sans",sans-serif;}
|
||||
.et-wp-after-3_8 .et_pb_widget_area_remove { margin-top: 11px; }
|
||||
Reference in New Issue
Block a user