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 10 .level2 { 11 p a.media { 12 img{ 13 border:1px dotted @color-site-bg; 14 15 } 16 &:hover,&:focus,&:active{ 17 img{ 18 border:1px solid @color-link; 19 } 20 } 21 22 } 23 } 24 div.section_highlight{ 25 background: repeating-linear-gradient( 26 -45deg, 27 @ini_background_neu, 28 @ini_background_neu 10px, 29 @ini_background 10px, 30 @ini_background 20px, 31 ); 32 } 33 .secedit { 34 float: right; 35 margin-top: 0; 36 position: relative; 37 z-index:2; 38 top: 0; 39 } 40} 41 42 43/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 44/* min-width: 1440px */ 45 46@media @screen_min-xlg { 47} 48 49 50/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 51/* max-width: 1199px */ 52 53@media @screen_max-xlg { 54} 55