Ticket #40745: 40745.6.diff
File 40745.6.diff, 17.1 KB (added by , 7 years ago) |
---|
-
src/wp-content/themes/twentyeleven/rtl.css
377 377 margin-left: -10px; 378 378 text-align: left; 379 379 } 380 .widget_text ul, 381 .widget_text ol { 382 margin: 0 2.5em 1.625em 0; 383 } 380 384 381 385 /* =Comments 382 386 ----------------------------------------------- */ -
src/wp-content/themes/twentyeleven/style.css
1908 1908 } 1909 1909 1910 1910 /* Widget Image */ 1911 .widget_image img { 1911 .widget_image img, 1912 .widget_media_image img { 1912 1913 border: 0; 1913 1914 padding: 0; 1914 1915 height: auto; 1915 1916 max-width: 100%; 1916 1917 } 1918 @media (min-width: 1024px) { 1919 .widget_media_image .size-thumbnail { 1920 padding: 6px; 1921 } 1922 } 1917 1923 1918 1924 /* Calendar Widget */ 1919 1925 … … 1945 1951 border-bottom: 1px solid #ccc; 1946 1952 } 1947 1953 1954 /* Text Widget */ 1948 1955 1956 .widget_text ul, 1957 .widget_text ol { 1958 margin: 0 0 1.625em 2.5em; 1959 } 1960 .widget_text ul ul, 1961 .widget_text ol ol, 1962 .widget_text ul ol, 1963 .widget_text ol ul { 1964 margin-bottom: 0; 1965 } 1966 1949 1967 /* =Comments 1950 1968 ----------------------------------------------- */ 1951 1969 -
src/wp-content/themes/twentyfifteen/rtl.css
288 288 margin: 0.7667em 0.8em 0 0; 289 289 } 290 290 291 .textwidget ul, 292 .textwidget ol { 293 margin-left: 0; 294 margin-right: 1.6em; 295 } 291 296 292 297 /** 293 298 * 10.0 Content -
src/wp-content/themes/twentyfifteen/style.css
1554 1554 border-bottom: 0; 1555 1555 } 1556 1556 1557 .textwidget ul, 1558 .textwidget ol { 1559 margin-left: 1.6em; 1560 } 1557 1561 1562 1558 1563 /** 1559 1564 * 12.0 Content 1560 1565 */ -
src/wp-content/themes/twentyfourteen/rtl.css
335 335 margin: 0 20px 0 0; 336 336 } 337 337 338 .widget_text ul, 339 .widget_text ol { 340 margin: 0 10px 12px 0; 341 } 338 342 339 343 /** 340 344 * 7.2 Content Sidebar Widgets -
src/wp-content/themes/twentyfourteen/style.css
1347 1347 1348 1348 /* Mediaelements */ 1349 1349 1350 .hentry .mejs-container { 1350 .hentry .mejs-container, 1351 .widget .mejs-container { 1351 1352 margin: 12px 0 18px; 1352 1353 } 1353 1354 1354 1355 .hentry .mejs-mediaelement, 1355 .hentry .mejs-container .mejs-controls { 1356 .widget .mejs-mediaelement, 1357 .hentry .mejs-container .mejs-controls, 1358 .widget .mejs-container .mejs-controls { 1356 1359 background: #000; 1357 1360 } 1358 1361 1359 1362 .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, 1360 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1363 .widget .mejs-controls .mejs-time-rail .mejs-time-loaded, 1364 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, 1365 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1361 1366 background: #fff; 1362 1367 } 1363 1368 1364 .hentry .mejs-controls .mejs-time-rail .mejs-time-current { 1369 .hentry .mejs-controls .mejs-time-rail .mejs-time-current, 1370 .widget .mejs-controls .mejs-time-rail .mejs-time-current { 1365 1371 background: #24890d; 1366 1372 } 1367 1373 1368 1374 .hentry .mejs-controls .mejs-time-rail .mejs-time-total, 1369 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { 1375 .widget .mejs-controls .mejs-time-rail .mejs-time-total, 1376 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 1377 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { 1370 1378 background: rgba(255, 255, 255, .33); 1371 1379 } 1372 1380 1373 .hentry .mejs-container .mejs-controls .mejs-time { 1381 .hentry .mejs-container .mejs-controls .mejs-time, 1382 .widget .mejs-container .mejs-controls .mejs-time { 1374 1383 padding-top: 9px; 1375 1384 } 1376 1385 1377 1386 .hentry .mejs-controls .mejs-time-rail span, 1387 .widget .mejs-controls .mejs-time-rail span, 1378 1388 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 1379 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1389 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 1390 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, 1391 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1380 1392 border-radius: 0; 1381 1393 } 1382 1394 1383 .hentry .mejs-overlay-loading { 1395 .hentry .mejs-overlay-loading, 1396 .widget .mejs-overlay-loading { 1384 1397 background: transparent; 1385 1398 } 1386 1399 1387 .hentry .mejs-overlay-button { 1400 .hentry .mejs-overlay-button, 1401 .widget .mejs-overlay-button { 1388 1402 background-color: #fff; 1389 1403 background-image: none; 1390 1404 border-radius: 2px; … … 1391 1405 box-shadow: 1px 1px 1px rgba(0,0,0,.8); 1392 1406 color: #000; 1393 1407 height: 36px; 1394 margin -left: -24px;1408 margin: -28px 0 0 -24px; /* Keep centered on video (container includes visible controls bar) */ 1395 1409 width: 48px; 1396 1410 } 1397 1411 1398 .hentry .mejs-overlay-button:before { 1412 .hentry .mejs-overlay-button:before, 1413 .widget .mejs-overlay-button:before { 1399 1414 -webkit-font-smoothing: antialiased; 1400 1415 content: '\f452'; 1401 1416 display: inline-block; … … 1405 1420 left: 10px; 1406 1421 } 1407 1422 1408 .hentry .mejs-controls .mejs-button button:focus { 1423 .hentry .mejs-controls .mejs-button button:focus, 1424 .widget .mejs-controls .mejs-button button:focus { 1409 1425 outline: none; 1410 1426 } 1411 1427 1412 .hentry .mejs-controls .mejs-button button { 1428 .hentry .mejs-controls .mejs-button button, 1429 .widget .mejs-controls .mejs-button button { 1413 1430 -webkit-font-smoothing: antialiased; 1414 1431 background: none; 1415 1432 color: #fff; … … 1417 1434 font: normal 16px/1 Genericons; 1418 1435 } 1419 1436 1420 .hentry .mejs-playpause-button.mejs-play button:before { 1437 .hentry .mejs-playpause-button.mejs-play button:before, 1438 .widget .mejs-playpause-button.mejs-play button:before { 1421 1439 content: '\f452'; 1422 1440 } 1423 1441 1424 .hentry .mejs-playpause-button.mejs-pause button:before { 1442 .hentry .mejs-playpause-button.mejs-pause button:before, 1443 .widget .mejs-playpause-button.mejs-pause button:before { 1425 1444 content: '\f448'; 1426 1445 } 1427 1446 1428 .hentry .mejs-volume-button.mejs-mute button:before { 1447 .hentry .mejs-volume-button.mejs-mute button:before, 1448 .widget .mejs-volume-button.mejs-mute button:before { 1429 1449 content: '\f109'; 1430 1450 font-size: 20px; 1431 1451 position: absolute; … … 1433 1453 left: 0; 1434 1454 } 1435 1455 1456 .widget .mejs-volume-button.mejs-unmute button:before, 1436 1457 .hentry .mejs-volume-button.mejs-unmute button:before { 1437 1458 content: '\f109'; 1438 1459 left: 0; … … 1440 1461 top: 0; 1441 1462 } 1442 1463 1443 .hentry .mejs-fullscreen-button button:before { 1464 .hentry .mejs-fullscreen-button button:before, 1465 .widget .mejs-fullscreen-button button:before { 1444 1466 content: '\f474'; 1445 1467 } 1446 1468 1447 .hentry .mejs-fullscreen-button.mejs-unfullscreen button:before { 1469 .hentry .mejs-fullscreen-button.mejs-unfullscreen button:before, 1470 .widget .mejs-fullscreen-button.mejs-unfullscreen button:before { 1448 1471 content: '\f406'; 1449 1472 } 1450 1473 1451 .hentry .mejs-overlay:hover .mejs-overlay-button { 1474 .hentry .mejs-overlay:hover .mejs-overlay-button, 1475 .widget .mejs-overlay:hover .mejs-overlay-button { 1452 1476 background-color: #24890d; 1453 1477 color: #fff; 1454 1478 } 1455 1479 1456 .hentry .mejs-controls .mejs-button button:hover { 1480 .hentry .mejs-controls .mejs-button button:hover, 1481 .widget .mejs-controls .mejs-button button:hover { 1457 1482 color: #41a62a; 1458 1483 } 1459 1484 … … 2526 2551 .widget_nav_menu li, 2527 2552 .widget_pages li, 2528 2553 .widget_recent_comments li, 2529 .widget_recent_entries li { 2554 .widget_recent_entries li, 2555 .widget_text li { 2530 2556 border-top: 1px solid rgba(255, 255, 255, 0.2); 2531 2557 padding: 8px 0 9px; 2532 2558 } … … 2538 2564 .widget_nav_menu li:first-child, 2539 2565 .widget_pages li:first-child, 2540 2566 .widget_recent_comments li:first-child, 2541 .widget_recent_entries li:first-child { 2567 .widget_recent_entries li:first-child, 2568 .widget_text li { 2542 2569 border-top: 0; 2543 2570 } 2544 2571 … … 2551 2578 2552 2579 .widget_categories li li:last-child, 2553 2580 .widget_nav_menu li li:last-child, 2554 .widget_pages li li:last-child { 2581 .widget_pages li li:last-child, 2582 .widget_text li li:last-child { 2555 2583 padding-bottom: 0; 2556 2584 } 2557 2585 … … 2589 2617 margin-bottom: 0; 2590 2618 } 2591 2619 2620 .widget_text ul, 2621 .widget_text ol { 2622 margin: 0 0 12px 10px; 2623 } 2592 2624 2625 .widget_text li > ul, 2626 .widget_text li > ol { 2627 margin-bottom: 0; 2628 } 2629 2630 .widget_text ul { 2631 list-style: disc inside; 2632 } 2633 2634 .widget_text ol { 2635 list-style: decimal inside; 2636 } 2637 2638 2593 2639 /** 2594 2640 * 7.2 Content Sidebar Widgets 2595 2641 * ----------------------------------------------------------------------------- … … 2716 2762 .content-sidebar .widget_recent_entries li, 2717 2763 .content-sidebar .widget_categories li ul, 2718 2764 .content-sidebar .widget_nav_menu li ul, 2719 .content-sidebar .widget_pages li ul { 2765 .content-sidebar .widget_pages li ul, 2766 .content-sidebar .widget_text li ul { 2720 2767 border-color: rgba(0, 0, 0, 0.1); 2721 2768 } 2722 2769 … … 3973 4020 .primary-sidebar .widget_nav_menu li, 3974 4021 .primary-sidebar .widget_pages li, 3975 4022 .primary-sidebar .widget_recent_comments li, 3976 .primary-sidebar .widget_recent_entries li { 4023 .primary-sidebar .widget_recent_entries li, 4024 .primary-sidebar .widget_text li { 3977 4025 border-top: 0; 3978 4026 padding: 0 0 6px; 3979 4027 } … … 3993 4041 .primary-sidebar .widget_nav_menu li:last-child, 3994 4042 .primary-sidebar .widget_pages li:last-child, 3995 4043 .primary-sidebar .widget_recent_comments li:last-child, 3996 .primary-sidebar .widget_recent_entries li:last-child { 4044 .primary-sidebar .widget_recent_entries li:last-child, 4045 .primary-sidebar .widget_text li:last-child { 3997 4046 padding: 0; 3998 4047 } 3999 4048 … … 4002 4051 .footer-sidebar .widget_pages li ul, 4003 4052 .primary-sidebar .widget_categories li ul, 4004 4053 .primary-sidebar .widget_nav_menu li ul, 4005 .primary-sidebar .widget_pages li ul { 4054 .primary-sidebar .widget_pages li ul, 4055 .primary-sidebar .widget_text li ul { 4006 4056 border-top: 0; 4007 4057 margin-top: 6px; 4008 4058 } -
src/wp-content/themes/twentyseventeen/rtl.css
242 242 padding-right: 1.5rem; 243 243 } 244 244 245 .widget_text ul { 246 margin: 0 1.5em 1.5em 0; 247 } 248 249 .widget_text ul li ul { 250 margin: 0 1.5em 0 0; 251 } 252 245 253 /* Footer */ 246 254 247 255 .social-navigation a { -
src/wp-content/themes/twentyseventeen/style.css
2533 2533 margin: 0; 2534 2534 } 2535 2535 2536 .widget ul li { 2536 .widget ul li, 2537 .widget ol li { 2537 2538 border-bottom: 1px solid #ddd; 2538 2539 border-top: 1px solid #ddd; 2539 2540 padding: 0.5em 0; … … 2594 2595 word-wrap: break-word; 2595 2596 } 2596 2597 2598 .widget_text ul { 2599 list-style: disc; 2600 margin: 0 0 1.5em 1.5em; 2601 } 2602 2603 .widget_text ol { 2604 list-style: decimal; 2605 } 2606 2607 .widget_text ul li, 2608 .widget_text ol li { 2609 border: none; 2610 } 2611 2612 .widget_text ul li:last-child, 2613 .widget_text ol li:last-child { 2614 padding-bottom: 0; 2615 } 2616 2617 .widget_text ul li ul { 2618 margin: 0 0 0 1.5em; 2619 } 2620 2621 .widget_text ul li li { 2622 padding-left: 0; 2623 padding-right: 0; 2624 } 2625 2626 .widget_text ol li { 2627 list-style-position: inside; 2628 } 2629 2630 .widget_text ol li + li { 2631 margin-top: -1px; 2632 } 2633 2597 2634 /* RSS Widget */ 2598 2635 2599 2636 .widget_rss .widget-title .rsswidget:first-child { -
src/wp-content/themes/twentyten/rtl.css
265 265 margin-right: 1.3em; 266 266 margin-left: 0; 267 267 } 268 .widget_text ol { 269 margin-left: auto; 270 margin-right: 1.3em; 271 } 268 272 269 273 /* =Footer 270 274 -------------------------------------------------------------- */ -
src/wp-content/themes/twentyten/style.css
1222 1222 width: 11px; 1223 1223 height: 11px; 1224 1224 } 1225 .widget_text ul, 1226 .widget_text ol { 1227 margin-bottom: 1.5em; 1228 } 1229 .widget_text ol { 1230 margin-left: 1.3em; 1231 } 1232 .widget_text ul ul, 1233 .widget_text ol ol, 1234 .widget_text ul ol, 1235 .widget_text ol ul { 1236 margin-bottom: 0; 1237 } 1238 .widget_media_video video { 1239 max-width: 100%; 1240 } 1225 1241 1226 1242 /* Main sidebars */ 1227 1243 #main .widget-area ul { -
src/wp-content/themes/twentythirteen/rtl.css
535 535 margin-right: 20px; 536 536 } 537 537 538 .widget_text ul, 539 .widget_text ol { 540 padding-left: auto; 541 padding-right: 20px; 542 } 543 538 544 /** 539 545 * 7.0 Footer 540 546 * ---------------------------------------------------------------------------- -
src/wp-content/themes/twentythirteen/style.css
1228 1228 1229 1229 /* Mediaelements */ 1230 1230 .hentry .mejs-mediaelement, 1231 .hentry .mejs-container .mejs-controls { 1231 .widget .mejs-mediaelement, 1232 .hentry .mejs-container .mejs-controls, 1233 .widget .mejs-container .mejs-controls { 1232 1234 background: #220e10; 1233 1235 } 1234 1236 1235 1237 .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, 1236 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1238 .widget .mejs-controls .mejs-time-rail .mejs-time-loaded, 1239 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, 1240 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1237 1241 background: #fff; 1238 1242 } 1239 1243 1240 .hentry .mejs-controls .mejs-time-rail .mejs-time-current { 1244 .hentry .mejs-controls .mejs-time-rail .mejs-time-current, 1245 .widget .mejs-controls .mejs-time-rail .mejs-time-current { 1241 1246 background: #ea9629; 1242 1247 } 1243 1248 1244 1249 .hentry .mejs-controls .mejs-time-rail .mejs-time-total, 1245 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { 1250 .widget .mejs-controls .mejs-time-rail .mejs-time-total, 1251 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 1252 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { 1246 1253 background: #595959; 1247 1254 } 1248 1255 1249 1256 .hentry .mejs-controls .mejs-time-rail span, 1257 .widget .mejs-controls .mejs-time-rail span, 1250 1258 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 1251 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1259 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 1260 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, 1261 .widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1252 1262 border-radius: 0; 1253 1263 } 1254 1264 … … 2551 2561 background-color: transparent; 2552 2562 } 2553 2563 2564 /* Text widget */ 2554 2565 2566 .widget_text ul, 2567 .widget_text ol { 2568 padding-left: 20px; 2569 margin-bottom: 16px; 2570 } 2571 2572 .widget_text li:last-child { 2573 padding-bottom: 0; 2574 } 2575 2576 .widget_text li > ul, 2577 .widget_text li > ol { 2578 margin-bottom: 0; 2579 } 2580 2581 .widget_text ul { 2582 list-style: square; 2583 } 2584 2585 .widget_text ol { 2586 list-style: decimal; 2587 } 2588 2555 2589 /** 2556 2590 * 7.0 Footer 2557 2591 * ---------------------------------------------------------------------------- -
src/wp-content/themes/twentytwelve/style.css
642 642 margin-bottom: 24px; 643 643 margin-bottom: 1.714285714rem; 644 644 } 645 .widget-area .textwidget ul { 645 .widget-area .textwidget ul, 646 .widget-area .textwidget ol { 646 647 list-style: disc outside; 647 648 margin: 0 0 24px; 648 649 margin: 0 0 1.714285714rem; 649 650 } 651 .widget-area .textwidget li > ul, 652 .widget-area .textwidget li > ol { 653 margin-bottom: 0; 654 } 655 .widget-area .textwidget ol { 656 list-style: decimal; 657 } 650 658 .widget-area .textwidget li { 651 659 margin-left: 36px; 652 660 margin-left: 2.571428571rem; … … 1443 1451 text-align: right; 1444 1452 } 1445 1453 1446 1447 1454 /* =Plugins 1448 1455 ----------------------------------------------- */ 1449 1456 -
src/wp-includes/widgets/class-wp-widget-media-image.php
189 189 if ( 'custom' === $size || ! in_array( $size, array_merge( get_intermediate_image_sizes(), array( 'full' ) ), true ) ) { 190 190 $size = array( $instance['width'], $instance['height'] ); 191 191 } 192 $image_attributes['class'] .= sprintf( ' attachment-%1$s size-%1$s', is_array( $size ) ? join( 'x', $size ) : $size ); 192 193 193 194 $image = wp_get_attachment_image( $attachment->ID, $size, false, $image_attributes ); 194 195