]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
OSC replace image with one that matches what is actually seen
[ardour-manual] / source / css / app.css
index 4a9fb5d1f1b8b10d498e6df637f0f1f10b6e15ac..0802831ecd928d12b7f472a96184454a0494d270 100644 (file)
     font-weight: normal;
 }
 
+#content dt.sub1 {
+    padding-left: 2em;
+}
+
+#content dt.sub2 {
+    padding-left: 4em;
+}
+
+
 #content figure {
     display: table;
 }
@@ -591,3 +600,13 @@ samp:after {
 #chapter { padding-top: 1em; padding-left: 1em; }
 
 #subchapter { padding-left: 4em; }
+
+#content table.alternate{      border-collapse:collapse; }
+.alternate td{ padding:7px; border:#4e95f4 1px solid; }
+.alternate tr{ background: #b8d1f3; }
+.alternate tr:nth-child(odd){ background: #b8d1f3; }
+.alternate tr:nth-child(even){ background: #dae5f4; }
+
+.container { position:relative; border: none;}
+.hoverimg { position: absolute; border: none;  }
+.hoverimg:hover{ z-index:100; box-shadow: 0 0 5px 5px lightgreen; }