Advertisement
janvier56

X DrTUBER (not loged) - v.3 (new3)

May 8th, 2015
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.87 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("drtuber.com") {
  4.  
  5. /* === X DrTUBER (not loged) - v.3 (new3) ==== */
  6.  
  7.  
  8. /* (new2)SUPP - === */
  9. .recent_box + .container ,
  10.  
  11. .footer .item_box .container ,
  12. .box_spots ,
  13. .item_spots.right-ads ,
  14. #adv_bottom {
  15.     display: none !important;
  16. }
  17.  
  18.  
  19. /* (new2)MAIN - === */
  20. * {
  21.     box-sizing: border-box !important;
  22. }
  23.  
  24. /* TOP HEADER - === */
  25. .logo {
  26.     display: inline-block !important;
  27.     float: left;
  28.     clear: both !important;
  29.     width: 12%!important;
  30.     background-size: 99%!important;
  31. }
  32.  
  33. #sticker-sticky-wrapper {
  34.     margin-top: -23px !important;
  35. }
  36.  
  37.  
  38. /* TOP HEADER - NAV SEARCH / LOGIN - LEFT - === */
  39. #sticker-sticky-wrapper #sticker.header > .container {
  40.     display: inline-block!important;
  41.     float: left!important;
  42.     height: 23px!important;
  43.     line-height: 23px!important;
  44.     width: 57%!important;
  45. /* max-width: 51.3%!important; */
  46. }
  47. .panel {
  48.     width: 100%!important;
  49.     height: 28px !important;
  50. /* outline: 1px solid gray !important; */
  51. }
  52. .search {
  53.     width: 80% !important;
  54. }
  55.  
  56. .form_field {
  57.     float: left;
  58.     width: 68%!important;
  59.     height: 28px;
  60.     margin: 0 20px 0 0;
  61.     font-size: 0;
  62. }
  63. #searchform input {
  64.     display: inline-block !important;
  65.     width: 72%!important;
  66.     height: 27px !important;
  67.     padding: 0 0 0 10px;
  68.     vertical-align: middle;
  69.     border-right: 1px solid black !important;
  70. /* outline: 1px solid violet !important; */
  71. }
  72. .select_search {
  73.     position: relative;
  74.     display: inline-block;
  75.     height: 27px !important;
  76.     width: 58px;
  77.     vertical-align: middle;
  78.     border-bottom: 1px solid #c2c2c2;
  79.     border-top: 1px solid #c2c2c2;
  80.     background: none repeat scroll 0 0 #f9f9f9;
  81.     z-index: 3;
  82. }
  83. .btn_search  {
  84.     height: 27px !important;
  85. }
  86. .panel .btn_upload {
  87.     height: 27px !important;
  88.     margin-left: -48px !important;
  89. }
  90. .panel_login {
  91.     float: right;
  92.     margin-top: -29px !important;
  93.     font-size: 0;
  94.     padding: 9px 0 0;
  95. text-decoration: none !important;
  96. }
  97. .panel_login .link_modal {
  98.     border-bottom: none !important;
  99. }
  100. .panel_login span a {
  101. text-decoration: none !important;
  102. }
  103.  
  104. /* TOP HEADER - NAV BAR RIGHT -  === */
  105. .nav {
  106.     display: inline-block!important;
  107.     float: right!important;
  108.     clear: both !important;
  109.     height: 29px!important;
  110.     line-height: 29px!important;
  111.     width: 40%!important;
  112.     right: 5px !important;
  113.     top: -10px !important;
  114. border: 1px solid red !important;
  115. }
  116. .nav_holder li {
  117.     position: relative;
  118.     display: table-cell;
  119.     vertical-align: top;
  120.     width: 50px!important;
  121.     text-transform: uppercase;
  122.     font-size: 14px;
  123.     z-index: 1;
  124. }
  125. .nav_holder li a {
  126.     display: inline!important;
  127.     padding: 2px 3px!important;
  128.     position: relative;
  129.     transition: background 0.3s ease-in-out 0s;
  130.     z-index: 3;
  131. }
  132. /* (new3) TOP HEADER - NAV BAR RIGHT - MENU - CTEGORIES DROPABLE LIST - === */
  133. .nav_holder .dropable {
  134.     position: absolute;
  135. /* display: inline-block !important; */
  136. /* width: 100% !important; */
  137.     width: 280px !important;
  138.     left: -107px;
  139. /* right: -2px !important; */
  140. /* top: 199% !important; */
  141.     top: 28px !important;
  142.     padding: 20px 0 20px 44px;
  143.     z-index: 2 !important;
  144. }
  145. .list_title {
  146.     width: 134px !important;
  147. }
  148. .nav_holder .dropable .list_title .selected_title .drop_inner {
  149.     position: absolute;
  150. /*     width: 276.2% !important; */
  151.     top: 0;
  152.     left: 100%;
  153.     margin: 0 0 0 -256px;
  154.     padding: 15px 15px 15px 142px !important;
  155.     border-radius: 0 0 5px 5px !important;
  156.     font-size: 0;
  157.     background: rgba(0, 0, 0, 0.9);
  158.     overflow: hidden;
  159. border: 1px solid red !important;
  160. }
  161.  
  162.  
  163. /* (new3) SEARCH PAGES - PAGINATOR CONTAINER - === */
  164. #search_results_paginator {
  165.     display: inline-block !important;
  166.     height: 25px !important;
  167.     left: 0 !important;
  168.     position: absolute !important;
  169.     top: -39px !important;
  170.     width: 100% !important;
  171.     z-index: 50000 !important;
  172. }
  173. /* (new3) PAGINATION - CATEGORIES PAGES - === */
  174. .pagination {
  175.     position: fixed !important;
  176.     display: inline-block !important;
  177.     width: 87% !important;
  178.     height: 35px!important;
  179.     left: 12.6%!important;
  180.     margin: 17px 0;
  181.     top: 35px !important;
  182. padding: 3px 0 !important;
  183. border-top: 4px solid red  !important;
  184. border-bottom: 4px solid red  !important;
  185.     font-size: 0;
  186.     text-align: center;
  187.     z-index: 1!important;
  188.     background: #222 !important;
  189. }
  190. .pagination li {
  191.     display: inline-block;
  192.     vertical-align: middle !important;
  193.     max-height: 17px !important;
  194.     min-height: 17px !important;
  195.     line-height: 17px !important;
  196.     margin: 1px 0 0 3px !important;
  197.     border-radius: 3px;
  198.     font-size: 12px;
  199.     overflow: hidden;
  200. }
  201. .pagination li .empty ,
  202. .pagination li a {
  203.     position: relative;
  204.     display: block;
  205.     height: 18px!important;
  206.     line-height: 17px!important;
  207.     padding: 1px 10px !important;
  208.     background: none repeat scroll 0 0 #1a1a1b;
  209.     z-index: 1;
  210.  
  211. }
  212.  
  213. /* FOOTER - SUPP - === */
  214. /* .footer {
  215.     position: absolute !important;
  216.     display: inline-block!important;
  217.     width: 100% !important;
  218.     height: 100%!important;
  219.     max-height: 50px!important;
  220.     bottom: -100% !important;
  221.     padding: 0!important;
  222.     overflow: hidden!important;
  223. outline: 1px solid violet !important;
  224. } */
  225.  
  226. .footer {
  227.     display: none !important;
  228. }
  229.  
  230. /* (new3)VIDEO PAGE - === */
  231. .notifications.hidden + script + script +script + .main .container {
  232. /* position: absolute !important; */
  233.     position: fixed !important;
  234.     float: left !important;
  235.     height: auto !important;
  236.     width: 29%!important;
  237.     top: 60px!important;
  238.     left: 0 !important;
  239. outline: 1px solid violet !important;
  240. }
  241. .video_box {
  242.     position: fixed !important;
  243.     width: 29%!important;
  244.     min-height: 800px !important;
  245.     left: 2px !important;
  246.     padding: 5px !important;
  247.     overflow: hidden;
  248. outline: 1px solid yellow !important;
  249. }
  250.  
  251.  
  252. /* (new3) VIDEO PAGE - RECENT THUMBNAIL CONTAINER - === */
  253. .recent_box {
  254.     float: left!important;
  255.     width: 69%!important;
  256.     margin-top: 70px !important;
  257.     margin-left: 30% !important;
  258.     padding: 10px 0;
  259.     background: #1a1a1b;
  260.     border: 1px solid gray!important;
  261. }
  262. /* (new3) CATEGORIES PAGE - THUMBNAIL CONTAINER - RIGHT - === */
  263. #viewed_videos_container .th {
  264.     height: auto !important;
  265.     width: 14% !important;
  266.     margin: 8px 0 0 3px;
  267. /* padding: 30px !important; */
  268.     border: 1px solid #000;
  269.     color: #fff;
  270.     background-color: #000;
  271. }
  272. #viewed_videos_container .th img {
  273.     height: auto !important;
  274.     width: 100% !important;
  275.  
  276. }
  277.  
  278.  
  279. /* ======== */
  280.  
  281. /* .video_list {
  282.     background: url("http://static1.drtuber.com/templates/drtuber/images/bg_right_video_list.png") repeat-y scroll left top #f3f3f3;
  283.     width: 315px;
  284.     display: none!important;
  285. } */
  286.  
  287. .video_bottom {
  288.     position: relative;
  289.     display: inline-block!important;
  290.     float: right!important;
  291.     clear: both!important;
  292.     width: 51%!important;
  293.     max-height: 970px !important;
  294.     top: -1017px!important;
  295.     right: 10px!important;
  296.     overflow: hidden!important;
  297. }
  298.  
  299. /* TABS - ??? - === */
  300. .tab_video_conteiner {
  301.     width: 100% !important;
  302.     min-height: 274px;
  303.     padding: 10px 0 0;
  304.     text-align: center;
  305.     background: #3a3a3a;
  306. }
  307. #tabs_video1 {
  308.     display: inline-block!important;
  309.     width: 92% !important;
  310. /* overflow: hidden !important; */
  311. }
  312.  
  313. .video_scroll {
  314.     position: relative;
  315.     width: 100%!important;
  316.     margin: 0 auto;
  317. }
  318. .scroll_video_prev {
  319.     position: absolute;
  320.     display: block;
  321.     width: 50px !important;
  322.     height: 100%;
  323.     left: -18px !important;
  324.     background-image: url("http://static1.drtuber.com/templates/drtuber/images/largePointers.png");
  325.     background-repeat: no-repeat;
  326.     background-position: -40px center!important;
  327.     z-index: 10;
  328. }
  329. .scroll_video_next {
  330.     position: absolute;
  331.     display: block;
  332.     height: 100%;
  333.     width: 50px!important;
  334.     right: -14px!important;
  335.     background-image: url("http://static1.drtuber.com/templates/drtuber/images/largePointers.png");
  336.     background-repeat: no-repeat;
  337.     z-index: 10;
  338. }
  339.  
  340.  
  341. /* (new3) CATEGORIES PAGES - PRINCIPAL CONTAINER - === */
  342. .twocolumns {
  343.     position: absolute !important;
  344.     display: inline-block !important;
  345.     float: left !important;
  346.     width: 99.8%!important;
  347.     min-height: 100% !important;
  348.     left: 0 !important;
  349.     border: 1px solid gray!important;
  350. }
  351. /* (new3) CATEGORIES PAGES - LIST CONTAINER - LEFT - === */
  352. .sort_cat {
  353.     width: 242px!important;
  354.     margin-top: 53px !important;
  355.     border: 1px solid gray !important;
  356. }
  357.  
  358. /* (new3) CATEGORIES PAGES - THUMNAIL RIGHT - === */
  359. .thumbs_box {
  360.     position: absolute !important;
  361.     float: left!important;
  362.     width: 86.5%!important;
  363.     top: 80px !important;
  364.     margin-left: 13% !important;
  365.     padding: 10px 0;
  366.     background: #1a1a1b;
  367.     border: 1px solid gray!important;
  368. }
  369. /* (new3) CATEGORIES PAGE - THUMBNAIL CONTAINER - RIGHT - === */
  370. .twocolumns .sort_cat  + .thumbs_box .thumbs .th.ch-video {
  371.     height: auto !important;
  372.     width: 8.15% !important;
  373.     margin: 8px 0 0 3px;
  374. /* padding: 30px !important; */
  375.     border: 1px solid #000;
  376.     color: #fff;
  377.     background-color: #000;
  378. }
  379. .twocolumns .sort_cat  + .thumbs_box .thumbs .th.ch-video img  {
  380.     height: auto !important;
  381.     width: 100% !important;
  382.  
  383. }
  384.  
  385. /* (new3) THUMNAILS + THUMBS - SEARCH ??? - === */
  386. #search_results {
  387.     margin-top: 80px !important;
  388. }
  389. .thumbs .th {
  390.     position: relative;
  391.     display: inline-block;
  392.     vertical-align: top;
  393. /* height: auto !important; */
  394. /* width: 7% !important; */
  395.     margin-right: 28px !important;
  396.     margin-bottom:  10px !important;
  397.     text-align: left;
  398.     background: #1a1a1b !important;
  399. /* overflow: visible !important; */
  400.     z-index: 2;
  401. }
  402.  
  403.  
  404. /* ==== END ==== */
  405.  
  406. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement