diff --git a/css/area_main-content-secedit.less b/css/area_main-content-secedit.less index 03aba7e..c0aa231 100644 --- a/css/area_main-content-secedit.less +++ b/css/area_main-content-secedit.less @@ -1,11 +1,11 @@ /** * This styles the section editing buttons and highlighting */ -#dokuwiki__content.main-content { - @button-margin: .5rem; // FIXME shouldn't we have something in our base.less for this? + +#dokuwiki__content.main-content { div.section_highlight { - clear: right; // FIXME why? + clear: right; background: repeating-linear-gradient( -45deg, @highlight-odd-ini_text, @@ -13,13 +13,14 @@ @highlight-even-ini_text 10px, @highlight-even-ini_text 20px, ); + border-color: @ini_background_page_header; } .secedit button { clear: both; font-size: 100%; margin-top: -1em; - margin-bottom: @button-margin; + margin-bottom: @small-spacing; } .editbutton_section { @@ -41,7 +42,7 @@ height: 1em; width: 1em; background-size: contain; - margin-left: @button-margin; + margin-left: @small-spacing; } &:hover, diff --git a/css/area_main-content.less b/css/area_main-content.less index 9af0b54..515b884 100755 --- a/css/area_main-content.less +++ b/css/area_main-content.less @@ -19,14 +19,22 @@ border: 1px solid @ini_existing; } } + } + } + > div { + > ul, + > ol { + > li { + margin-bottom: @small-spacing; + } } } .wikipagefooter { > hr { margin-top: 3em; - margin-bottom: 0.5em; + margin-bottom: .5em; border-top: dashed @ini_border_light 2px; border-bottom: none; } diff --git a/css/base.less b/css/base.less index a47c954..e68ff78 100755 --- a/css/base.less +++ b/css/base.less @@ -87,9 +87,9 @@ /* icons */ -@noopentasks-background: #ECECEC; /* metabox tabs + num in icons + tabinclude */ -@noopentasks-border: #BBB; /* metabox tabs + num in icons */ -@noopentasks-color: #666; /* metabox tabs + num in icons */ +@noopentasks-background: #ECECEC; /* metabox tabs + num in icons + tabinclude + code, pre, samp, kbd */ +@noopentasks-border: #BBB; /* metabox tabs + num in icons + code, pre, samp, kbd */ +@noopentasks-color: #666; /* metabox tabs + num in icons + code, pre, samp, kbd */ /* navigation left */ @@ -126,10 +126,10 @@ @font-size-head6: @font-size-default; @font-size-head5: @font-size-default + @font-scale-factor; -@font-size-head4: @font-size-default + (@font-scale-factor * 2); -@font-size-head3: @font-size-default + (@font-scale-factor * 3); -@font-size-head2: @font-size-default + (@font-scale-factor * 4); -@font-size-head1: @font-size-default + (@font-scale-factor * 5); +@font-size-head4: @font-size-default + (@font-scale-factor * 3); +@font-size-head3: @font-size-default + (@font-scale-factor * 5); +@font-size-head2: @font-size-default + (@font-scale-factor * 7); +@font-size-head1: @font-size-default + (@font-scale-factor * 9); /* + + + + + + + + + + + + + + + + + + + + + + + + + + */ diff --git a/css/plugins/hightlight_parent.less b/css/plugins/hightlight_parent.less index 2a3d44c..c77b690 100644 --- a/css/plugins/hightlight_parent.less +++ b/css/plugins/hightlight_parent.less @@ -1,5 +1,5 @@ -@media @screen_max-md{ - #plugin__highlightparent{ +@media @screen_max-md { + #plugin__highlightparent { clear: both; margin-top: 1rem; }