1#dokuwiki__content 2{ 3 margin-left: __width_sidebar__; 4 min-height: 100%; 5 padding-top: __height_header__; 6 padding-bottom: __height_footer__; 7} 8 9#dokuwiki__site:not(.showSidebar) #dokuwiki__content 10{ 11 margin-left: 0; 12} 13 14#dokuwiki__content > .group 15{ 16 padding: 1.618em 3.236em; 17 height: 100%; 18 margin: 0; 19 background-color: __background__; 20} 21 22.mode_show #dokuwiki__content > .group 23{ 24 max-width: __width_content__; 25} 26 27#dokuwiki__content .page p 28{ 29 line-height: 24px; 30 margin: 0 0 24px; 31} 32 33#dokuwiki__content .page ul,ol 34{ 35 line-height: 24px; 36 margin-bottom: 24px; 37} 38 39@media (max-width: __media_query_sp__) 40{ 41 42 #dokuwiki__content 43 { 44 margin-left: 0 !important; 45 } 46 47 #dokuwiki__site.showSidebarSP #dokuwiki__content 48 { 49 position: fixed; 50 left: 85%; 51 } 52 53 #dokuwiki__content > .group 54 { 55 padding: 1.6em; 56 } 57 58} 59