style_supernova.css 388 B

123456789101112131415161718192021222324
  1. /** elements **/
  2. body {
  3. background: #000 url('bg_falling.gif') repeat fixed;
  4. color: #fff;
  5. font-family: 'Tahoma', 'MS Sans Serif', sans-serif;
  6. font-size: 14px;
  7. margin: 20px auto;
  8. text-align: center;
  9. width: 750px;
  10. }
  11. a {
  12. color: #c5135e;
  13. text-decoration: none;
  14. }
  15. /** classes **/
  16. .text {
  17. box-sizing: border-box;
  18. margin: 20px 0;
  19. padding: 0 10px;
  20. text-align: left;
  21. }