Advertisement
janvier56

X VideoSection v.1 (not Pinable...)

Sep 12th, 2014
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.25 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("videosection.com") {
  4.  
  5. /* ==== X VideoSection v.1 (not Pinable...) - ====
  6. ► Userstyles to optimize the space with a widescreen .
  7. ► Organize each page for less scrolling.:
  8. - Thumbnail compact Mozaic take the maximimun of the screen.
  9. - Player on the left , Infos or Thumbnails on the right.
  10.  when is possible:
  11. ► Many additional Infos added and organized
  12. ► Delete Publicity and adverts etc...
  13.  
  14. ==== */
  15.  
  16. /* SUPP - === */
  17. .player-side ,
  18. #embed-overlay ,
  19. #parrot {
  20.     display: none !important;
  21. }
  22.  
  23. /* PLAYER - === */
  24. .media:first-child {
  25.   margin-left: -490px !important;
  26.   margin-top: 0;
  27. }
  28. .media-body {
  29.   overflow: hidden;
  30.   width: 700px !important;
  31. }
  32.  
  33. .p-section.player-container {
  34.     margin-left: 61px!important;
  35.     margin-right: 0!important;
  36.     margin-top: -861px!important;
  37. width: 705px!important;
  38. }
  39. .player {
  40.   width: 928px !important;
  41. margin-left: 436px !important;
  42. }
  43. .p-section.player-container + .p-section {
  44.     margin-left: 900px!important;
  45. /*     margin-right: 0!important; */
  46.     margin-top: -861px!important;
  47.     width: 1005px!important;
  48. height: 820px!important;
  49. overflow: hidden!important;
  50. overflow-y: auto!important;
  51. }
  52. /* ==== END ==== */
  53.  
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement