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 margin: 0; 26 padding: 0 0 1rem 0; 27 border: 1px solid #abced4; 28 background-color: #fff; 29 background-image: 30 linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px), 31 linear-gradient(#eee .1em, transparent .1em); 32 background-size: 100% 1.2em; 33 opacity: .7; 34 } 35 .secedit { 36 float: right; 37 margin-top: 0; 38 position: relative; 39 z-index:2; 40 top: 0; 41 } 42} 43 44 45/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 46/* min-width: 1440px */ 47 48@media @screen_min-xlg { 49} 50 51 52/* + + + + + + + + + + + + + + + + + + + + + + + + + + */ 53/* max-width: 1199px */ 54 55@media @screen_max-xlg { 56} 57