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_site; 13 14 } 15 &:hover, 16 &:focus, 17 &:active { 18 img { 19 border: 1px solid @ini_existing; 20 } 21 } 22 23 } 24 } 25 26 .wikipagefooter { 27 > hr { 28 margin-top: 3em; 29 margin-bottom: 0.5em; 30 border-top: dashed @ini_border_light 2px; 31 border-bottom: none; 32 } 33 } 34} 35 36 37/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 38/* min-width: 1440px */ 39 40@media @screen_min-xlg { 41} 42 43 44/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 45/* max-width: 1199px */ 46 47@media @screen_max-xlg { 48} 49