Advertisement
janvier56

X EGBO WideSceen v.1

Jan 18th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.17 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("egbo.com") {
  4.  
  5. /* ==== X EGBO WideSceen  v.1 ==== */
  6.  
  7. /* === http://egbo.com === */
  8.  
  9. /* SUPP */
  10. .block-cookies ,
  11. .banner_video-play ,
  12. .tools .adv ,
  13. .spot ,
  14. .sponsor {
  15.     display: none !important;
  16. }
  17.  
  18. /* SIEZS */
  19. .main  ,
  20. body  ,
  21. .wrapper {
  22.     overflow: visible !important;
  23.     position: relative;
  24.     min-width: 100% !important;
  25. }
  26.  
  27. .width90 {
  28.     min-width: 100% !important;
  29.     max-width: 100% !important;
  30. }
  31. .tools ,
  32. .player-holder ,
  33. .player>div {
  34. width: 40% !important;
  35. margin-left: 0.2% !important;
  36. }
  37. .tab-content {
  38. width: 58% !important;
  39. margin-top: -510px !important;
  40. margin-left: 41% !important;
  41. }
  42. .tab-pane  {
  43. min-width: 100% !important;
  44. max-width: 100% !important;
  45.     margin-top: 62px !important;
  46.     padding: 2px 5px !important;
  47. }
  48. .tab-pane .thumbs-items {
  49.     min-width: 100% !important;
  50.     max-width: 100% !important;
  51. }
  52. /* .tab-pane .thumb-video  */
  53. .wrapper .header +.main  .container.width90 .headline + .thumbs-items .thumb-video {
  54.     width: 19.5% !important;
  55. padding: 2px !important;
  56. }
  57. .thumb.thumb-video>a ,
  58. .tab-pane .thumb-video a {
  59. padding: 2px !important;
  60. border: 1px solid black !important;
  61. }
  62. .thumb.thumb-video>a:visited ,
  63. .tab-pane .thumb-video a:visited {
  64. border: 1px solid tomato !important;
  65. }
  66.  
  67. /* INFOS */
  68. .buttons>a[href="#info"] {
  69. display: none !important;
  70. }
  71. .tab-pane#info {
  72. position: relative !important;
  73. display: inline-block!important;
  74. float: left !important;
  75. clear: both !important;
  76.     max-width: 68.1% !important;
  77.     min-width: 68.1% !important;
  78.     margin-top: 45% !important;
  79.     margin-left: -70.4% !important;
  80.     background: black !important;
  81. }
  82.  
  83. #info .info-block .information .head {
  84.     color: #d2c5c5 !important;
  85. }
  86. .info-block span.title {
  87. font-size: 12px !important;
  88.     color: #d2c5c5 !important;
  89. }
  90.  
  91.  
  92. /* CATEGORIE PAGES */
  93. .wrapper .header +.main  .container .headline + .thumbs-items .thumb-video {
  94.     width: 8% !important;
  95. }
  96.  
  97. /* ICONS */
  98. .tools .buttons a {
  99.     border-right: 1px solid #ddd;
  100.     color: #333;
  101.     display: table-cell;
  102.     padding: 4px 2px 3px !important;
  103.     text-align: center;
  104.     transition: background 0.3s ease 0s, color 0.3s ease 0s;
  105.     vertical-align: middle;
  106. }
  107.  
  108. .tools .buttons a i ,
  109. .info-block .title .ico-holder i.icon-views ,
  110. .info-block .title .ico-holder i {
  111.     font-size: 15px !important;
  112. }
  113.  
  114.  
  115. /* ===== */
  116.  
  117. .container {
  118.     min-width: 98% !important;
  119.     max-width: 98% !important;
  120. }
  121. /* .container .thumb {
  122.     width: 8% !important;
  123. } */
  124. .thumb .thumb-info {
  125.     border-color: -moz-use-text-color #e5e5e5 #e5e5e5;
  126.     border: none !important;
  127.     box-sizing: border-box;
  128.     color: #333;
  129.     font-size: 11px !important;
  130.     line-height: 11px !important;
  131.     overflow: hidden;
  132.     padding: 7px 2px !important;
  133.     position: relative;
  134. }
  135. .thumb .thumb-info .rating i {
  136. height: 5px !important;
  137. width: 5px !important;
  138.     font-weight: bold;
  139.     margin-right: 4px;
  140. border-radius: 3px !important;
  141. padding: 1px 3px !important;
  142.     color: white !important;
  143.     font-size: 10px !important;
  144. background: rgba(0, 0, 0, 0.18) !important;
  145. }
  146. /* ==== END ==== */
  147.  
  148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement