Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

164 lignes
2.8 KiB

  1. .sbdocs-content.sbdocs {
  2. max-width: none;
  3. }
  4. .sbdocs.sbdocs-wrapper {
  5. padding-top: 2rem;
  6. }
  7. .docs-story, .innerZoomElementWrapper > div > div {
  8. min-height: 200px;
  9. }
  10. .docs-story .artwork-wrapper {
  11. min-height: 660px;
  12. }
  13. #docs-root .docs-story .header-search {
  14. position: relative;
  15. max-height: 600px;
  16. .search-submit {
  17. position: absolute;
  18. }
  19. }
  20. #docs-root .search-filter-form .search-submit {
  21. position: absolute;
  22. }
  23. #docs-root .page-header {
  24. position: absolute;
  25. .search, nav, .ihk-switch, .toplink {
  26. display: none;
  27. }
  28. }
  29. #docs-root .magazine-cover .col {
  30. margin-bottom: 40px;
  31. }
  32. .docblock-argstable-body {
  33. input[type=checkbox]:checked, input[type=radio]:checked {
  34. background-color: transparent;
  35. background-image: none;
  36. }
  37. }
  38. .sb-show-main.sb-main-padded {
  39. padding: 20px;
  40. }
  41. #story--atoms-search-button--search-button .search-submit {
  42. position: relative;
  43. }
  44. #root > .ihk-switch, #docs-root .ihk-switch {
  45. position: relative;
  46. top: 0;
  47. left: 0;
  48. min-height: 280px;
  49. }
  50. #root > .magazine-cover .col {
  51. margin-bottom: 0;
  52. }
  53. #root > .tile-grid .tile-head {
  54. top: 0;
  55. }
  56. #root > .header-search {
  57. --header-height: 0px;
  58. }
  59. #root > blockquote {
  60. max-width: 880px;
  61. margin-top: 0;
  62. margin-bottom: 0;
  63. }
  64. .sb-main-padded.sb-show-main > #root > section,
  65. .sb-main-padded.sb-show-main > #root > .print-share,
  66. .sb-main-padded.sb-show-main > #root > .anchor-links,
  67. .sb-show-main > #root > .page-footer,
  68. .sb-show-main > #root > .search-results > .results-wrapper:first-child {
  69. margin-top: 0;
  70. }
  71. .sb-main-padded.sb-show-main > #root > .event-teaser {
  72. max-width: 1340px;
  73. }
  74. .sb-main-padded.sb-show-main > #root > .a-z {
  75. max-width: 880px;
  76. .letters {
  77. top: 0;
  78. }
  79. }
  80. .sb-main-fullscreen.sb-show-main > #root > section,
  81. #root > .tabs {
  82. margin-top: 0;
  83. &.rotation, &.infobanner, &.social, &.search, .survey, &.magazine-cover {
  84. margin-top: 20px;
  85. }
  86. }
  87. .sb-main-fullscreen.sb-show-main > #root > section {
  88. &.intro,
  89. &.teasers:not([data-background]) {
  90. margin-top: var(--section-margin);
  91. }
  92. }
  93. .sb-main-padded.sb-show-main > #root, .docs-story [id] > div {
  94. > .steps,
  95. > .newsletter-teaser,
  96. > .infobox,
  97. > .document-list,
  98. > .search-results,
  99. > .accordion,
  100. > .linklist,
  101. > .search-filter-form,
  102. > .participation-list-item,
  103. > .video,
  104. > .login-form {
  105. --content-box-padding: 42px;
  106. max-width: 880px;
  107. margin: 0;
  108. @media(max-width: 767px) {
  109. --content-box-padding: 16px;
  110. }
  111. }
  112. > .accordion > .title {
  113. margin-top: 0.2em;
  114. }
  115. > .teaser,
  116. > .topic-teaser,
  117. > .participation-teaser {
  118. max-width: 420px;
  119. }
  120. > [data-type='hero'], > .teaser.hero {
  121. max-width: 630px;
  122. }
  123. > [data-type='fullwidth'], > .teaser.fullwidth {
  124. max-width: 1340px;
  125. }
  126. > .contact-wrapper,
  127. > .link-collection {
  128. max-width: 1340px;
  129. margin: 0 auto;
  130. }
  131. }