| 1 |
/* Do not modify this file directly. It is concatenated from individual module CSS files. */ |
| 2 |
/** |
| 3 |
* Sharedaddy Admin Styles |
| 4 |
*/ |
| 5 |
|
| 6 |
#services-config { |
| 7 |
min-width: 700px; |
| 8 |
width: 100%; |
| 9 |
float: right; |
| 10 |
} |
| 11 |
|
| 12 |
#services-config h3 { |
| 13 |
font-weight: normal; |
| 14 |
font-size: 15px; |
| 15 |
margin: 0; |
| 16 |
padding: 8px 10px; |
| 17 |
overflow: hidden; |
| 18 |
white-space: nowrap; |
| 19 |
color: #464646; |
| 20 |
} |
| 21 |
|
| 22 |
#available-services, #enabled-services, #live-preview { |
| 23 |
padding: 0; |
| 24 |
width: 100%; |
| 25 |
padding-top: 20px; |
| 26 |
border-spacing: 0; |
| 27 |
} |
| 28 |
|
| 29 |
#enabled-services .ui-sortable { |
| 30 |
min-height: 50px; |
| 31 |
} |
| 32 |
|
| 33 |
#enabled-services { |
| 34 |
padding-bottom: 20px; |
| 35 |
} |
| 36 |
|
| 37 |
#available-services, #enabled-services { |
| 38 |
border-bottom: 2px solid #cccccc; |
| 39 |
} |
| 40 |
|
| 41 |
#live-preview { |
| 42 |
border-bottom: 1px solid #dfdfdf; |
| 43 |
padding-bottom: 60px; |
| 44 |
} |
| 45 |
|
| 46 |
#available-services h3, #enabled-services h3, #live-preview h3 { |
| 47 |
padding: 0px; |
| 48 |
margin-top: 0px; |
| 49 |
margin-bottom: 1em; |
| 50 |
} |
| 51 |
|
| 52 |
body.settings_page_sharing .description { |
| 53 |
width: 180px; |
| 54 |
vertical-align: top; |
| 55 |
} |
| 56 |
|
| 57 |
body.settings_page_sharing .description p { |
| 58 |
font-size: 13px; |
| 59 |
font-style: italic; |
| 60 |
} |
| 61 |
|
| 62 |
body.settings_page_sharing .services { |
| 63 |
padding: 0px 20px; |
| 64 |
vertical-align: top; |
| 65 |
} |
| 66 |
|
| 67 |
body.settings_page_sharing .services ul li { |
| 68 |
float: right; |
| 69 |
cursor: move; |
| 70 |
} |
| 71 |
|
| 72 |
body.settings_page_sharing .services ul li.divider { |
| 73 |
border: none; |
| 74 |
padding: 0; |
| 75 |
background: none; |
| 76 |
cursor: default; |
| 77 |
} |
| 78 |
|
| 79 |
body.settings_page_sharing ul.services-hidden { |
| 80 |
margin-bottom: 0; |
| 81 |
} |
| 82 |
|
| 83 |
/* Generic style */ |
| 84 |
#available-services .service, #enabled-services .service { |
| 85 |
margin-left: 10px; |
| 86 |
padding: 5px 5px 5px 10px; |
| 87 |
border-radius: 3px; |
| 88 |
border: 1px solid #bbb; |
| 89 |
background: #f8f8f8; |
| 90 |
background-repeat: no-repeat; |
| 91 |
background-position: center center; |
| 92 |
} |
| 93 |
|
| 94 |
#available-services .service:hover, #enabled-services .service:hover { |
| 95 |
background: #fff; |
| 96 |
border: 1px solid #bbb; |
| 97 |
box-shadow: 0 1px 3px rgba(0,0,0,0.2); |
| 98 |
} |
| 99 |
|
| 100 |
#available-services .service.share-deprecated, |
| 101 |
#enabled-services .service.share-deprecated { |
| 102 |
opacity: 0.5; |
| 103 |
padding: 5px; |
| 104 |
text-decoration: line-through; |
| 105 |
} |
| 106 |
|
| 107 |
#available-services .service.share-deprecated { |
| 108 |
display: none; |
| 109 |
} |
| 110 |
|
| 111 |
/* Generic style icons */ |
| 112 |
li.service span:before { |
| 113 |
color: #555; |
| 114 |
display: inline-block; |
| 115 |
-webkit-font-smoothing: antialiased; |
| 116 |
font: normal 18px/1 'social-logos'; |
| 117 |
vertical-align: top; |
| 118 |
position: relative; |
| 119 |
top: 1px; |
| 120 |
margin-left: 3px; |
| 121 |
width: 16px; |
| 122 |
height: 16px; |
| 123 |
text-align: center; |
| 124 |
} |
| 125 |
li.service.share-print span:before { |
| 126 |
content: '\f469'; |
| 127 |
} |
| 128 |
li.service.share-digg span:before { |
| 129 |
content: '\f221'; |
| 130 |
} |
| 131 |
li.service.share-email span:before { |
| 132 |
content: '\f410'; |
| 133 |
} |
| 134 |
li.service.share-linkedin span:before { |
| 135 |
content: '\f207'; |
| 136 |
} |
| 137 |
li.service.share-twitter span:before { |
| 138 |
content: '\f202'; |
| 139 |
} |
| 140 |
li.service.share-reddit span:before { |
| 141 |
content: '\f222'; |
| 142 |
} |
| 143 |
li.service.share-tumblr span:before { |
| 144 |
content: '\f214'; |
| 145 |
} |
| 146 |
li.service.share-pocket span:before { |
| 147 |
content: '\f224'; |
| 148 |
} |
| 149 |
li.service.share-pinterest span:before { |
| 150 |
content: '\f209'; |
| 151 |
} |
| 152 |
li.service.share-facebook span:before { |
| 153 |
content: '\f203'; |
| 154 |
} |
| 155 |
li.service.share-press-this span:before { /* Fixme: remove this button in favor of reblog */ |
| 156 |
content: '\f205'; |
| 157 |
} |
| 158 |
li.service.share-telegram span:before { |
| 159 |
content: '\f606'; |
| 160 |
} |
| 161 |
li.service.share-jetpack-whatsapp span:before { |
| 162 |
content: '\f608'; |
| 163 |
} |
| 164 |
li.service.share-skype span:before { |
| 165 |
content: '\f220'; |
| 166 |
} |
| 167 |
|
| 168 |
/** |
| 169 |
* Preview section |
| 170 |
*/ |
| 171 |
|
| 172 |
body.settings_page_sharing ul.preview { |
| 173 |
float: right; |
| 174 |
margin: 0px; |
| 175 |
} |
| 176 |
|
| 177 |
body.settings_page_sharing ul.preview li.preview-item, body.settings_page_sharing ul.preview li.preview-item a { |
| 178 |
cursor: default; |
| 179 |
text-decoration: none; |
| 180 |
} |
| 181 |
|
| 182 |
div.sd-social-icon ul.preview li.preview-item a span, |
| 183 |
div.sd-social-icon .inner li.preview-item a span { |
| 184 |
display: none; |
| 185 |
} |
| 186 |
|
| 187 |
div.sd-social-icon ul.preview li.preview-item.preview-custom a span { |
| 188 |
display: inline-block; |
| 189 |
|
| 190 |
} |
| 191 |
|
| 192 |
.services .preview li.share-custom a { |
| 193 |
text-decoration: none; |
| 194 |
} |
| 195 |
|
| 196 |
.services ul li.end-fix { |
| 197 |
clear:both; |
| 198 |
float:none; |
| 199 |
visibility:hidden; |
| 200 |
padding:0; |
| 201 |
margin:0; |
| 202 |
height:20px; |
| 203 |
width:0; |
| 204 |
} |
| 205 |
|
| 206 |
#enabled-services h2{ |
| 207 |
font-size:20px; |
| 208 |
padding-top:0px; |
| 209 |
font-weight: normal !important; |
| 210 |
color: #999; |
| 211 |
} |
| 212 |
|
| 213 |
body.settings_page_sharing #live-preview h2 { |
| 214 |
font-size:20px; |
| 215 |
font-weight: normal !important; |
| 216 |
color: #e3e3e3; |
| 217 |
} |
| 218 |
|
| 219 |
body.settings_page_sharing .clearing { |
| 220 |
clear: both; |
| 221 |
} |
| 222 |
|
| 223 |
body.settings_page_sharing .options .options-left { |
| 224 |
float: right; |
| 225 |
} |
| 226 |
|
| 227 |
body.settings_page_sharing .input label { |
| 228 |
font-size: 11px; |
| 229 |
line-height: 16px; |
| 230 |
} |
| 231 |
|
| 232 |
body.settings_page_sharing .advanced-form { |
| 233 |
padding: 10px 10px 8px 14px; |
| 234 |
margin-right: -24px; |
| 235 |
display: none; |
| 236 |
border-top: 1px #e3e3e3 solid; |
| 237 |
margin-top:4px; |
| 238 |
} |
| 239 |
|
| 240 |
body.settings_page_sharing .utility { |
| 241 |
float: left; |
| 242 |
padding-top:10px; |
| 243 |
padding-left: 10px; |
| 244 |
font-size: 10px; |
| 245 |
} |
| 246 |
|
| 247 |
body.settings_page_sharing .advanced input[type=submit] { |
| 248 |
float: right; |
| 249 |
margin-top:10px; |
| 250 |
margin-left: 10px; |
| 251 |
} |
| 252 |
|
| 253 |
.services li.dropzone { |
| 254 |
border: 1px dashed #999; |
| 255 |
border-radius: 3px; |
| 256 |
background: #e3e3e3; |
| 257 |
margin-left: 10px; |
| 258 |
padding: 5px; |
| 259 |
height: 18px; |
| 260 |
} |
| 261 |
|
| 262 |
.advanced-form .form-table th { |
| 263 |
width: auto !important; |
| 264 |
} |
| 265 |
|
| 266 |
.advanced-form .button-secondary { |
| 267 |
margin-top: 0 !important; |
| 268 |
} |
| 269 |
|
| 270 |
#hidden-drop-target { |
| 271 |
background: #e1e1e1; |
| 272 |
border: 1px solid #cdcdcd; |
| 273 |
width: 29%; |
| 274 |
padding: 10px; |
| 275 |
vertical-align: top; |
| 276 |
} |
| 277 |
|
| 278 |
#hidden-drop-target p { |
| 279 |
font-size: 13px; |
| 280 |
font-style: italic; |
| 281 |
margin: 0 0 10px 0; |
| 282 |
} |
| 283 |
|
| 284 |
|
| 285 |
/* Official button previews */ |
| 286 |
.preview li.preview-item { |
| 287 |
background-position: 0px 5px; |
| 288 |
cursor: default; |
| 289 |
} |
| 290 |
|
| 291 |
.preview .option-smart-on { |
| 292 |
margin: 3px 0 0 5px; |
| 293 |
} |
| 294 |
|
| 295 |
.preview-digg .option-smart-on { |
| 296 |
background: url(images/smart-digg.png) no-repeat top left; |
| 297 |
background-size: 76px 17px; |
| 298 |
width:76px; |
| 299 |
height:17px; |
| 300 |
margin-top: 2px; |
| 301 |
} |
| 302 |
|
| 303 |
.preview-reddit .option-smart-on { |
| 304 |
background: url(images/smart-reddit.png) no-repeat top left; |
| 305 |
background-size: 104px 21px; |
| 306 |
width:104px; |
| 307 |
height:21px; |
| 308 |
} |
| 309 |
|
| 310 |
.preview-facebook .option-smart-on { |
| 311 |
background: url(images/smart-like.png) no-repeat top left; |
| 312 |
background-size: 85px 20px; |
| 313 |
width:85px; |
| 314 |
height:20px; |
| 315 |
} |
| 316 |
|
| 317 |
.preview-twitter .option-smart-on { |
| 318 |
background: url(images/smart-twitter.png?1) no-repeat top left; |
| 319 |
background-size: 60px 20px; |
| 320 |
width:60px; |
| 321 |
height:20px; |
| 322 |
} |
| 323 |
|
| 324 |
.preview-linkedin .option-smart-on { |
| 325 |
background: url(images/linkedin-smart.png) no-repeat top center; |
| 326 |
background-size: 99px 18px; |
| 327 |
width:99px; |
| 328 |
height:20px; |
| 329 |
} |
| 330 |
|
| 331 |
.preview-tumblr .option-smart-on { |
| 332 |
background: url(images/smart-tumblr.png) no-repeat top left; |
| 333 |
background-size: 62px 20px; |
| 334 |
width: 62px; |
| 335 |
height: 20px; |
| 336 |
} |
| 337 |
|
| 338 |
.preview-pinterest .option-smart-on { |
| 339 |
background: url(images/smart-pinterest.png) no-repeat top left; |
| 340 |
background-size: 39px 20px; |
| 341 |
width: 39px; |
| 342 |
height: 20px; |
| 343 |
} |
| 344 |
|
| 345 |
.preview-pocket .option-smart-on { |
| 346 |
background: url(images/smart-pocket.png) no-repeat top left; |
| 347 |
background-size: 60px 20px; |
| 348 |
width: 60px; |
| 349 |
height: 20px; |
| 350 |
} |
| 351 |
|
| 352 |
.preview-skype .option-smart-on { |
| 353 |
background: url(images/smart-skype.png) no-repeat top left; |
| 354 |
background-size: 60px 20px; |
| 355 |
width: 60px; |
| 356 |
height: 20px; |
| 357 |
} |
| 358 |
|
| 359 |
.preview-item.share-deprecated { |
| 360 |
opacity: 0.5; |
| 361 |
} |
| 362 |
|
| 363 |
.preview-item.share-deprecated a span { |
| 364 |
text-decoration: line-through; |
| 365 |
} |
| 366 |
|
| 367 |
@media |
| 368 |
(-webkit-min-device-pixel-ratio: 1.25), |
| 369 |
(min-resolution: 120dpi) { |
| 370 |
.preview-digg .option-smart-on { |
| 371 |
background-image: url(images/smart-digg@2x.png); |
| 372 |
} |
| 373 |
|
| 374 |
.preview-reddit .option-smart-on { |
| 375 |
background-image: url(images/smart-reddit@2x.png); |
| 376 |
} |
| 377 |
|
| 378 |
.preview-facebook .option-smart-on { |
| 379 |
background-image: url(images/smart-like@2x.png); |
| 380 |
} |
| 381 |
|
| 382 |
.preview-twitter .option-smart-on { |
| 383 |
background-image: url(images/smart-twitter@2x.png?1); |
| 384 |
} |
| 385 |
|
| 386 |
.preview-linkedin .option-smart-on { |
| 387 |
background-image: url(images/linkedin-smart@2x.png); |
| 388 |
} |
| 389 |
|
| 390 |
.preview-tumblr .option-smart-on { |
| 391 |
background-image: url(images/smart-tumblr@2x.png); |
| 392 |
} |
| 393 |
|
| 394 |
.preview-pinterest .option-smart-on { |
| 395 |
background-image: url(images/smart-pinterest@2x.png); |
| 396 |
} |
| 397 |
|
| 398 |
.preview-pocket .option-smart-on { |
| 399 |
background-image: url(images/smart-pocket@2x.png); |
| 400 |
} |
| 401 |
|
| 402 |
.preview-skype .option-smart-on { |
| 403 |
background-image: url(images/smart-skype@2x.png); |
| 404 |
} |
| 405 |
} |
| 406 |
|
| 407 |
/** |
| 408 |
* Overflow sharing dialog |
| 409 |
*/ |
| 410 |
|
| 411 |
.services .sharing-hidden li { |
| 412 |
background-color: transparent; |
| 413 |
} |
| 414 |
|
| 415 |
.sharing-hidden li.share-end { |
| 416 |
clear: both; |
| 417 |
height: 0; |
| 418 |
padding: 0px !important; |
| 419 |
margin: 0px !important; |
| 420 |
width: 0; |
| 421 |
visibility: hidden; |
| 422 |
float: none; |
| 423 |
} |
| 424 |
|
| 425 |
.preview .sharing-label { |
| 426 |
font-weight: bold; |
| 427 |
border: 0; |
| 428 |
padding: 4px 0 0 6px; |
| 429 |
} |
| 430 |
|
| 431 |
#services-config a.remove { |
| 432 |
background: #ddd; |
| 433 |
color: #fff; |
| 434 |
padding: 0px 4px 2px; |
| 435 |
border-radius: 15px; |
| 436 |
-moz-border-radius: 15px; |
| 437 |
-webkit-border-radius: 15px; |
| 438 |
text-decoration: none; |
| 439 |
font-weight: bold; |
| 440 |
font-size: 10px; |
| 441 |
} |
| 442 |
|
| 443 |
#services-config a.remove:hover { |
| 444 |
background: #f00; |
| 445 |
} |
| 446 |
|
| 447 |
.sd-social-icon .inner a.sd-button span, |
| 448 |
.sd-social-icon .inner a.share-icon span { |
| 449 |
display: inline-block; |
| 450 |
overflow: hidden; |
| 451 |
width: 0; |
| 452 |
text-indent: 100%; |
| 453 |
} |
| 454 |
|