aboutsummaryrefslogtreecommitdiff
path: root/css/book.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-23 13:44:35 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-23 13:44:35 -0300
commit45748d73b5e784ad3e79350564eb68dcac71aa45 (patch)
treeedafc25882f15975ee4e6b3717ca70dcee50f398 /css/book.css
downloadmuambeiro-45748d73b5e784ad3e79350564eb68dcac71aa45.tar.gz
muambeiro-45748d73b5e784ad3e79350564eb68dcac71aa45.tar.bz2
Initial import
Diffstat (limited to 'css/book.css')
-rw-r--r--css/book.css68
1 files changed, 68 insertions, 0 deletions
diff --git a/css/book.css b/css/book.css
new file mode 100644
index 0000000..e3e3b79
--- /dev/null
+++ b/css/book.css
@@ -0,0 +1,68 @@
+/* @override http://skinr.docs/modules/book/book.css?lff21s */
+
+/* Admin */
+#book-outline {
+ min-width: 56em;
+}
+.book-outline-form .form-item {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+html.js #edit-book-pick-book {
+ display: none;
+}
+.form-item-book-bid .description {
+ clear: both;
+}
+#book-admin-edit select {
+ margin-right: 24px;
+}
+#book-admin-edit select.progress-disabled {
+ margin-right: 0;
+}
+#book-admin-edit tr.ajax-new-content {
+ background-color: #ffd;
+}
+#book-admin-edit .form-item {
+ float: left;
+}
+
+/* Front end */
+.book-navigation {
+ font-size: 1.077em;
+ margin: 1em 0 0 0;
+}
+.book-navigation ul.menu {
+ border-top: solid 1px #e4e4e4;
+ margin: 0;
+ padding: 2em 2em 2em 3em;
+ list-style-type: square;
+}
+.book-navigation .menu li {
+ margin-bottom: 0.4em;
+ padding: 0;
+}
+.book-navigation .page-links {
+ border-top: solid 1px #e4e4e4;
+ text-align: center;
+ padding: 1em 0;
+}
+.book-navigation .page-previous {
+ text-align: left;
+ width: 42%;
+ display: block;
+ float: left; /* LTR */
+}
+.book-navigation .page-up {
+ margin: 0 5%;
+ width: 4%;
+ display: block;
+ float: left; /* LTR */
+}
+.book-navigation .page-next {
+ text-align: right;
+ width: 42%;
+ display: block;
+ float: right;
+}
+