MDL-63660 tool_dataprivacy: Increase expected export file size
[moodle.git] / mod / book / styles.css
blob01b98dcd718e397db334f6a56d6a7d48e2e4ba62
1 .path-mod-book .navtop img.icon,
2 .path-mod-book .navbottom img.icon {
3 margin-right: 4px;
4 margin-left: 4px;
5 border: 0;
6 padding: 0;
9 .path-mod-book .navbottom,
10 .path-mod-book .navtop {
11 text-align: right;
14 .path-mod-book .navtop {
15 margin-bottom: 0.5em;
18 .path-mod-book .navbottom {
19 margin-top: 0.5em;
22 /* == Fake toc block == */
24 .path-mod-book .block_book_toc ul {
25 margin: 0 0 0 5px;
26 padding-left: 0;
27 padding-right: 0;
30 .path-mod-book .block_book_toc li {
31 clear: both;
32 list-style: none;
33 margin-top: .5em;
36 .path-mod-book .block_book_toc li li {
37 list-style: none;
40 .path-mod-book .block_book_toc .action-list {
41 float: right;
44 .path-mod-book .block_book_toc .action-list img.smallicon {
45 margin: 0 3px;
48 .path-mod-book .book_toc_none ul ul {
49 margin-left: 0;
50 margin-right: 0;
53 /*toc style BULLETS */
54 .path-mod-book .book_toc_bullets ul ul {
55 margin-left: 20px;
58 .path-mod-book .book_toc_bullets li li {
59 list-style: circle;
62 .path-mod-book .book_toc_bullets li li:before {
63 display: none;
66 /* toc style INDENTED*/
67 .path-mod-book .book_toc_indented ul {
68 margin-left: 5px;
71 .path-mod-book .book_toc_indented ul ul {
72 margin-left: 15px;
75 .path-mod-book .book_toc_indented li li {
76 list-style: none;
79 /* Text style links */
80 .navtop.navtext .chaptername,
81 .navbottom.navtext .chaptername {
82 font-weight: bolder;
85 .navtop.navtext a,
86 .navbottom.navtext a {
87 display: inline-block;
88 max-width: 45%;
91 .navtop.navtext a.bookprev,
92 .navbottom.navtext a.bookprev {
93 float: left;
94 text-align: left;
97 @media (max-width: 480px) {
98 .path-mod-book .navbottom,
99 .path-mod-book .navtop {
100 text-align: center;
103 .navtop.navtext a,
104 .navbottom.navtext a {
105 display: block;
106 max-width: 100%;
107 margin: auto;
110 .navtop.navtext a.bookprev,
111 .navbottom.navtext a.bookprev {
112 float: none;