| 1 |
.wck-post-box{ |
| 2 |
visibility:hidden; |
| 3 |
height:0; |
| 4 |
} |
| 5 |
|
| 6 |
.mb-list-entry-fields li{ |
| 7 |
margin-bottom:15px; |
| 8 |
clear:both; |
| 9 |
overflow:hidden; |
| 10 |
} |
| 11 |
|
| 12 |
.mb-right-column{ |
| 13 |
overflow:hidden; |
| 14 |
} |
| 15 |
|
| 16 |
.field-label{ |
| 17 |
/* width:190px; */ |
| 18 |
float:left; |
| 19 |
min-height:30px; |
| 20 |
font-weight:bold; |
| 21 |
padding-right:10px; |
| 22 |
} |
| 23 |
|
| 24 |
.field-label.error{ |
| 25 |
color:#ff0000; |
| 26 |
} |
| 27 |
|
| 28 |
.field-label .required{ |
| 29 |
color:#ff0000; |
| 30 |
padding:0 2px; |
| 31 |
} |
| 32 |
|
| 33 |
.mb-right-column label{ |
| 34 |
padding:0 6px 0 0; |
| 35 |
} |
| 36 |
|
| 37 |
.mb-right-column input[type="checkbox"], .mb-right-column input[type="radio"]{ |
| 38 |
margin-right:3px; |
| 39 |
} |
| 40 |
|
| 41 |
#mb-ajax-loading{ |
| 42 |
position:absolute; |
| 43 |
top:0; |
| 44 |
left:0; |
| 45 |
width:100%; |
| 46 |
height:100%; |
| 47 |
background:url(images/ajax-loader.gif) center center no-repeat; z-index:999; |
| 48 |
} |
| 49 |
|
| 50 |
.mb-table-container pre{ |
| 51 |
display:inline-block; |
| 52 |
vertical-align:top; |
| 53 |
margin:0; |
| 54 |
white-space: -moz-pre-wrap; |
| 55 |
white-space: -pre-wrap; |
| 56 |
white-space: -o-pre-wrap; |
| 57 |
white-space: pre-wrap; |
| 58 |
word-wrap: break-word; |
| 59 |
} |
| 60 |
|
| 61 |
|
| 62 |
.wck-edit, .wck-delete, .wck-number{ |
| 63 |
width:50px; |
| 64 |
text-align:center !important; |
| 65 |
} |
| 66 |
|
| 67 |
td.wck-number{ |
| 68 |
cursor:move; |
| 69 |
} |
| 70 |
|
| 71 |
.wck-content > ul{ |
| 72 |
margin:0; |
| 73 |
} |
| 74 |
|
| 75 |
.not-sortable td.wck-number{ |
| 76 |
cursor:auto; |
| 77 |
} |
| 78 |
|
| 79 |
.wck-edit .button-secondary{ |
| 80 |
padding:0 15px; |
| 81 |
} |
| 82 |
|
| 83 |
.mbdelete, .wck-remove-upload{ |
| 84 |
color:#BC0B0B; |
| 85 |
cursor:pointer; |
| 86 |
} |
| 87 |
|
| 88 |
.mbdelete:hover, .wck-remove-upload:hover{ |
| 89 |
color:#FF0000; |
| 90 |
} |
| 91 |
|
| 92 |
.mb-list-entry-fields{ |
| 93 |
list-style:none; |
| 94 |
} |
| 95 |
|
| 96 |
.mb-table-container tr:nth-child(2n+1) { |
| 97 |
background-color:#FCFCFC; |
| 98 |
} |
| 99 |
|
| 100 |
.mb-table-container tr:last-child td { |
| 101 |
border-bottom: 0 none; |
| 102 |
} |
| 103 |
|
| 104 |
.mb-table-container tr td { |
| 105 |
background: none repeat scroll 0 0 transparent; |
| 106 |
border-bottom: 1px solid #EDEDED; |
| 107 |
border-right: 1px solid #EDEDED; |
| 108 |
padding: 8px; |
| 109 |
position: relative; |
| 110 |
} |
| 111 |
|
| 112 |
.mb-table-container tr td:last-child { |
| 113 |
border-right: 0 none; |
| 114 |
} |
| 115 |
|
| 116 |
.mb-table-container thead > tr > th { |
| 117 |
border-right: 1px solid #E1E1E1; |
| 118 |
} |
| 119 |
|
| 120 |
.mb-table-container tr > th:last-child { |
| 121 |
border-right: 0 none; |
| 122 |
} |
| 123 |
|
| 124 |
.mb-textarea{ |
| 125 |
width:60%; |
| 126 |
max-width:600px; |
| 127 |
height:130px; |
| 128 |
} |
| 129 |
.mb-text-input{ |
| 130 |
width:40%; |
| 131 |
max-width:400px; |
| 132 |
} |
| 133 |
|
| 134 |
.mb-select{ |
| 135 |
min-width:150px; |
| 136 |
} |
| 137 |
|
| 138 |
/* upload field */ |
| 139 |
.upload-field-details{ |
| 140 |
display:inline-block; |
| 141 |
vertical-align:middle; |
| 142 |
min-height:24px; |
| 143 |
padding:2px 0; |
| 144 |
} |
| 145 |
|
| 146 |
.upload-field-details p{ |
| 147 |
margin:2px 0 0; |
| 148 |
} |
| 149 |
|
| 150 |
.upload-field-details img{ |
| 151 |
margin:0 5px; |
| 152 |
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); |
| 153 |
} |
| 154 |
|
| 155 |
.upload-field-details > *{ |
| 156 |
float:left; |
| 157 |
} |
| 158 |
|
| 159 |
.upload-field-details span{ |
| 160 |
display:block; |
| 161 |
} |
| 162 |
|
| 163 |
.upload-field-details .file-name{ |
| 164 |
font-weight:bold; |
| 165 |
color:#21759B; |
| 166 |
} |
| 167 |
|
| 168 |
|
| 169 |
/* Settings page. */ |
| 170 |
.side .form-table th { |
| 171 |
width: 20%; |
| 172 |
font-weight: bold; |
| 173 |
text-align: left; |
| 174 |
padding-left: 0; |
| 175 |
} |
| 176 |
|
| 177 |
.wck-post-body{ |
| 178 |
clear: left; |
| 179 |
float: left; |
| 180 |
margin-right: -2000px; |
| 181 |
width: 100%; |
| 182 |
} |
| 183 |
|
| 184 |
.metabox-holder .column-1 { |
| 185 |
margin-right:300px; |
| 186 |
} |
| 187 |
.metabox-holder .column-2 { |
| 188 |
float: right; |
| 189 |
width: 280px; |
| 190 |
clear:right; |
| 191 |
position:relative; |
| 192 |
} |
| 193 |
.metabox-holder .column-3 { |
| 194 |
clear: both; |
| 195 |
margin-right:300px; |
| 196 |
} |
| 197 |
|
| 198 |
/* wysiwyg */ |
| 199 |
.mb-right-column .wp_themeSkin table.mceLayout{ |
| 200 |
border-color: #CCCCCC #CCCCCC #DFDFDF; |
| 201 |
border-style: solid; |
| 202 |
border-top-left-radius: 3px; |
| 203 |
border-top-right-radius: 3px; |
| 204 |
border-width: 1px; |
| 205 |
background-color:#fff; |
| 206 |
} |
| 207 |
|
| 208 |
/* nested repeater */ |
| 209 |
.mb-table-container .wck-nested{ |
| 210 |
background:#F5F5F5; |
| 211 |
border:1px solid #DFDFDF; |
| 212 |
box-shadow: 0 1px 0 #FFFFFF; |
| 213 |
} |
| 214 |
|
| 215 |
.mb-table-container .wck-nested > div{ |
| 216 |
padding:10px; |
| 217 |
} |
| 218 |
|
| 219 |
.mb-table-container li[data-type="nested-repeater"]{ |
| 220 |
display:none; |
| 221 |
} |
| 222 |
|
| 223 |
.wck_page_cptc-page #contextual-help-link-wrap, .wck_page_ctc-page #contextual-help-link-wrap, .wck_page_cfc-page #contextual-help-link-wrap, .wck_page_fep-page #contextual-help-link-wrap, .wck_page_opc-page #contextual-help-link-wrap{ |
| 224 |
background: rgb(248,79,79); /* Old browsers */ |
| 225 |
background: -moz-linear-gradient(top, rgba(248,79,79,1) 0%, rgba(210,11,11,1) 100%); /* FF3.6+ */ |
| 226 |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,79,79,1)), color-stop(100%,rgba(210,11,11,1))); /* Chrome,Safari4+ */ |
| 227 |
background: -webkit-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Chrome10+,Safari5.1+ */ |
| 228 |
background: -o-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Opera 11.10+ */ |
| 229 |
background: -ms-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* IE10+ */ |
| 230 |
background: linear-gradient(to bottom, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* W3C */ |
| 231 |
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84f4f', endColorstr='#d20b0b',GradientType=0 ); /* IE6-9 */ |
| 232 |
} |
| 233 |
|
| 234 |
.wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link{ |
| 235 |
padding-left:55px; |
| 236 |
color: #FFFFFF; |
| 237 |
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); |
| 238 |
} |
| 239 |
|
| 240 |
.wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link:before{ |
| 241 |
content:"WCK"; |
| 242 |
width:15px; |
| 243 |
height:20px; |
| 244 |
background:url( ../images/wck-icon-dark.png ) no-repeat 0 0; |
| 245 |
position:absolute; |
| 246 |
top:4px; |
| 247 |
left:4px; |
| 248 |
line-height: 16px; |
| 249 |
padding-left: 18px; |
| 250 |
} |
| 251 |
|
| 252 |
/*-------------------------------------------------------------- |
| 253 |
Media Queries |
| 254 |
--------------------------------------------------------------*/ |
| 255 |
@media screen and ( max-width: 878px ) { |
| 256 |
.wck-post-body{ |
| 257 |
float:none; |
| 258 |
margin-right: 0; |
| 259 |
} |
| 260 |
|
| 261 |
.metabox-holder .column-2{ |
| 262 |
float:none; |
| 263 |
width:100%; |
| 264 |
} |
| 265 |
|
| 266 |
.metabox-holder .column-1{ |
| 267 |
margin-right:0; |
| 268 |
} |
| 269 |
} |