You are here

base.css in AT Tools 8.2

@charset "UTF-8";
/**
 * Page
 *  - page layout additions and overrides.
 ============================================================================ */
.page {
  position: relative;
  min-height: 100%;
  min-width: 100%;
}

.page-top, .page-bottom {
  padding: 0;
  margin: 0;
}

.l-pr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-rw {
  padding: 0 0.625em;
}

.l-r {
  transition: all, 225ms, ease-in-out;
}

/**
 * Elements
 * - set element global styles, basically whenever this element appears
 *   it should look like this by default.
 ============================================================================ */
html {
  font-size: 100%;
  line-height: 1.5em;
}

body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

[dir="rtl"] body {
  text-align: right;
}

html,
body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul,
ol,
dd,
dl,
p,
figure,
pre,
table,
hr,
form,
fieldset {
  margin: 0 0 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  line-height: 1.125;
}

h1, h2, h3, h5 {
  font-weight: 400;
}

h4, h6 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.625rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4,
h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

h1 small, .h1 small {
  font-size: 1.625rem;
}

h2 small, .h2 small {
  font-size: 1.25rem;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 1rem;
}

@media screen and (min-width: 60.0625em) {
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4,
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  h1 small, .h1 small {
    font-size: 2rem;
  }
  h2 small, .h2 small {
    font-size: 1.625rem;
  }
  h3 small, .h3 small {
    font-size: 1.25rem;
  }
  h4 small, .h4 small {
    font-size: 1rem;
  }
}

p:empty {
  display: none;
}

small {
  font-size: 0.75rem;
}

img {
  height: auto;
  line-height: 0;
  display: inline-block;
}

img,
embed,
object,
video {
  max-width: 100%;
}

video {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

img,
audio,
canvas,
video {
  vertical-align: middle;
}

svg {
  max-height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figcaption {
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.5rem 0;
  margin: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: underline;
}

a img {
  border: 0;
}

ul,
ol,
dl {
  padding-left: 3.25rem;
  padding-right: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 1rem;
}

[dir="rtl"] dd {
  margin-left: 0;
  margin-right: 1rem;
}

blockquote {
  padding: 1rem;
  margin-left: 3.25rem;
  margin-right: 0;
  border-left: 5px solid;
}

blockquote.simple-quote {
  border: 0 none;
  padding: 0;
  margin: 0;
}

blockquote p {
  font-weight: 300;
}

@media screen and (min-width: 60.0625em) {
  blockquote p {
    font-size: 1.25rem;
  }
}

blockquote p:first-child {
  margin-top: 0;
}

blockquote p:first-child:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0 0.3125rem 0 0;
  margin: 0;
  text-align: left;
  width: 1.25rem;
  display: none;
}

.fa-loaded blockquote p:first-child:before {
  display: inline-block;
}

[dir="rtl"] blockquote p:first-child:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote small {
  display: block;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-left: 0;
  border-right: 5px solid;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid;
  padding: 0;
  box-sizing: border-box;
}

code,
pre,
var,
kbd,
samp {
  font-family: "Courier New", Courier, monospace;
  overflow-x: auto;
}

pre {
  padding: 1rem;
}

[hidden],
template {
  display: none !important;
}

/**
 * Media
 * - styles for media objects such as iframe, video, embedding codes etc.
 ============================================================================ */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * List Styles
 ============================================================================ */
ul.inline, ul.links.inline {
  padding: 0;
}

ul.inline:before, ul.inline:after, ul.links.inline:before, ul.links.inline:after {
  content: " ";
  display: table;
}

ul.inline:after, ul.links.inline:after {
  clear: both;
}

ul.inline li {
  display: inline-block;
  margin: 0 0 0 0;
  list-style: none;
}

ul.inline li ul,
ul.inline li ol {
  display: inline-block;
}

[dir="rtl"] ul.inline li {
  margin-right: 0;
  margin-left: 0;
}

.no-bullets li {
  list-style: none;
}

.no-padding {
  padding: 0;
}

.item-list__title {
  font-weight: 700;
}

.item-list__list {
  padding: 0;
}

.item-list__item {
  list-style: none;
}

.item-list a {
  padding: 0.125rem 0;
  margin: 0.125rem 0;
}

.item-list--comma-list {
  display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}

.list-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.list-horizontal li {
  margin: 0 1rem 0 1rem;
  list-style: none;
}

[dir="rtl"] .list-horizontal li {
  margin-right: 16px;
  margin-left: 16px;
}

.list-multicolumn {
  padding: 0;
}

.list-multicolumn:before, .list-multicolumn:after {
  content: " ";
  display: table;
}

.list-multicolumn:after {
  clear: both;
}

.list-multicolumn > li {
  font-weight: 700;
  list-style: none;
}

.list-multicolumn ul, .list-multicolumn ol {
  font-weight: 400;
  padding: 0;
}

@media screen and (max-width: 60em) {
  .list-multicolumn:before, .list-multicolumn:after {
    content: " ";
    display: table;
  }
  .list-multicolumn:after {
    clear: both;
  }
  .list-multicolumn > li {
    width: 12em;
    float: left;
    list-style: none;
  }
  .list-multicolumn ul, .list-multicolumn ol {
    padding: 0;
  }
  .list-multicolumn a {
    display: block;
  }
}

@media screen and (max-width: 60em) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    text-align: left;
    width: 11em;
  }
  .dl-horizontal dt:after {
    content: ":";
  }
  .dl-horizontal dd {
    margin-left: 12em;
    overflow: hidden;
  }
}

