X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fcss%2Flilypond-mccarty.css;h=7bafd331016e907d119e36f6335cf2f2bd1b7fbf;hb=a28f13b43e4e6d436d7f0fec0e0ef126412e5806;hp=ee917448cc5c536461697738486b919fd24a6386;hpb=b0e58f4a55426db0c5152b6bd008da186941c511;p=lilypond.git diff --git a/Documentation/css/lilypond-mccarty.css b/Documentation/css/lilypond-mccarty.css index ee917448cc..7bafd33101 100644 --- a/Documentation/css/lilypond-mccarty.css +++ b/Documentation/css/lilypond-mccarty.css @@ -413,3 +413,46 @@ table.menu { #tocframe { display: none; } .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 */ +/***********************************************************/ + +.warning { + background: #eef; + text-align: left; + padding: 0; + border: 1px solid green; + /* Experimental rounded corners */ + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + margin: 1em; +} + +