You are here

search.css in AT Tools 8

@charset "UTF-8";
/**
 * Search results.
 ============================================================================ */
.item-list--search-results {
  border-radius: 2px;
}

.search-results {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1rem;
}
.search-results--empty h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
}
.search-results__item {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
  padding: 0;
  list-style: none;
}

.search-result__title {
  margin: 0;
}
.search-result__snippet-info {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
.search-result p {
  margin: 0;
}

/**
 * Search forms
 * - search block form
 * - advanced search form
 ============================================================================ */
.search-block-form__form {
  display: block;
  clear: both;
  position: relative;
}
.search-block-form__form .form-type-search,
.search-block-form__form .form-actions {
  display: inline;
  margin: 0 0 7px;
  margin: 0 0 0.4375rem;
}
.search-block-form__form .form-search {
  width: 100%;
}
.submit-is-visible .search-block-form__form .form-search {
  padding-right: 35px;
  padding-right: 2.1875rem;
}
.search-block-form__form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.search-block-form__form .form-submit {
  margin: 0;
  padding: 0;
  width: 32px;
  width: 2rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  background-image: url(../images/search-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 2px 2px 0;
}
.search-block-form__form .contextual-render-processed {
  top: 2px;
  right: 2em;
}
.search-block-form__form ::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 0.75;
}
.search-block-form__form :-moz-placeholder {
  color: #cccccc;
  opacity: 0.75;
}
.search-block-form__form ::-moz-placeholder {
  color: #cccccc;
  opacity: 0.75;
}
.search-block-form__form :-ms-input-placeholder {
  color: #cccccc;
  opacity: 0.75;
}

.search-basic {
  display: block;
}
.search-basic label {
  display: block;
  margin: 0 0 7px;
  margin: 0 0 0.4375rem;
}
.search-basic .form-type-search,
.search-basic .form-search {
  display: block;
  width: 100%;
  margin: 7px 0;
  margin: 0.4375rem 0;
}

.search-advanced .details-wrapper > fieldset > legend {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  word-wrap: normal;
  font: 0/0 a;
}
.search-advanced .form-text {
  min-width: 75%;
}
.search-advanced .form-item,
.search-advanced .form-radios,
.search-advanced .form-checkboxes {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.search-help-link {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: -24px;
  margin-top: -1.5rem;
  padding-right: 6px;
  padding-right: 0.375rem;
}
.search-help-link:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0;
  margin: 0;
  text-align: center;
  width: 16px;
  width: 1rem;
  display: none;
}
.fa-loaded .search-help-link:before {
  display: inline-block;
}

/*# sourceMappingURL=maps/search.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/search.css
View source
  1. @charset "UTF-8";
  2. /**
  3. * Search results.
  4. ============================================================================ */
  5. .item-list--search-results {
  6. border-radius: 2px;
  7. }
  8. .search-results {
  9. margin-bottom: 16px;
  10. margin-bottom: 1rem;
  11. padding: 16px;
  12. padding: 1rem;
  13. }
  14. .search-results--empty h3 {
  15. font-size: 18px;
  16. font-size: 1.125rem;
  17. line-height: 21px;
  18. line-height: 1.3125rem;
  19. }
  20. .search-results__item {
  21. margin-bottom: 26px;
  22. margin-bottom: 1.625rem;
  23. padding: 0;
  24. list-style: none;
  25. }
  26. .search-result__title {
  27. margin: 0;
  28. }
  29. .search-result__snippet-info {
  30. font-size: 14px;
  31. font-size: 0.875rem;
  32. line-height: 18px;
  33. line-height: 1.125rem;
  34. }
  35. .search-result p {
  36. margin: 0;
  37. }
  38. /**
  39. * Search forms
  40. * - search block form
  41. * - advanced search form
  42. ============================================================================ */
  43. .search-block-form__form {
  44. display: block;
  45. clear: both;
  46. position: relative;
  47. }
  48. .search-block-form__form .form-type-search,
  49. .search-block-form__form .form-actions {
  50. display: inline;
  51. margin: 0 0 7px;
  52. margin: 0 0 0.4375rem;
  53. }
  54. .search-block-form__form .form-search {
  55. width: 100%;
  56. }
  57. .submit-is-visible .search-block-form__form .form-search {
  58. padding-right: 35px;
  59. padding-right: 2.1875rem;
  60. }
  61. .search-block-form__form .form-actions {
  62. position: absolute;
  63. top: 0;
  64. right: 0;
  65. z-index: 1;
  66. }
  67. .search-block-form__form .form-submit {
  68. margin: 0;
  69. padding: 0;
  70. width: 32px;
  71. width: 2rem;
  72. text-indent: 100%;
  73. white-space: nowrap;
  74. overflow: hidden;
  75. font: 0/0 a;
  76. text-shadow: none;
  77. color: transparent;
  78. cursor: pointer;
  79. background-image: url(../images/search-icon.svg);
  80. background-position: center center;
  81. background-repeat: no-repeat;
  82. border-radius: 0 2px 2px 0;
  83. }
  84. .search-block-form__form .contextual-render-processed {
  85. top: 2px;
  86. right: 2em;
  87. }
  88. .search-block-form__form ::-webkit-input-placeholder {
  89. color: #cccccc;
  90. opacity: 0.75;
  91. }
  92. .search-block-form__form :-moz-placeholder {
  93. color: #cccccc;
  94. opacity: 0.75;
  95. }
  96. .search-block-form__form ::-moz-placeholder {
  97. color: #cccccc;
  98. opacity: 0.75;
  99. }
  100. .search-block-form__form :-ms-input-placeholder {
  101. color: #cccccc;
  102. opacity: 0.75;
  103. }
  104. .search-basic {
  105. display: block;
  106. }
  107. .search-basic label {
  108. display: block;
  109. margin: 0 0 7px;
  110. margin: 0 0 0.4375rem;
  111. }
  112. .search-basic .form-type-search,
  113. .search-basic .form-search {
  114. display: block;
  115. width: 100%;
  116. margin: 7px 0;
  117. margin: 0.4375rem 0;
  118. }
  119. .search-advanced .details-wrapper > fieldset > legend {
  120. position: absolute !important;
  121. clip: rect(1px, 1px, 1px, 1px);
  122. overflow: hidden;
  123. height: 1px;
  124. width: 1px;
  125. padding: 0;
  126. word-wrap: normal;
  127. font: 0/0 a;
  128. }
  129. .search-advanced .form-text {
  130. min-width: 75%;
  131. }
  132. .search-advanced .form-item,
  133. .search-advanced .form-radios,
  134. .search-advanced .form-checkboxes {
  135. margin-bottom: 7px;
  136. margin-bottom: 0.4375rem;
  137. }
  138. .search-help-link {
  139. float: right;
  140. font-size: 14px;
  141. font-size: 0.875rem;
  142. line-height: 18px;
  143. line-height: 1.125rem;
  144. margin-top: -24px;
  145. margin-top: -1.5rem;
  146. padding-right: 6px;
  147. padding-right: 0.375rem;
  148. }
  149. .search-help-link:before {
  150. font-family: FontAwesome, sans-serif;
  151. content: "";
  152. padding: 0;
  153. margin: 0;
  154. text-align: center;
  155. width: 16px;
  156. width: 1rem;
  157. display: none;
  158. }
  159. .fa-loaded .search-help-link:before {
  160. display: inline-block;
  161. }
  162. /*# sourceMappingURL=maps/search.css.map */