.list-group {
  padding-left: 0;
  margin-left: 0;
}

/**
 * Skip link
 *  - Allows keyboard users to quickly skip to the main content of the page.
 ============================================================================ */
.skip-link {
  color: #fff;
  background-color: #444;
  border-radius: 0 0 2px 2px;
  opacity: 0;
  transition: opacity 0.15s ease-in;
  z-index: 50;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  padding: 0.375rem 1rem;
}

@media screen and (max-width: 45em) {
  .skip-link {
    left: 10%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.skip-link:visited, .skip-link:active, .skip-link:focus {
  color: #fff;
}

.skip-link:focus {
  text-decoration: none;
  opacity: 1;
}

.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  width: 11.25rem;
}

@media screen and (max-width: 45em) {
  .skip-link.visually-hidden.focusable:focus {
    width: 80%;
  }
}

/**
 * Feed Icons
 *  - icons are SVG, SEE feed-icon.html.twig in AT Core templates directory.
 ============================================================================ */
.feed-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}

/**
 * Links
 * Links are used on node and comments, e.g. read more. They're also used by
 * blocks such as the language switcher and Devel modules switch user block.
 ============================================================================ */
.links {
  list-style: none;
  padding: 0;
}

.links.inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.links.inline li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 16px 0 0;
}

.links.inline li[class*='hidden'] {
  display: none;
}

[dir="rtl"] .links.inline li {
  margin: 0 0 0 16px;
}

/**
 * Node previews
 *  - style the preview bar a little better than default.
 ============================================================================ */
.node-preview-container {
  position: relative;
  z-index: 499;
  width: 100%;
  min-width: 100%;
  background-color: #d1e8f5;
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.25rem 0;
}

.node-preview-container form {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.node-preview-container form:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width: 45em) {
  .node-preview-container .form-item-view-mode {
    display: block !important;
  }
}

.node-preview-backlink {
  float: left;
  margin-right: 1.25rem;
}

@media screen and (max-width: 45em) {
  .node-preview-backlink {
    float: none;
    display: block;
    margin: 0 0 0.75rem;
  }
}

.node-preview-backlink:before {
  font-family: FontAwesome, sans-serif;
  content: "";
  padding: 0 0.5rem 0 0;
  margin: 0;
  display: none;
}

.fa-loaded .node-preview-backlink:before {
  display: inline-block;
}

[dir="rtl"] .node-preview-backlink:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.node-preview-form-select {
  margin: 1.25rem 0;
  padding: 0 1.25rem;
}

.node-preview-form-select .form-select {
  min-width: 10rem;
}

