Make WordPress Core

Ticket #27462: 27462.thirteen.audiovideo.diff

File 27462.thirteen.audiovideo.diff, 1.7 KB (added by celloexpressions, 12 years ago)

Audio/video styling for Twenty Thirteen

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

     
    1414 * 5.0 - Alignment
    1515 * 6.0 - Tables
    1616 * 7.0 - Images
    17  * 8.0 - Post Formats
    18  * 9.0 - RTL
     17 * 8.0 - Galleries
     18 * 9.0 - Audio/Video
     19 * 10.0 - Post Formats
     20 * 11.0 - RTL
    1921 * ----------------------------------------------------------------------------
    2022 */
    2123
     
    372374
    373375
    374376/**
    375  * 8.0 Post Formats
     377 * 9.0 Audio/Video
    376378 * ----------------------------------------------------------------------------
    377379 */
     380.mejs-mediaelement,
     381.mejs-container .mejs-controls {
     382        background: #220e10;
     383}
    378384
     385.mejs-controls .mejs-time-rail .mejs-time-loaded,
     386.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
     387        background: #fff;
     388}
     389
     390.mejs-controls .mejs-time-rail .mejs-time-current {
     391        background: #ea9629;
     392}
     393
     394.mejs-controls .mejs-time-rail .mejs-time-total,
     395.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
     396        background: #595959;
     397}
     398
     399.mejs-controls .mejs-time-rail span,
     400.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
     401.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
     402        border-radius: 0;
     403}
     404
     405
     406/**
     407 * 10.0 Post Formats
     408 * ----------------------------------------------------------------------------
     409 */
     410
    379411/* Aside */
    380412.post-format-aside {
    381413        background-color: #f7f5e7;
     
    541573
    542574
    543575/**
    544  * 9.0 RTL
     576 * 11.0 RTL
    545577 * ----------------------------------------------------------------------------
    546578 */
    547579