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("drtuber.com") {
- /* === X DrTUBER (not loged) - v.3 (new3) ==== */
- /* (new2)SUPP - === */
- .recent_box + .container ,
- .footer .item_box .container ,
- .box_spots ,
- .item_spots.right-ads ,
- #adv_bottom {
- display: none !important;
- }
- /* (new2)MAIN - === */
- * {
- box-sizing: border-box !important;
- }
- /* TOP HEADER - === */
- .logo {
- display: inline-block !important;
- float: left;
- clear: both !important;
- width: 12%!important;
- background-size: 99%!important;
- }
- #sticker-sticky-wrapper {
- margin-top: -23px !important;
- }
- /* TOP HEADER - NAV SEARCH / LOGIN - LEFT - === */
- #sticker-sticky-wrapper #sticker.header > .container {
- display: inline-block!important;
- float: left!important;
- height: 23px!important;
- line-height: 23px!important;
- width: 57%!important;
- /* max-width: 51.3%!important; */
- }
- .panel {
- width: 100%!important;
- height: 28px !important;
- /* outline: 1px solid gray !important; */
- }
- .search {
- width: 80% !important;
- }
- .form_field {
- float: left;
- width: 68%!important;
- height: 28px;
- margin: 0 20px 0 0;
- font-size: 0;
- }
- #searchform input {
- display: inline-block !important;
- width: 72%!important;
- height: 27px !important;
- padding: 0 0 0 10px;
- vertical-align: middle;
- border-right: 1px solid black !important;
- /* outline: 1px solid violet !important; */
- }
- .select_search {
- position: relative;
- display: inline-block;
- height: 27px !important;
- width: 58px;
- vertical-align: middle;
- border-bottom: 1px solid #c2c2c2;
- border-top: 1px solid #c2c2c2;
- background: none repeat scroll 0 0 #f9f9f9;
- z-index: 3;
- }
- .btn_search {
- height: 27px !important;
- }
- .panel .btn_upload {
- height: 27px !important;
- margin-left: -48px !important;
- }
- .panel_login {
- float: right;
- margin-top: -29px !important;
- font-size: 0;
- padding: 9px 0 0;
- text-decoration: none !important;
- }
- .panel_login .link_modal {
- border-bottom: none !important;
- }
- .panel_login span a {
- text-decoration: none !important;
- }
- /* TOP HEADER - NAV BAR RIGHT - === */
- .nav {
- display: inline-block!important;
- float: right!important;
- clear: both !important;
- height: 29px!important;
- line-height: 29px!important;
- width: 40%!important;
- right: 5px !important;
- top: -10px !important;
- border: 1px solid red !important;
- }
- .nav_holder li {
- position: relative;
- display: table-cell;
- vertical-align: top;
- width: 50px!important;
- text-transform: uppercase;
- font-size: 14px;
- z-index: 1;
- }
- .nav_holder li a {
- display: inline!important;
- padding: 2px 3px!important;
- position: relative;
- transition: background 0.3s ease-in-out 0s;
- z-index: 3;
- }
- /* (new3) TOP HEADER - NAV BAR RIGHT - MENU - CTEGORIES DROPABLE LIST - === */
- .nav_holder .dropable {
- position: absolute;
- /* display: inline-block !important; */
- /* width: 100% !important; */
- width: 280px !important;
- left: -107px;
- /* right: -2px !important; */
- /* top: 199% !important; */
- top: 28px !important;
- padding: 20px 0 20px 44px;
- z-index: 2 !important;
- }
- .list_title {
- width: 134px !important;
- }
- .nav_holder .dropable .list_title .selected_title .drop_inner {
- position: absolute;
- /* width: 276.2% !important; */
- top: 0;
- left: 100%;
- margin: 0 0 0 -256px;
- padding: 15px 15px 15px 142px !important;
- border-radius: 0 0 5px 5px !important;
- font-size: 0;
- background: rgba(0, 0, 0, 0.9);
- overflow: hidden;
- border: 1px solid red !important;
- }
- /* (new3) SEARCH PAGES - PAGINATOR CONTAINER - === */
- #search_results_paginator {
- display: inline-block !important;
- height: 25px !important;
- left: 0 !important;
- position: absolute !important;
- top: -39px !important;
- width: 100% !important;
- z-index: 50000 !important;
- }
- /* (new3) PAGINATION - CATEGORIES PAGES - === */
- .pagination {
- position: fixed !important;
- display: inline-block !important;
- width: 87% !important;
- height: 35px!important;
- left: 12.6%!important;
- margin: 17px 0;
- top: 35px !important;
- padding: 3px 0 !important;
- border-top: 4px solid red !important;
- border-bottom: 4px solid red !important;
- font-size: 0;
- text-align: center;
- z-index: 1!important;
- background: #222 !important;
- }
- .pagination li {
- display: inline-block;
- vertical-align: middle !important;
- max-height: 17px !important;
- min-height: 17px !important;
- line-height: 17px !important;
- margin: 1px 0 0 3px !important;
- border-radius: 3px;
- font-size: 12px;
- overflow: hidden;
- }
- .pagination li .empty ,
- .pagination li a {
- position: relative;
- display: block;
- height: 18px!important;
- line-height: 17px!important;
- padding: 1px 10px !important;
- background: none repeat scroll 0 0 #1a1a1b;
- z-index: 1;
- }
- /* FOOTER - SUPP - === */
- /* .footer {
- position: absolute !important;
- display: inline-block!important;
- width: 100% !important;
- height: 100%!important;
- max-height: 50px!important;
- bottom: -100% !important;
- padding: 0!important;
- overflow: hidden!important;
- outline: 1px solid violet !important;
- } */
- .footer {
- display: none !important;
- }
- /* (new3)VIDEO PAGE - === */
- .notifications.hidden + script + script +script + .main .container {
- /* position: absolute !important; */
- position: fixed !important;
- float: left !important;
- height: auto !important;
- width: 29%!important;
- top: 60px!important;
- left: 0 !important;
- outline: 1px solid violet !important;
- }
- .video_box {
- position: fixed !important;
- width: 29%!important;
- min-height: 800px !important;
- left: 2px !important;
- padding: 5px !important;
- overflow: hidden;
- outline: 1px solid yellow !important;
- }
- /* (new3) VIDEO PAGE - RECENT THUMBNAIL CONTAINER - === */
- .recent_box {
- float: left!important;
- width: 69%!important;
- margin-top: 70px !important;
- margin-left: 30% !important;
- padding: 10px 0;
- background: #1a1a1b;
- border: 1px solid gray!important;
- }
- /* (new3) CATEGORIES PAGE - THUMBNAIL CONTAINER - RIGHT - === */
- #viewed_videos_container .th {
- height: auto !important;
- width: 14% !important;
- margin: 8px 0 0 3px;
- /* padding: 30px !important; */
- border: 1px solid #000;
- color: #fff;
- background-color: #000;
- }
- #viewed_videos_container .th img {
- height: auto !important;
- width: 100% !important;
- }
- /* ======== */
- /* .video_list {
- background: url("http://static1.drtuber.com/templates/drtuber/images/bg_right_video_list.png") repeat-y scroll left top #f3f3f3;
- width: 315px;
- display: none!important;
- } */
- .video_bottom {
- position: relative;
- display: inline-block!important;
- float: right!important;
- clear: both!important;
- width: 51%!important;
- max-height: 970px !important;
- top: -1017px!important;
- right: 10px!important;
- overflow: hidden!important;
- }
- /* TABS - ??? - === */
- .tab_video_conteiner {
- width: 100% !important;
- min-height: 274px;
- padding: 10px 0 0;
- text-align: center;
- background: #3a3a3a;
- }
- #tabs_video1 {
- display: inline-block!important;
- width: 92% !important;
- /* overflow: hidden !important; */
- }
- .video_scroll {
- position: relative;
- width: 100%!important;
- margin: 0 auto;
- }
- .scroll_video_prev {
- position: absolute;
- display: block;
- width: 50px !important;
- height: 100%;
- left: -18px !important;
- background-image: url("http://static1.drtuber.com/templates/drtuber/images/largePointers.png");
- background-repeat: no-repeat;
- background-position: -40px center!important;
- z-index: 10;
- }
- .scroll_video_next {
- position: absolute;
- display: block;
- height: 100%;
- width: 50px!important;
- right: -14px!important;
- background-image: url("http://static1.drtuber.com/templates/drtuber/images/largePointers.png");
- background-repeat: no-repeat;
- z-index: 10;
- }
- /* (new3) CATEGORIES PAGES - PRINCIPAL CONTAINER - === */
- .twocolumns {
- position: absolute !important;
- display: inline-block !important;
- float: left !important;
- width: 99.8%!important;
- min-height: 100% !important;
- left: 0 !important;
- border: 1px solid gray!important;
- }
- /* (new3) CATEGORIES PAGES - LIST CONTAINER - LEFT - === */
- .sort_cat {
- width: 242px!important;
- margin-top: 53px !important;
- border: 1px solid gray !important;
- }
- /* (new3) CATEGORIES PAGES - THUMNAIL RIGHT - === */
- .thumbs_box {
- position: absolute !important;
- float: left!important;
- width: 86.5%!important;
- top: 80px !important;
- margin-left: 13% !important;
- padding: 10px 0;
- background: #1a1a1b;
- border: 1px solid gray!important;
- }
- /* (new3) CATEGORIES PAGE - THUMBNAIL CONTAINER - RIGHT - === */
- .twocolumns .sort_cat + .thumbs_box .thumbs .th.ch-video {
- height: auto !important;
- width: 8.15% !important;
- margin: 8px 0 0 3px;
- /* padding: 30px !important; */
- border: 1px solid #000;
- color: #fff;
- background-color: #000;
- }
- .twocolumns .sort_cat + .thumbs_box .thumbs .th.ch-video img {
- height: auto !important;
- width: 100% !important;
- }
- /* (new3) THUMNAILS + THUMBS - SEARCH ??? - === */
- #search_results {
- margin-top: 80px !important;
- }
- .thumbs .th {
- position: relative;
- display: inline-block;
- vertical-align: top;
- /* height: auto !important; */
- /* width: 7% !important; */
- margin-right: 28px !important;
- margin-bottom: 10px !important;
- text-align: left;
- background: #1a1a1b !important;
- /* overflow: visible !important; */
- z-index: 2;
- }
- /* ==== END ==== */
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement