index.css 5.0 KB

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