Changeset 25260
- Timestamp:
- 09/05/2013 05:51:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/style.css
r25259 r25260 1615 1615 } 1616 1616 1617 /* Mediaelements */ 1618 .hentry .mejs-container { 1619 margin: .5em 0; 1620 } 1621 1622 .hentry .mejs-mediaelement, 1623 .hentry .mejs-container .mejs-controls { 1624 background: #000; 1625 } 1626 1627 .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, 1628 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1629 background: #fff; 1630 } 1631 1632 .hentry .mejs-controls .mejs-time-rail .mejs-time-current { 1633 background: #24890d; 1634 } 1635 1636 .hentry .mejs-controls .mejs-time-rail .mejs-time-total, 1637 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { 1638 background: #595959; 1639 } 1640 1641 .hentry .mejs-controls .mejs-time-rail span, 1642 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, 1643 .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { 1644 border-radius: 0; 1645 } 1646 1647 .hentry .mejs-overlay-loading { 1648 background: transparent 1649 } 1650 1617 1651 /* Make sure embeds and iframes fit their containers */ 1618 1652 embed,
Note: See TracChangeset
for help on using the changeset viewer.