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