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