dokuwiki-template-sprintdoc.../css/area_content.less

81 lines
1.7 KiB
Text
Executable file

/**
* This file provides the design styles for the page content.
*
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
*/
.content .row {
> .col-xs-12 {
box-shadow: @box-shadow;
#dokuwiki__content {
position: relative;
z-index: 10;
&::before {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: 2.45rem;
width: 100%;
background-color: @background_page-header;
border-bottom: 1px solid @color-border;
}
#meta-box {
display: inline-block;
min-height: 1.95rem;
max-width: 40%;
float: right;
}
#plugin__highlightparent {
display: block;
}
}
}
}
.structaggregation {
font-size: .88rem;
td, th {
font-size: .88rem;
line-height: 125%;
a {
font-size: .88rem;
line-height: 125%;
}
}
> a.export {
font-size: .88rem;
line-height: 135%;
padding-top: .5em;
}
~ ul li .li {
font-size: .88rem;
}
}
.dokuwiki .structaggregation a.export {
padding-top: .3em;
font-size: .88rem;
}
.main-content > .level2,
.main-content > .level1,
.main-content > .level3,
.main-content > .level4,
.main-content > .level5,
.main-content > .level6 {
font-size: .88rem;
padding-bottom: 1rem;
> p, > ul > li .li {
font-size: .88rem;
a {
font-size: inherit;
}
}
}