player/css/styles.css
changeset 7 d708a1da0ea2
parent 6 eddf4d5db875
child 8 e8faf97d2a40
equal deleted inserted replaced
6:eddf4d5db875 7:d708a1da0ea2
   373     color: #000000;
   373     color: #000000;
   374 }
   374 }
   375 
   375 
   376 /* Audio annotation */
   376 /* Audio annotation */
   377 
   377 
   378 .audio-description {
   378 .audio-annotation .media-description {
   379     font-family: Georgia, 'Times New Roman', serif;
   379     font-family: Georgia, 'Times New Roman', serif;
   380     margin: 35px 45px; font-size: 15px;
   380     margin: 35px 45px; font-size: 15px;
   381 }
   381 }
   382 
   382 
   383 .audio-frame {
   383 .audio-annotation .media-frame {
   384     margin: 0 45px;
   384     margin: 0 45px;
   385 }
   385 }
   386 
   386 
   387 .audio-description p {
   387 .audio-annotation p {
   388     margin-bottom: 10px;
   388     margin-bottom: 10px;
   389 }
   389 }
   390 
   390 
   391 /* Slideshow annotation */
   391 /* Slideshow annotation */
   392 
   392 
   402 
   402 
   403 .slideshow-frame {
   403 .slideshow-frame {
   404     float: left;
   404     float: left;
   405 }
   405 }
   406 
   406 
   407 .video-frame {
   407 .video-annotation .media-frame {
   408     float: left; width: 650px;
   408     float: left; width: 650px; max-height: 487px;
       
   409 }
       
   410 
       
   411 .video-annotation video {
       
   412     width: 650px; max-height: 487px;
   409 }
   413 }
   410 
   414 
   411 .slideshow-image {
   415 .slideshow-image {
   412     max-width: 650px; max-height: 452px; margin: 0 auto; display: block;
   416     max-width: 650px; max-height: 452px; margin: 0 auto; display: block;
   413 }
   417 }
   452 
   456 
   453 .slideshow-description {
   457 .slideshow-description {
   454     max-height: 452px; overflow: auto;
   458     max-height: 452px; overflow: auto;
   455 }
   459 }
   456 
   460 
   457 .video-description {
   461 .video-annotation .media-description {
   458     max-height: 487px; overflow: auto;
   462     max-height: 487px; overflow: auto;
   459 }
   463 }
   460 
   464 
   461 .slideshow-center:after,
   465 .slideshow-center:after,
   462 .video-center:after {
   466 .video-center:after {