Licitator 1.0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

341 lines
7.8 KiB

5 years ago
  1. <style type="text/css">
  2. {% include 'admin/mercury-font.html.twig' %}
  3. *, h1, h2, h3, h4 {
  4. font-family: 'mercuryAcdr', 'Raleway', sans-serif;
  5. color: #6f6f6f;
  6. }
  7. {% if tarea[0].alias == 'ETAPA1_STEP3' or tarea[0].alias == 'ETAPA1_STEP4' %}
  8. #wizard .inner {
  9. display: grid;
  10. grid-template-columns: repeat(2, 1fr);
  11. grid-gap: 20px;
  12. }
  13. {% endif %}
  14. {% if tarea[0].alias == 'ETAPA1_INICIO' %}
  15. #radioTeams {
  16. left: 4%;
  17. top: 5%;
  18. }
  19. #radioProject {
  20. left: 88%;
  21. top: 40%;
  22. }
  23. #radioSustainableVision {
  24. left: 12%;
  25. top: 56%;
  26. }
  27. #radioContext {
  28. left: 83%;
  29. top: 69%;
  30. }
  31. .absolute-container > button {
  32. position: absolute;
  33. height: 6%;
  34. width: 5.5%;
  35. background: none;
  36. border: none;
  37. }
  38. .absolute-container {
  39. position: relative;
  40. }
  41. {% endif %}
  42. .exercises_links{
  43. display: flex;
  44. flex-wrap: wrap;
  45. margin-bottom: 30px;
  46. list-style: none;
  47. padding: 0;
  48. align-items: center;
  49. }
  50. .exercises_links > li > a.inicio-etapa{
  51. border: solid 1px #df540a;
  52. border-bottom: solid 6px #df540a;
  53. }
  54. .exercises_links > li > a{
  55. font-size: 13px;
  56. display: block;
  57. min-width: 30px;
  58. min-height: 30px;
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. margin: 5px 2px;
  63. border-bottom: solid 6px #df540a;
  64. color: #505050;
  65. padding: 0 5px;
  66. }
  67. .exercises_links > li > a.no-completada.inicio-etapa{
  68. color: #989898;
  69. }
  70. .exercises_links > li > a.no-completada{
  71. border-color: #989898 !important;
  72. cursor: default;
  73. }
  74. .exercises_links > li > a:not(.no-completada):hover{
  75. background: #df540a;
  76. color: #fff;
  77. }
  78. /* .exercises_links > li:hover{
  79. background: #e74e00;
  80. }
  81. .exercises_links > li:hover > a{
  82. color: #FFF;
  83. } */
  84. .alert-read-before p, .alert-read-before li {
  85. color: black !important;
  86. }
  87. .content > .container {
  88. margin-bottom: 50px;
  89. }
  90. .table-modal {
  91. width: 100%;
  92. }
  93. .casoestudiobtn.no-contenido {
  94. display: none;
  95. }
  96. #hidden_form_item {
  97. display: none;
  98. }
  99. .exercises_links > li {
  100. position: relative;
  101. }
  102. .exercises_links > li > p {
  103. position: absolute;
  104. white-space: nowrap;
  105. top: calc(100% - 5px);
  106. left: 50%;
  107. border-left: 1px solid darkblue;
  108. border-bottom: 1px solid darkblue;
  109. padding: 9px 0 5px 20px;
  110. color: darkblue;
  111. font-size: 25px;
  112. }
  113. .navigation-container {
  114. margin-bottom: 50px;
  115. }
  116. /* RECURSOS */
  117. .recursos__container{
  118. margin-bottom: 45px;
  119. }
  120. /* BOTONES */
  121. .recursos__container > .nav{
  122. }
  123. .recursos__container > .nav > li{
  124. }
  125. .recursos__container > .nav > li > a{
  126. font-size: 1.5rem;
  127. line-height: 1.5rem;
  128. border: none;
  129. padding: 8px 10px;
  130. font-weight: 500;
  131. }
  132. .recursos__container > .nav > li > a:hover,
  133. .recursos__container > .nav > li > a:focus,
  134. .recursos__container > .nav > li > a:active,
  135. .recursos__container > .nav > li.active > a{
  136. font-weight: 500;
  137. }
  138. /* read-before */
  139. .recursos__container > .nav > li > a{
  140. background: #4d8abe;
  141. color: #fff;
  142. }
  143. .recursos__container > .nav > li > a:hover,
  144. .recursos__container > .nav > li > a:focus,
  145. .recursos__container > .nav > li > a:active,
  146. .recursos__container > .nav > li.active > a{
  147. background: #a4a8a8 !important;
  148. color: #000;
  149. background-image: none;
  150. }
  151. /* FIN BOTONES */
  152. /* VENTANAS */
  153. .recursos__container > .tab-content{
  154. }
  155. .recursos__container > .tab-content > .tab-pane{
  156. background: #505050;
  157. box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  158. position: fixed;
  159. top: 10%;
  160. z-index: 999999999;
  161. left: 5%;
  162. width: 90%;
  163. height: 75%;
  164. padding: 30px;
  165. overflow-y: scroll;
  166. }
  167. .recursos__container > .tab-content > .tab-pane > .icon{
  168. position: initial;
  169. width: auto;
  170. height: 40px;
  171. top: initial;
  172. left: initial;
  173. border: none;
  174. background: none;
  175. padding: 0;
  176. margin: 0;
  177. display: flex;
  178. }
  179. .recursos__container > .tab-content > .tab-pane > .icon::after{
  180. display: none;
  181. }
  182. .recursos__container > .tab-content > .tab-pane > .icon > img{
  183. width: auto;
  184. height: 100%;
  185. }
  186. .recursos__container > .tab-content > div > button{
  187. color: #fff;
  188. opacity: 1;
  189. }
  190. .recursos__container > .tab-content > div > h2{
  191. color: #fff;
  192. font-size: 2.7rem;
  193. line-height: 2.7rem;
  194. font-weight: 700;
  195. margin: 0;
  196. padding: 0;
  197. margin-top: 20px;
  198. margin-bottom: 10px;
  199. font-family: 'Open Sans', sans-serif;
  200. }
  201. .recursos__container > .tab-content > div > h3{
  202. color: #fff;
  203. font-size: 2rem;
  204. line-height: 2.4rem;
  205. font-weight: 700;
  206. margin: 0;
  207. padding: 0;
  208. margin-top: 20px;
  209. margin-bottom: 10px;
  210. font-family: 'Open Sans', sans-serif;
  211. }
  212. .recursos__container > .tab-content > div > p{
  213. color: #fff;
  214. font-size: 1.4rem;
  215. line-height: 2.2rem;
  216. margin: 0;
  217. padding: 0;
  218. margin-bottom: 10px;
  219. }
  220. .recursos__container > .tab-content > div > ul{
  221. color: #fff;
  222. font-size: 14px;
  223. line-height: 20px;
  224. margin: 0;
  225. padding: 0;
  226. margin-bottom: 10px;
  227. list-style: initial;
  228. margin-left: 25px;
  229. }
  230. .recursos__container > .tab-content > div > ul > li{
  231. margin-bottom: 3px;
  232. }
  233. .recursos__container > .tab-content > .tab-pane{
  234. background: #a4a8a8;
  235. }
  236. /* FIN VENTANAS */
  237. /* FIN RECURSOS */
  238. .exercises_links > li:not(.inicio-etapa-li) {
  239. flex: 1;
  240. }
  241. .exercises_links > li > img.avatar {
  242. max-height: 100%;
  243. max-width: 100%;
  244. width: auto;
  245. height: 30px;
  246. background: white;
  247. vertical-align: middle;
  248. cursor: pointer;
  249. border: solid 1px #df540a;
  250. margin: 5px 0;
  251. padding: 0;
  252. }
  253. .orange {
  254. color: #df540a;
  255. }
  256. body > .wrapper > .content-wrapper, body {
  257. background-color: #cbcaca !important;
  258. }
  259. </style>