xref: /template/readthedokus/css/content.css (revision 27efc8f7db6d3ba290de751dd1446500818f5a04)
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__content > .group
10{
11	padding: 1.618em 3.236em;
12	height: 100%;
13	margin: 0;
14	background-color: __background__;
15}
16
17.mode_show #dokuwiki__content > .group
18{
19	max-width: __width_content__;
20}
21
22#dokuwiki__content .page p
23{
24	line-height: 24px;
25	margin: 0 0 24px;
26}
27
28#dokuwiki__content .page ul
29{
30	line-height: 24px;
31	margin-bottom: 24px;
32}
33
34.mode_show #dokuwiki__content .page ul li
35{
36	list-style: disc;
37	margin-left: 24px;
38}
39
40/*@media only screen and (max-width: 42em)*/
41@media (max-width: 42em)
42{
43
44	#dokuwiki__content
45	{
46		margin-left: 0;
47	}
48
49	#dokuwiki__content.shift
50	{
51		position: fixed;
52		left: 85%;
53	}
54
55	#dokuwiki__content > .group
56	{
57		padding: 1.618em;
58	}
59
60}
61