/**
 * CK Editor
 * - classes and styles set by CK Editor.
 ============================================================================ */
.text-align-justify {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/**
 * States.
 ============================================================================ */
/**
 * AT attribution message
 *  - a toggle setting in the theme settings, you can turn it on/off using
 *    the Markup overrides extension.
 ============================================================================ */
.l-attribution {
  -webkit-order: 100;
      -ms-flex-order: 100;
          order: 100;
}

.attribution .l-rw {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2rem;
  text-align: right;
}

.attribution__link {
  text-decoration: none;
  font-size: 0.75rem;
}

/**
 * Utility
 * - useful classes to be used anywhere.
 ============================================================================ */
.is-flexposition-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  width: 100%;
}

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.is-vertical-center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-vertical-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.is-vertical-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.is-horizontal-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-horizontal-left {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.is-horizontal-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*# sourceMappingURL=base.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/base.css
View source
  1. @charset "UTF-8";
  2. /**
  3. * Page
  4. * - page layout additions and overrides.
  5. ============================================================================ */
  6. .page {
  7. position: relative;
  8. min-height: 100%;
  9. min-width: 100%;
  10. }
  11. .page-top, .page-bottom {
  12. padding: 0;
  13. margin: 0;
  14. }
  15. .l-pr {
  16. display: -webkit-flex;
  17. display: -ms-flexbox;
  18. display: flex;
  19. -webkit-justify-content: center;
  20. -ms-flex-pack: center;
  21. justify-content: center;
  22. }
  23. .l-rw {
  24. padding: 0 0.625em;
  25. }
  26. .l-r {
  27. transition: all, 225ms, ease-in-out;
  28. }
  29. /**
  30. * Elements
  31. * - set element global styles, basically whenever this element appears
  32. * it should look like this by default.
  33. ============================================================================ */
  34. html {
  35. font-size: 100%;
  36. line-height: 1.5em;
  37. }
  38. body {
  39. font-family: sans-serif;
  40. padding: 0;
  41. margin: 0;
  42. -webkit-font-smoothing: subpixel-antialiased;
  43. }
  44. [dir="rtl"] body {
  45. text-align: right;
  46. }
  47. html,
  48. body {
  49. height: 100%;
  50. }
  51. * {
  52. box-sizing: border-box;
  53. }
  54. article,
  55. aside,
  56. details,
  57. figcaption,
  58. figure,
  59. footer,
  60. header,
  61. main,
  62. menu,
  63. nav,
  64. section,
  65. summary {
  66. display: block;
  67. }
  68. ul,
  69. ol,
  70. dd,
  71. dl,
  72. p,
  73. figure,
  74. pre,
  75. table,
  76. hr,
  77. form,
  78. fieldset {
  79. margin: 0 0 1.25rem;
  80. }
  81. h1, h2, h3, h4, h5, h6 {
  82. margin: 0 0 1rem;
  83. line-height: 1.125;
  84. }
  85. h1, h2, h3, h5 {
  86. font-weight: 400;
  87. }
  88. h4, h6 {
  89. font-weight: 600;
  90. }
  91. h1, .h1 {
  92. font-size: 2rem;
  93. }
  94. h2, .h2 {
  95. font-size: 1.625rem;
  96. }
  97. h3, .h3 {
  98. font-size: 1.25rem;
  99. }
  100. h4, .h4,
  101. h5, .h5 {
  102. font-size: 1rem;
  103. }
  104. h6, .h6 {
  105. font-size: 0.75rem;
  106. }
  107. h1 small, .h1 small {
  108. font-size: 1.625rem;
  109. }
  110. h2 small, .h2 small {
  111. font-size: 1.25rem;
  112. }
  113. h3 small, .h3 small,
  114. h4 small, .h4 small {
  115. font-size: 1rem;
  116. }
  117. @media screen and (min-width: 60.0625em) {
  118. h1, .h1 {
  119. font-size: 2.625rem;
  120. }
  121. h2, .h2 {
  122. font-size: 2rem;
  123. }
  124. h3, .h3 {
  125. font-size: 1.625rem;
  126. }
  127. h4, .h4,
  128. h5, .h5 {
  129. font-size: 1.25rem;
  130. }
  131. h6, .h6 {
  132. font-size: 1rem;
  133. }
  134. h1 small, .h1 small {
  135. font-size: 2rem;
  136. }
  137. h2 small, .h2 small {
  138. font-size: 1.625rem;
  139. }
  140. h3 small, .h3 small {
  141. font-size: 1.25rem;
  142. }
  143. h4 small, .h4 small {
  144. font-size: 1rem;
  145. }
  146. }
  147. p:empty {
  148. display: none;
  149. }
  150. small {
  151. font-size: 0.75rem;
  152. }
  153. img {
  154. height: auto;
  155. line-height: 0;
  156. display: inline-block;
  157. }
  158. img,
  159. embed,
  160. object,
  161. video {
  162. max-width: 100%;
  163. }
  164. video {
  165. position: relative;
  166. width: 100%;
  167. height: 100%;
  168. background-color: #000;
  169. overflow: hidden;
  170. }
  171. img,
  172. audio,
  173. canvas,
  174. video {
  175. vertical-align: middle;
  176. }
  177. svg {
  178. max-height: 100%;
  179. }
  180. svg:not(:root) {
  181. overflow: hidden;
  182. }
  183. figcaption {
  184. font-size: 0.75rem;
  185. line-height: 1.25rem;
  186. padding: 0.5rem 0;
  187. margin: auto;
  188. }
  189. a {
  190. text-decoration: none;
  191. cursor: pointer;
  192. }
  193. a:hover, a:focus {
  194. text-decoration: underline;
  195. }
  196. a img {
  197. border: 0;
  198. }
  199. ul,
  200. ol,
  201. dl {
  202. padding-left: 3.25rem;
  203. padding-right: 0;
  204. }
  205. dt {
  206. font-weight: 600;
  207. }
  208. dd {
  209. margin-left: 1rem;
  210. }
  211. [dir="rtl"] dd {
  212. margin-left: 0;
  213. margin-right: 1rem;
  214. }
  215. blockquote {
  216. padding: 1rem;
  217. margin-left: 3.25rem;
  218. margin-right: 0;
  219. border-left: 5px solid;
  220. }
  221. blockquote.simple-quote {
  222. border: 0 none;
  223. padding: 0;
  224. margin: 0;
  225. }
  226. blockquote p {
  227. font-weight: 300;
  228. }
  229. @media screen and (min-width: 60.0625em) {
  230. blockquote p {
  231. font-size: 1.25rem;
  232. }
  233. }
  234. blockquote p:first-child {
  235. margin-top: 0;
  236. }
  237. blockquote p:first-child:before {
  238. font-family: FontAwesome, sans-serif;
  239. content: "";
  240. padding: 0 0.3125rem 0 0;
  241. margin: 0;
  242. text-align: left;
  243. width: 1.25rem;
  244. display: none;
  245. }
  246. .fa-loaded blockquote p:first-child:before {
  247. display: inline-block;
  248. }
  249. [dir="rtl"] blockquote p:first-child:before {
  250. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  251. -webkit-transform: scale(-1, 1);
  252. -ms-transform: scale(-1, 1);
  253. transform: scale(-1, 1);
  254. }
  255. blockquote p:last-of-type {
  256. margin-bottom: 0;
  257. }
  258. blockquote small {
  259. display: block;
  260. }
  261. blockquote small:before {
  262. content: '\2014 \00A0';
  263. }
  264. blockquote.pull-right {
  265. padding-left: 0;
  266. border-right: 5px solid;
  267. border-left: 0;
  268. }
  269. blockquote.pull-right p,
  270. blockquote.pull-right small {
  271. text-align: right;
  272. }
  273. blockquote.pull-right small:before {
  274. content: '';
  275. }
  276. blockquote.pull-right small:after {
  277. content: '\00A0 \2014';
  278. }
  279. hr {
  280. height: 1px;
  281. border: 0;
  282. border-top: 1px solid;
  283. padding: 0;
  284. box-sizing: border-box;
  285. }
  286. code,
  287. pre,
  288. var,
  289. kbd,
  290. samp {
  291. font-family: "Courier New", Courier, monospace;
  292. overflow-x: auto;
  293. }
  294. pre {
  295. padding: 1rem;
  296. }
  297. [hidden],
  298. template {
  299. display: none !important;
  300. }
  301. /**
  302. * Media
  303. * - styles for media objects such as iframe, video, embedding codes etc.
  304. ============================================================================ */
  305. .embed-container {
  306. position: relative;
  307. padding-bottom: 56.25%;
  308. height: 0;
  309. overflow: hidden;
  310. max-width: 100%;
  311. }
  312. .embed-container iframe,
  313. .embed-container object,
  314. .embed-container embed {
  315. position: absolute;
  316. top: 0;
  317. left: 0;
  318. width: 100%;
  319. height: 100%;
  320. }
  321. /**
  322. * List Styles
  323. ============================================================================ */
  324. ul.inline, ul.links.inline {
  325. padding: 0;
  326. }
  327. ul.inline:before, ul.inline:after, ul.links.inline:before, ul.links.inline:after {
  328. content: " ";
  329. display: table;
  330. }
  331. ul.inline:after, ul.links.inline:after {
  332. clear: both;
  333. }
  334. ul.inline li {
  335. display: inline-block;
  336. margin: 0 0 0 0;
  337. list-style: none;
  338. }
  339. ul.inline li ul,
  340. ul.inline li ol {
  341. display: inline-block;
  342. }
  343. [dir="rtl"] ul.inline li {
  344. margin-right: 0;
  345. margin-left: 0;
  346. }
  347. .no-bullets li {
  348. list-style: none;
  349. }
  350. .no-padding {
  351. padding: 0;
  352. }
  353. .item-list__title {
  354. font-weight: 700;
  355. }
  356. .item-list__list {
  357. padding: 0;
  358. }
  359. .item-list__item {
  360. list-style: none;
  361. }
  362. .item-list a {
  363. padding: 0.125rem 0;
  364. margin: 0.125rem 0;
  365. }
  366. .item-list--comma-list {
  367. display: inline;
  368. }
  369. .item-list--comma-list .item-list__comma-list,
  370. .item-list__comma-list li,
  371. [dir="rtl"] .item-list--comma-list .item-list__comma-list,
  372. [dir="rtl"] .item-list__comma-list li {
  373. margin: 0;
  374. }
  375. .list-horizontal {
  376. display: -webkit-flex;
  377. display: -ms-flexbox;
  378. display: flex;
  379. -webkit-flex-direction: row;
  380. -ms-flex-direction: row;
  381. flex-direction: row;
  382. }
  383. .list-horizontal li {
  384. margin: 0 1rem 0 1rem;
  385. list-style: none;
  386. }
  387. [dir="rtl"] .list-horizontal li {
  388. margin-right: 16px;
  389. margin-left: 16px;
  390. }
  391. .list-multicolumn {
  392. padding: 0;
  393. }
  394. .list-multicolumn:before, .list-multicolumn:after {
  395. content: " ";
  396. display: table;
  397. }
  398. .list-multicolumn:after {
  399. clear: both;
  400. }
  401. .list-multicolumn > li {
  402. font-weight: 700;
  403. list-style: none;
  404. }
  405. .list-multicolumn ul, .list-multicolumn ol {
  406. font-weight: 400;
  407. padding: 0;
  408. }
  409. @media screen and (max-width: 60em) {
  410. .list-multicolumn:before, .list-multicolumn:after {
  411. content: " ";
  412. display: table;
  413. }
  414. .list-multicolumn:after {
  415. clear: both;
  416. }
  417. .list-multicolumn > li {
  418. width: 12em;
  419. float: left;
  420. list-style: none;
  421. }
  422. .list-multicolumn ul, .list-multicolumn ol {
  423. padding: 0;
  424. }
  425. .list-multicolumn a {
  426. display: block;
  427. }
  428. }
  429. @media screen and (max-width: 60em) {
  430. .dl-horizontal dt {
  431. float: left;
  432. clear: left;
  433. text-align: left;
  434. width: 11em;
  435. }
  436. .dl-horizontal dt:after {
  437. content: ":";
  438. }
  439. .dl-horizontal dd {
  440. margin-left: 12em;
  441. overflow: hidden;
  442. }
  443. }
  444. .list-group {
  445. padding-left: 0;
  446. margin-left: 0;
  447. }
  448. /**
  449. * Skip link
  450. * - Allows keyboard users to quickly skip to the main content of the page.
  451. ============================================================================ */
  452. .skip-link {
  453. color: #fff;
  454. background-color: #444;
  455. border-radius: 0 0 2px 2px;
  456. opacity: 0;
  457. transition: opacity 0.15s ease-in;
  458. z-index: 50;
  459. left: 50%;
  460. -webkit-transform: translateX(-50%);
  461. -ms-transform: translateX(-50%);
  462. transform: translateX(-50%);
  463. display: block;
  464. text-align: center;
  465. padding: 0.375rem 1rem;
  466. }
  467. @media screen and (max-width: 45em) {
  468. .skip-link {
  469. left: 10%;
  470. -webkit-transform: none;
  471. -ms-transform: none;
  472. transform: none;
  473. }
  474. }
  475. .skip-link:visited, .skip-link:active, .skip-link:focus {
  476. color: #fff;
  477. }
  478. .skip-link:focus {
  479. text-decoration: none;
  480. opacity: 1;
  481. }
  482. .skip-link.visually-hidden.focusable:focus {
  483. position: absolute !important;
  484. width: 11.25rem;
  485. }
  486. @media screen and (max-width: 45em) {
  487. .skip-link.visually-hidden.focusable:focus {
  488. width: 80%;
  489. }
  490. }
  491. /**
  492. * Feed Icons
  493. * - icons are SVG, SEE feed-icon.html.twig in AT Core templates directory.
  494. ============================================================================ */
  495. .feed-icon {
  496. display: block;
  497. width: 1rem;
  498. height: 1rem;
  499. }
  500. /**
  501. * Links
  502. * Links are used on node and comments, e.g. read more. They're also used by
  503. * blocks such as the language switcher and Devel modules switch user block.
  504. ============================================================================ */
  505. .links {
  506. list-style: none;
  507. padding: 0;
  508. }
  509. .links.inline {
  510. display: -webkit-flex;
  511. display: -ms-flexbox;
  512. display: flex;
  513. -webkit-flex-direction: row;
  514. -ms-flex-direction: row;
  515. flex-direction: row;
  516. -webkit-flex-wrap: wrap;
  517. -ms-flex-wrap: wrap;
  518. flex-wrap: wrap;
  519. -webkit-justify-content: flex-start;
  520. -ms-flex-pack: start;
  521. justify-content: flex-start;
  522. }
  523. .links.inline li {
  524. -webkit-flex: 0 0 auto;
  525. -ms-flex: 0 0 auto;
  526. flex: 0 0 auto;
  527. margin: 0 16px 0 0;
  528. }
  529. .links.inline li[class*='hidden'] {
  530. display: none;
  531. }
  532. [dir="rtl"] .links.inline li {
  533. margin: 0 0 0 16px;
  534. }
  535. /**
  536. * Node previews
  537. * - style the preview bar a little better than default.
  538. ============================================================================ */
  539. .node-preview-container {
  540. position: relative;
  541. z-index: 499;
  542. width: 100%;
  543. min-width: 100%;
  544. background-color: #d1e8f5;
  545. background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  546. box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  547. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  548. padding: 1.25rem 0;
  549. }
  550. .node-preview-container form {
  551. max-width: 75em;
  552. margin-left: auto;
  553. margin-right: auto;
  554. }
  555. .node-preview-container form:after {
  556. content: " ";
  557. display: block;
  558. clear: both;
  559. }
  560. @media screen and (max-width: 45em) {
  561. .node-preview-container .form-item-view-mode {
  562. display: block !important;
  563. }
  564. }
  565. .node-preview-backlink {
  566. float: left;
  567. margin-right: 1.25rem;
  568. }
  569. @media screen and (max-width: 45em) {
  570. .node-preview-backlink {
  571. float: none;
  572. display: block;
  573. margin: 0 0 0.75rem;
  574. }
  575. }
  576. .node-preview-backlink:before {
  577. font-family: FontAwesome, sans-serif;
  578. content: "";
  579. padding: 0 0.5rem 0 0;
  580. margin: 0;
  581. display: none;
  582. }
  583. .fa-loaded .node-preview-backlink:before {
  584. display: inline-block;
  585. }
  586. [dir="rtl"] .node-preview-backlink:before {
  587. -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  588. -webkit-transform: scale(-1, 1);
  589. -ms-transform: scale(-1, 1);
  590. transform: scale(-1, 1);
  591. }
  592. .node-preview-form-select {
  593. margin: 1.25rem 0;
  594. padding: 0 1.25rem;
  595. }
  596. .node-preview-form-select .form-select {
  597. min-width: 10rem;
  598. }
  599. /**
  600. * CK Editor
  601. * - classes and styles set by CK Editor.
  602. ============================================================================ */
  603. .text-align-justify {
  604. -webkit-hyphens: auto;
  605. -ms-hyphens: auto;
  606. hyphens: auto;
  607. }
  608. /**
  609. * States.
  610. ============================================================================ */
  611. /**
  612. * AT attribution message
  613. * - a toggle setting in the theme settings, you can turn it on/off using
  614. * the Markup overrides extension.
  615. ============================================================================ */
  616. .l-attribution {
  617. -webkit-order: 100;
  618. -ms-flex-order: 100;
  619. order: 100;
  620. }
  621. .attribution .l-rw {
  622. -webkit-justify-content: flex-end;
  623. -ms-flex-pack: end;
  624. justify-content: flex-end;
  625. -webkit-align-items: center;
  626. -ms-flex-align: center;
  627. align-items: center;
  628. min-height: 2rem;
  629. text-align: right;
  630. }
  631. .attribution__link {
  632. text-decoration: none;
  633. font-size: 0.75rem;
  634. }
  635. /**
  636. * Utility
  637. * - useful classes to be used anywhere.
  638. ============================================================================ */
  639. .is-flexposition-container {
  640. display: -webkit-flex;
  641. display: -ms-flexbox;
  642. display: flex;
  643. -webkit-flex-direction: row;
  644. -ms-flex-direction: row;
  645. flex-direction: row;
  646. height: 100%;
  647. width: 100%;
  648. }
  649. .flex-container {
  650. display: -webkit-flex;
  651. display: -ms-flexbox;
  652. display: flex;
  653. -webkit-flex-wrap: wrap;
  654. -ms-flex-wrap: wrap;
  655. flex-wrap: wrap;
  656. -webkit-flex-direction: row;
  657. -ms-flex-direction: row;
  658. flex-direction: row;
  659. width: 100%;
  660. }
  661. .is-vertical-center {
  662. -webkit-align-items: center;
  663. -ms-flex-align: center;
  664. align-items: center;
  665. }
  666. .is-vertical-top {
  667. -webkit-align-items: flex-start;
  668. -ms-flex-align: start;
  669. align-items: flex-start;
  670. }
  671. .is-vertical-bottom {
  672. -webkit-align-items: flex-end;
  673. -ms-flex-align: end;
  674. align-items: flex-end;
  675. }
  676. .is-horizontal-center {
  677. -webkit-justify-content: center;
  678. -ms-flex-pack: center;
  679. justify-content: center;
  680. }
  681. .is-horizontal-left {
  682. -webkit-justify-content: flex-start;
  683. -ms-flex-pack: start;
  684. justify-content: flex-start;
  685. }
  686. .is-horizontal-right {
  687. -webkit-justify-content: flex-end;
  688. -ms-flex-pack: end;
  689. justify-content: flex-end;
  690. }
  691. /*# sourceMappingURL=base.css.map */