Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.38 KB | None | 0 0
  1. body {
  2.     margin: 0;
  3.     padding: 0;
  4.     text-align: left;
  5.     font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  6.     font-size: 13px;
  7.     color: #990000;
  8.     background: #ff3300
  9.     background-repeat:repeat-x;
  10. }
  11. *
  12. {
  13.   margin: 0 auto 0 auto;
  14.  text-align:left;}
  15.  
  16. #hoofdpagina
  17. {
  18.   display: block;
  19.   height:auto;
  20.   position: relative;
  21.   overflow: hidden;
  22.   width: 670px;
  23. }
  24.  
  25. .topNaviagationLink
  26. {
  27. text-align:center;
  28. position:relative;
  29. margin-top:30px;
  30. font-size:16px;
  31. margin-left:-10px;
  32. width:121px;
  33. height: 35px;
  34. line-height: 35px;
  35. float:left;
  36. color:#CEEAEE;
  37. font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  38. }
  39.  
  40.  
  41. .topNaviagationLink a
  42. {
  43. text-decoration:none;
  44. color:#CDE2FC;
  45. }
  46.  
  47. .topNaviagationLink a:hover
  48. {
  49. text-align:center;
  50. border-bottom:none;
  51. color:#0C61C9;
  52. display: block;
  53. width:121px;
  54. height: 35px;
  55. line-height: 35px;
  56. background-image:url(vierkant.png);
  57.  
  58. }
  59.  
  60. #plaatjehond1
  61. {
  62. width:670px;
  63. height:345px;
  64. background-color:#FFFFFF;
  65. }
  66.  
  67. #plaatjehond1
  68. {
  69. width:670px;
  70. height:345px;
  71. background-color:#FFFFFF;
  72. }
  73.  
  74. #plaatjehond1 .picture
  75. {
  76. position:relative;
  77. width:650px;
  78. height:325px;
  79. top:10px;
  80. background-image:url(lucky.jpg);
  81. background-repeat:no-repeat;
  82. margin-left:10px;
  83. }
  84.  
  85. #sitetitel
  86. {
  87. position:relative;
  88. top:30px;
  89. left:40px;
  90. font-size:25px;
  91. color:#FFFFFF;
  92. font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  93. }
  94.  
  95. #subtitel
  96. {
  97. position:relative;
  98. top:30px;
  99. left:50px;
  100. font-size:14px;
  101. color:#A9C8FA;
  102. font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
  103. }
  104.  
  105. .inhoud
  106. {
  107. width:670px;
  108. height:auto;
  109. background-color:#FFFFFF;
  110. margin-top:10px;
  111. }
  112.  
  113. .inhoud .innerBox
  114. {
  115. position:relative;
  116. width:650px;
  117. height:auto;
  118. top:10px;
  119. margin-left:10px;
  120. background-repeat:repeat-x;
  121. padding-bottom:35px;
  122. }
  123.  
  124. .inhoudTitle
  125. {
  126. font-size:19px;
  127. margin-bottom:0px;
  128. padding-top:18px;
  129. margin-left:15px;
  130. margin-top:15px;
  131. }
  132.  
  133. .inhoudText
  134. {
  135. font-size:13px;
  136. line-height:24px;
  137. margin-left:13px;
  138. margin-right:13px;
  139. }
  140.  
  141. #footer {
  142.  
  143. width: 670px;
  144. height:16px;
  145. background: url(onderkant.png) no-repeat;
  146. text-align:center;
  147. font-size:9px;
  148. font-family:Arial, Helvetica, sans-serif;
  149. color:#386172;
  150. padding-top:5px;
  151. }
  152.  
  153. #footer a
  154. {
  155. text-decoration:none;
  156. font-size:9px;
  157. color:#386172;
  158. }
  159.  
  160. html, body {
  161. text-align: center;
  162. }
  163. p {text-align: left;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement