xref: /template/readthedokus/css/content.css (revision 7db373a8936231e14849f464613f90ceb332f0f9)
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,ol
29{
30	line-height: 24px;
31	margin-bottom: 24px;
32}
33
34@media (max-width: __media_query_sp__)
35{
36
37	#dokuwiki__content
38	{
39		margin-left: 0;
40	}
41
42	#dokuwiki__content.shift
43	{
44		position: fixed;
45		left: 85%;
46	}
47
48	#dokuwiki__content > .group
49	{
50		padding: 1.618em;
51	}
52
53}
54