| 1 |
.clear{ |
| 2 |
clear: both; |
| 3 |
} |
| 4 |
#embed-popup-wrap { display: none; |
| 5 |
width: 85%; |
| 6 |
margin:0 auto; } |
| 7 |
#embed-popup { |
| 8 |
position: relative; |
| 9 |
width: 100%; |
| 10 |
max-width: 1000px; |
| 11 |
margin: 28px auto 100px; |
| 12 |
padding: 20px; |
| 13 |
background: #fff; |
| 14 |
-webkit-box-shadow: 0 2px 25px #000; |
| 15 |
-moz-box-shadow: 0 2px 25px #000; |
| 16 |
box-shadow: 0 2px 25px #000; |
| 17 |
-webkit-transition: max-width .2s; |
| 18 |
-moz-transition: max-width .2s; |
| 19 |
transition: max-width .2s; |
| 20 |
-moz-box-sizing: border-box; |
| 21 |
-webkit-box-sizing: border-box; |
| 22 |
box-sizing: border-box; |
| 23 |
} |
| 24 |
|
| 25 |
.section { |
| 26 |
margin: 0 0 30px; |
| 27 |
} |
| 28 |
ul.tabs { |
| 29 |
height: 33px; |
| 30 |
line-height: 25px; |
| 31 |
list-style: none; |
| 32 |
border-bottom: 1px solid #DDD; |
| 33 |
background: none; |
| 34 |
padding: 0px; |
| 35 |
margin: 20px 0 0; |
| 36 |
} |
| 37 |
.tabs li { |
| 38 |
float: left; |
| 39 |
display: inline; |
| 40 |
margin: 0 1px 0 0; |
| 41 |
padding: 4px 13px; |
| 42 |
color: #777; |
| 43 |
cursor: pointer; |
| 44 |
background: #F9F9F9; |
| 45 |
border: 1px solid #E4E4E4; |
| 46 |
border-bottom: 0 solid #F9F9F9; |
| 47 |
position: relative; |
| 48 |
height: auto !important ; |
| 49 |
line-height: inherit !important; |
| 50 |
} |
| 51 |
.tabs li:hover, |
| 52 |
.vertical .tabs li:hover { |
| 53 |
} |
| 54 |
.tabs li.current { |
| 55 |
color: #444; |
| 56 |
background: #EFEFEF; |
| 57 |
border: 1px solid #D4D4D4; |
| 58 |
border-bottom: 0 solid #EFEFEF; |
| 59 |
} |
| 60 |
.upload-success{border: 1px solid #D4D4D4;background: #EFEFEF; |
| 61 |
|
| 62 |
min-height: 70px;} |
| 63 |
.upload-success .inner{padding: 30px;} |
| 64 |
.box { |
| 65 |
display: none; |
| 66 |
border: 1px solid #D4D4D4; |
| 67 |
border-width: 0 1px 1px; |
| 68 |
background: #EFEFEF; |
| 69 |
padding: 30px; |
| 70 |
min-height: 70px; |
| 71 |
} |
| 72 |
.box.visible { |
| 73 |
display: block; |
| 74 |
} |
| 75 |
.box label{ |
| 76 |
display: block; |
| 77 |
font-size: 12px; |
| 78 |
margin-bottom: 5px; |
| 79 |
} |
| 80 |
.uploaded-doccument{ |
| 81 |
padding:5px 0 5px 70px; |
| 82 |
background: url(../images/icon-success.png) no-repeat 0 0; |
| 83 |
color: #454545; |
| 84 |
font-size: 13px; |
| 85 |
float: left; margin-right: 20px; |
| 86 |
} |
| 87 |
.wp-core-ui .button#adv_options{ float: right; height: 40px; line-height: 38px; font-size: 13px; padding:0 20px; } |
| 88 |
.uploaded-doccument p{ |
| 89 |
font-weight: bold; font-size: 16px; margin: 0 0 3px; |
| 90 |
} |
| 91 |
input.input-group-text{ padding:5px 8px; height: 40px; min-width: 60%; } |
| 92 |
.wp-core-ui .button-primary.input-group-btn{ padding:5px 10px; height: 40px; } |
| 93 |
.advanced_options{display: none; border-top:1px solid #ccc; padding: 0 30px } |
| 94 |
body.mfp-shown .mfp-bg { z-index: 101000 !important; } |
| 95 |
body.mfp-shown .mfp-wrap { z-index: 101001 !important; } |
| 96 |
body.mfp-shown .mfp-preloader { z-index: 101002 !important; } |
| 97 |
body.mfp-shown .mfp-content { z-index: 101003 !important; } |
| 98 |
body.mfp-shown button.mfp-close, |
| 99 |
body.mfp-shown button.mfp-arrow { z-index: 101004 !important; } |
| 100 |
.wp-core-ui .ead-btn.button-large{ |
| 101 |
padding: 0 30px; |
| 102 |
height: 54px; |
| 103 |
line-height: 52px; |
| 104 |
font-size: 16px; |
| 105 |
} |
| 106 |
.wp-core-ui .ead-btn.button-medium{ |
| 107 |
padding:0 15px; |
| 108 |
height: 36px; |
| 109 |
line-height: 34px; |
| 110 |
font-size: 14px; |
| 111 |
} |
| 112 |
.text-center{ |
| 113 |
text-align: center; |
| 114 |
} |
| 115 |
.mfp-close{ |
| 116 |
position: absolute; |
| 117 |
right: 10px; |
| 118 |
top:10px; |
| 119 |
font-weight: bold; |
| 120 |
background: url(../images/icon-close.png)!important; |
| 121 |
width: 22px; |
| 122 |
height: 22px; |
| 123 |
display: block; |
| 124 |
text-indent: -9999999px; |
| 125 |
} |
| 126 |
.mfp-close{ |
| 127 |
|
| 128 |
} |
| 129 |
.upload-success{ |
| 130 |
display: none; |
| 131 |
} |
| 132 |
div.awsm-error, div.awsm-updated { |
| 133 |
margin: 5px 0 2px; |
| 134 |
border-width: 1px 1px 1px 4px; |
| 135 |
border-style: solid; |
| 136 |
-webkit-border-radius: 4px; |
| 137 |
border-radius: 4px; |
| 138 |
} |
| 139 |
div.awsm-updated { |
| 140 |
background-color: #fff; |
| 141 |
border-color: #eee #eee #eee #7ad03a; |
| 142 |
padding: 1px 12px; |
| 143 |
} |
| 144 |
div.awsm-error { |
| 145 |
background: none repeat scroll 0 0 #fff; |
| 146 |
border-color: #eee #eee #eee #dd3d36; |
| 147 |
padding: 1px 12px; |
| 148 |
} |
| 149 |
div.awsm-error p, div.awsm-updated p { |
| 150 |
margin: 0.5em 0; |
| 151 |
padding: 2px; |
| 152 |
} |
| 153 |
.hidden{ |
| 154 |
display:none; |
| 155 |
} |
| 156 |
.mceActionPanel{ margin:20px 0 0;} |
| 157 |
|
| 158 |
.option-fields{ |
| 159 |
list-style-type: none; |
| 160 |
margin:0; |
| 161 |
padding:30px 0 0; |
| 162 |
} |
| 163 |
.option-fields li{ |
| 164 |
padding-bottom: 15px; |
| 165 |
} |
| 166 |
.option-fields label{ display:block; margin-bottom: 5px; font-weight: bold;} |
| 167 |
.f-left{ |
| 168 |
float:left; |
| 169 |
} |
| 170 |
.option-fields .f-left{ margin-right: 25px; } |
| 171 |
.f-left.last{ margin:0; } |
| 172 |
.clear{ clear:both;} |
| 173 |
.input-small{ width:60px;} |
| 174 |
.box .urlerror{ |
| 175 |
border-color: #D95B5B; |
| 176 |
-webkit-box-shadow: 0 0 2px rgba(190, 30, 30, 0.8); |
| 177 |
box-shadow: 0 0 2px rgba(190, 30, 30, 0.8); |
| 178 |
} |