1/** 2 * This file provides the design styles for the page content. 3 * 4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de> 5 */ 6 7.content .row { 8 > .col-xs-12 { 9 box-shadow: @box-shadow; 10 11 #dokuwiki__content { 12 position: relative; 13 z-index: 10; 14 15 &::before { 16 content: ""; 17 position: absolute; 18 top: 0; 19 left: 0; 20 z-index: -1; 21 height: 2.45rem; 22 width: 100%; 23 background-color: @background_page-header; 24 border-bottom: 1px solid @color-border; 25 } 26 27 #meta-box { 28 display: inline-block; 29 min-height: 1.95rem; 30 max-width: 40%; 31 float: right; 32 } 33 34 #plugin__highlightparent { 35 display: block; 36 } 37 } 38 } 39} 40 41.structaggregation { 42 font-size: .88rem; 43 td, th { 44 font-size: .88rem; 45 line-height: 125%; 46 a { 47 font-size: .88rem; 48 line-height: 125%; 49 } 50 } 51 > a.export { 52 font-size: .88rem; 53 line-height: 135%; 54 padding-top: .5em; 55 } 56 ~ ul li .li { 57 font-size: .88rem; 58 } 59} 60 61.dokuwiki .structaggregation a.export { 62 padding-top: .3em; 63 font-size: .88rem; 64} 65 66.main-content > .level2, 67.main-content > .level1, 68.main-content > .level3, 69.main-content > .level4, 70.main-content > .level5, 71.main-content > .level6 { 72 font-size: .88rem; 73 padding-bottom: 1rem; 74 > p, > ul > li .li { 75 font-size: .88rem; 76 a { 77 font-size: inherit; 78 } 79 } 80} 81 82