]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-mccarty.css
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / css / lilypond-mccarty.css
index 4ccf54f206aa69a67f5d48ae11c0261a195b2904..3872615789c23fa5e4d26994f9552ade498743b1 100644 (file)
@@ -414,6 +414,31 @@ table.menu {
   .nav_table { display: none; }
 }
 
+/***********************************************************/
+/*           FORMATTING of AJAX SEARCH BOX                 */
+/***********************************************************/
+
+div#search {
+  border: none;
+  border-bottom: 1pt solid #C5972C;
+  background: #E8E3AC;
+  padding-left: 3px;
+  padding-top: 2px;
+  padding-bottom: 1px;
+}
+div#search p, div#search form {
+  padding: 0;
+  margin: 0;
+}
+#search_results {
+  font-size: 0.75em;
+  padding: 0;
+  margin: 0;
+  display: none;
+}
+#search_results table {
+  width: 100%;
+}
 
 /***********************************************************/
 /*               OTHER                                     */
@@ -430,4 +455,16 @@ table.menu {
   margin: 1em;
 }
 
+.advanced {
+  background: #eeffcc;
+  text-align: left;
+  padding: 0;
+  border: 1px solid green;
+  /* Experimental rounded corners */
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px;
+  margin: 0.5em 0.5em 2em 3em;
+}
+
+