]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
More rephrasing, adding a screencap, removing a useless 1 liner page
[ardour-manual] / source / css / app.css
index 430e9699e507cef2bd479510799db5d6191faee4..1ea517c70742548c48966acc3a7e69830ccc1fff 100644 (file)
@@ -45,6 +45,10 @@ ul.inside li, ol.inside li {
   font-weight: normal;
 }
 
+#tree dl {
+  margin-left: 1em;
+}
+
 #tree h1.title a:hover {
   border-bottom: none;
 }
@@ -118,6 +122,12 @@ ul.inside li, ol.inside li {
   padding-bottom: .3ex;
 }
 
+#content h2.clear,
+#content h3.clear,
+#content h4.clear {
+       clear:both;
+}
+
 #content h1.title {
   font-size: 1.8em;
   margin: 0 0 2ex 0;
@@ -173,9 +183,17 @@ ul.inside li, ol.inside li {
 #content table th {
   margin: 0;
   padding: .5em;
+}
+
+#content table th {
+  font-weight: bold;
+}
+
+#content table td {
   font-weight: normal;
 }
 
+
 #content table th.sub1 {
   padding-left: 2em;
 }
@@ -468,6 +486,15 @@ samp:after {
        clear: both;
 }
 
+#content img.mini {
+  width:200px;
+}
+
+#content img.mini:hover {
+  width: 100%;
+  transition: width .5s ease;
+}
+
 #content p.center {
        text-align:center;
 }
@@ -567,16 +594,16 @@ samp:after {
 }
 
 /* for the TOC */
-#chapter,
-#subchapter,
-#section,
-#subsection {
-  line-height:1.5em;
-}
-#chapter { padding-top: 1em; padding-left: 1em; }
-#subchapter { padding-left: 4em; }
-#section { padding-left: 6em; }
-#subsection { padding-left: 8em; }
+#content p.chapter,
+#content p.subchapter,
+#content p.section,
+#content p.subsection {
+  line-height:1em;
+}
+#content p.chapter { padding-top: 1em; padding-left: 1em; padding-bottom:1em; }
+#content p.subchapter { padding-left: 4em; }
+#content p.section { padding-left: 6em; }
+#content p.subsection { padding-left: 8em; }
 
 /* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
 .container { position: relative; border: none; }