SPR-908: QS - tab plugin
This commit is contained in:
parent
41aeb6900c
commit
ea893cdcc5
2 changed files with 40 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
.section_highlight > div {
|
||||
> ul,
|
||||
> ol {
|
||||
> li {
|
||||
&:not([class="tabs"]) > li {
|
||||
margin-bottom: @small-spacing;
|
||||
}
|
||||
}
|
||||
|
|
39
css/area_tabs.less
Normal file
39
css/area_tabs.less
Normal file
|
@ -0,0 +1,39 @@
|
|||
/**
|
||||
* This file provides styles for tab boxes
|
||||
*/
|
||||
|
||||
|
||||
/* + + + + + tabs + + + + + */
|
||||
|
||||
#dokuwiki__content {
|
||||
ul.tabs {
|
||||
li:not([class~="active"]) {
|
||||
strong,
|
||||
a {
|
||||
color: @ini_text_neu;
|
||||
transition: @transition background-color, @transition color;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
color: @ini_text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tabs > ul {
|
||||
li:not([class~="active"]) {
|
||||
a {
|
||||
color: @ini_text_neu;
|
||||
transition: @transition background-color, @transition color;
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
a:active {
|
||||
color: @ini_text;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue