Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. body {
  2. background-image: url("../afbeeldingen/background2.jpeg");
  3. background-size: cover;
  4. background-attachment: fixed;
  5. background-repeat: no-repeat;
  6. }
  7.  
  8. .navbar-default {
  9. background-color: rgba(255,255,255,0.8);
  10. border-color: gray;
  11. box-shadow: 0px 1px 8px black;
  12. }
  13.  
  14. .navbar-default .navbar-login {
  15. float: right;
  16. }
  17.  
  18. .navbar-default .navbar-nav > li > a{
  19. color: grey;
  20. }
  21.  
  22. .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  23. background-color:rgba(34,139,34,0.7);
  24. color:#fff;
  25. }
  26.  
  27. .navbar-default .navbar-brand {
  28. color: forestgreen;
  29. }
  30.  
  31. .pagina {
  32. border: solid;
  33. border-left-width: 5px;
  34. border-right-width: 5px;
  35. }
  36.  
  37. .hattemfoto {
  38. max-height: 500px;
  39. box-shadow: 1px 1px 6px black;
  40. }
  41.  
  42. .homeinfo {
  43. height: 100%;
  44. padding: 20px;
  45. background-color: rgba(255,255,255,0.5);
  46. text-shadow: 0.5px 0.5px 0.5px grey;
  47. box-shadow: 1px 1px 6px black;
  48. }
  49.  
  50. .wijbieden {
  51. height: 500px;
  52. width: auto;
  53. padding: 20px;
  54. background-color: rgba(255,255,255,0.5);
  55. text-shadow: 0.5px 0.5px 0.5px grey;
  56. box-shadow: 1px 1px 6px black;
  57. }
  58. h1 {
  59. font-family: "Dancing Script";
  60. color: forestgreen;
  61. }
  62.  
  63. p {
  64. font-size: 16px;
  65. }
  66.  
  67. .carousel-inner > .item > img,
  68. .carousel-inner > .item > a > img {
  69. width: 80%;
  70. height: 250px;
  71. margin: auto;
  72. }
  73.  
  74. #footer{
  75. display: table;
  76. text-align: center;
  77. margin-left: auto;
  78. margin-right: auto;
  79. width: 100%;
  80. background-color: rgba(34,139,34,0.6);
  81. border: solid;
  82. border-color: #1a1a1a;
  83. border-width: 0.5px;
  84. box-shadow: 0px 1px 8px grey;
  85. }
  86.  
  87. #footer > p {
  88. text-align: left;
  89. display: inline-block;
  90. margin: 10px;
  91. color: white;
  92. text-shadow: 0.5px 0.5px 0.5px grey;
  93. }
  94.  
  95. p > a {
  96. color: white;
  97. text-decoration: none;
  98. }
  99.  
  100. p > a:hover {
  101. color: darkgreen;
  102. }
  103.  
  104. .indebuurtGlobal{
  105. overflow: hidden;
  106. }
  107.  
  108. .indebuurtfoto {
  109. width: 100%;
  110. }
  111.  
  112. .indebuurtGlobal .indebuurt {
  113. height: 100%;
  114. width: 100%;
  115. padding: 20px;
  116. background-color: rgba(255,255,255,0.6);
  117. text-shadow: 0.5px 0.5px 0.5px grey;
  118. box-shadow: 1px 1px 6px black;
  119. margin-bottom: -99999px;
  120. padding-bottom: 99999px;
  121. }
  122.  
  123. .img-responsive {
  124. max-width: 100%;
  125. height: auto;
  126. display: block;
  127. }
  128.  
  129. .button {
  130. background-color: #4CAF50; /* Green */
  131. border: none;
  132. color: white;
  133. padding: 15px 32px;
  134. text-align: center;
  135. text-decoration: none;
  136. display: inline-block;
  137. font-size: 16px;
  138. }
  139.  
  140. .kamers {
  141. height: auto;
  142. width: auto;
  143. padding: 20px;
  144. background-color: rgba(255,255,255,0.6);
  145. text-shadow: 0.5px 0.5px 0.5px grey;
  146. box-shadow: 1px 1px 6px black;
  147. }
  148.  
  149. .reserveren {
  150. height: auto;
  151. width: auto;
  152. padding: 20px;
  153. background-color: rgba(255,255,255,0.3);
  154. text-shadow: 0.5px 0.5px 0.5px grey;
  155. box-shadow: 1px 1px 6px black;
  156. }
  157.  
  158. .reservereninfo {
  159. display: inline-block;
  160. }
  161.  
  162. .verplicht {
  163. color: red;
  164. }
  165.  
  166. .inlinebutton {
  167. display: inline;
  168. }
  169.  
  170. .naam {
  171. height: auto;
  172. width: auto;
  173. padding: 20px;
  174. background-color: rgba(255,255,255,0.3);
  175. text-shadow: 0.5px 0.5px 0.5px grey;
  176. box-shadow: 1px 1px 6px black;
  177. }
  178.  
  179. label > input{
  180. visibility: hidden;
  181. position: absolute;
  182. }
  183. label > input + img{
  184. cursor:pointer;
  185. border:2px solid transparent;
  186. }
  187. label > input:checked + img{
  188. border:2px solid #f00;
  189. }
  190.  
  191. table {
  192. width: 100%;
  193. }
  194. th {
  195. text-align: center;
  196. padding: 5px;
  197. font-size: 16px;
  198. border: 1px solid black;
  199. text-shadow: none;
  200. }
  201. td {
  202. text-align: left;
  203. border: 1px solid;
  204. padding: 10px;
  205. border: 1px solid black;
  206. width: 33%;
  207. }
  208. tr:nth-child(even) {
  209. background-color: rgba(34,139,34,0.6);
  210. color: white;
  211. }
  212. tr:nth-child(odd) {
  213. background-color: rgba(255,255,255,0.8);
  214. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement