xref: /template/readthedokus/css/content.css (revision 8dab89dff7d7a27dcacf1cfbfe1a3805b0791127)
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 ul
23{
24	margin-bottom: 24px;
25}
26
27.mode_show #dokuwiki__content .page ul li
28{
29	list-style: disc;
30	margin-left: 24px;
31}
32
33/*@media only screen and (max-width: 42em)*/
34@media (max-width: 42em)
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