xref: /template/readthedokus/css/content.css (revision a7d4d7ee6580fa454fe4b2f7899d20759f41a54a)
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 (max-width: __media_query_sp__)
41{
42
43	#dokuwiki__content
44	{
45		margin-left: 0;
46	}
47
48	#dokuwiki__content.shift
49	{
50		position: fixed;
51		left: 85%;
52	}
53
54	#dokuwiki__content > .group
55	{
56		padding: 1.618em;
57	}
58
59}
60