moodle/mod/book/styles.css
2012-11-23 11:30:05 +08:00

109 lines
2.2 KiB
CSS

.path-mod-book .book_chapter_title {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-align: left;
font-size: large;
font-weight: bold;
margin-left: 0;
margin-bottom: 20px;
}
.dir-rtl.path-mod-book .book_chapter_title {
text-align: right;
}
.path-mod-book .navtop img.icon,
.path-mod-book .navbotton img.icon {
margin-right: 4px;
margin-left: 4px;
border: 0;
padding: 0;
}
.path-mod-book .navbottom,
.path-mod-book .navtop {
text-align: right;
}
.dir-rtl.path-mod-book .navbottom,
.dir-rtl.path-mod-book .navtop {
text-align: left;
}
.path-mod-book .navtop {
margin-bottom: 0.5em;
}
/* == Fake toc block == */
.path-mod-book .block_book_toc ul {
margin: 0 0 0 5px;
padding-left: 0;
padding-right: 0;
}
.dir-rtl.path-mod-book .block_book_toc ul { margin: 0 5px 0 0; }
.path-mod-book .block_book_toc li {
clear: both;
list-style: none;
margin-top: .5em;
}
.path-mod-book .block_book_toc li li {
list-style: none;
}
.path-mod-book .block_book_toc .action-list { float: right; }
.dir-rtl.path-mod-book .block_book_toc .action-list { float: left; }
.path-mod-book .block_book_toc .action-list img.smallicon {
margin: 0 3px;
}
/* toc style NONE */
.path-mod-book .book_toc_none {
font-size: 0.8em;
}
.path-mod-book .book_toc_none ul ul,
.dir-rtl.path-mod-book .book_toc_none ul ul {
margin-left: 0;
margin-right: 0;
}
/* toc style NUMBERED */
.path-mod-book .book_toc_numbered {
font-size: 0.8em;
}
/*toc style BULLETS */
.path-mod-book .book_toc_bullets {
font-size: 0.8em;
}
.path-mod-book .book_toc_bullets ul ul {
margin-left: 20px;
}
.dir-rtl.path-mod-book .book_toc_bullets ul ul {
margin-left: 0;
margin-right: 20px;
}
.path-mod-book .book_toc_bullets li li {
list-style: circle;
}
/* toc style INDENTED*/
.path-mod-book .book_toc_indented {
font-size: 0.8em;
}
.path-mod-book .book_toc_indented ul {
margin-left: 5px;
}
.dir-rtl.path-mod-book .book_toc_indented ul {
margin-left: 0;
margin-right: 5px;
}
.path-mod-book .book_toc_indented ul ul {
margin-left: 15px;
}
.dir-rtl.path-mod-book .book_toc_indented ul ul {
margin-left: 0;
margin-right: 15px;
}
.path-mod-book .book_toc_indented li li {
list-style: none;
}