1/** 2 * This file provides the design styles for the main-content. 3 * 4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de> 5 */ 6 7 8#dokuwiki__content.main-content { 9 .level2 { 10 p a.media { 11 img { 12 border: 1px dotted @ini_background; 13 14 } 15 &:hover, 16 &:focus, 17 &:active { 18 img { 19 border: 1px solid @ini_existing; 20 } 21 } 22 } 23 } 24 25 > div, 26 .section_highlight > div { 27 > ul, 28 > ol { 29 > li { 30 margin-bottom: @small-spacing; 31 } 32 } 33 } 34 35 .wikipagefooter { 36 > hr { 37 margin-top: 3em; 38 margin-bottom: .5em; 39 border-top: dashed @ini_border_light 2px; 40 border-bottom: none; 41 } 42 } 43} 44 45 46/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 47/* min-width: 1440px */ 48 49@media @screen_min-xlg { 50} 51 52 53/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 54/* max-width: 1199px */ 55 56@media @screen_max-xlg { 57} 58