index.css 6.9 KB

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