Frontend elements to SugoiMusic, including CSS and public/private headers.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
269 B

  1. .tooltipster-shadow {
  2. border-radius: 5px;
  3. background: #fff;
  4. box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
  5. color: #2c2c2c;
  6. }
  7. .tooltipster-shadow .tooltipster-content {
  8. font-family: 'Arial', sans-serif;
  9. font-size: 14px;
  10. line-height: 16px;
  11. padding: 8px 10px;
  12. }