index.css 6.9 KB

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