Commit graph

1316 commits

Author SHA1 Message Date
Heiko August
f229c8140c Change: replace the right margin for the link images with inline-start margin for the text span 2024-08-27 13:14:45 +00:00
Heiko August
f52b59cdba Change: replace the 20px for the bottom margin with 0.75em
This corresponds to the 0.75em-gap of the admin main page grid.
2024-08-27 13:14:45 +00:00
Heiko August
0ae0c2290d Change: add a grid to the admin main page 2024-08-27 13:14:45 +00:00
Heiko August
0b177ccfc9 Change: regormat the notices (success, caution, spam) 2024-08-27 13:14:45 +00:00
Heiko August
bc2815aeb3 Change: a few corrections, found by chance 2024-08-27 13:14:45 +00:00
Heiko August
65867aacca Change: make the pagination bars writing direction aware 2024-08-27 13:14:45 +00:00
Heiko August
90361ae67a Change: make blockquotes writing direction aware 2024-08-27 13:14:45 +00:00
Heiko August
fa82d218e0 Change: reformat the posting header in the threaded view 2024-08-27 13:14:45 +00:00
Heiko August
d2778fdb9f general rules for threadview indentation and new-posting-marking 2024-08-27 13:14:45 +00:00
Heiko August
2559ba302c Change: formatting of the icons of the posting footer links react now correcly to writing direction 2024-08-27 13:14:45 +00:00
Heiko August
0e170d286e Change: rebuild the posting footer with grid-template-areas
This makes servicing far more understandable.
2024-08-27 13:14:45 +00:00
Heiko August
164f393aef Fix: the misaligned icon jumped a bit when focussing or hovering over the links of class .stronglink 2024-08-27 13:14:45 +00:00
Heiko August
6dd1ba763d Change: provide margin of the indentation and dotted indentation line for rtl-languages 2024-08-27 13:14:45 +00:00
Heiko August
ba661b88f9 Change: make the indentation of the list items in the thread tree rtl-languages aware 2024-08-27 13:14:45 +00:00
Heiko August
0f660efae9 Change: positioning of icons in .currentthreads for rtl-languages 2024-08-27 13:14:45 +00:00
Heiko August
180781a3fc Change: positioning of posting and thread icons in the thread tree for rtl-languages 2024-08-27 13:14:45 +00:00
Heiko August
75c6e433f8 Change: make folded threads and the toggle icon rtl-language-aware 2024-08-27 13:14:45 +00:00
Heiko August
0a7d4cfcc1 Change: adjustments in the search results list for rtl-language support, rtl-optimised icons 2024-08-27 13:14:45 +00:00
Heiko August
2210050365 Change: replace left and right with inset-inline-start and -end for the Ajax-preview box 2024-08-27 13:14:45 +00:00
Heiko August
7b752a0f28 Change: redistribute the grid items in wider viewports and realign the elements of the linklist 2024-08-27 13:14:45 +00:00
Heiko August
1586130893 Change: rename the IDs of footer childs and apply the grid areas to the elements 2024-08-27 13:14:45 +00:00
Heiko August
6de2263173 Change: define the grid columns, rows and area names, stack all childs in a vertical order 2024-08-27 13:14:45 +00:00
Heiko August
04299e4e37 Change: use border-box as CSS box model
With border-box the width of a box includes not only its content but also the padding and border. This is far more intuitive than measuring the width of the content only.
2024-08-27 13:14:45 +00:00
Heiko August
52dd204a0a Change: display the RSS-icon in the RSS-links in front of the link text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
af957cb189 Change: put the up-arrow in the link to #top in front of the link text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
54c93b0825 Change: format the #footermenu similar to the #usermenu 2024-08-27 13:14:45 +00:00
Heiko August
4bf6c0eabe Change: set margin and padding to 0 for the list #footermenu 2024-08-27 13:14:45 +00:00
Heiko August
a70baec4c5 Change: the direct childs of #footer share the rules for margin and padding 2024-08-27 13:14:45 +00:00
Heiko August
afe9ff93b2 Change: add more padding and grid-gaps to the footer 2024-08-27 13:14:45 +00:00
Heiko August
da77b8fa0f Change: the footer is now a grid 2024-08-27 13:14:45 +00:00
Heiko August
08f5fb97a2 Change: replace padding value 20px with 1rem
Use 1em instead 1rem for older browsers, which does not support the unit rem.
2024-08-27 13:14:45 +00:00
Heiko August
bac761111a Fix: publish forgotten codeblock for bullets in ltr languages 2024-08-27 13:14:45 +00:00
Heiko August
a1e6cba1e3 Change: exclude the first list item from leading margin 2024-08-27 13:14:45 +00:00
Heiko August
9e98003664 Fix: use margin-inline-end to set the gap to the next link
With margin-block-end the gap was created below the link, not on it's side.
2024-08-27 13:14:45 +00:00
Heiko August
4ce3c32caa Change: place the direct childs of #subnav in the flexbox
The placement depends on the width of the viewport.
2024-08-27 13:14:45 +00:00
Heiko August
2f9665136f Change: #subnav is now a flexbox 2024-08-27 13:14:45 +00:00
Heiko August
b52add3a3e Change: move the content of #usermenu to flex-start by default and to flex-end in wide viewports 2024-08-27 13:14:45 +00:00
Heiko August
31369e74a1 Fix: correct the min-width value of the media-query in the file style.css
Change it from 45em to 48em, according to the value in style.min.css.
2024-08-27 13:14:45 +00:00
Heiko August
f9e329dee1 Change: remove the extra padding for element #nav in wide viewports (>=48em) 2024-08-27 13:14:45 +00:00
Heiko August
83f1dd116b Change: adjust the font size of the page title and enlagre it in wider viewports 2024-08-27 13:14:45 +00:00
Heiko August
d59a3c155a Change: define the header to be a flexbox generally
Narrow screens display the flexbox content boxes vertically, viewports with a width of at least 36em horizontally.
2024-08-27 13:14:45 +00:00
Heiko August
7f82886d09 Fix: correct a copy'n'paste error in the selector 2024-08-27 13:14:45 +00:00
Heiko August
a5799db39b Change: display the bullet of the breadcrumb navigation in front of the text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
d452156cd8 Change: display the icons in front of the link text in both writing directions 2024-08-27 13:14:45 +00:00
Heiko August
d911685f07 Change: remove horizontal padding from element #logo
This is a followup to the move of the padding to the ruleset for direct childs of body.
2024-08-27 13:14:45 +00:00
Heiko August
8490a1700e Change: move the horizontal padding from the different main page elements to one general rule
The only exception is the element main, where this rule is overwritten.
2024-08-27 13:14:45 +00:00
Heiko August
11bac1bf22 Change: put the arrow to the right side of the linktext in rtl languages 2024-08-27 13:14:45 +00:00
Heiko August
0c554b53ef Change: move the arrows for rtl languages to the right side of the image 2024-08-27 13:14:45 +00:00
Heiko August
de65775de0 Change: adding red arrows pointing to the left for use in rtl languages where necessary 2024-08-27 13:14:45 +00:00
Heiko August
dffc801e34 Change: overwrite alignment for #nav for the user menu 2024-08-27 13:14:45 +00:00