Make verse numbers, footnote anchors, themes, dynamic inserts unselectable. Fixes...
[wolnelektury.git] / src / wolnelektury / static / css / new.book.css
index 9a6eef9..38df87c 100644 (file)
@@ -104,6 +104,10 @@ p {
     padding-left: 2px;
     position: relative;
     top: -4px;
+    user-select: none;
+    -webkit-user-select: none;
+    -moz-user-select: none;
+    -ms-user-select: none;
 }
 
 #footnotes {
@@ -115,6 +119,10 @@ p {
     float: left;
     width: 2.5em;
     clear: both;
+    user-select: auto;
+    -webkit-user-select: text;
+    -moz-user-select: text;
+    -ms-user-select: text;
 }
 
 #footnotes div {
@@ -227,6 +235,13 @@ div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
     font-style: italic;
 }
 
+div.frame {
+    border: 1px darkgray solid;
+    padding: 1em;
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+
 hr.spacer {
     height: 3em;
     visibility: hidden;
@@ -266,16 +281,23 @@ em.person {
     font-variant: small-caps;
 }
 
+em.wieksze-odstepy {
+    font-style: normal;
+    word-spacing: 1em;
+}
+
 .verse:after {
     content: "\feff";
 }
 
 table {
     border-collapse: collapse;
+    width: 100%;
 }
 
-table, td, th {
+table.border td, table.border th {
     border: 1px solid black;
+    vertical-align: top;
 }