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.

site.css 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. .select2-selection__rendered {
  2. line-height: 31px !important;
  3. }
  4. .select2-container .select2-selection--single {
  5. height: 38px !important;
  6. }
  7. .select2-selection__arrow {
  8. height: 34px !important;
  9. }
  10. .default-layout {
  11. margin-left: 0px !important;
  12. }
  13. .answerable {
  14. background-color: rgb(96, 208, 86);
  15. border-color: rgb(96, 208, 86);
  16. }
  17. .answered {
  18. background-color: rgb(102, 170, 96);
  19. border-color: rgb(102, 170, 96);
  20. }
  21. .correct {
  22. background-color: rgb(126, 232, 116);
  23. border-color: rgb(126, 232, 116);
  24. }
  25. .correct.answered {
  26. background-color: rgb(247, 247, 247);
  27. border-color: rgb(0, 255, 0);
  28. }
  29. .wrong {
  30. background-color: rgb(242, 119, 119);
  31. border-color: rgb(242, 119, 119);
  32. }
  33. .wrong.answered {
  34. background-color: rgb(247, 247, 247);
  35. border-color: rgb(255, 0, 0);
  36. }
  37. body {
  38. background: url('../img/gradient.png') no-repeat center center fixed;
  39. -webkit-background-size: cover;
  40. -moz-background-size: cover;
  41. -o-background-size: cover;
  42. background-size: cover;
  43. size: 16px;
  44. font-weight: bold;
  45. min-height: 100vh;
  46. height: fit-content;
  47. width: 100%;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. }
  52. .image-logo {
  53. margin-top: 0;
  54. margin-bottom: 25px;
  55. align-items: center;
  56. justify-content: center;
  57. display: flex;
  58. }
  59. .modal {
  60. display: flex;
  61. flex-direction: column;
  62. /*justify-content: center;*/
  63. /*align-items: center;*/
  64. padding: 32px;
  65. gap: 24px;
  66. max-width: 600px;
  67. height: fit-content;
  68. overflow-y: auto;
  69. scrollbar-width: thin;
  70. scrollbar-color: #ddd;
  71. background-color: #FFFFFF;
  72. color: #0D1C52;
  73. box-shadow: none;
  74. border-radius: 32px;
  75. margin: 1.3rem;
  76. }
  77. .modal::-webkit-scrollbar {
  78. width: 5px;
  79. }
  80. .modal::-webkit-scrollbar-track {
  81. background: #ddd;
  82. }
  83. .modal::-webkit-scrollbar-thumb {
  84. background: #777;
  85. }
  86. .modal-content {
  87. border-radius: 18px;
  88. }
  89. .image-logo {
  90. margin-bottom: 2rem;
  91. }
  92. .share-files {
  93. text-align: left !important;
  94. align-items: initial;
  95. color: #0D1C52;
  96. width: 100%;
  97. }
  98. h1 {
  99. text-align: center;
  100. font-size: 2rem;
  101. margin-bottom: 2rem;
  102. }
  103. .share-files-form {
  104. color: #0D1C52;
  105. width: 100%;
  106. }
  107. .button-box {
  108. text-align: center;
  109. margin-top: 10px;
  110. margin-bottom: 0;
  111. display: flex;
  112. flex-direction: row;
  113. justify-content: space-between;
  114. padding: 0;
  115. }
  116. .single-button-input {
  117. }
  118. .radio-input {
  119. display: none;
  120. color: #B9CFE4;
  121. }
  122. .label-available {
  123. cursor: pointer;
  124. border: 1px solid #0D1C52;
  125. border-radius: 5px;
  126. width: 100%;
  127. justify-content: center;
  128. align-items: center;
  129. display: flex;
  130. height: fit-content;
  131. }
  132. .label-text {
  133. font-size: 1.3rem;
  134. padding-left: 4px;
  135. }
  136. .label-text-lower {
  137. font-size: 16px;
  138. color: #FFA463;
  139. }
  140. .radio-input:checked ~ .label-available {
  141. /*background-color: #FFA463 !important;*/
  142. background-color: #90278F;
  143. color: #FFFFFF;
  144. }
  145. .share-button {
  146. /* Auto layout */
  147. display: flex;
  148. flex-direction: row;
  149. justify-content: center;
  150. align-items: center;
  151. padding: 32px;
  152. gap: 10px;
  153. text-transform: capitalize;
  154. width: 100%;
  155. background: #90278F;
  156. margin-top: 2rem;
  157. font-size: 1.3rem;
  158. height: 72px;
  159. border-radius: 18px;
  160. /* Inside auto layout */
  161. flex: none;
  162. order: 2;
  163. align-self: stretch;
  164. flex-grow: 0;
  165. color: #FFFFFF;
  166. }
  167. #filesUploaded {
  168. font-weight: 500;
  169. }
  170. .share-button:hover {
  171. /* Auto layout */
  172. display: flex;
  173. flex-direction: row;
  174. justify-content: center;
  175. align-items: center;
  176. padding: 32px;
  177. gap: 10px;
  178. width: 100%;
  179. background: #FFA463;
  180. margin-top: 2rem;
  181. font-size: 1.3rem;
  182. height: 72px;
  183. border-radius: 18px;
  184. /* Inside auto layout */
  185. flex: none;
  186. order: 2;
  187. align-self: stretch;
  188. flex-grow: 0;
  189. color: #FFFFFF;
  190. }
  191. .input-message {
  192. box-sizing: border-box;
  193. width: 100%;
  194. height: 90px;
  195. /* white */
  196. background: #FFFFFF;
  197. border: 1px solid #8F9DCE;
  198. border-radius: 4px;
  199. }
  200. .drop-here {
  201. box-sizing: border-box;
  202. width: 100%;
  203. height: 90px;
  204. /* white */
  205. background: #FFFFFF;
  206. border: 1px dashed #8F9DCE;
  207. border-radius: 4px;
  208. display: inline-block; /* [4] */
  209. vertical-align: middle;
  210. text-align: center;
  211. }
  212. .default-text {
  213. margin-top: 15px;
  214. height: 100%;
  215. /*text-align: center;*/
  216. }
  217. .link-show {
  218. align-items: center;
  219. align-self: center;
  220. align-content: center;
  221. border: 1px solid #8F9DCE;
  222. border-radius: 10px;
  223. color: #0D1C52;
  224. margin-bottom: 15px;
  225. }
  226. .browse-button {
  227. color: dodgerblue;
  228. margin-bottom: 3px;
  229. margin-left: 0px;
  230. }
  231. .image-file-upload {
  232. position: center;
  233. margin-top: 12px;
  234. margin-bottom: 3px;
  235. padding: 0 !important;
  236. }
  237. .text-files-upload {
  238. margin-top: 2px;
  239. margin-right: 0;
  240. }
  241. .share-more-files-button {
  242. padding-left: 4px;
  243. color: #FFA463;
  244. }
  245. .share-more-files-button:hover {
  246. color: #90278F;
  247. }
  248. p {
  249. padding-left: 2px;
  250. font-size: 20px;
  251. }