advanced-search.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. #advanced_search_intro {
  2. width: 80%;
  3. margin-left: auto;
  4. margin-right: auto;
  5. text-align: justify;
  6. font-size: 16px;
  7. font-weight: 300;
  8. margin-top: 20px;
  9. }
  10. #advanced_search_intro h2 {
  11. text-align: center;
  12. }
  13. #advanced_search {
  14. margin-left: auto;
  15. margin-right: auto;
  16. }
  17. #question {
  18. width: 100%;
  19. text-align: left;
  20. font-size: 20px;
  21. }
  22. .selected_option {
  23. color: #202122;
  24. background-color: #fff;
  25. border-color: #a2a9b1;
  26. border-style: solid;
  27. border-width: 1px;
  28. border-radius: 2px;
  29. font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Lato,Helvetica,Arial,sans-serif;
  30. font-size: 1em;
  31. font-weight: 400;
  32. line-height: 1.3;
  33. width: 100%;
  34. box-sizing: border-box;
  35. padding-left: 0.5em;
  36. padding-right: 0.5em;
  37. padding-left: 0.5em;
  38. padding-right: 0.5em;
  39. padding-inline: 0.5em;
  40. padding-top: 0.313em;
  41. padding-bottom: 0.313em;
  42. padding-top: 0.313em;
  43. padding-bottom: 0.313em;
  44. padding-block: 0.313em;
  45. transition-duration: .25s;
  46. transition-timing-function: ease;
  47. transition-property: border-color,box-shadow;
  48. box-shadow: inset 0 0 0 1px transparent;
  49. }
  50. .advanced-form-select, .category-form-select, .collection-form-select{
  51. line-height: 1.3;
  52. font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Lato,Helvetica,Arial,sans-serif;
  53. font-size: 1em;
  54. font-weight: 700;
  55. color: #202122;
  56. background-color: #f8f9fa;
  57. }
  58. .advanced-form-select {
  59. padding: 0.5%;
  60. width: 400px;
  61. margin-bottom: 10px;
  62. }
  63. .category-form-select, .collection-form-select {
  64. padding: 2%;
  65. width: 400px;
  66. }
  67. .container_choice {
  68. margin-top: 1em;
  69. margin-bottom: 1em;
  70. margin-block: 1em;
  71. padding-top: 1em;
  72. padding-bottom: 1em;
  73. padding-block: 1em;
  74. padding-left: 1em;
  75. padding-right: 1em;
  76. padding-inline: 1em;
  77. background-color: #f8f9fa;
  78. border: 1px solid #c8ccd1;
  79. border-radius: 2px;
  80. }
  81. .choice_box {
  82. background-color: #fff;
  83. padding: 2%;
  84. border: 1px solid #c8ccd1;
  85. border-radius: 2px;
  86. }
  87. #search-option-area {
  88. width: 80%;
  89. margin-left: auto;
  90. margin-right: auto;
  91. }
  92. .drop-down-content {
  93. margin-right: 20px;
  94. }
  95. #wb_ClipArt1 {
  96. width: 80%;
  97. margin-left: auto;
  98. margin-right: auto;
  99. margin-top: 20px;
  100. margin-bottom: 20px;
  101. }
  102. #box_results {
  103. width: 80%;
  104. margin-left: auto;
  105. margin-right: auto;
  106. background: #f8f9fa;
  107. border: 1px solid #c8ccd1;
  108. border-radius: 2px 2px 0 0;
  109. border-bottom: none;
  110. }
  111. #box_results h3 {
  112. padding-left: 1em;
  113. font-size: 20px;
  114. padding-top: 0.5em
  115. }
  116. #query_results {
  117. padding-left: 2em;
  118. padding-right: 2em;
  119. font-size: .875em;
  120. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Lato,Helvetica,Arial,sans-serif;
  121. background-color: #fff;
  122. font-weight: 400;
  123. line-height: 1.6;
  124. border: 1px solid #c8ccd1;
  125. border-radius: 0 0 2px 2px;
  126. text-align: justify;
  127. min-height: 50px;
  128. margin-bottom: 50px;
  129. padding: 20px 50px
  130. }
  131. .t_head {
  132. font-weight: 600;
  133. }
  134. #query_results .row {
  135. border: 1px solid #c8ccd1;
  136. }
  137. #query_results .row .col {
  138. border-right: 1px solid #c8ccd1;
  139. padding: 1%;
  140. }
  141. .remove {
  142. float: right;
  143. margin-right: 20px;
  144. margin-top: 2px;
  145. }