You are here

image-styles.css in AT Tools 8.3

@media all and (min-width: 60.0625em) {
  .node--type-article.node--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 1rem auto;
 }
}
@media all and (min-width: 60.0625em) {
  .node--type-article.node--view-mode-teaser .field-type-image__figure { 
  float: right;
  margin: 0.25rem 0 0.5rem 1rem;
 }
}
@media all and (min-width: 45.0625em) and (max-width: 60em) {
  .node--type-article.node--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 1rem auto;
 }
}
@media all and (min-width: 45.0625em) and (max-width: 60em) {
  .node--type-article.node--view-mode-teaser .field-type-image__figure { 
  float: right;
  margin: 0.25rem 0 0.5rem 1rem;
 }
}
@media all and (max-width: 45em) {
  .node--type-article.node--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 0.75rem auto;
 }
}
@media all and (max-width: 45em) {
  .node--type-article.node--view-mode-teaser .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 0.75rem auto;
 }
}
@media all and (min-width: 60.0625em) {
  .node--type-page.node--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 1rem auto;
 }
}
@media all and (min-width: 60.0625em) {
  .node--type-page.node--view-mode-teaser .field-type-image__figure { 
  float: right;
  margin: 0.25rem 0 0.5rem 1rem;
 }
}
@media all and (min-width: 45.0625em) and (max-width: 60em) {
  .node--type-page.node--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 1rem auto;
 }
}
@media all and (min-width: 45.0625em) and (max-width: 60em) {
  .node--type-page.node--view-mode-teaser .field-type-image__figure { 
  float: right;
  margin: 0.25rem 0 0.5rem 1rem;
 }
}
@media all and (max-width: 45em) {
  .node--type-page.node--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 0.75rem auto;
 }
}
@media all and (max-width: 45em) {
  .node--type-page.node--view-mode-teaser .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 0.75rem auto;
 }
}
@media all and (min-width: 60.0625em) {
  .comment--type-comment.comment--view-mode-full .field-type-image__figure { 
  float: right;
  margin: 0.25rem 0 0.5rem 1rem;
 }
}
@media all and (min-width: 45.0625em) and (max-width: 60em) {
  .comment--type-comment.comment--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 0.75rem auto;
 }
}
@media all and (max-width: 45em) {
  .comment--type-comment.comment--view-mode-full .field-type-image__figure { 
  text-align: center;
  margin: 0.25rem auto 0.75rem auto;
 }
}
@media all and (min-width: 60.0625em) {
  .block-content--type-basic.block-content--view-mode-full .field-type-image__figure { 
  float: none;
  margin: 0 0 0 0;
 }
}
@media all and (min-width: 45.0625em) and (max-width: 60em) {
  .block-content--type-basic.block-content--view-mode-full .field-type-image__figure { 
  float: none;
  margin: 0 0 0 0;
 }
}
@media all and (max-width: 45em) {
  .block-content--type-basic.block-content--view-mode-full .field-type-image__figure { 
  float: none;
  margin: 0 0 0 0;
 }
}

File

at_theme_generator/starterkits/starterkit/styles/css/generated/image-styles.css
View source
  1. @media all and (min-width: 60.0625em) {
  2. .node--type-article.node--view-mode-full .field-type-image__figure {
  3. text-align: center;
  4. margin: 0.25rem auto 1rem auto;
  5. }
  6. }
  7. @media all and (min-width: 60.0625em) {
  8. .node--type-article.node--view-mode-teaser .field-type-image__figure {
  9. float: right;
  10. margin: 0.25rem 0 0.5rem 1rem;
  11. }
  12. }
  13. @media all and (min-width: 45.0625em) and (max-width: 60em) {
  14. .node--type-article.node--view-mode-full .field-type-image__figure {
  15. text-align: center;
  16. margin: 0.25rem auto 1rem auto;
  17. }
  18. }
  19. @media all and (min-width: 45.0625em) and (max-width: 60em) {
  20. .node--type-article.node--view-mode-teaser .field-type-image__figure {
  21. float: right;
  22. margin: 0.25rem 0 0.5rem 1rem;
  23. }
  24. }
  25. @media all and (max-width: 45em) {
  26. .node--type-article.node--view-mode-full .field-type-image__figure {
  27. text-align: center;
  28. margin: 0.25rem auto 0.75rem auto;
  29. }
  30. }
  31. @media all and (max-width: 45em) {
  32. .node--type-article.node--view-mode-teaser .field-type-image__figure {
  33. text-align: center;
  34. margin: 0.25rem auto 0.75rem auto;
  35. }
  36. }
  37. @media all and (min-width: 60.0625em) {
  38. .node--type-page.node--view-mode-full .field-type-image__figure {
  39. text-align: center;
  40. margin: 0.25rem auto 1rem auto;
  41. }
  42. }
  43. @media all and (min-width: 60.0625em) {
  44. .node--type-page.node--view-mode-teaser .field-type-image__figure {
  45. float: right;
  46. margin: 0.25rem 0 0.5rem 1rem;
  47. }
  48. }
  49. @media all and (min-width: 45.0625em) and (max-width: 60em) {
  50. .node--type-page.node--view-mode-full .field-type-image__figure {
  51. text-align: center;
  52. margin: 0.25rem auto 1rem auto;
  53. }
  54. }
  55. @media all and (min-width: 45.0625em) and (max-width: 60em) {
  56. .node--type-page.node--view-mode-teaser .field-type-image__figure {
  57. float: right;
  58. margin: 0.25rem 0 0.5rem 1rem;
  59. }
  60. }
  61. @media all and (max-width: 45em) {
  62. .node--type-page.node--view-mode-full .field-type-image__figure {
  63. text-align: center;
  64. margin: 0.25rem auto 0.75rem auto;
  65. }
  66. }
  67. @media all and (max-width: 45em) {
  68. .node--type-page.node--view-mode-teaser .field-type-image__figure {
  69. text-align: center;
  70. margin: 0.25rem auto 0.75rem auto;
  71. }
  72. }
  73. @media all and (min-width: 60.0625em) {
  74. .comment--type-comment.comment--view-mode-full .field-type-image__figure {
  75. float: right;
  76. margin: 0.25rem 0 0.5rem 1rem;
  77. }
  78. }
  79. @media all and (min-width: 45.0625em) and (max-width: 60em) {
  80. .comment--type-comment.comment--view-mode-full .field-type-image__figure {
  81. text-align: center;
  82. margin: 0.25rem auto 0.75rem auto;
  83. }
  84. }
  85. @media all and (max-width: 45em) {
  86. .comment--type-comment.comment--view-mode-full .field-type-image__figure {
  87. text-align: center;
  88. margin: 0.25rem auto 0.75rem auto;
  89. }
  90. }
  91. @media all and (min-width: 60.0625em) {
  92. .block-content--type-basic.block-content--view-mode-full .field-type-image__figure {
  93. float: none;
  94. margin: 0 0 0 0;
  95. }
  96. }
  97. @media all and (min-width: 45.0625em) and (max-width: 60em) {
  98. .block-content--type-basic.block-content--view-mode-full .field-type-image__figure {
  99. float: none;
  100. margin: 0 0 0 0;
  101. }
  102. }
  103. @media all and (max-width: 45em) {
  104. .block-content--type-basic.block-content--view-mode-full .field-type-image__figure {
  105. float: none;
  106. margin: 0 0 0 0;
  107. }
  108. }