lablanca.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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: 50%;
  20. }
  21. div#content_table div.content_tr div#content_td_prices{
  22. width: 50%;
  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. /* programa.php */
  60. div#schedule{
  61. display: inline-block;
  62. vertical-align: top;
  63. margin-top: 2em;
  64. margin-right: 1em;
  65. text-align: center
  66. width: 100%;
  67. }
  68. div#schedule div.button{
  69. margin: 1em 0.5em 1em 0.5em;
  70. padding: 0.5em;
  71. display: inline-block;
  72. vertical-align: top;
  73. width: 40%;
  74. }
  75. div.day_title h4{
  76. font-size: 120%;
  77. margin: 0;
  78. padding: 0.5em;
  79. }
  80. div.day_schedule{
  81. overflow: hidden;
  82. max-height: 0em;
  83. transition: max-height 0.9s ease-in-out;
  84. }
  85. table.schedule{
  86. border-collapse: collapse;
  87. }
  88. table.schedule td{
  89. vertical-align: top;
  90. padding-left: 0.5em;
  91. padding-right: 0.5em;
  92. padding-bottom: 1em;
  93. }
  94. table.schedule td span.time{
  95. font-weight: bold;
  96. }
  97. table.schedule td span.title{
  98. font-weight: bold;
  99. font-style: italic;
  100. font-size: 110%;
  101. color: #001133;
  102. margin: 0 0.5em 0.5em 0.3em;
  103. letter-spacing: 0.05em;
  104. }
  105. table.schedule td div.description{
  106. margin: 0.3em 2em 0.5em 1.2em;
  107. color: #222222;
  108. }
  109. table.schedule td.timeline{
  110. width: 0.06em;
  111. padding: 0 0 1em 0;
  112. border-left: dotted #333333 0.1em;
  113. padding-left: 0;
  114. padding-right: 0;
  115. }
  116. table.schedule td.timeline img.timeline_dot{
  117. width: 1em;
  118. height: 1em;
  119. margin-left: -0.47em;
  120. margin-right: -0.41em;
  121. margin-top: 0.2em;
  122. }
  123. table.schedule div.location{
  124. font-size: 80%;
  125. border-collapse: collapse;
  126. margin-left: 2em;
  127. }
  128. table.schedule div.location span.route_start{
  129. opacity: 0.7;
  130. font-size: 90%;
  131. font-style: italic;
  132. }
  133. table.schedule div.location span.address{
  134. font-style: italic;
  135. }
  136. /* fiestas.php */
  137. div#prices{
  138. display: inline-block;
  139. vertical-align: top;
  140. margin-top: 2em;
  141. margin-right: 0;
  142. text-align: center;
  143. }
  144. div#prices h3, h4{
  145. text-align: left;
  146. }
  147. div#prices div.entry{
  148. display: block;
  149. vertical-align: top;
  150. text-align: left;
  151. }
  152. div#prices div.entry h4{
  153. margin-top: 0.5em;
  154. margin-left: 0.5em;
  155. }
  156. div#prices table#table_days{
  157. width: 90%;
  158. border-collapse: collapse;
  159. margin: auto;
  160. }
  161. div#prices table#table_days td{
  162. border-top: 0.2em solid #aaaaaa;
  163. padding: 0.5em 2em 0.5em 2em;
  164. }
  165. div#prices table#table_days td.price{
  166. color: #001133;
  167. font-weight: bold;
  168. font-size: 110%;
  169. }
  170. div#prices td.price{
  171. min-width: 4em;
  172. text-align: right;
  173. }
  174. div#prices table#table_offers{
  175. width: 90%;
  176. border-collapse: collapse;
  177. margin: auto;
  178. }
  179. div#prices table#table_offers td{
  180. border-top: 0.2em solid #aaaaaa;
  181. }
  182. div#prices table#table_offers td.price{
  183. min-width: 4em;
  184. text-align: right;
  185. color: #001133;
  186. font-weight: bold;
  187. font-size: 110%;
  188. }
  189. div#prices table#table_offers p.description{
  190. margin: 0.2em 0.2em 0.5em 2em;
  191. font-size: 90%;
  192. font-style: italic;
  193. color: #444444;
  194. }
  195. /* No fiestas */
  196. ul#no_fiestas{
  197. margin: 0 2em 2em 2em;
  198. }
  199. ul#no_fiestas li{
  200. margin-top: 2em;
  201. list-style-image: url('https://margolariak.com/img/misc/ul.png');
  202. list-style-type: circle;
  203. }
  204. ul#no_fiestas li span{
  205. font-weight: bold;
  206. font-style: italic;
  207. font-size: 110%;
  208. color: #001133;
  209. margin-right: 0.3em;
  210. letter-spacing: 0.05em;
  211. }