pegasusthemes

comet v2 // part 2

Apr 14th, 2019
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. /***** EPISODE WIDGET
  2. by @leejordan / @venusthms
  3.  
  4. - do not copy any part of this theme !
  5. - terms of use: venusthms.tumblr.com/terms *****/
  6.  
  7. /* position */
  8. .sq {
  9. right: 10px; /* change to left if you want */
  10. top: 40px; /* change to bottom if you want */
  11. }
  12.  
  13. .episode {
  14. right:0; /* change to left if you want */
  15. top: 57px; /* change to bottom if you want */
  16. text-align: right;
  17. }
  18.  
  19. /* colours */
  20. .sq {background: #f6f6f6;} /* square */
  21. .sq:hover, .sqc {background: #fe5c5c } /* square hover */
  22. .square {border: 1px solid #fe5c5c;} /* square border */
  23.  
  24.  
  25. .full {background: #fe5c5c;} /* full ranking circles */
  26. .c {border: 1px solid #fe5c5c;} /* empty circles border */
  27.  
  28. /* squares */
  29. .sq {width: 16px;height: 16px; }
  30. .square { width: 14px;height: 14px;} /* keep two less than .sq */
  31.  
  32. /* container */
  33. .episode {
  34. position: fixed;
  35. width:200px;
  36. height: auto;
  37. padding: 5px 9px;
  38. background: #fff; /* background colour */
  39. display:none;
  40. }
  41.  
  42. /* comment cursor */
  43. .spoiler {cursor:pointer;}
  44.  
  45. /* rating circles */
  46. .c {width: 6px;height: 6px;border-radius: 100%}
Advertisement
Add Comment
Please, Sign In to add comment