1/** 2 * This file provides the design styles for the main-content. 3 * 4 * @author Jana Deutschlaender <deutschlaender@cosmocode.de> 5 */ 6 7#dokuwiki__content.main-content { 8 9 .level2 { 10 p a.media { 11 img { 12 border: 1px dotted @color-site-bg; 13 14 } 15 &:hover, &:focus, &:active { 16 img { 17 border: 1px solid @color-link; 18 } 19 } 20 21 } 22 } 23 24 .wikipagefooter { 25 > hr { 26 margin-top: 3em; 27 margin-bottom: 0.5em; 28 border-top: dashed @ini_border_light 2px; 29 border-bottom: none; 30 } 31 } 32} 33 34/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 35/* min-width: 1440px */ 36 37@media @screen_min-xlg { 38} 39 40/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 41/* max-width: 1199px */ 42 43@media @screen_max-xlg { 44} 45