Counter Strike : Global Offensive Source Code
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.

41 lines
588 B

  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. a:link:active, a:visited:active {
  27. color: #FF0000 ;
  28. }
  29. hr {
  30. border: 0 ;
  31. height: 1px ;
  32. color: #a0a0a0 ;
  33. background-color: #a0a0a0 ;
  34. }