Commit graph

44 commits

Author SHA1 Message Date
Sören Weber
fbec0ece8f
expand: don't handle expand as task list in bullet point list #508 2023-03-28 19:52:56 +02:00
Sören Weber
42fcbc3084
variant: make browser theme a css variable #494 2023-02-26 12:47:12 +01:00
Sören Weber
c0a1c9cbcb
menu: rebuild collapsible expander #466
because sizing and positioning was a mess;
the follwing things are fixed with this:
- resizes and positions correctly according to html elements font-size
- IE11 compatiblity is now given
- a11y: expander is now correctly given a focus outline
- chevron is now coded into html instead of a css content value, which makes it easier to change (was an issue in the past)
- the visited checkmark now breaks correctly on long lines and hides behind the text if necessary
- some more css classes were introduced to make further extensions (eg. nested shortcut links) easier
2023-02-24 23:29:33 +01:00
Sören Weber
41118f0046
menu: further sizing adjustments #466 2023-02-17 15:07:57 +01:00
Sören Weber
4b7409f31c
theme: switch layout and menu to rem units #466 2023-02-14 20:28:11 +01:00
Sören Weber
a40e3685d4
theme: fix some sizing issues in content on small font sizes #466 2023-02-12 11:31:20 +01:00
Sören Weber
d62e2f7e0e
i18n: full support for RTL #470 2023-02-10 00:34:47 +01:00
Sören Weber
09ea211204
expand: simplify RTL support 2023-02-09 01:02:06 +01:00
Sören Weber
381b74f837
i18n: add RTL support for nav bar and child items #470 2023-02-09 00:53:11 +01:00
Sören Weber
5d9e1b6d47
piratify: fix expand and tabs for Pirates RTL #469 2023-02-08 21:59:28 +01:00
Sören Weber
00faf15af5
expand: a11y and remove jQuery #339 #452 2023-02-03 08:57:55 +01:00
Sören Weber
94e993b60e
badge: fix text color for IE11 #462 2023-02-03 00:02:47 +01:00
Sören Weber
f2bfdce1d9
lightbox: switch to CSS-only solution #451 2023-01-29 11:21:52 +01:00
Sören Weber
cf72c51286
shortcodes: support for accent color #440 2023-01-24 00:14:10 +01:00
Sören Weber
7d55b0dcda
variant: fix search icon and text color #437 2023-01-23 13:44:56 +01:00
Sören Weber
3d60e1dd8a
badge: fix background-color for IE #410 2022-12-04 13:57:17 +01:00
Sören Weber
41582f63f0
theme: add accent color #409 2022-12-02 20:44:53 +01:00
Sören Weber
2dfe52e3bb
theme: add styles for Markdown task lists #411 2022-12-02 15:51:36 +01:00
Sören Weber
03c80e0669
theme: display tables with document background color for better contrast #411
if displayed in notice boxes
2022-12-02 15:47:47 +01:00
Sören Weber
c45f6dda08
badge: add new shortcode #410 2022-12-01 01:37:09 +01:00
Sören Weber
2ebee964ca
search: reset placeholder and use generic colors #405 2022-11-29 20:27:27 +01:00
Sören Weber
322bf829bc
search: fix searchbox placeholder color in FF and IE #405 2022-11-27 16:48:52 +01:00
Sören Weber
ed29c7c8ae
theme: move IE specific stuff to fallback CSS #402 2022-11-23 17:50:12 +01:00
Sören Weber
3c6ea53a22
theme: fix color of IE11 home link fallback #402 2022-11-23 07:46:32 +01:00
Sören Weber
77b1c9661b
menu: relax usage of background color #399 2022-11-19 20:28:55 +01:00
Sören Weber
8b8814d696
search: add dedicated search page #386 2022-11-17 22:12:18 +01:00
Sören Weber
dd44547a10
search: improve keyboard handling #387 2022-11-17 17:29:01 +01:00
Sören Weber
e24c33c7aa
theme: reserve space for anchor icon to avoid overflow-y #364 2022-11-07 20:55:38 +01:00
Sören Weber
a13a13172a
theme: fix alignment of tags in rtl #364 2022-11-07 20:54:38 +01:00
Sören Weber
460ab79e66
history: refactor for a11y #341 2022-11-05 20:34:57 +01:00
Sören Weber
0ac97ba47e
i18n: support RTL in content #357 2022-11-01 02:00:50 +01:00
Sören Weber
4a816885a7
menu: remove focus markers on menu expander #397 2022-10-07 21:31:50 +02:00
Sören Weber
b9249493c4
a11y: label for submenu expander #307 2022-10-06 01:09:58 +02:00
Sören Weber
c0f1f7fa60
theme: remove HTML validator errors #329 2022-10-02 22:32:51 +02:00
Sören Weber
2cd1a27da6
ie11: no styles after rework of archetypes #306 2022-07-08 00:49:53 +02:00
Sören Weber
897e004e1a
archetypes: rethink rendering #300 2022-07-05 00:19:27 +02:00
Sören Weber
9e50ddd1ed
menu: make active expander visible on hover #297 2022-07-03 14:52:42 +02:00
Sören Weber
74e908ecfa
button: IE color fallback #240 2022-05-29 22:48:51 +02:00
Sören Weber
68b0ccfcf6
boxes: use introduces --VARIABLE-BOX-* variables 2022-05-29 09:38:16 +02:00
Sören Weber
141ec1578c
theme: fix link hover color #256 2022-05-29 00:46:13 +02:00
Sören Weber
2ecf39ba30
theme: fix link underline color in IE #256 2022-05-29 00:36:36 +02:00
Sören Weber
ea919b4045
theme: fix link underlines #256 2022-05-29 00:26:52 +02:00
Sören Weber
6bddf821db
theme: remove --MAIN-ANCHOR-color from stylesheet #256 2022-05-29 00:15:51 +02:00
Sören Weber
af3bd11bcd
theme: move default colors to own stylesheet
and only apply it to IE
This will help to simplify further develpment by relying only to variant.css for evergreen browsers
2022-05-28 22:58:55 +02:00