improved section highlighting
This commit is contained in:
parent
75d39c57f4
commit
dde25f5dd9
1 changed files with 8 additions and 2 deletions
|
|
@ -109,7 +109,13 @@ div.picker button.pickerbutton {
|
||||||
.dokuwiki .secedit input.button {
|
.dokuwiki .secedit input.button {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* generic style for section highlighting (including headings) */
|
||||||
.dokuwiki .section_highlight {
|
.dokuwiki .section_highlight {
|
||||||
background-color: __background_alt__ !important;
|
}
|
||||||
color: inherit;
|
/* style for section highlighting (only sections below headings) */
|
||||||
|
.dokuwiki div.section_highlight {
|
||||||
|
margin: -3em 0 -.01em -1.5em;
|
||||||
|
padding: 3em 0 .01em 1em;
|
||||||
|
border-left: .5em solid __background_alt__;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue