]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
move subtopics boilerplate from pages to generator, add styling
[ardour-manual] / source / css / app.css
index 946cf52138009207235ce3dd4bd5672f2f6ee659..c2ea18a1f2010b080ad08e4a890560e626b3022c 100644 (file)
@@ -1,6 +1,4 @@
 #tree {
-    padding: 20px; 
-    padding-bottom: 80px;
   background-color: #eee;
   height: 100%;
   overflow: scroll;
@@ -11,6 +9,10 @@
   width: 300px;
 }
 
+#tree-inner {
+  padding: 15px 20px 30px 30px;  
+}
+
 #tree h1.title {
   font-size: 28px;
   margin-bottom: 20px;
 }
 
 #tree h1.title a:hover {
-    border-bottom: none;
+  border-bottom: none;
 }
 
 #tree a {
- font-size: 14px; 
 font-size: 14px; 
   line-height: 28px;
 }
 
 #tree .child,
 #tree .parent *,
 #tree .child * {
-    display: inherit; 
-    color: inherit;
+  display: inherit; 
+  color: inherit;
 }
 
 #tree dd.child-1,
 #tree .child-2,
 #tree .child-3,
 #tree .child-4 {
- display: none; 
 display: none; 
 }
 
 
+#search {
+  height: 70px;
+}
+
 #content {
-    padding: 70px 30px 30px 360px;
+    padding: 10px 30px 30px 350px;
     margin-left: 0;
 }
 
+#content-main {
+  padding-top: 10px;
+  padding-left: 10px;
+}
+
 #content p,
 #content li,
 #content dt,
 #content dd {
-  font-size: 18px;
-  line-height: 32px; 
+  font-size: 16px;
+  line-height: 28px; 
 }
 
 
 #content h2 {
   margin: 30px 0 20px 0;
   padding-bottom: 5px;
-  font-size: 24px;
+  font-size: 22px;
   border-bottom: 2px solid #ddd;
 }
 
 #content h3 {
  margin: 20px 0 10px 0; 
   padding-bottom: 5px;
-  font-size: 22px;
+  font-size: 20px;
   border-bottom: 1px solid #eee;
 }
 
 
 #content h4 {
-  font-size: 23px;
+  font-size: 18px;
  margin: 20px 0 10px 0; 
   padding-bottom: 10px;
   border-bottom: 1px solid #eee;
     white-space:nowrap;
 }
 
+#content td {
+    padding: 0 1em 0 1em;
+}
+
+#content .small {
+    width:150px;
+}
+
+#subtopics ul {
+    font-size:20px;
+    font-weight:bold;
+}
+
+#content dfn {
+    font-weight: bold;
+    font-style: normal;
+}
+
+#content .right {
+    margin: 0 0 1em 1em;
+    float:right;
+}
+
+#content .left {
+    margin-left:0 1em 1em 0;
+    float:left;
+}
+
+#content .note,.warning {
+    min-height: 20px;
+    padding: 19px;
+    margin-bottom: 20px;
+    border: 1px solid 
+    -webkit-border-radius: 4px;
+       -moz-border-radius: 4px;
+            border-radius: 4px;
+    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+#content .note {
+    border-color: #e3e3e3;
+    background-color: #f5f5f5;
+}
+
+#content .warning {
+    border-color: #990000;
+    background-color: #ffeeee;
+}
 
 .mod1:before {
     content: "Ctrl-";
     content: "Alt-";
 }
 
+.mod3:before {
+    content: "Shift-";
+}
+
 .mod4:before {
     content: "Win-";
 }
     content: "Ctrl-";
 }
 
+.mac .mod3:before {
+    content: "Shift-";
+}
+
 .mac .mod4:before {
     content: "Opt-";
 }
 
 
 
+#gs_tti0 {
+
+  padding-top: 2px;
+  padding-bottom: 0;
+
+}
+
+