lua.css 537 B

123456789101112131415161718192021222324252627282930313233343536
  1. body {
  2. color: #000000 ;
  3. background-color: #FFFFFF ;
  4. font-family: sans-serif ;
  5. text-align: justify ;
  6. margin-right: 20px ;
  7. margin-left: 20px ;
  8. }
  9. h1, h2, h3, h4 {
  10. font-weight: normal ;
  11. font-style: italic ;
  12. }
  13. a:link {
  14. color: #000080 ;
  15. background-color: inherit ;
  16. text-decoration: none ;
  17. }
  18. a:visited {
  19. background-color: inherit ;
  20. text-decoration: none ;
  21. }
  22. a:link:hover, a:visited:hover {
  23. color: #000080 ;
  24. background-color: #E0E0FF ;
  25. }
  26. hr {
  27. border: 0px none ;
  28. height: 1px ;
  29. color: #a0a0a0 ;
  30. background-color: #a0a0a0
  31. }