| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .ms-gallery-template .ms-gallery-botcont {
- height: 55px;
- background: black;
- color: white;
- font-weight: 300;
- font-family: "Open Sans", sans-serif;
- font-size: 18px;
- position: relative;
- }
- .ms-gallery-template .ms-gal-playbtn {
- width: 55px;
- height: 100%;
- float: left;
- cursor: pointer;
- background: url(btns.png) no-repeat 6px 6px;
- }
- .ms-gallery-template .ms-gal-playbtn.btn-pause {
- background: url(btns.png) no-repeat -55px 7px;
- }
-
- .ms-gallery-template .ms-gal-thumbtoggle {
- position: absolute;
- right: 0;
- z-index: 10;
- width: 55px;
- height: 100%;
- cursor: pointer;
- background: url(btns.png) no-repeat -53px -41px;
- }
- .ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
- background: url(btns.png) no-repeat 4px -41px;
- }
-
- .ms-gallery-template .ms-slide-num {
- float: left;
- padding: 17px 9px;
- color: #727272;
- }
- .ms-gallery-template .ms-slide-info {
- padding: 14px 8px;
- position: relative;
- float: left;
- width: auto;
- }
-
- .ms-gallery-template .ms-bullets.ms-dir-h .ms-bullets-count{
- right: 0;
- }
-
- .ms-gallery-template .ms-bullets.ms-dir-h {
- position: absolute;
- bottom: 18px;
- right: 55px;
- width: 100px;
- }
-
- .ms-gallery-template .ms-bullet {
- width: 8px;
- height: 8px;
- background: #1e1e1e;
- margin: 4px;
- border-radius: 15px;
- }
-
- .ms-gallery-template .ms-bullet-selected {
- background-color: white;
- }
-
- .ms-gallery-template .ms-timerbar {
- width: 100%;
- top: -4px;
- height: 4px;
- position: absolute;
- background: rgba(0, 0, 0, 0.32);
- }
-
- .ms-gallery-template .ms-time-bar {
- height: 4px;
- background: rgba(255, 255, 255, 0.7);
- }
-
- .ms-gallery-template .ms-thumb-list.ms-dir-h {
- width: 100%;
- background: black;
- background: rgba(0, 0, 0, 0.95);
- padding-top: 1px;
- }
-
- .ms-gallery-template .ms-thumb-frame {
- cursor: pointer;
- float: left;
- width: 175px;
- overflow: hidden;
- opacity: 0.5;
- -webkit-transition: opacity 400ms;
- -moz-transition: opacity 400ms;
- -ms-transition: opacity 400ms;
- -o-transition: opacity 400ms;
- transition: opacity 400ms;
- }
-
- .ms-gallery-template .ms-thumb-frame-selected {
- opacity: 1;
- }
-
- .ms-gallery-template .ms-gal-thumbcont {
- overflow: hidden;
- width: 100%;
- height: 115px;
- position: absolute;
- top: -115px;
- left: 0;
- -webkit-transition: all 300ms ease-out;
- -moz-transition: all 300ms ease-out;
- -ms-transition: all 300ms ease-out;
- -o-transition: all 300ms ease-out;
- transition: all 300ms ease-out;
- }
-
- .ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
- height: 0;
- top: 0;
- }
-
- @media (max-width: 570px) {
- .ms-gallery-template .ms-slide-info {
- display: none;
- }
- }
-
- /* Layers */
- .ms-layer.video-title {
- font-family: "Open Sans",sans-serif;
- color: white;
- font-weight: 600;
- font-size: 42px;
- margin:0px;
- letter-spacing:0px;
- }
-
- .ms-layer.video-title.video-top-title {
- font-size: 16px;
- color: gray;
- }
-
- .ms-layer.video-title.video-sub-title {
- font-size: 22px;
- font-weight: 300;
- }
-
|