Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

305 rader
6.2 KiB

  1. @charset "UTF-8";
  2. .richtext {
  3. :not(.infobox) {
  4. ul, ol {
  5. margin: 1em 0 1.5em;
  6. padding: 0;
  7. li {
  8. position: relative;
  9. display: block;
  10. padding-left: 32px;
  11. margin-bottom: 0.4em;
  12. @media(max-width: 767px) {
  13. padding-left: 24px;
  14. }
  15. }
  16. }
  17. ul.contact-buttons {
  18. li {
  19. padding-left: 0;
  20. &::after {
  21. display: none;
  22. }
  23. }
  24. }
  25. ul li::after,
  26. ol ul li::after {
  27. content: "";
  28. position: absolute;
  29. left: 0;
  30. width: 8px;
  31. height: 8px;
  32. border-radius: 3px;
  33. background-color: $color-secondary;
  34. background-color: var(--theme-color-secondary, $color-secondary);
  35. top: 12px;
  36. @media(max-width: 767px) {
  37. top: 10px;
  38. width: 6px;
  39. height: 6px;
  40. }
  41. }
  42. .accordion > ul > li:after, ul.accordion li:after, ul.choices li:after, ul.slider-tabs li:after, ul.contact-buttons li:after, ul.social-icons li:after {
  43. background: none;
  44. border: none;
  45. }
  46. .accordion .accordion-content .richtext ul li:after {
  47. border: 2px solid var(--theme-color-secondary);
  48. background-color: var(--theme-color-secondary);
  49. }
  50. ul.slider-tabs li {
  51. padding-left: 0;
  52. }
  53. ul:not(.anchors) > li:before, ol ul li:before {
  54. display: none;
  55. }
  56. ol > li:after {
  57. display: none;
  58. }
  59. ul ul:not(.rte--list, tab-buttons) {
  60. margin: 0.4em 0;
  61. li:after {
  62. background-color: transparent;
  63. border: 2px solid $color-secondary;
  64. border: 2px solid var(--theme-color-secondary, $color-secondary);
  65. box-sizing: border-box;
  66. }
  67. }
  68. ol {
  69. counter-reset: listcount;
  70. li:before {
  71. counter-increment: listcount;
  72. content: counter(listcount) ".";
  73. font-weight: 700;
  74. position: absolute;
  75. left: 0;
  76. }
  77. }
  78. .text a, .rte--list a, .strong a {
  79. transition: 0.2s ease;
  80. display: inline;
  81. padding: 0 5px 2px;
  82. color: $color-link;
  83. color: var(--theme-color-link, $color-link);
  84. background-color: $color-secondary-light;
  85. background-color: var(--theme-color-secondary-dimmed, $color-secondary-light);
  86. //font-weight: 400;
  87. margin: 0 -1px -2px;
  88. opacity: 1;
  89. -webkit-box-decoration-break: clone;
  90. box-decoration-break: clone;
  91. overflow-wrap: break-word;
  92. word-wrap: break-word;
  93. word-break: break-word;
  94. hyphens: auto;
  95. &:hover {
  96. color: $color-link-hover;
  97. }
  98. &.external, &.extranet, &.intranet, &[data-linktypeicon="CMExternalLink"], &[data-linktypeicon="CMDownload"] {
  99. position: relative;
  100. padding-left: 7px;
  101. &:after {
  102. @include icon-small-link-external;
  103. font-family: "icons";
  104. color: $color-link-hover;
  105. font-size: 18px;
  106. margin-left: 3px;
  107. outline: 3px solid $color-secondary-light;
  108. outline-offset: -2px;
  109. text-decoration: underline;
  110. text-transform: none;
  111. font-weight: 400;
  112. font-style: normal;
  113. }
  114. }
  115. &.intranet:after {
  116. @include icon-small-schloss;
  117. }
  118. &.extranet:after {
  119. @include icon-small-stern;
  120. }
  121. &[data-linktypeicon="CMDownload"]:after {
  122. @include icon-small-download;
  123. text-decoration: none;
  124. display: inline-block;
  125. line-height: 0;
  126. outline: none;
  127. }
  128. }
  129. .text .image a, .rte--list .image a, .strong .image a {
  130. background-color: var(--theme-color-secondary-dimmed);
  131. }
  132. .text a.image-link{
  133. background-color: #fff;
  134. padding: 0;
  135. margin: 0;
  136. display: block;
  137. &:after{
  138. display: none;
  139. }
  140. }
  141. .responsive-table {
  142. tr > td > a {
  143. color: $color-link;
  144. transition: 0.2s ease;
  145. display: inline;
  146. padding: 0 5px 2px;
  147. background-color: $color-secondary-light;
  148. //font-weight: 400;
  149. margin: 0 -1px -2px;
  150. opacity: 1;
  151. -webkit-box-decoration-break: clone;
  152. box-decoration-break: clone;
  153. }
  154. a {
  155. &.external, &.extranet, &.intranet, &[data-linktypeicon="CMExternalLink"], &[data-linktypeicon="CMDownload"] {
  156. transition: 0.2s ease;
  157. display: inline;
  158. color: $color-link;
  159. color: var(--theme-color-link, $color-link);
  160. background-color: $color-secondary-light;
  161. background-color: var(--theme-color-secondary-dimmed, $color-secondary-light);
  162. //font-weight: 400;
  163. margin: 0 -1px -2px;
  164. opacity: 1;
  165. -webkit-box-decoration-break: clone;
  166. box-decoration-break: clone;
  167. &:hover {
  168. color: $color-link-hover;
  169. }
  170. position: relative;
  171. padding: 0 5px 2px 7px;
  172. &:after {
  173. @include icon-small-link-external;
  174. font-family: "icons";
  175. color: $color-link-hover;
  176. font-size: 18px;
  177. margin-left: 3px;
  178. outline: 3px solid $color-secondary-light;
  179. outline-offset: -2px;
  180. text-decoration: underline;
  181. text-transform: none;
  182. font-weight: 400;
  183. font-style: normal;
  184. }
  185. }
  186. &.intranet:after {
  187. @include icon-small-schloss;
  188. }
  189. &.extranet:after {
  190. @include icon-small-stern;
  191. }
  192. &[data-linktypeicon="CMDownload"]:after {
  193. @include icon-small-download;
  194. text-decoration: none;
  195. display: inline-block;
  196. line-height: 0;
  197. outline: none;
  198. }
  199. }
  200. }
  201. ul.highcharts-menu {
  202. padding: 10px 0 !important;
  203. li {
  204. padding: 5px 20px;
  205. margin: 0;
  206. &:after {
  207. display: none;
  208. }
  209. }
  210. hr {
  211. margin: 5px 0 8px;
  212. }
  213. }
  214. ul.tab-buttons {
  215. margin: 0;
  216. li {
  217. display: inline-block;
  218. margin-bottom: 12px;
  219. padding-left: 0;
  220. &:after {
  221. content: "";
  222. height: 0;
  223. width: 0;
  224. border: 0;
  225. }
  226. }
  227. }
  228. .detail-text {
  229. overflow-x: hidden;
  230. }
  231. }
  232. }
  233. blockquote {
  234. border-left: 6px solid $color-secondary;
  235. border-left: 6px solid var(--theme-color-secondary, $color-secondary);
  236. margin: 2em 0;
  237. padding-left: 26px;
  238. font-style: italic;
  239. @media(max-width: 767px) {
  240. padding-left: 18px;
  241. }
  242. .author {
  243. font-style: normal;
  244. font-size: 18px;
  245. line-height: 1.2;
  246. }
  247. }
  248. [data-browser="ie"] .richtext .text {
  249. a.external:after, a.external:after, a.external:after, a[data-linktypeicon="CMExternalLink"] {
  250. text-decoration: none;
  251. }
  252. }
  253. .lastPublishDate{
  254. padding-top: 20px;
  255. }