index.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /* Festival section */
  2. /*div#festivals{
  3. width: 100%;
  4. }
  5. table.festival_section_table tr{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. table.festival_section_table tr td{
  10. min-width: 50%;
  11. height: 100%;
  12. vertical-align: top;
  13. padding-bottom: 1em;
  14. }
  15. table.festival_section_table tr td div.entry{
  16. height: 95%;
  17. }
  18. table.festival_section_table tr td div#festivals_summary{
  19. min-height: 15em;
  20. }
  21. table.festival_section_table tr td div#festivals_summary img{*/
  22. div#festivals img{
  23. display: inline-block;
  24. max-width: 40%;
  25. max-height: 15em;
  26. vertical-align: top;
  27. wfloat: left;
  28. margin-right: 2em;
  29. }
  30. div#festivals #festivals_summary_text{
  31. display: inline-block;
  32. max-width: 50%;
  33. }
  34. div#map{
  35. text-align: center;
  36. }
  37. div.festival_event{
  38. margin-left: 1.5em;
  39. }
  40. div#map iframe{
  41. width: 100%;
  42. margin: auto;
  43. min-height: 20em;
  44. max-height: 25em;
  45. }
  46. table.festival_section_table tr td div.festival_schedule span.title{
  47. font-weight: bold;
  48. /* font-size: 105%; */
  49. margin-left: 1em;
  50. }
  51. table.festival_section_table tr td div.festival_schedule span.description{
  52. font-style: italic;
  53. margin-left: 2em;
  54. font-size: 90%;
  55. }
  56. table.festival_section_table tr td div.festival_schedule table.location{
  57. border-collapse: collapse;
  58. margin: 0.5em 2em 0.5em 3em;
  59. font-size: 80%;
  60. }
  61. table.festival_section_table tr td div.festival_schedule table.location td{
  62. min-width: initial;
  63. height: initial;
  64. vertical-align: middle;
  65. padding-bottom: 0;
  66. }
  67. /* Upcoming activity section */
  68. div.section{
  69. margin-bottom: 2em;
  70. }
  71. div#upcoming_activity{
  72. display: table;
  73. }
  74. div.table div.tr{
  75. display: table-row;
  76. }
  77. div.table div.tr div.td{
  78. display: table-cell;
  79. vertical-align: top;
  80. }
  81. /* Contains the image of the upcoming activity */
  82. div#upcoming_image{
  83. display: inline-block;
  84. vertical-align: top;
  85. }
  86. div#upcoming_image img{
  87. max-height: 10em;
  88. max-width: 10em;
  89. margin: 1em;
  90. border: 0.15em solid #333333;
  91. border-radius: 0.2em;
  92. box-shadow: 0 0 0.5em #111111;
  93. }
  94. /* Contains the text of the upcoming activity */
  95. div#upcoming_text{
  96. display: inline-block;
  97. vertical-align: middle;
  98. }
  99. /* Contains the details of the upcoming activity */
  100. div#upcoming_details{
  101. display: inline-block;
  102. vertical-align: middle;
  103. float: right;
  104. margin-right: 0;
  105. text-align: center;
  106. padding-bottom: 2em;
  107. }
  108. div#upcoming_details table{
  109. border-collapse: collapse;
  110. text-align: left;
  111. font-style: italic;
  112. font-size: 80%;
  113. margin: 2em 2em 2em 4em;
  114. }
  115. div#upcoming_details table tr{
  116. border-bottom: 0.2em solid #7777aa;
  117. border-top: 0.2em solid #7777aa;
  118. border-collapse: collapse;
  119. }
  120. div#upcoming_details table td{
  121. padding: 0.3em;
  122. }
  123. /* Us section */
  124. div#us p{
  125. display: inline-block;
  126. vertical-align: top;
  127. }
  128. div#us div{
  129. position: absolute;
  130. top: 4em;
  131. right: 3em;
  132. text-align: center;
  133. }
  134. div#us div img{
  135. opacity: 0.4;
  136. max-height: 100px;
  137. max-width: 100px;
  138. }
  139. /* Table to present posts and photos on the same row */
  140. div#content_table{
  141. display: table;
  142. }
  143. div#content_table div.content_row{
  144. display: table-row;
  145. }
  146. div#content_table div.content_row div.content_cell{
  147. width: 50%;
  148. display: table-cell;
  149. }
  150. div#content_table div.content_row div#cell_posts div.section{
  151. margin-right: 1em;
  152. }
  153. div#content_table div.content_row div#cell_photos div.section{
  154. margin-left: 1em;
  155. }
  156. div#content_table div.content_row div.content_cell div.section div.entry{
  157. padding: 1em;
  158. }
  159. /* Section of the latest posts */
  160. div.post img{
  161. max-width: 7em;
  162. max-height: 9em;
  163. float: left;
  164. margin: 0.5em 1em 0.5em 0.5em;
  165. border: 0.1em solid #112244;
  166. /* border: 0.15em solid #333333; */
  167. /* border-radius: 0.2em; */
  168. /* box-shadow: 0 0 0.5em #111111; */
  169. }
  170. table.post_table p{ /*TODO fix*/
  171. /*NOW margin-left: 0.5em; */
  172. }
  173. /* contains the date for each recent post */
  174. div#content_table div.content_row div.content_cell div.section div.entry span{
  175. margin-right: 1em;
  176. display: block;
  177. text-align: right;
  178. /* float: right; */
  179. font-style: italic;
  180. font-size: 80%;
  181. }
  182. /* Links to each section */
  183. a.go_to_section{
  184. float: right;
  185. }
  186. /* Photos table */
  187. table#table_photos{
  188. table-layout: fixed;
  189. position: relative;
  190. width: 100%;
  191. }
  192. table#table_photos td{
  193. padding: 0.2em;
  194. text-align: center;
  195. }
  196. table#table_photos img{
  197. max-width: 90%;
  198. max-height: 10em;
  199. border: 0.1em solid #112244;
  200. /* border: 0.1em solid #333333; */
  201. /* box-shadow: 0 0 0.8em #000000; */
  202. /* border-radius: 0.2em */
  203. }
  204. div#latest_activities{
  205. display: block;
  206. margin-top: 2em;
  207. }
  208. div.activity_image{
  209. display: inline-block;
  210. vertical-align: top;
  211. max-width: 40%;
  212. max-height: 15em;
  213. text-align: center;
  214. }
  215. table.latest_activity td {
  216. vertical-align: top;
  217. }
  218. table.latest_activity td.latest_activity_image{
  219. max-width: 30%;
  220. }
  221. div#latest_activities img{
  222. /* max-width: 40%; */
  223. max-height: 10em;
  224. margin: 0.5em 1em 0.5em 0.5em;
  225. border: 0.1em solid #112244;
  226. /* border: 0.15em solid #333333; */
  227. /* border-radius: 0.2em; */
  228. /* box-shadow: 0 0 0.5em #111111; */
  229. }
  230. div.activity_text{
  231. display: inline-block;
  232. vertical-align: top;
  233. padding: 1em;
  234. }