Advertisement
Guest User

Untitled

a guest
Dec 7th, 2012
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.28 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document url-prefix("https://www.youtube.com/my_subscriptions") {
  4. div.vm-video-info div {
  5.   color: red;
  6.   font-weight: bold;
  7. }
  8.  
  9. #yt-admin-sidebar a {
  10.   padding: 5px 5px 2px !important;
  11. }
  12.  
  13. #yt-admin-sidebar {
  14.   width: 148px !important; /*204*/
  15. }
  16.  
  17. #yt-admin-sidebar-hh {
  18.   width: 148px !important; /*204*/
  19. }
  20.  
  21. #yt-admin-content {
  22.   width: auto !important; /*763*/
  23. }
  24.  
  25. .vm-grid-video-list .vm-video-item {
  26.     margin-left: 12px !important;
  27.     margin-right: 12px !important;
  28.     padding-left: 0px !important;
  29.     padding-right: 0px !important;
  30.     width: auto !important;
  31. }
  32.  
  33. .yt-uix-form-input-radio-container, .yt-uix-form-input-checkbox-container {
  34.     display: none !important;
  35. }
  36.  
  37. #vm-page-subheader {
  38.     border-bottom: 0px !important;
  39. }
  40.  
  41. #vm-video-actions-bar {
  42.     display: none !important;
  43. }
  44.  
  45. .ytg-2col {
  46.     display: none !important;
  47. }
  48.  
  49. #yt-admin.recommendations {
  50.     background: -moz-linear-gradient(left center ,
  51.     rgba(4, 4, 4, 0.01) 0px,
  52.     rgba(20, 20, 20, 0.03) 136px,
  53.     rgba(21, 21, 21, 0.03) 137px,
  54.     rgba(21, 21, 21, 0.05) 147px,
  55.     rgba(32, 32, 32, 0.05) 148px,
  56.     #FFFFFF 149px,
  57.     transparent 149px,
  58.     transparent 100%) repeat scroll 0 0 transparent !important;
  59. }
  60.  
  61.  
  62.  
  63.  
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement