25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

165 lines
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. margin-top: var(--section-margin);
  77. .letters {
  78. top: 0;
  79. }
  80. }
  81. .sb-main-fullscreen.sb-show-main > #root > section,
  82. #root > .tabs {
  83. margin-top: 0;
  84. &.rotation, &.infobanner, &.social, &.search, .survey, &.magazine-cover {
  85. margin-top: 20px;
  86. }
  87. }
  88. .sb-main-fullscreen.sb-show-main > #root > section {
  89. &.intro,
  90. &.teasers:not([data-background]) {
  91. margin-top: var(--section-margin);
  92. }
  93. }
  94. .sb-main-padded.sb-show-main > #root, .docs-story [id] > div {
  95. > .steps,
  96. > .newsletter-teaser,
  97. > .infobox,
  98. > .document-list,
  99. > .search-results,
  100. > .accordion,
  101. > .linklist,
  102. > .search-filter-form,
  103. > .participation-list-item,
  104. > .video,
  105. > .login-form {
  106. --content-box-padding: 42px;
  107. max-width: 880px;
  108. margin: 0;
  109. @media(max-width: 767px) {
  110. --content-box-padding: 16px;
  111. }
  112. }
  113. > .accordion > .title {
  114. margin-top: 0.2em;
  115. }
  116. > .teaser,
  117. > .topic-teaser {
  118. max-width: 420px;
  119. }
  120. > [data-type='hero'], > .teaser.hero,
  121. > .participation-teaser {
  122. max-width: 630px;
  123. }
  124. > [data-type='fullwidth'], > .teaser.fullwidth {
  125. max-width: 1340px;
  126. }
  127. > .contact-wrapper,
  128. > .link-collection {
  129. max-width: 1340px;
  130. margin: 0 auto;
  131. }
  132. }