Public paste
basis.css 16-03
By: erwinski | Date: Mar 16 2010 09:40 | Format: None | Expires: never | Size: 1.22 KB | Hits: 803

  1. .achtergrond{
  2. background-position: 50% %;
  3. background-image: ../img/background.jpg;
  4. background-repeat: no-repeat;
  5. font-family: Arial;
  6. font-weight: bold;
  7. font-size: 14px;
  8. }
  9.  
  10. .tijd
  11. {
  12. font-family: Arial;
  13. font-weight: bold;
  14. font-size: 14px;
  15. }
  16.  
  17. a:link
  18. {
  19. text-decoration: none;
  20. color: #000099;
  21. }
  22.  
  23. a:visited
  24. {
  25. text-decoration: none;
  26. color: #000099;
  27. }
  28.  
  29. a:hover  
  30. {
  31. text-decoration: none;
  32. color: red;
  33. }
  34.  
  35. a:active
  36. {
  37. text-decoration: none;
  38. color: red;
  39. }
  40.  
  41. .content
  42. {
  43. font-weight:bold;
  44. margin-top: 5em;
  45. text-align: left;
  46. font-size: 14px;
  47. font-family: Tahoma;
  48. color: #000099;
  49. }
  50.  
  51. .menu
  52. {
  53.         position: fixed;
  54. }
  55.  
  56. .uitlog
  57. {
  58. text-align:right;
  59. font-weight:bold;
  60. font-size: 14px;
  61. font-family: Tahoma;
  62. color: #000099;
  63. }
  64.  
  65. .basis
  66. {
  67. text-align:left;
  68. font-weight:normal;
  69. font-size: 13px;
  70. font-family: Tahoma;
  71. color: black;
  72. }
  73.  
  74. #divmenu2
  75. {
  76. margin-top: -5em;
  77. position: static;
  78. margin-bottom: 1em;
  79. }
  80.  
  81. .tdinhoud
  82. {
  83. width:650px;
  84. overflow:scroll;
  85. font-weight:bold;
  86. margin-top: 5em;
  87. text-align: left;
  88. font-size: 14px;
  89. font-family: Tahoma;
  90. color: #000099;
  91. }
  92.  
  93. .pos_logo
  94. {
  95. padding-left: 0.6em;
  96. }
  97.  
  98. .zoeklinks
  99. {
  100. padding-top: 0.5em;
  101. font-family: Arial;
  102. font-weight: bold;
  103. font-size: 14px;
  104. }