Commit 010f8178 by Kyle Fiedler

added styles for speeds in video player

parent 565bf5a6
...@@ -117,7 +117,7 @@ input, select { ...@@ -117,7 +117,7 @@ input, select {
font-weight: 800; font-weight: 800;
font-style: italic; } font-style: italic; }
.clearfix:after, .topbar:after, nav.sequence-nav:after, div.book-wrapper section.book nav:after, div.wiki-wrapper section.wiki-body header:after, html body section.main-content:after, div.header-wrapper header:after, div.header-wrapper header hgroup:after, div.header-wrapper header nav ul:after, footer:after, div.leanModal_box#enroll ol:after, div.course-wrapper section.course-content .problem-set:after, div.course-wrapper section.course-content section.problems-wrapper:after, div.course-wrapper section.course-content div#seq_content:after, div.course-wrapper section.course-content ol.vert-mod > li:after, section.course-content div.video-subtitles div.video-wrapper section.video-controls:after, section.course-content div.video-subtitles div.video-wrapper section.video-controls div#slider:after, div#graph-container:after, div#schematic-container:after, div.book-wrapper section.book nav ul:after, div.info-wrapper section.updates ol li:after, div.info-wrapper section.handouts ol li:after, div.profile-wrapper section.course-info > ol > li:after, div#wiki_panel div#wiki_create_form:after { .clearfix:after, .topbar:after, nav.sequence-nav:after, div.book-wrapper section.book nav:after, div.wiki-wrapper section.wiki-body header:after, html body section.main-content:after, div.header-wrapper header:after, div.header-wrapper header hgroup:after, div.header-wrapper header nav ul:after, footer:after, div.leanModal_box#enroll ol:after, div.course-wrapper section.course-content .problem-set:after, div.course-wrapper section.course-content section.problems-wrapper:after, div.course-wrapper section.course-content div#seq_content:after, div.course-wrapper section.course-content ol.vert-mod > li:after, section.course-content div.video-subtitles div.video-wrapper section.video-controls:after, section.course-content div.video-subtitles div.video-wrapper section.video-controls div#slider:after, section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds ol#video_speeds:after, div#graph-container:after, div#schematic-container:after, div.book-wrapper section.book nav ul:after, div.info-wrapper section.updates ol li:after, div.info-wrapper section.handouts ol li:after, div.profile-wrapper section.course-info > ol > li:after, div#wiki_panel div#wiki_create_form:after {
content: "."; content: ".";
display: block; display: block;
height: 0; height: 0;
...@@ -2595,6 +2595,7 @@ section.course-content div.video-subtitles div.video-wrapper div.video-player if ...@@ -2595,6 +2595,7 @@ section.course-content div.video-subtitles div.video-wrapper div.video-player if
height: 100%; } height: 100%; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls { section.course-content div.video-subtitles div.video-wrapper section.video-controls {
background: #333; background: #333;
position: relative;
border: 1px solid #000; border: 1px solid #000;
color: #ccc; } color: #ccc; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls div#slider { section.course-content div.video-subtitles div.video-wrapper section.video-controls div#slider {
...@@ -2668,27 +2669,28 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr ...@@ -2668,27 +2669,28 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls { section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls {
float: right; } float: right; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds { section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds {
border-right: 1px solid #000;
border-left: 1px solid #000;
-webkit-box-shadow: 1px 0 0 #555555, inset 1px 0 0 #555555;
-moz-box-shadow: 1px 0 0 #555555, inset 1px 0 0 #555555;
-ms-box-shadow: 1px 0 0 #555555, inset 1px 0 0 #555555;
-o-box-shadow: 1px 0 0 #555555, inset 1px 0 0 #555555;
box-shadow: 1px 0 0 #555555, inset 1px 0 0 #555555;
float: left; float: left;
line-height: 46px; line-height: 46px;
padding-right: 22.652px;
margin-right: 0; margin-right: 0;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased; }
-webkit-box-shadow: 1px 0 0 #555555; section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds h3 a, section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds div#wiki_panel input[type="button"] a, div#wiki_panel section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds input[type="button"] a {
-moz-box-shadow: 1px 0 0 #555555; color: #fff;
-ms-box-shadow: 1px 0 0 #555555; display: block;
-o-box-shadow: 1px 0 0 #555555; padding: 0 11.326px; }
box-shadow: 1px 0 0 #555555; section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds h3 a:hover, section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds div#wiki_panel input[type="button"] a:hover, div#wiki_panel section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds input[type="button"] a:hover {
border-right: 1px solid #000; } text-decoration: none;
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds div#video_speeds { background-color: #444; }
display: -moz-inline-box; section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds ol#video_speeds {
-moz-box-orient: vertical; background: #333;
display: inline-block; border: 1px solid #000;
vertical-align: baseline; font-weight: bold;
zoom: 1;
*display: inline;
*vertical-align: auto;
font-weight: bold; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds div#video_speeds span {
display: -moz-inline-box; display: -moz-inline-box;
-moz-box-orient: vertical; -moz-box-orient: vertical;
display: inline-block; display: inline-block;
...@@ -2696,9 +2698,22 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr ...@@ -2696,9 +2698,22 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr
zoom: 1; zoom: 1;
*display: inline; *display: inline;
*vertical-align: auto; *vertical-align: auto;
padding: 0 22.652px;
position: absolute;
right: 79px;
-webkit-box-shadow: inset 0 1px 0 #555555;
-moz-box-shadow: inset 0 1px 0 #555555;
-ms-box-shadow: inset 0 1px 0 #555555;
-o-box-shadow: inset 0 1px 0 #555555;
box-shadow: inset 0 1px 0 #555555; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds ol#video_speeds li {
cursor: pointer; cursor: pointer;
margin-bottom: 0; } float: left;
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds div#video_speeds span:hover { margin-bottom: 0;
margin-right: 11.326px; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds ol#video_speeds li:last-child {
margin-right: 0; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls div.speeds ol#video_speeds li:hover {
color: #993333; } color: #993333; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls a.hide-subtitles { section.course-content div.video-subtitles div.video-wrapper section.video-controls div.secondary-controls a.hide-subtitles {
float: left; float: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment