Make WordPress Core

Ticket #27462: 27462.fourteen.audiovideo.diff

File 27462.fourteen.audiovideo.diff, 1.6 KB (added by celloexpressions, 12 years ago)

Styles for audio & video in Twenty Fourteen

  • wp-content/themes/twentyfourteen/css/editor-style.css

     
    1414 * 5.0 - Alignment
    1515 * 6.0 - Tables
    1616 * 7.0 - Images
    17  * 8.0 - RTL
     17 * 8.0 - Galleries
     18 * 9.0 - Audio/Video
     19 * 10.0 - RTL
    1820 * ----------------------------------------------------------------------------
    1921 */
    2022
     
    423425
    424426
    425427/**
    426  * 8.0 RTL
     428 * 9.0 Audio/Video
    427429 * ----------------------------------------------------------------------------
    428430 */
    429431
     432.mejs-mediaelement,
     433.mejs-container .mejs-controls {
     434        background: #000;
     435}
     436
     437.mejs-controls .mejs-time-rail .mejs-time-loaded,
     438.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
     439        background: #fff;
     440}
     441
     442.mejs-controls .mejs-time-rail .mejs-time-current {
     443        background: #24890d;
     444}
     445
     446.mejs-controls .mejs-time-rail .mejs-time-total,
     447.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
     448        background: rgba(255,255,255,.33);
     449}
     450
     451.mejs-controls .mejs-time-rail span,
     452.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
     453.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
     454        border-radius: 0;
     455}
     456
     457.mejs-overlay-loading {
     458        background: transparent;
     459}
     460
     461
     462/**
     463 * 10.0 RTL
     464 * ----------------------------------------------------------------------------
     465 */
     466
    430467html .mceContentBody.rtl {
    431468        direction: rtl;
    432469        unicode-bidi: embed;