Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("spankbang.com") {
- /* ==== X SpankBang Widescreen (No ag) v.2 - WATnew03 ==== */
- /* SUP */
- .videos > .ft-button.ft-red.more_videos + div ,
- .share ,
- .right>div[style="text-align:center"] ,
- .left>div[style="text-align:center"] ,
- .user_panel_guest ,
- .remodal-overlay {
- display: none !important;
- }
- /* WIDESCREEN */
- #container {
- margin: 0 !important;
- }
- #video .left .info ,
- #video .left section.timeline ,
- #video .left div.toolbar ,
- #video .left #video_container {
- width: 44% !important;
- }
- #video .left {
- max-width: 1400px !important;
- margin-left: 10px !important;
- margin-top: 7px !important;
- padding-right: 0 !important;
- padding-top: 0 !important;
- }
- #video .left #video_container {
- height: 453px;
- }
- .vjs-control-bar {
- position: absolute;
- height: 3em;
- width: 100%;
- top: 395px !important;
- bottom: 0;
- left: 0;
- right: 0;
- }
- .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
- opacity:05;
- visibility: visible !important;
- }
- #video .left div.toolbar {
- height: 50px !important;
- line-height: 50px !important;
- width: 44% !important;
- margin: 0 !important;
- }
- .vjs-big-play-button {
- transform: scale(0.2) !important;
- transform-origin: left top !important;
- opacity: 0.5 !important;
- transition: all ease 0.7s !important;
- }
- .vjs-big-play-button:hover {
- transform: scale(0.25) !important;
- transform-origin: -5px -5px !important;
- opacity: 1;
- }
- .left_set {
- height: 30px !important;
- line-height: 30px !important;
- width: 100% !important;
- margin-top: 30px !important;
- }
- .right_set{
- height: 40px !important;
- line-height: 40px !important;
- width: 100% !important;
- margin-top: 10px !important;
- }
- #video .left section.timeline {
- float: left !important;
- clear: both !important;
- }
- #video .left .info {
- float: right !important;
- clear: none !important;
- margin-right: 149px !important;
- margin-top: -560px !important;
- }
- #video .left section.details div.top .left_side {
- position: relative !important;
- display: inline-block !important;
- float: none!important;
- clear: none !important;
- width: 100% !important;
- outline: 1px solid violet !important;
- }
- #video .left section.details div.top .right_side {
- position: relative !important;
- display: inline-block !important;
- float: none !important;
- width: 100% !important;
- text-align: center !important;
- }
- #video .left section.details div.bottom div.cat span.t {
- color: #507192;
- display: inline-block !important;
- vertical-align: middle !important;
- width: 124px !important;
- height: 20px !important;
- line-height: 15px !important;
- margin-top: -17px;
- font-size: 15px !important;
- padding: 0px 0;
- text-align: right !important;
- }
- #video .left section.all_comments {
- height: 383px !important;
- background-color: #11181f;
- border: 1px solid #080b0e;
- border-radius: 5px;
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
- margin-top: 10px;
- overflow: hidden;
- padding: 5px;
- overflow-y: auto;
- }
- #video .right {
- min-width: 640px !important;
- width: 640px !important;
- margin-left: -145px !important;
- margin-right: 0 !important;
- }
- .similar {
- height: 723px !important;
- overflow-x: hidden !important;
- overflow-y: auto !important;
- }
- #video .right .video-item {
- width: 32% !important;
- }
- .video-list .video-item .i-wl, .video-list .video-item .i-fav, .video-list .video-item .i-flag {
- position: absolute;
- width: 13px !important;
- height: 15px !important;
- line-height: 15px;
- /* margin-top: -28px!important; */
- right: 2%;
- bottom: 51% !important;
- border-radius: 3px;
- color: #ecf0f1;
- cursor: pointer;
- font-size: 10px !important;
- text-align: center;
- opacity: 0.5 !important;
- overflow: hidden;
- background-color: #080b0e;
- z-index: 3;
- }
- /* .clear-fix {
- display: none !important;
- } */
- /* PROFILE */
- .data .playlist-list {
- display: inline-block !important;
- width: 100% !important;
- }
- /* LINKS */
- #video .left section.details div.top .left_side a.user{
- color: peru !important;
- text-decoration: none !important;
- }
- #video .left section.details div.top .left_side a.user:visited{
- }
- .video-list .video-item .thumb {
- border-radius: 4px !important;
- border: 1px solid gray !important;
- }
- .video-list .video-item .thumb:visited {
- border-radius: 4px !important;
- border: 1px solid red !important;
- }
- /* ==== NED ==== */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement