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.
 
 
 

48 lines
415 B

  1. pre, blockquote {
  2. color: #444;
  3. }
  4. .log1 {
  5. color: purple;
  6. }
  7. .log2 {
  8. color: yellow;
  9. }
  10. .log3 {
  11. color: blue;
  12. }
  13. .log4 {
  14. font-weight: bold;
  15. }
  16. .log5 {
  17. text-decoration: underline;
  18. }
  19. .good {
  20. font-weight: bold;
  21. color: green;
  22. }
  23. .bad {
  24. font-weight: bold;
  25. color: red;
  26. }
  27. .goodish {
  28. font-weight: bold;
  29. color: #35BF00;
  30. }
  31. .badish {
  32. font-weight: bold;
  33. color: #E5B244;
  34. }
  35. pre {
  36. overflow: auto;
  37. }