Upgraded styles in book2html.xslt.
authorMarek Stępniowski <marek@stepniowski.com>
Wed, 1 Oct 2008 11:28:44 +0000 (13:28 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Wed, 1 Oct 2008 11:28:44 +0000 (13:28 +0200)
lib/librarian/book2html.xslt

index 07c560c..75c4b01 100644 (file)
@@ -9,7 +9,6 @@
         <head>
             <title>Książka z serwisu WolneLektury.pl</title>
             <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
-            <link rel="stylesheet" href="master.css" type="text/css" media="all" charset="utf-8" />
         </head>
         <style>
             body {
             /* ======================== */
             .theme-begin {
                 border-left: 0.1em solid #DDDDDD;
-                color: #666;
-                float: right;
-                margin: 0 -9.5em 0 0;
+                color: #777;
                 padding: 0 0.5em;
                 width: 7.5em;
                 font-style: normal;
                 font-weight: normal;
                 font-size: 16px;
-                display: none;
+                float: right;
+                margin-right: -9.5em;
+                clear: both;
+                left: 40em;
+                line-height: 1.5em;
+                text-align: left;
             }
 
             .annotation {
                 font-style: normal;
                 font-weight: normal;
-                font-size: 16px;
-                display: none;
-            }
-
-            #footnotes {
-                display: none;
+                font-size: 12px;
             }
 
             #footnotes .annotation {
 
             #footnotes p {
                 margin-left: 2.5em;
+                font-size: 0.875em;
+            }
+
+            blockquote {
+                font-size: 0.875em;
             }
 
             /* =================== */
             }
 
             .anchor {
-                display: none;
+                position: absolute;
+                margin: -0.25em -0.5em;
+                left: 1em;
+                color: #777;
+                font-size: 12px;
+                width: 2em;
+                text-align: center;
+                padding: 0.25em 0.5em;
+                line-height: 1.5em;
             }
 
+            .anchor:hover, #book-text .anchor:active {
+                color: #FFF;
+                background-color: #CCC;
+            }
+            
             #toc {
                 display: none;
             }