dokuwiki-template-sprintdoc.../css/plugins/tabinclude.less

48 lines
1,015 B
Text

/**
* This file provides styles for the edit view (?do=edit), preview
* and section edit buttons.
*/
/* + + + + + plugin tabinclude + + + + + */
div#dwpl-ti-container {
/* + + + tabnav + + + */
li.dwpl-ti-tab {
box-shadow: none;
border-color: @ini_background_site;
border-radius: @fix_border-radius @fix_border-radius 0 0;
padding: 0;
div {
background-color: @ini_background_page-header;
border-radius: inherit;
padding: .1em .35em;
&.selected {
background-color: @ini_background_site;
}
}
}
/* + + + box + + + */
div.dwpl-ti-content-box {
overflow: auto;
box-shadow: none;
background-color: @ini_background_site;
border: solid 1px @ini_background_site;
border-radius: 0;
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* media queries */
@media @screen_max-md {
div#dwpl-ti-container {
}
}