video-template-3
This commit is contained in:
119
code/public/template/videoboku/css/mytheme-color.css
Normal file
119
code/public/template/videoboku/css/mytheme-color.css
Normal file
@@ -0,0 +1,119 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* style */
|
||||
.myui-panel,.myui-panel-box{ padding: 0;}
|
||||
.myui-panel_hd{ padding: 10px;}
|
||||
.myui-panel-box.active{ margin: -10px;}
|
||||
|
||||
/* all */
|
||||
body{ background: #f8f8f8; color: #666;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #333;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: blue;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #eee;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #eee;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #eee;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav-tabs > li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs > li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs > li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
.nav-btn > li a{ background-color: #f5f5f5;}
|
||||
.nav-btn > li.active a{ background-color: #ff9900; color: #fff;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg,.myui-panel-bg2{background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.05);}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #f5f5f5;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate > li > a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ background-color: #f8f8f8;}
|
||||
120
code/public/template/videoboku/css/mytheme-color1.css
Normal file
120
code/public/template/videoboku/css/mytheme-color1.css
Normal file
@@ -0,0 +1,120 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* style */
|
||||
.myui-panel,.myui-panel-box{ padding: 0;}
|
||||
.myui-panel.active,.myui-panel_hd{ padding: 10px;}
|
||||
.myui-panel-box.active{ margin: 0;}
|
||||
|
||||
/* all */
|
||||
body{ background: #292838; color: #999;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #ddd;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: #fff;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #383737;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #383737;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #383737;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav-tabs > li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs > li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs > li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
.nav-btn > li a{ background-color: #f5f5f5;}
|
||||
.nav-btn > li.active a{ background-color: #ff9900; color: #fff;}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #22212f;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate > li > a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #22212f; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg{background-color: #292838;}
|
||||
.myui-panel-bg2{background-color: #22212f;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ background-color: #292838;}
|
||||
117
code/public/template/videoboku/css/mytheme-color2.css
Normal file
117
code/public/template/videoboku/css/mytheme-color2.css
Normal file
@@ -0,0 +1,117 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* all */
|
||||
body{ background: #292838; color: #999;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #ddd;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: blue;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #383737;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #383737;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #383737;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ padding: 10px; border-radius: 4px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg{background-color: #292838;}
|
||||
.myui-panel-bg2{background-color: #22212f;}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #22212f;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* playlist */
|
||||
.myui-content__list::-webkit-scrollbar,.myui-playdown__list::-webkit-scrollbar{ width: 4px; background-color: #f5f5f5;}
|
||||
.myui-content__list::-webkit-scrollbar-thumb,.myui-playdown__list::-webkit-scrollbar-thumb{background-color: #ccc;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate li a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #22212f; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ border-top: 2px solid #ff9900; background-color: #292838;}
|
||||
120
code/public/template/videoboku/css/mytheme-color3.css
Normal file
120
code/public/template/videoboku/css/mytheme-color3.css
Normal file
@@ -0,0 +1,120 @@
|
||||
@charset "utf-8";
|
||||
/*!
|
||||
/* style */
|
||||
.myui-panel,.myui-panel-box{ padding: 0;}
|
||||
.myui-panel_hd{ padding: 10px;}
|
||||
.myui-panel-box.active{ margin: -10px;}
|
||||
|
||||
/* all */
|
||||
body{ background: #343434; color: #999;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #ddd;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: #fff;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #383737;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #383737;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #383737;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav-tabs > li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs > li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs > li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
.nav-btn > li a{ background-color: #f5f5f5;}
|
||||
.nav-btn > li.active a{ background-color: #ff9900; color: #fff;}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #22212f;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate > li > a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #22212f; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg{background-color: #2B2A2A;}
|
||||
.myui-panel-bg2{background-color: #22212f;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ background-color: #292838;}
|
||||
4
code/public/template/videoboku/css/mytheme-font.css
Normal file
4
code/public/template/videoboku/css/mytheme-font.css
Normal file
File diff suppressed because one or more lines are too long
3
code/public/template/videoboku/css/mytheme-share.css
Normal file
3
code/public/template/videoboku/css/mytheme-share.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@charset "utf-8";
|
||||
|
||||
|
||||
840
code/public/template/videoboku/css/mytheme-site-back.css
Normal file
840
code/public/template/videoboku/css/mytheme-site-back.css
Normal file
@@ -0,0 +1,840 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* header */
|
||||
.myui-header__top{ top:0; z-index:999; width:100%; min-height:60px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
.top-fixed-down{margin-top:-60px;}
|
||||
|
||||
/* header-logo */
|
||||
.myui-header__logo,.myui-header__menu,.myui-header__search{float:left;}
|
||||
.myui-header__logo img{ max-width: 180px;}
|
||||
.myui-header__logo .logo{ line-height: 60px;color: #ff9900;font-size: 16px;font-weight: 700;}
|
||||
|
||||
|
||||
/* header-seacrh */
|
||||
.myui-header__search{position: relative; width: 260px; margin-left: 50px; margin-top: 12px;}
|
||||
.myui-header__search .form-control{ padding-right: 30px; border-radius: 18px; background-color: #f5f5f5; border: 0;}
|
||||
.myui-header__search .submit{ display:block; position:absolute; top: 0; right: 15px; height:32px; line-height:30px; text-align:center; background: none; border: 0; font-size: 12px; cursor: pointer; color: #999;}
|
||||
.myui-header__search .dropdown-box{ margin-left: -130px;}
|
||||
.myui-header__search .dropdown-box .item{ width: 260px; padding: 20px;}
|
||||
.myui-header__search.search-box:hover .search-dropdown-hot{ display: block;}
|
||||
.myui-header__search .search-select{ position: absolute; top: 8px; left: 15px; padding-right: 8px; background: none; box-shadow: none; color: #666; border-right: 1px solid #ddd;}
|
||||
.myui-header__search .search-select .dropdown-box{ margin-left: -40px; z-index: 101;}
|
||||
.myui-header__search .search-select .dropdown-box .item{ width: 80px; padding: 10px;}
|
||||
.myui-header__search .search-select .dropdown-box .item li{ text-align: center; padding: 2px 0;}
|
||||
|
||||
/* header-menu */
|
||||
.myui-header__menu{position:relative;}
|
||||
.myui-header__menu > li{ position: relative; float: left; margin-left: 35px;}
|
||||
.myui-header__menu > li > a{ font-size: 16px; line-height: 60px; color: #333;}
|
||||
.myui-header__menu > li.active > a{ color: #ff9900;}
|
||||
.myui-header__menu > li .dropdown-box{ margin-left: -250px; padding-top: 0;}
|
||||
.myui-header__menu > li .dropdown-box .item{ width: 500px;}
|
||||
.myui-header__menu > li .dropdown-box .item li{ padding: 6px;}
|
||||
|
||||
/* header-user */
|
||||
.myui-header__user{float:right;}
|
||||
.myui-header__user > li{ float:left; position: relative; padding: 18px 0 10px; margin-left: 30px;}
|
||||
.myui-header__user > li > a,.myui-header__user > li > a .fa{ display: inline-block; font-size: 24px; line-height: 24px; color: #333;}
|
||||
.myui-header__user > li .dropdown-box{ right: 0; margin-left: 0; margin-right: -50px; padding-top: 10px;}
|
||||
.myui-header__user > li .dropdown-box .item{ width: 260px; padding: 20px;}
|
||||
.myui-header__user > li.menu .dropdown-box{ right: 0; margin-left: 0; margin-right: -50px; padding-top: 10px;}
|
||||
.myui-header__user > li.menu .dropdown-box .item{ width: 120px; padding: 10px;}
|
||||
.myui-header__user > li.menu .dropdown-box .item li{ padding: 5px 0; text-align: center;}
|
||||
|
||||
/* content */
|
||||
.myui-content__thumb{ float: left;}
|
||||
.myui-content__thumb .myui-vodlist__thumb{ width: 220px;}
|
||||
.myui-content__thumb.active .myui-vodlist__thumb{ width: 150px;}
|
||||
.myui-content__detail,.myui-content__operate{ float: left; width: calc(100% - 220px); padding-left: 20px;}
|
||||
.myui-content__detail.active{ width: calc(100% - 150px);}
|
||||
.myui-content__detail .title{ margin:10px 0 10px; font-size: 24px; line-height:30px}
|
||||
.myui-content__detail .title .score{ display: inline-block; margin-left: 10px; font-family: Georgia,"Times New Roman",Times,serif;}
|
||||
.myui-content__detail .data{ margin-bottom:10px; line-height: 20px; word-wrap: break-word; white-space: normal; word-break: break-all;}
|
||||
.myui-content__detail .score{ margin-bottom: 20px;}
|
||||
.myui-content__detail .score .rating{ display: inline-block; position: relative; top: 5px;}
|
||||
.myui-content__detail .score .rating li{ cursor:pointer; display: inline-block; margin-right: 5px;}
|
||||
.myui-content__detail .score .rating li .fa{ font-size: 24px;}
|
||||
.myui-content__detail .score .branch{ display: inline-block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 24px; line-height: 24px;}
|
||||
.myui-content__operate{ float: left; margin-top: 20px}
|
||||
.myui-content__operate .btn{ margin-left: 10px; margin-bottom: 10px;}
|
||||
.myui-content__operate .btn:first-child{ margin-left: 0;}
|
||||
.myui-content__operate .share{ margin-top:5px}
|
||||
.myui-content__tag a{ display: inline-block; line-height: 20px; padding: 2px 10px; margin-left: 5px; border: 1px solid rgba(0,0,0,.1); font-size: 12px; border-radius: 15px;}
|
||||
|
||||
/* player */
|
||||
.myui-player{ margin-bottom: 50px; padding-bottom: 15px; padding-top: 50px;}
|
||||
.myui-player__item{ position: relative;}
|
||||
.myui-player__item .fixed{ position: fixed; z-index: 998; right: 0; bottom: 0; padding: 10px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
.myui-player__item .tips{ position: relative; height: 40px; line-height: 40px; overflow: hidden; padding: 0 20px; color: #fff;}
|
||||
.myui-player__item .is-btn{ position: absolute; z-index: 99; top: 50%; right: -12px; margin-top: -30px; display: block; width: 12px; text-align: center; height: 60px; line-height: 60px; font-size: 10px; border-radius: 0 4px 4px 0; background-color: #404040; color: #999;}
|
||||
.myui-player__item .player-fixed-off{display: none; position: absolute; top: -10px; left: -10px; width: 20px; height: 20px; text-align: center; line-height: 20px; background-color: #fff; border-radius: 50%; color: #333; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
.myui-player__data{ padding: 20px 0 10px;}
|
||||
.myui-player__data .title{ font-size: 24px;}
|
||||
.myui-player__operate{ padding: 20px 10px; display: -webkit-box; display: -webkit-flex; display: flex;}
|
||||
.myui-player__operate li{ display: block; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
|
||||
.myui-player__operate li.playshare .dropdown-box{ margin-left: -130px;}
|
||||
.myui-player__detail .title{margin:0 0 10px}
|
||||
.myui-player__detail .detail-content{padding-top:10px}
|
||||
.myui-player__detail .desc{padding-left:42px}
|
||||
.myui-player__detail .desc .left{margin-left:-42px}
|
||||
#player-sidebar::-webkit-scrollbar{ width: 4px; background-color: #1c1b1e;}
|
||||
#player-sidebar::-webkit-scrollbar-thumb{background-color: #434145;}
|
||||
.myui-player__notice{ position: absolute; top: 50%; left: 0; width: 100%; margin-top: -65px;}
|
||||
.myui-player__notice h3,.myui-player__notice h5,.myui-player__notice p{ color: #fff;}
|
||||
.myui-player-links{ position: relative; top: 15px; right: 10px;}
|
||||
.myui-player-links .btn{ position: absolute; top: 0; right: -5px; border-radius: 0 5px 5px 0;}
|
||||
|
||||
/* news */
|
||||
.myui-newslist li{ padding: 30px 0;}
|
||||
.myui-newslist li .title{ margin: 0; font-size: 22px; line-height: 30px; font-weight: 600;}
|
||||
.myui-newslist li .desc{ text-indent: 2em; margin: 0; padding: 20px 0; line-height: 25px;}
|
||||
.myui-newslist__text li .title{ margin: 0; font-size: 15px;}
|
||||
.myui-art__nav li{ padding: 6px 0;}
|
||||
.myui-art__nav li.active a{ font-weight: bold; color: #ff9900;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ padding: 20px 0;}
|
||||
.myui-foot p{ line-height: 25px;}
|
||||
|
||||
@media (max-width:1400px){
|
||||
|
||||
/* header */
|
||||
.myui-header__top{ padding: 0 20px;}
|
||||
.myui-header__search{ width: 200px; margin-left: 20px;}
|
||||
.myui-header__menu > li{ margin-left: 20px;}
|
||||
.myui-header__user > li{ margin-left: 20px;}
|
||||
.myui-header__menu > li:hover .head-dropdown,.myui-header__user > li:hover .head-dropdown{ display: none;}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width:1024px){
|
||||
.myui-content__thumb .myui-vodlist__thumb{ width: 200px;}
|
||||
.myui-content__detail{ float: left; width: calc(100% - 200px);}
|
||||
}
|
||||
|
||||
@media (max-width:767px){
|
||||
|
||||
.myui-panel-bg,.myui-vodlist__bg,.myui-vodlist__bg:hover{box-shadow: none;}
|
||||
.myui-panel__head .title, .myui-panel__head .title a{ font-size: 18px;}
|
||||
|
||||
/* header */
|
||||
.myui-header__top{ padding: 0 10px;}
|
||||
.myui-header__search{ position:absolute; top: -100%; left: 10px; right: 10px; margin-left: 0; width: auto; padding-right: 30px;}
|
||||
.myui-header__search .form-control{ height: 32px; padding: 0 10px; border-radius: 16px;}
|
||||
.myui-header__search .submit{ right: 30px; width:32px;height:32px;line-height:30px;}
|
||||
.myui-header__search .search-close{ position: absolute; top: 6px; right: 0;}
|
||||
.myui-header__menu > li .dropdown-box{ margin-left: -100px; padding-top: 0;}
|
||||
.myui-header__menu > li .dropdown-box .item{ width: 300px;}
|
||||
.myui-header__user > li{ margin-left: 15px; padding: 15px 0 10px;}
|
||||
.myui-header__user > li > a .fa{ font-size: 20px; line-height: 20px;}
|
||||
.myui-header__user > li.menu .dropdown-box{ margin-right: 0;}
|
||||
|
||||
/* content */
|
||||
.myui-content__thumb .myui-vodlist__thumb{ width: 120px;}
|
||||
.myui-content__thumb.active .myui-vodlist__thumb{ width: 120px;}
|
||||
.myui-content__detail{ float: left; width: calc(100% - 120px);}
|
||||
.myui-content__detail.active{ width: calc(100% - 120px);}
|
||||
.myui-content__detail .title{ margin: 5px 0 8px; font-size: 18px; line-height: 24px}
|
||||
.myui-content__detail .data{ margin:0 0 10px; font-size:12px; line-height: 18px; word-wrap: break-word; white-space: normal;}
|
||||
.myui-content__detail .score { margin-bottom: 5px;}
|
||||
.myui-content__detail .score .branch{ font-size: 16px;}
|
||||
.myui-content__detail .score .rating{ top: 0;}
|
||||
.myui-content__detail .score .rating li{ margin: 0;}
|
||||
.myui-content__detail .score .rating li .fa{ font-size: 18px;}
|
||||
.myui-content__operate{ width: 100%; padding: 0; display: -webkit-box; display: -webkit-flex; display: flex;}
|
||||
.myui-content__operate .btn{ text-align: center; padding: 8px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
|
||||
|
||||
/* player */
|
||||
.myui-player{ padding-top: 0;}
|
||||
.myui-player__item{ padding: 0;}
|
||||
.myui-player__detail{ margin: 0;}
|
||||
.myui-player__detail .data .title{font-size:16px}
|
||||
.myui-player__detail.detail .title{font-size:18px;}
|
||||
.myui-player__operate li{ margin: 0; display: block; text-align: center; }
|
||||
.myui-player__operate li .fa{ display: block; margin-bottom: 5px; font-size: 16px;}
|
||||
.myui-player__operate li.playshare .dropdown-box{ margin-left: -180px;}
|
||||
.myui-player-links{ top: 0; right: 0; padding: 0 10px;}
|
||||
.myui-player-links .btn{ height: 35px; right: 8px;}
|
||||
|
||||
/* news */
|
||||
.myui-newslist li .title{ font-size: 18px; line-height: 30px;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* share */
|
||||
.bdsharebuttonbox{line-height:30px;height:30px;overflow:hidden;vertical-align:top}
|
||||
.bdsharebuttonbox a,.bdsharebuttonbox span{width:24px;height:24px;display:inline-block;background:url(../images/share.png) no-repeat;cursor:pointer;margin-bottom:0;opacity:.8}
|
||||
.bdsharebuttonbox a:hover{opacity:1}
|
||||
.bdsharebuttonbox a.bds_tsina{background-position:0 0}
|
||||
.bdsharebuttonbox a.bds_weixin{background-position:0 -33px}
|
||||
.bdsharebuttonbox a.bds_qzone{background-position:0 -65px}
|
||||
.bdsharebuttonbox a.bds_sqq{background-position:0 -98px}
|
||||
.bdsharebuttonbox a.bds_renren{background-position:0 -131px}
|
||||
.bdsharebuttonbox a.bds_tqq{background-position:0 -163px}
|
||||
.bdsharebuttonbox a.bds_diandian{background-position:0 -356px}
|
||||
.bdsharebuttonbox a.bds_youdao{background-position:0 -388px}
|
||||
.bdsharebuttonbox a.bds_ty{background-position:0 -420px}
|
||||
.bdsharebuttonbox a.bds_fbook{background-position:0 -452px}
|
||||
.bdsharebuttonbox a.bds_twi{background-position:0 -484px}
|
||||
.bdsharebuttonbox a.bds_kaixin001{background-position:0 -228px}
|
||||
.bdsharebuttonbox a.bds_taobao{background-position:0 -196px}
|
||||
.bdsharebuttonbox a.bds_douban{background-position:0 -324px}
|
||||
.bdsharebuttonbox a.bds_mail{background-position:0 -548px}
|
||||
.bdsharebuttonbox a.bds_copy{background-position:0 -516px}
|
||||
.bdsharebuttonbox a.bds_bdhome{background-position:0 -292px}
|
||||
.bdsharebuttonbox a.bds_tqf{background-position:0 -260px}
|
||||
.bdsharebuttonbox a.bds_more{background-position:0 -577px}
|
||||
.bdsharebuttonbox span.bds_shere{background-position:0 -606px}
|
||||
.bdsharebuttonbox a.bds_count{background:0 0;width:auto;height:auto;position:relative;top:-6px}
|
||||
.bdsharebuttonbox a.bds_count{margin:0 2px}
|
||||
|
||||
/* colo start */
|
||||
|
||||
/* style */
|
||||
.myui-panel,.myui-panel-box{ padding: 0;}
|
||||
.myui-panel_hd{ padding: 10px;}
|
||||
.myui-panel-box.active{ margin: -10px;}
|
||||
|
||||
/* all */
|
||||
body{ background: #f8f8f8; color: #666;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #333;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: blue;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #eee;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #eee;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #eee;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav-tabs > li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs > li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs > li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
.nav-btn > li a{ background-color: #f5f5f5;}
|
||||
.nav-btn > li.active a{ background-color: #ff9900; color: #fff;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg,.myui-panel-bg2{background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.05);}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #f5f5f5;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate > li > a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ background-color: #f8f8f8;}
|
||||
/* colo end */
|
||||
|
||||
|
||||
|
||||
|
||||
/* colo1 start */
|
||||
|
||||
/* style */
|
||||
.myui-panel,.myui-panel-box{ padding: 0;}
|
||||
.myui-panel.active,.myui-panel_hd{ padding: 10px;}
|
||||
.myui-panel-box.active{ margin: 0;}
|
||||
|
||||
/* all */
|
||||
body{ background: #292838; color: #999;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #ddd;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: #fff;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #383737;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #383737;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #383737;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav-tabs > li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs > li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs > li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
.nav-btn > li a{ background-color: #f5f5f5;}
|
||||
.nav-btn > li.active a{ background-color: #ff9900; color: #fff;}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #22212f;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate > li > a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #22212f; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg{background-color: #292838;}
|
||||
.myui-panel-bg2{background-color: #22212f;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ background-color: #292838;}
|
||||
/* colo1 end */
|
||||
|
||||
|
||||
/* colo2 start */
|
||||
|
||||
/* all */
|
||||
body{ background: #292838; color: #999;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #ddd;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: blue;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #383737;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #383737;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #383737;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ padding: 10px; border-radius: 4px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg{background-color: #292838;}
|
||||
.myui-panel-bg2{background-color: #22212f;}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #22212f;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* playlist */
|
||||
.myui-content__list::-webkit-scrollbar,.myui-playdown__list::-webkit-scrollbar{ width: 4px; background-color: #f5f5f5;}
|
||||
.myui-content__list::-webkit-scrollbar-thumb,.myui-playdown__list::-webkit-scrollbar-thumb{background-color: #ccc;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate li a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #22212f; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ border-top: 2px solid #ff9900; background-color: #292838;}
|
||||
/* colo2 end */
|
||||
|
||||
/* colo3 start */
|
||||
/*!
|
||||
/* style */
|
||||
.myui-panel,.myui-panel-box{ padding: 0;}
|
||||
.myui-panel_hd{ padding: 10px;}
|
||||
.myui-panel-box.active{ margin: -10px;}
|
||||
|
||||
/* all */
|
||||
body{ background: #343434; color: #999;}
|
||||
|
||||
/* text */
|
||||
a,h1, h2, h3, h4, h5, h6,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{ color: #ddd;}
|
||||
a:hover{ color: cornflowerblue;}
|
||||
a.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
.text-333{ color: #333;}
|
||||
.text-muted{ color: #999;}
|
||||
.text-red{ color: red;}
|
||||
.text-link{ color: #fff;}
|
||||
.text-fff{ color: #fff;}
|
||||
|
||||
/* form */
|
||||
.form-control{ background-color:#F5F5F5; color: #999999; border: 1px solid #eee;}
|
||||
.form-control:focus{ border-color:#ff9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
|
||||
|
||||
/* btn */
|
||||
.btn-default{ background-color: #eee; color: #333; background: linear-gradient(to right,#eeeeee 0,#f6f6f6 100%); box-shadow: 0 5px 10px rgba(246,246,246,.25);}
|
||||
.btn-warm{ background-color: #ff9900; background: linear-gradient(to right,#ff9900 0,#ff9f16 100%); box-shadow: 0 5px 10px rgba(255,111,0,.25);}
|
||||
.btn-primary{ background-color: #4fb1f7; background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%); box-shadow: 0 5px 10px rgba(107,184,238,.25);}
|
||||
.btn-danger{ background-color: #fc000c; background: linear-gradient(to right,#fc000c 0,#f9444d 100%); box-shadow: 0 5px 10px rgba(249,68,77,.25);}
|
||||
.btn-info{ background-color: #5bc0de; background: linear-gradient(to right,#5bc0de 0,#7cc1d6 100%); box-shadow: 0 5px 10px rgba(124,193,214,.25);}
|
||||
.btn-gray{ background-color: #282828; color: #ddd; background: linear-gradient(to right,#282828 0,#3b3b3b 100%); box-shadow: 0 5px 10px rgba(59,59,59,.25);}
|
||||
.btn-warm,.btn-primary,.btn-danger,.btn-info{ color: #fff;}
|
||||
.btn-warm:hover,.btn-primary:hover,.btn-danger:hover,.btn-info:hover,.btn-gray:hover{ color: #fff;}
|
||||
.btn.disabled{ cursor: not-allowed; opacity: 0.6;}
|
||||
|
||||
/* border */
|
||||
.border{ border-color: #383737;}
|
||||
.border-primary{ border-color: #4fb1f7;}
|
||||
.border-danger{ border-color: red;}
|
||||
.border-info{ border-color: #5bc0de;}
|
||||
|
||||
/* line */
|
||||
.spot{ border-color: #ff9900;}
|
||||
.split-line{ background-color: #383737;}
|
||||
.top-line:before,.bottom-line:after,.top-line-dot:before,.bottom-line-dot:before{ border-color: #383737;}
|
||||
|
||||
/* badge */
|
||||
.badge{ background-color: #eee; color: #333;}
|
||||
.badge-first{ background-color: #ff4a4a; color: #fff;}
|
||||
.badge-second{ background-color: #ff7701; color: #fff;}
|
||||
.badge-third{ background-color: #ffb400; color: #fff;}
|
||||
|
||||
/* dropdown */
|
||||
.dropdown-box .item{ background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
|
||||
/* pic-tag */
|
||||
.pic-tag{ background-color: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-tag.active,.pic-tag-h{ background-color: #ff9900; color: #fff;}
|
||||
.pic-text,.pic-title-bottom{ background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.5)); color: #fff;}
|
||||
.pic-text.active{ background: rgba(0,0,0,0.6); color: #fff;}
|
||||
.pic-title-top{background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); color: #fff;}
|
||||
|
||||
/* link */
|
||||
.myui-link__pic li img{ display: block; padding: 2px 6px; border-radius: 4px; background-color: #fff;}
|
||||
|
||||
/* nav */
|
||||
.nav-tabs > li.active a{ border-color: #ff9900; color: #ff9900;}
|
||||
.nav-tabs > li .dropdown-box .item li a{ color: #333;}
|
||||
.nav-tabs > li .dropdown-box .item li.active a{ color: #ff9900;}
|
||||
.nav-btn > li a{ background-color: #f5f5f5;}
|
||||
.nav-btn > li.active a{ background-color: #ff9900; color: #fff;}
|
||||
|
||||
/* vodlist */
|
||||
.myui-vodlist__bg{background-color: #f5f5f5;}
|
||||
.myui-vodlist__bg:hover{ box-shadow: 0 3px 5px rgba(0,0,0,.08);}
|
||||
|
||||
/* text-list */
|
||||
.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd){ background-color: #22212f;}
|
||||
|
||||
/* table */
|
||||
.myui-table>thead>tr>th,.myui-table>tbody>tr>td, .myui-table>tbody>tr>th, .myui-table>tfoot>tr>td, .myui-table>tfoot>tr>th, .myui-table>thead>tr>td, .myui-table>thead>tr>th { border-color: #ddd;}
|
||||
|
||||
/* player */
|
||||
.myui-player__video{ background-color: #000;}
|
||||
.myui-player__operate > li > a{ color: #999;}
|
||||
|
||||
/* popup */
|
||||
.popup{ background-color: #f8f8f8;}
|
||||
.popup-head{ background-color: #fff;}
|
||||
|
||||
/* content */
|
||||
.myui-content__detail .score .rating li .fa,.myui-content__detail .score .branch{ color: #ff9900;}
|
||||
|
||||
/* flickity */
|
||||
.flickity-page-dots .dot{ background-color: #ff9900;}
|
||||
|
||||
/* carousel */
|
||||
.carousel-indicators-dots li{ background-color: #ff9900;}
|
||||
.carousel-indicators-text li.active .title{ color: red;}
|
||||
.carousel-indicators-thumb li.active{ border: 3px solid #ff9900;}
|
||||
|
||||
/* extra */
|
||||
.myui-extra li a{ background-color: #22212f; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
|
||||
.myui-extra li a.backtop{ background-color: rgba(0,0,0,0.6); color: #fff; }
|
||||
|
||||
/* autocomplete */
|
||||
.autocomplete-suggestions{ background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.05);}
|
||||
.autocomplete-suggestion, .autocomplete-suggestions li,.autocomplete-suggestion, .autocomplete-suggestions li a{ color: #333;}
|
||||
.autocomplete-suggestions li strong{ color: red;}
|
||||
|
||||
/* tabbar */
|
||||
.myui-nav__tabbar{background-color: #f8f8f8; border-color: #eee;}
|
||||
.myui-nav__tabbar .item .title{ color: #999;}
|
||||
|
||||
/* panel */
|
||||
.myui-panel-bg{background-color: #2B2A2A;}
|
||||
.myui-panel-bg2{background-color: #22212f;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ background-color: #292838;}
|
||||
/* colo3 end */
|
||||
|
||||
|
||||
|
||||
|
||||
body {
|
||||
font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
|
||||
padding-top: 90px;
|
||||
}
|
||||
|
||||
.myui-header__top {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
body.active {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
[class*=col-],
|
||||
.myui-content__list li,
|
||||
.myui-vodlist__media.col li {
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb {
|
||||
border-radius: 5px;
|
||||
padding-top: 150%;
|
||||
background: url(/template/videoboku/images/loading.gif) no-repeat;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb.square {
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb.wide {
|
||||
padding-top: 60%;
|
||||
background: url(/template/videoboku/images/loading2.gif) no-repeat;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb.actor {
|
||||
padding-top: 140%;
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.previous {
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.next {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.myui-sidebar {
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
|
||||
.myui-panel {
|
||||
margin-bottom: 20px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.myui-panel-mb {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.myui-player__item .fixed {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.myui-vodlist__text li a,
|
||||
.myui-vodlist__media li {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list {
|
||||
padding: 10px 10px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list li {
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.myui-page {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.myui-extra {
|
||||
right: 20px;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1920px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-left: 120px;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container.min {
|
||||
width: 1200px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
body,
|
||||
body.active {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
[class*=col-],
|
||||
.myui-panel,
|
||||
.myui-content__list li {
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.previous {
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.next {
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.myui-vodlist__text li a,
|
||||
.myui-vodlist__media li {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list {
|
||||
padding: 10px 5px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list li {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.myui-extra {
|
||||
right: 20px;
|
||||
bottom: 50px;
|
||||
}
|
||||
|
||||
.myui-page {
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.myui-topbg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
353
code/public/template/videoboku/css/mytheme-site.css
Normal file
353
code/public/template/videoboku/css/mytheme-site.css
Normal file
@@ -0,0 +1,353 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/* header */
|
||||
.myui-header__top{ top:0; z-index:999; width:100%; min-height:60px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
.top-fixed-down{margin-top:-60px;}
|
||||
|
||||
/* header-logo */
|
||||
.myui-header__logo,.myui-header__menu,.myui-header__search{float:left;}
|
||||
.myui-header__logo img{ max-width: 180px;}
|
||||
.myui-header__logo .logo{ line-height: 60px;color: #ff9900;font-size: 16px;font-weight: 700;}
|
||||
|
||||
|
||||
/* header-seacrh */
|
||||
.myui-header__search{position: relative; width: 260px; margin-left: 50px; margin-top: 12px;}
|
||||
.myui-header__search .form-control{ padding-right: 30px; border-radius: 18px; background-color: #f5f5f5; border: 0;}
|
||||
.myui-header__search .submit{ display:block; position:absolute; top: 0; right: 15px; height:32px; line-height:30px; text-align:center; background: none; border: 0; font-size: 12px; cursor: pointer; color: #999;}
|
||||
.myui-header__search .dropdown-box{ margin-left: -130px;}
|
||||
.myui-header__search .dropdown-box .item{ width: 260px; padding: 20px;}
|
||||
.myui-header__search.search-box:hover .search-dropdown-hot{ display: block;}
|
||||
.myui-header__search .search-select{ position: absolute; top: 8px; left: 15px; padding-right: 8px; background: none; box-shadow: none; color: #666; border-right: 1px solid #ddd;}
|
||||
.myui-header__search .search-select .dropdown-box{ margin-left: -40px; z-index: 101;}
|
||||
.myui-header__search .search-select .dropdown-box .item{ width: 80px; padding: 10px;}
|
||||
.myui-header__search .search-select .dropdown-box .item li{ text-align: center; padding: 2px 0;}
|
||||
|
||||
/* header-menu */
|
||||
.myui-header__menu{position:relative;}
|
||||
.myui-header__menu > li{ position: relative; float: left; margin-left: 35px;}
|
||||
.myui-header__menu > li > a{ font-size: 16px; line-height: 60px; color: #333;}
|
||||
.myui-header__menu > li.active > a{ color: #ff9900;}
|
||||
.myui-header__menu > li .dropdown-box{ margin-left: -250px; padding-top: 0;}
|
||||
.myui-header__menu > li .dropdown-box .item{ width: 500px;}
|
||||
.myui-header__menu > li .dropdown-box .item li{ padding: 6px;}
|
||||
|
||||
/* header-user */
|
||||
.myui-header__user{float:right;}
|
||||
.myui-header__user > li{ float:left; position: relative; padding: 18px 0 10px; margin-left: 30px;}
|
||||
.myui-header__user > li > a,.myui-header__user > li > a .fa{ display: inline-block; font-size: 24px; line-height: 24px; color: #333;}
|
||||
.myui-header__user > li .dropdown-box{ right: 0; margin-left: 0; margin-right: -50px; padding-top: 10px;}
|
||||
.myui-header__user > li .dropdown-box .item{ width: 260px; padding: 20px;}
|
||||
.myui-header__user > li.menu .dropdown-box{ right: 0; margin-left: 0; margin-right: -50px; padding-top: 10px;}
|
||||
.myui-header__user > li.menu .dropdown-box .item{ width: 120px; padding: 10px;}
|
||||
.myui-header__user > li.menu .dropdown-box .item li{ padding: 5px 0; text-align: center;}
|
||||
|
||||
/* content */
|
||||
.myui-content__thumb{ float: left;}
|
||||
.myui-content__thumb .myui-vodlist__thumb{ width: 220px;}
|
||||
.myui-content__thumb.active .myui-vodlist__thumb{ width: 150px;}
|
||||
.myui-content__detail,.myui-content__operate{ float: left; width: calc(100% - 220px); padding-left: 20px;}
|
||||
.myui-content__detail.active{ width: calc(100% - 150px);}
|
||||
.myui-content__detail .title{ margin:10px 0 10px; font-size: 24px; line-height:30px}
|
||||
.myui-content__detail .title .score{ display: inline-block; margin-left: 10px; font-family: Georgia,"Times New Roman",Times,serif;}
|
||||
.myui-content__detail .data{ margin-bottom:10px; line-height: 20px; word-wrap: break-word; white-space: normal; word-break: break-all;}
|
||||
.myui-content__detail .score{ margin-bottom: 20px;}
|
||||
.myui-content__detail .score .rating{ display: inline-block; position: relative; top: 5px;}
|
||||
.myui-content__detail .score .rating li{ cursor:pointer; display: inline-block; margin-right: 5px;}
|
||||
.myui-content__detail .score .rating li .fa{ font-size: 24px;}
|
||||
.myui-content__detail .score .branch{ display: inline-block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 24px; line-height: 24px;}
|
||||
.myui-content__operate{ float: left; margin-top: 20px}
|
||||
.myui-content__operate .btn{ margin-left: 10px; margin-bottom: 10px;}
|
||||
.myui-content__operate .btn:first-child{ margin-left: 0;}
|
||||
.myui-content__operate .share{ margin-top:5px}
|
||||
.myui-content__tag a{ display: inline-block; line-height: 20px; padding: 2px 10px; margin-left: 5px; border: 1px solid rgba(0,0,0,.1); font-size: 12px; border-radius: 15px;}
|
||||
|
||||
/* player */
|
||||
.myui-player{ margin-bottom: 50px; padding-bottom: 15px; padding-top: 50px;}
|
||||
.myui-player__item{ position: relative;}
|
||||
.myui-player__item .fixed{ position: fixed; z-index: 998; right: 0; bottom: 0; padding: 10px; background-color: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
.myui-player__item .tips{ position: relative; height: 40px; line-height: 40px; overflow: hidden; padding: 0 20px; color: #fff;}
|
||||
.myui-player__item .is-btn{ position: absolute; z-index: 99; top: 50%; right: -12px; margin-top: -30px; display: block; width: 12px; text-align: center; height: 60px; line-height: 60px; font-size: 10px; border-radius: 0 4px 4px 0; background-color: #404040; color: #999;}
|
||||
.myui-player__item .player-fixed-off{display: none; position: absolute; top: -10px; left: -10px; width: 20px; height: 20px; text-align: center; line-height: 20px; background-color: #fff; border-radius: 50%; color: #333; box-shadow: 0 2px 5px rgba(0,0,0,.1);}
|
||||
.myui-player__data{ padding: 20px 0 10px;}
|
||||
.myui-player__data .title{ font-size: 24px;}
|
||||
.myui-player__operate{ padding: 20px 10px; display: -webkit-box; display: -webkit-flex; display: flex;}
|
||||
.myui-player__operate li{ display: block; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
|
||||
.myui-player__operate li.playshare .dropdown-box{ margin-left: -130px;}
|
||||
.myui-player__detail .title{margin:0 0 10px}
|
||||
.myui-player__detail .detail-content{padding-top:10px}
|
||||
.myui-player__detail .desc{padding-left:42px}
|
||||
.myui-player__detail .desc .left{margin-left:-42px}
|
||||
#player-sidebar::-webkit-scrollbar{ width: 4px; background-color: #1c1b1e;}
|
||||
#player-sidebar::-webkit-scrollbar-thumb{background-color: #434145;}
|
||||
.myui-player__notice{ position: absolute; top: 50%; left: 0; width: 100%; margin-top: -65px;}
|
||||
.myui-player__notice h3,.myui-player__notice h5,.myui-player__notice p{ color: #fff;}
|
||||
.myui-player-links{ position: relative; top: 15px; right: 10px;}
|
||||
.myui-player-links .btn{ position: absolute; top: 0; right: -5px; border-radius: 0 5px 5px 0;}
|
||||
|
||||
/* news */
|
||||
.myui-newslist li{ padding: 30px 0;}
|
||||
.myui-newslist li .title{ margin: 0; font-size: 22px; line-height: 30px; font-weight: 600;}
|
||||
.myui-newslist li .desc{ text-indent: 2em; margin: 0; padding: 20px 0; line-height: 25px;}
|
||||
.myui-newslist__text li .title{ margin: 0; font-size: 15px;}
|
||||
.myui-art__nav li{ padding: 6px 0;}
|
||||
.myui-art__nav li.active a{ font-weight: bold; color: #ff9900;}
|
||||
|
||||
/* footer */
|
||||
.myui-foot{ padding: 20px 0;}
|
||||
.myui-foot p{ line-height: 25px;}
|
||||
|
||||
@media (max-width:1400px){
|
||||
|
||||
/* header */
|
||||
.myui-header__top{ padding: 0 20px;}
|
||||
.myui-header__search{ width: 200px; margin-left: 20px;}
|
||||
.myui-header__menu > li{ margin-left: 20px;}
|
||||
.myui-header__user > li{ margin-left: 20px;}
|
||||
.myui-header__menu > li:hover .head-dropdown,.myui-header__user > li:hover .head-dropdown{ display: none;}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width:1024px){
|
||||
.myui-content__thumb .myui-vodlist__thumb{ width: 200px;}
|
||||
.myui-content__detail{ float: left; width: calc(100% - 200px);}
|
||||
}
|
||||
|
||||
@media (max-width:767px){
|
||||
|
||||
.myui-panel-bg,.myui-vodlist__bg,.myui-vodlist__bg:hover{box-shadow: none;}
|
||||
.myui-panel__head .title, .myui-panel__head .title a{ font-size: 18px;}
|
||||
|
||||
/* header */
|
||||
.myui-header__top{ padding: 0 10px;}
|
||||
.myui-header__search{ position:absolute; top: -100%; left: 10px; right: 10px; margin-left: 0; width: auto; padding-right: 30px;}
|
||||
.myui-header__search .form-control{ height: 32px; padding: 0 10px; border-radius: 16px;}
|
||||
.myui-header__search .submit{ right: 30px; width:32px;height:32px;line-height:30px;}
|
||||
.myui-header__search .search-close{ position: absolute; top: 6px; right: 0;}
|
||||
.myui-header__menu > li .dropdown-box{ margin-left: -100px; padding-top: 0;}
|
||||
.myui-header__menu > li .dropdown-box .item{ width: 300px;}
|
||||
.myui-header__user > li{ margin-left: 15px; padding: 15px 0 10px;}
|
||||
.myui-header__user > li > a .fa{ font-size: 20px; line-height: 20px;}
|
||||
.myui-header__user > li.menu .dropdown-box{ margin-right: 0;}
|
||||
|
||||
/* content */
|
||||
.myui-content__thumb .myui-vodlist__thumb{ width: 120px;}
|
||||
.myui-content__thumb.active .myui-vodlist__thumb{ width: 120px;}
|
||||
.myui-content__detail{ float: left; width: calc(100% - 120px);}
|
||||
.myui-content__detail.active{ width: calc(100% - 120px);}
|
||||
.myui-content__detail .title{ margin: 5px 0 8px; font-size: 18px; line-height: 24px}
|
||||
.myui-content__detail .data{ margin:0 0 10px; font-size:12px; line-height: 18px; word-wrap: break-word; white-space: normal;}
|
||||
.myui-content__detail .score { margin-bottom: 5px;}
|
||||
.myui-content__detail .score .branch{ font-size: 16px;}
|
||||
.myui-content__detail .score .rating{ top: 0;}
|
||||
.myui-content__detail .score .rating li{ margin: 0;}
|
||||
.myui-content__detail .score .rating li .fa{ font-size: 18px;}
|
||||
.myui-content__operate{ width: 100%; padding: 0; display: -webkit-box; display: -webkit-flex; display: flex;}
|
||||
.myui-content__operate .btn{ text-align: center; padding: 8px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
|
||||
|
||||
/* player */
|
||||
.myui-player{ padding-top: 0;}
|
||||
.myui-player__item{ padding: 0;}
|
||||
.myui-player__detail{ margin: 0;}
|
||||
.myui-player__detail .data .title{font-size:16px}
|
||||
.myui-player__detail.detail .title{font-size:18px;}
|
||||
.myui-player__operate li{ margin: 0; display: block; text-align: center; }
|
||||
.myui-player__operate li .fa{ display: block; margin-bottom: 5px; font-size: 16px;}
|
||||
.myui-player__operate li.playshare .dropdown-box{ margin-left: -180px;}
|
||||
.myui-player-links{ top: 0; right: 0; padding: 0 10px;}
|
||||
.myui-player-links .btn{ height: 35px; right: 8px;}
|
||||
|
||||
/* news */
|
||||
.myui-newslist li .title{ font-size: 18px; line-height: 30px;}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* share */
|
||||
.bdsharebuttonbox{line-height:30px;height:30px;overflow:hidden;vertical-align:top}
|
||||
.bdsharebuttonbox a,.bdsharebuttonbox span{width:24px;height:24px;display:inline-block;background:url(../images/share.png) no-repeat;cursor:pointer;margin-bottom:0;opacity:.8}
|
||||
.bdsharebuttonbox a:hover{opacity:1}
|
||||
.bdsharebuttonbox a.bds_tsina{background-position:0 0}
|
||||
.bdsharebuttonbox a.bds_weixin{background-position:0 -33px}
|
||||
.bdsharebuttonbox a.bds_qzone{background-position:0 -65px}
|
||||
.bdsharebuttonbox a.bds_sqq{background-position:0 -98px}
|
||||
.bdsharebuttonbox a.bds_renren{background-position:0 -131px}
|
||||
.bdsharebuttonbox a.bds_tqq{background-position:0 -163px}
|
||||
.bdsharebuttonbox a.bds_diandian{background-position:0 -356px}
|
||||
.bdsharebuttonbox a.bds_youdao{background-position:0 -388px}
|
||||
.bdsharebuttonbox a.bds_ty{background-position:0 -420px}
|
||||
.bdsharebuttonbox a.bds_fbook{background-position:0 -452px}
|
||||
.bdsharebuttonbox a.bds_twi{background-position:0 -484px}
|
||||
.bdsharebuttonbox a.bds_kaixin001{background-position:0 -228px}
|
||||
.bdsharebuttonbox a.bds_taobao{background-position:0 -196px}
|
||||
.bdsharebuttonbox a.bds_douban{background-position:0 -324px}
|
||||
.bdsharebuttonbox a.bds_mail{background-position:0 -548px}
|
||||
.bdsharebuttonbox a.bds_copy{background-position:0 -516px}
|
||||
.bdsharebuttonbox a.bds_bdhome{background-position:0 -292px}
|
||||
.bdsharebuttonbox a.bds_tqf{background-position:0 -260px}
|
||||
.bdsharebuttonbox a.bds_more{background-position:0 -577px}
|
||||
.bdsharebuttonbox span.bds_shere{background-position:0 -606px}
|
||||
.bdsharebuttonbox a.bds_count{background:0 0;width:auto;height:auto;position:relative;top:-6px}
|
||||
.bdsharebuttonbox a.bds_count{margin:0 2px}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
body {
|
||||
font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
|
||||
padding-top: 90px;
|
||||
}
|
||||
|
||||
.myui-header__top {
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
body.active {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
[class*=col-],
|
||||
.myui-content__list li,
|
||||
.myui-vodlist__media.col li {
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
.btn {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb {
|
||||
border-radius: 5px;
|
||||
padding-top: 150%;
|
||||
background: url(/template/videoboku/images/loading.gif) no-repeat;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb.square {
|
||||
padding-top: 100%;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb.wide {
|
||||
padding-top: 60%;
|
||||
background: url(/template/videoboku/images/loading2.gif) no-repeat;
|
||||
}
|
||||
|
||||
.myui-vodlist__thumb.actor {
|
||||
padding-top: 140%;
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.previous {
|
||||
left: 10px;
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.next {
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
.myui-sidebar {
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
|
||||
.myui-panel {
|
||||
margin-bottom: 20px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.myui-panel-mb {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.myui-player__item .fixed {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
.myui-vodlist__text li a,
|
||||
.myui-vodlist__media li {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list {
|
||||
padding: 10px 10px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list li {
|
||||
margin-bottom: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.myui-page {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.myui-extra {
|
||||
right: 20px;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
max-width: 1920px;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding-left: 120px;
|
||||
padding-right: 120px;
|
||||
}
|
||||
|
||||
.container.min {
|
||||
width: 1200px;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
body,
|
||||
body.active {
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
[class*=col-],
|
||||
.myui-panel,
|
||||
.myui-content__list li {
|
||||
padding: 5px
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.previous {
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.flickity-prev-next-button.next {
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.myui-vodlist__text li a,
|
||||
.myui-vodlist__media li {
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list {
|
||||
padding: 10px 5px 0;
|
||||
}
|
||||
|
||||
.myui-screen__list li {
|
||||
margin-bottom: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.myui-extra {
|
||||
right: 20px;
|
||||
bottom: 50px;
|
||||
}
|
||||
|
||||
.myui-page {
|
||||
padding: 0 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.myui-topbg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
}
|
||||
3593
code/public/template/videoboku/css/mytheme-ui.css
Normal file
3593
code/public/template/videoboku/css/mytheme-ui.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user