style.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. body
  2. {
  3. margin-left:1cm;
  4. margin-right:1cm;
  5. margin-top:140px;
  6. background-image:url(icons/GTL.jpeg);
  7. background-position:top center;
  8. background-repeat:no-repeat;
  9. font-family:"Lucida Grande", "Verdana", sans-serif;
  10. font-size:10pt;
  11. }
  12. .wide
  13. {
  14. margin-top:1em;
  15. }
  16. .links
  17. {
  18. margin-left:-0.5cm;
  19. margin-right:-0.5cm;
  20. text-align:center;
  21. font-size:10pt;
  22. background-color:#CCC;
  23. border-top-width:1px;
  24. border-top-style:solid;
  25. border-bottom-width:1px;
  26. border-bottom-style:solid;
  27. border-color:black;
  28. padding:5px;
  29. }
  30. .copyright
  31. {
  32. margin-right:-0.5cm;
  33. text-align:right;
  34. font-size:8pt;
  35. }
  36. .heading
  37. {
  38. color: #C60;
  39. font-weight: bold;
  40. font-style: normal;
  41. padding-right:5pt;
  42. }
  43. .license
  44. {
  45. font-style:italic;
  46. }
  47. a:link
  48. {
  49. color: #900;
  50. font-style: normal;
  51. font-weight: normal;
  52. text-decoration: none;
  53. }
  54. a:visited
  55. {
  56. color: #600;
  57. font-style: normal;
  58. font-weight: normal;
  59. text-decoration: none;
  60. }
  61. a:active
  62. {
  63. color: #C60;
  64. font-style: normal;
  65. font-weight: normal;
  66. text-decoration: none;
  67. }
  68. a:hover
  69. {
  70. color: #900;
  71. font-style: normal;
  72. font-weight: normal;
  73. text-decoration: underline;
  74. }