GeSHi Source Viewer: style.common.cssView Raw


  1. body {
  2.     background-color: #000;
  3.     color: #ddd;
  4.     font-size: 1em;
  5.     background-image: url(/core/images/black_wave_tile.jpg);
  6.     background-attachment: fixed;
  7.     font-family: Ubuntu, sans-serif
  8. }
  9.  
  10. a,
  11. a:hover,
  12. a:link,
  13. a:visited {
  14.     color: #eee
  15. }
  16.  
  17. #content_window,
  18. #playpause2 {
  19.     display: none
  20. }
  21.  
  22. #splayspeed,
  23. #sseek,
  24. #svol {
  25.     width: 330px;
  26.     height: 10px;
  27.     margin-top: 5px;
  28.     margin-bottom: 5px;
  29.     display: inline-block
  30. }