Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:css [2022/04/27 10:14] – restless | wiki:css [2023/04/05 09:33] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 454: | Line 454: | ||
} | } | ||
- | div.dokuwiki div.section_highlight, | + | div.dokuwiki div.section_highlight { |
- | div.dokuwiki div.section_highlight h1, | + | |
- | div.dokuwiki div.section_highlight h2, | + | |
- | div.dokuwiki div.section_highlight h3, | + | |
- | div.dokuwiki div.section_highlight h4, | + | |
- | div.dokuwiki div.section_highlight h5, | + | |
- | div.dokuwiki div.section_highlight h6 { | + | |
/* Background color showing section to edit */ | /* Background color showing section to edit */ | ||
- | background-color: | + | background-color: |
- | box-shadow: inset 0 0 2em rgba(63, | + | box-shadow: inset 0 0 1.5em rgba(63, |
+ | border-radius: | ||
} | } | ||
Line 669: | Line 664: | ||
a.interwiki: | a.interwiki: | ||
color: #002bb8 !important; | color: #002bb8 !important; | ||
+ | background-position-x: | ||
} | } | ||
Line 783: | Line 779: | ||
button.pickerbutton { | button.pickerbutton { | ||
font-size: 14px; | font-size: 14px; | ||
+ | } | ||
+ | |||
+ | div.gallery table { | ||
+ | background-color: | ||
+ | border-radius: | ||
} | } | ||