xref: /template/readthedokus/css/content.css (revision 00c656a9d7bdabe86c1456f7db3fccb3ceb111ad)
1#dokuwiki__content
2{
3	margin-left: 300px;
4	background: #fcfcfc;
5	min-height: 100%;
6	background: rgba(0,0,0,.05);
7}
8
9#dokuwiki__content > .group
10{
11	padding: 1.618em 3.236em;
12	height: 100%;
13	margin: 0;
14	background: #fcfcfc;
15}
16
17.mode_show #dokuwiki__content > .group
18{
19	max-width: 800px;
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