]> 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 f78a6c2d0541e75d771356440ec3d211cc1e3073..c2ea18a1f2010b080ad08e4a890560e626b3022c 100644 (file)
     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-";
 }