index.css 6.9 KB

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