actividades.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. /* /actividades/add/index.php */
  2. span.tab_selector{
  3. z-index: 1;
  4. position: relative;
  5. margin-bottom: 0;
  6. margin-right: 1em;
  7. margin-left: 1em;
  8. border-top: 0.1em solid #000000;
  9. border-left: 0.1em solid #000000;
  10. border-right: 0.1em solid #000000;
  11. border-top-right-radius: 0.3em;
  12. border-top-left-radius: 0.3em;
  13. padding: 0.5em 0.5em 0.1em 0.5em;
  14. background-color: #cccccc;
  15. font-weight: bold;
  16. }
  17. span#tab_selector_es{
  18. z-index: 3;
  19. }
  20. span#tab_selector_en{
  21. color: #8899bb;
  22. }
  23. span#tab_selector_eu{
  24. color: #8899bb;
  25. }
  26. span.tab_selector_hidden{
  27. border-bottom: 0.1em solid #000000;
  28. }
  29. div.tab_content{
  30. z-index: 2;
  31. position: relative;
  32. display: inline-block;
  33. vertical-align: top;
  34. margin-top: -0.1em;
  35. background-color: #cccccc;
  36. width: 30%;
  37. min-width: 25em;
  38. text-align: center;
  39. }
  40. div.tab_content input[type="text"]{
  41. width: 90%;
  42. }
  43. div.tab_content textarea{
  44. width: 90%;
  45. height: 25em;
  46. resize: none;
  47. }
  48. div.tab_content_hidden{
  49. display: none;
  50. }
  51. div#activity_images{
  52. display: inline-block;
  53. width: 40%;
  54. min-width: 20em;
  55. vertical-align: top;
  56. }
  57. div#activity_images input[name="day"]{
  58. width: 2em;
  59. }
  60. div#activity_images input[name="month"]{
  61. width: 2em;
  62. }
  63. div#activity_images input[name="year"]{
  64. width: 4em;
  65. }
  66. div#activity_images input[name="hour"]{
  67. width: 2em;
  68. }
  69. div#activity_images input[name="minute"]{
  70. width: 2em;
  71. }
  72. div#activity_images input[name="price"]{
  73. width: 4em;
  74. }
  75. div#activity_images input[name="people"]{
  76. width: 4em;
  77. }
  78. div.image_upload_container{
  79. margin: 0.5em 0 0.5em 1em;
  80. }
  81. img.image_upload_preview{
  82. max-width: 8em;
  83. max-height: 4em;
  84. vertical-align: middle;
  85. }
  86. div#activity_options{
  87. width: 15%;
  88. min-width: 14em;
  89. display: inline-block;
  90. vertical-align: top;
  91. }
  92. /* Translate page */
  93. div#translation_instructions{
  94. text-align: center;
  95. }
  96. div#translation_instructions ul{
  97. display: inline-block;
  98. text-align: left;
  99. }
  100. div#translation_instructions ul li{
  101. margin-top: 0.5em;
  102. }
  103. table#table_translate_languages td.translate_language{
  104. min-width: 30%;
  105. border-collapse: collapse;
  106. border: none;
  107. vertical-align: top;
  108. }
  109. table#table_translate_itinerary{
  110. border-collapse: collapse;
  111. }
  112. table#table_translate_itinerary td{
  113. border: 1px solid #000000;
  114. }
  115. div.translate_row_title{
  116. height: 3em;
  117. }
  118. div.translate_row_description{
  119. height: 28em;
  120. overflow: auto;
  121. }
  122. div.translate_row_description p{
  123. font-size: 80%;
  124. }
  125. div.translate_row_description textarea{
  126. width: 100%;
  127. height: 80%;
  128. resize: none;
  129. }
  130. div.translate_row_after{
  131. height: 28em;
  132. overflow: auto;
  133. }
  134. div.translate_row_after p{
  135. font-size: 80%;
  136. }
  137. div.translate_row_after textarea{
  138. width: 100%;
  139. height: 80%;
  140. resize: none;
  141. }
  142. div.translate_row_itinerary table{
  143. font-size: 80%;
  144. width: 100%;
  145. }
  146. div.translate_row_itinerary table tr{
  147. height: 5em;
  148. max-height: 5em;
  149. min-height: 5em;
  150. }
  151. div.translate_row_itinerary table tr{
  152. overflow: auto;
  153. }
  154. div.translate_row_itinerary table td textarea{
  155. width: 100%;
  156. min-width: 10em;
  157. height: 100%;
  158. resize: none;
  159. }
  160. /* /actividades/add/itinerary.php */
  161. table#itinerary{
  162. border-collapse: collapse;
  163. border: 0.1em solid #000000;
  164. }
  165. table#itinerary tr.itinerary_row{
  166. vertical-align: top;
  167. border-top: 0.5em solid #333333;
  168. display: none;
  169. }
  170. table#itinerary tr#itinerary_row_0{
  171. display: table-row;
  172. border-top: 0.1em solid #000000;
  173. }
  174. table#itinerary tr.itinerary_row td.itinerary_cell{
  175. border: 0.1em solid #000000;
  176. }
  177. table#itinerary tr.itinerary_row td.itinerary_cell h4{
  178. margin: 0.3em;
  179. }
  180. table#itinerary tr.itinerary_row td.time input{
  181. width: 3em;
  182. }
  183. table#itinerary tr.itinerary_row td.time select{
  184. max-width: 10em;
  185. }
  186. table#itinerary tr.itinerary_row td.time span{
  187. font-size: 85%;
  188. color: #6040a8;
  189. text-shadow: 0 0 0.5em #7799ff;
  190. text-decoration: none;
  191. transition: all .3s ease-in-out;
  192. }
  193. table#itinerary tr.itinerary_row td.time span:hover{
  194. color: #301075;
  195. text-shadow: 0 0 0.4em #ffffff;
  196. text-decoration: underline;
  197. }
  198. table#itinerary tr.itinerary_row td.title input{
  199. min-width: 3em;
  200. }
  201. table#itinerary tr.itinerary_row td.text textarea{
  202. min-width: 15em;
  203. height: 7em;
  204. resize: none;
  205. }
  206. table#activity_list{
  207. border-collapse: collapse;
  208. }
  209. table#activity_list td, th{
  210. border: 1px solid black;
  211. padding: 0.5em;
  212. }
  213. table#activity_list th{
  214. background-color: #999999;
  215. }
  216. table#activity_list td.activity_column_title{
  217. width: 10%;
  218. }
  219. table#activity_list td.activity_column_text{
  220. width: 25%;
  221. }
  222. table#activity_list td.activity_column_text img{
  223. max-width: 6em;
  224. max-height: 4em;
  225. border: 0.1em solid black;
  226. margin: 0.1em;
  227. }
  228. table#activity_list td.activity_column_details{
  229. width: 10%;
  230. text-align: center;
  231. }
  232. table#activity_list td.activity_column_translations{
  233. width: 10%;
  234. text-align: center;
  235. }
  236. table#activity_list td.activity_column_action{
  237. width: 10%;
  238. text-align: center;
  239. }
  240. table#activity_list form{
  241. margin: 0;
  242. }
  243. table#activity_list input[type="button"], input[type="submit"]{
  244. width: 90%;
  245. margin-top: 0.2em;
  246. margin-bottom: 0.2em;
  247. }
  248. div#translate_controls{
  249. width: 50%;
  250. margin-left: auto;
  251. margin-right: auto;
  252. text-align: center;
  253. }
  254. div#translate_controls input{
  255. width: 100%;
  256. margin-top: 1em;
  257. }