Advertisement
daisukiseiya

Music player mod

Dec 30th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.74 KB | None | 0 0
  1. #inlineContent {
  2.     background-color: #333333;
  3.     background-image: url("http://i.imgur.com/R75jXL7.png");
  4.     background-position: center center;
  5.     background-repeat: no-repeat;
  6.     border-radius: 5px;
  7.     bottom: 5px;
  8.     color: white;
  9.     display: inline !important;
  10.     font-weight: lighter !important;
  11.     height: 5px !important;
  12.     left: 5px;
  13.     opacity: 1 !important;
  14.     padding-bottom: 20px;
  15.     pointer-events: none;
  16.     position: fixed;
  17.     width: 25px !important;
  18. }
  19. a[onclick^="getExpand(XXX"] {
  20.     border-bottom: medium none;
  21.     bottom: 5px;
  22.     color: #5c8ae6 !important;
  23.     font-size: 0;
  24.     left: 5px;
  25.     position: fixed;
  26.     transition: color 0.6s ease 0s;
  27. }
  28. a[onclick^="getExpand(XXX"]::before {
  29.     content: "-----";
  30.     font-size: 12px;
  31.     padding: 1px 2px 3px;
  32.     z-index: 100 !important;
  33. }
  34. #moreXXX .borderRBL {
  35.     border-radius: 5px !important;
  36.     bottom: 5px;
  37.     color: rgba(0, 0, 0, 0);
  38.     font-size: 0;
  39.     height: 5px;
  40.     left: 37px;
  41.     padding-bottom: 16px;
  42.     position: fixed;
  43.     width: 60px;
  44. }
  45. #moreXXX:hover .borderRBL::before {
  46.     background: white none repeat scroll 0 0 !important;
  47. }
  48.  
  49. #moreXXX iframe.movie.youtube {
  50.     bottom: 13px;
  51.     height: 10px;
  52.     left: 50px;
  53.     opacity: 0;
  54.     position: fixed;
  55.     width: 50px;
  56. }
  57.  
  58. #moreXXX .borderRBL::before {
  59.     background: #5c8ae6 none repeat scroll 0 0;
  60.     border: medium none;
  61.     border-radius: 50%;
  62.     bottom: 13px;
  63.     color: white;
  64.     content: "Play";
  65.     font-size: 12px;
  66.     height: 10px;
  67.     left: 49px;
  68.     line-height: 10px;
  69.     pointer-events: none;
  70.     position: fixed;
  71.     text-indent: 20px;
  72.     transition: color 0.6s ease 0s, background 0.6s ease 0s;
  73.     width: 10px;
  74.     z-index: 2;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement