58 lines
1 KiB
Text
Executable file
58 lines
1 KiB
Text
Executable file
/**
|
|
* This file provides the design styles for the page content.
|
|
*/
|
|
|
|
.content .row {
|
|
> .col-xs-12 {
|
|
|
|
background-color: var(--color-background);
|
|
|
|
|
|
#dokuwiki__content {
|
|
position: relative;
|
|
|
|
.page-content {
|
|
padding-top: @page-header_height;
|
|
|
|
.msg-area + * {
|
|
clear: both;
|
|
padding-top: 1em; // as h1
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@media @screen_min-md {
|
|
> .col-xs-12 {
|
|
border-left: dashed 0.25em var(--color-shade-4);
|
|
}
|
|
}
|
|
}
|
|
|
|
.main-content > .level2,
|
|
.main-content > .level1,
|
|
.main-content > .level3,
|
|
.main-content > .level4,
|
|
.main-content > .level5,
|
|
.main-content > .level6 {
|
|
> p,
|
|
> ul > li .li {
|
|
a {
|
|
font-size: inherit;
|
|
}
|
|
}
|
|
}
|
|
|
|
.level1,
|
|
.level2,
|
|
.level3,
|
|
.level4,
|
|
.level5,
|
|
.level6 {
|
|
line-height: @line-height-default;
|
|
|
|
div, p, th, td, textarea,
|
|
h1, h2, h3, h4, h5, h6,
|
|
dl, dt, dd, ol, ul, li {
|
|
line-height: @line-height-default;
|
|
}
|
|
}
|