]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
styling for semantic markup elements, add XML declaration to generated output.
[ardour-manual] / source / css / app.css
index e2972dcf4995596e78c5d4bfd95d6c5add239e6a..3e3b09e9df2dbcbc5ee89354cad128ea95f0bbd6 100644 (file)
     width:150px;
 }
 
+#content dfn {
+    font-weight: bold;
+    font-style: normal;
+}
+
 #content .right {
     margin: 0 0 1em 1em;
     float:right;
     float:left;
 }
 
-#content .well.notabene {
+#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;
 }