lablanca.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. /* Table to present posts and photos on the same row */
  2. div#content_table{
  3. display: table;
  4. }
  5. div#content_table div.content_tr{
  6. display: table-row;
  7. }
  8. div#content_table div#content_tr_intro{
  9. width: 100%;
  10. }
  11. div#content_table div#content_tr_intro div.content_td{
  12. width: 100%;
  13. }
  14. div#content_table div.content_tr div.content_td{
  15. width: 50%;
  16. display: table-cell;
  17. }
  18. div#content_table div.content_tr div#content_td_schedule{
  19. width: 60%;
  20. }
  21. div#content_table div.content_tr div#content_td_prices{
  22. width: 40%;
  23. }
  24. div#content_table div.content_tr div#content_td_prices div#prices{
  25. width: 100%;
  26. }
  27. div.horiz{
  28. display: inline-block;
  29. }
  30. div.horiz img{
  31. display: inline;
  32. vertical-align: top;
  33. }
  34. div.horiz p{
  35. display: inline;
  36. vertical-align: top;
  37. }
  38. div#past_festivals ul li{
  39. margin: 0.5em;
  40. }
  41. /* fiestas.php */
  42. div#festivals_image_top_container{
  43. display: block;
  44. text-align: center;
  45. margin: 0.5em auto 0.5em auto;
  46. }
  47. div#festivals_image_top_container div#festivals_image_container{
  48. display: inline-block;
  49. border: 0.1em solid #001133;
  50. border-radius: 1em;
  51. box-shadow: 0 0 1em #111122;
  52. margin: 0.8em auto 0.8em auto;
  53. }
  54. div#festivals_image_top_container div#festivals_image_container img#festivals_image{
  55. border-radius: 1em;
  56. max-width: 60em;
  57. max-height: 20em;
  58. }
  59. div#schedule{
  60. display: inline-block;
  61. vertical-align: top;
  62. margin-top: 2em;
  63. margin-right: 1em;
  64. }
  65. div.day_title h4{
  66. font-size: 120%;
  67. margin: 0;
  68. padding: 0.5em;
  69. }
  70. div.day_schedule{
  71. overflow: hidden;
  72. max-height: 0em;
  73. transition: max-height 0.9s ease-in-out;
  74. }
  75. table.schedule{
  76. border-collapse: collapse;
  77. }
  78. table.schedule td{
  79. vertical-align: top;
  80. padding-left: 0.5em;
  81. padding-right: 0.5em;
  82. padding-bottom: 1em;
  83. }
  84. table.schedule td span.time{
  85. font-weight: bold;
  86. }
  87. table.schedule td span.title{
  88. font-weight: bold;
  89. font-style: italic;
  90. font-size: 110%;
  91. color: #001133;
  92. margin: 0 0.5em 0.5em 0.3em;
  93. letter-spacing: 0.05em;
  94. }
  95. table.schedule td div.description{
  96. margin: 0.3em 2em 0.5em 1.2em;
  97. color: #222222;
  98. }
  99. table.schedule td.timeline{
  100. width: 0.06em;
  101. padding: 0 0 1em 0;
  102. border-left: dotted #333333 0.1em;
  103. padding-left: 0;
  104. padding-right: 0;
  105. }
  106. table.schedule td.timeline img.timeline_dot{
  107. width: 1em;
  108. height: 1em;
  109. margin-left: -0.47em;
  110. margin-right: -0.41em;
  111. margin-top: 0.2em;
  112. }
  113. table.schedule div.location{
  114. font-size: 80%;
  115. border-collapse: collapse;
  116. margin-left: 2em;
  117. }
  118. table.schedule div.location img{
  119. max-height: 1.3em;
  120. vertical-align: middle;
  121. }
  122. table.schedule div.location span.address{
  123. font-style: italic;
  124. }
  125. div#prices{
  126. display: inline-block;
  127. vertical-align: top;
  128. margin-top: 2em;
  129. margin-right: 0;
  130. text-align: center;
  131. }
  132. div#prices h3, h4{
  133. text-align: left;
  134. }
  135. div#prices div.entry{
  136. display: block;
  137. vertical-align: top;
  138. text-align: left;
  139. }
  140. div#prices div.entry h4{
  141. margin-top: 0.5em;
  142. margin-left: 0.5em;
  143. }
  144. div#prices table#table_days{
  145. width: 90%;
  146. border-collapse: collapse;
  147. margin: auto;
  148. }
  149. div#prices table#table_days td{
  150. border-top: 0.2em solid #aaaaaa;
  151. padding: 0.5em 2em 0.5em 2em;
  152. }
  153. div#prices table#table_days td.price{
  154. color: #001133;
  155. font-weight: bold;
  156. font-size: 110%;
  157. }
  158. div#prices td.price{
  159. min-width: 4em;
  160. text-align: right;
  161. }
  162. div#prices table#table_offers{
  163. width: 90%;
  164. border-collapse: collapse;
  165. margin: auto;
  166. }
  167. div#prices table#table_offers td{
  168. border-top: 0.2em solid #aaaaaa;
  169. }
  170. div#prices table#table_offers td.price{
  171. min-width: 4em;
  172. text-align: right;
  173. color: #001133;
  174. font-weight: bold;
  175. font-size: 110%;
  176. }
  177. div#prices table#table_offers p.description{
  178. margin: 0.2em 0.2em 0.5em 2em;
  179. font-size: 90%;
  180. font-style: italic;
  181. color: #444444;
  182. }
  183. /* No fiestas */
  184. ul#no_fiestas{
  185. margin: 0 2em 2em 2em;
  186. }
  187. ul#no_fiestas li{
  188. margin-top: 2em;
  189. list-style-image: url('https://margolariak.com/img/misc/ul.png');
  190. list-style-type: circle;
  191. }
  192. ul#no_fiestas li span{
  193. font-weight: bold;
  194. font-style: italic;
  195. font-size: 110%;
  196. color: #001133;
  197. margin-right: 0.3em;
  198. letter-spacing: 0.05em;
  199. }