Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 13: | Zeile 13: | ||
color: #efefef;} | color: #efefef;} | ||
.nextstep a:not(.new)::after, .nextstep a:link:not(.new)::after {content: " \25B6";} | .nextstep a:not(.new)::after, .nextstep a:link:not(.new)::after {content: " \25B6";} | ||
.flexbox-portal div > h2 span:before {vertical-align: text-bottom; size:5em; color:red} |
Version vom 7. Dezember 2021, 17:27 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#resetdemo {font-size:0.95em}
.flexbox{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:stretch;}
.flexbox div{margin:5px;padding:2px 8px;text-align:center;background:#ececec}
/*Tutorials */
.nextstep {display: inline-block;padding: 6px;background: #36c;border-radius: 2px;color: #ffffff;font-weight: bold;}
#mw-content-text .nextstep a:not(.new), [class^="mw-content-"] .nextstep a:not(.new), #mw-content-text .nextstep a:link:not(.new), [class^="mw-content-"] .nextstep a:link:not(.new) {
color: #ffffff; font-weight: bold;}
#mw-content-text .nextstep a:not(.new):hover, #mw-content-text .nextstep a:link:not(.new):hover, [class^="mw-content-"] .nextstep a:link:not(.new):hover {
color: #efefef;}
.nextstep a:not(.new)::after, .nextstep a:link:not(.new)::after {content: " \25B6";}
.flexbox-portal div > h2 span:before {vertical-align: text-bottom; size:5em; color:red}