|
1 | 1 | #mtness{} |
2 | 2 |
|
| 3 | +:root { |
| 4 | + --typo3-text-color-code: light-dark(var(--token-color-green-60), var(--token-color-green-80)); |
| 5 | +} |
| 6 | + |
| 7 | + |
3 | 8 | /* filereference metadata */ |
4 | 9 | .formengine-field-item-description { |
5 | 10 | display: none; |
@@ -27,14 +32,15 @@ h2.t3js-subtitle-inlineedit { |
27 | 32 |
|
28 | 33 | .mt-pageheader { |
29 | 34 | position: relative; |
30 | | - background-color: rgba(255,255,255,0.5); |
31 | | - border-radius: 2px; |
| 35 | + /*background-color: light-dark(var(--token-color-green-60), var(--token-color-green-80));*/ |
| 36 | + border: 1px dotted var(--pagemodule-grid-border-color); |
| 37 | + border-radius: var(--pagemodule-grid-border-radius); |
| 38 | + padding: var(--pagemodule-grid-spacing); |
32 | 39 | margin: .5em -1px 2em; |
33 | | - bottom: 1px solid #cdcdcd; |
34 | 40 | } |
35 | 41 | .mt-pageheader-content { |
36 | 42 | position: relative; |
37 | | - padding: .2rem 1rem; |
| 43 | + padding: .2rem 0; |
38 | 44 | display: flex; |
39 | 45 | flex-flow: column; |
40 | 46 | gap: .5rem; |
@@ -94,9 +100,9 @@ h2.t3js-subtitle-inlineedit { |
94 | 100 | width: 100%; |
95 | 101 | margin: 0; |
96 | 102 | padding: 0; |
97 | | - |
98 | 103 | } |
99 | 104 | .mt-pageheader .slug pre { |
| 105 | + background-color: light-dark(#fff, #000); |
100 | 106 | color: #737373; |
101 | 107 | flex-grow: 1; |
102 | 108 | padding: .1rem .2rem; |
@@ -126,9 +132,7 @@ h2.t3js-subtitle-inlineedit { |
126 | 132 | background-color: rgba(0,0,0,0.75); |
127 | 133 | } |
128 | 134 |
|
129 | | -code { |
130 | | - color: #080; |
131 | | -} |
| 135 | + |
132 | 136 |
|
133 | 137 |
|
134 | 138 |
|
@@ -160,19 +164,6 @@ h1 { margin-bottom: 10px; } |
160 | 164 |
|
161 | 165 | /* misc backend style touchup */ |
162 | 166 |
|
163 | | -body, |
164 | | -body .module { |
165 | | - background-color: #eee; |
166 | | -} |
167 | | - |
168 | | -.typo3-login { |
169 | | - background-color: #666 !important; |
170 | | -} |
171 | | - |
172 | | -#typo3-contentContainerWrapper { |
173 | | - background-color: #666 !important; |
174 | | -} |
175 | | - |
176 | 167 | .typo3-topbar-site-name { |
177 | 168 | font-size: 10px; |
178 | 169 | } |
@@ -272,12 +263,3 @@ div[id*="t3js-form-field-slug"] { |
272 | 263 | .t3-ctype-identifier[data-ctype="gridelements_pi1"] + .t3-page-ce-body > .t3-page-ce-body-inner { |
273 | 264 | padding-top: 0; |
274 | 265 | } |
275 | | - |
276 | | - |
277 | | - |
278 | | - |
279 | | -/* hide mask sponsor-card-container */ |
280 | | - |
281 | | -.sponsor-card-container { |
282 | | - display: none; |
283 | | -} |
0 commit comments