X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond.css;h=21145a8ab05e30b14209336696dd66c54a9058ce;hb=c57eabd07f180b03d2d6d5486d617dc5fb0209aa;hp=d64640180351cfb7a9a7b2b2d7e72e6526fc2181;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/Documentation/lilypond.css b/Documentation/lilypond.css index d646401803..21145a8ab0 100644 --- a/Documentation/lilypond.css +++ b/Documentation/lilypond.css @@ -1,7 +1,16 @@ /***********************************************************/ /* PAGE-WIDE SETTINGS */ -/***********************************************************/ +/**********************************************************/ + +html { + height:100%; +} + body { + margin: 0; + padding: 0; + height: 100%; + font-size: 100%; margin-right: auto; margin-left: auto; } @@ -47,7 +56,7 @@ blockquote { padding: 3px; width: 40em; } -.verbatim { +.verbatim, .example { font-family: "Courier New",Courier,monospace; } hr { @@ -67,54 +76,52 @@ table.cartouche td { } /***********************************************************/ -/* TOC */ +/* MAIN CONTENT */ /***********************************************************/ -.contents { - border: 1px dashed #339999; - margin: 3px 2em; - list-style-type: square; - padding-right: 1em; - width: 40em; - background-color: #fcfff9; + +div#main { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 27%; + padding: 0 1em; + margin: 0; + overflow: auto; } +#languages { + padding-bottom: 1em; +} /***********************************************************/ /* TOC SIDEBAR */ /***********************************************************/ -body { - padding-left: 27%; /* To create space for the sidebar! */ -} -div#main { -} + div#tocframe { -/* position: fixed; */ position: absolute; top: 0; + right: 73%; + bottom: 0; left: 0; - margin: 0em; padding: 5px; - width: 25%; - height: 100%; + padding-bottom: 0; + margin: 0; overflow: auto; background-color: #FFFACD; z-index:100; list-style-type: none; - -/* float: left; */ -/* clear: both; */ } -@media screen - { - body>div#tocframe - { - position: fixed; +@media screen { + body>div#tocframe { + position: fixed } } #tocframe .contents { width: 100%; + padding-bottom: 0.25em; border: none; margin: 0em; background-color: transparent; @@ -153,13 +160,15 @@ li.toc_current ul { /***********************************************************/ /* NAVIGATION */ /***********************************************************/ + .nav_table { - width: 98%; - background-color: #CCCCCC; + width: 100%; + background-color: #CCC; border: 0; + margin-top: 4px; left: auto; right: auto; - font-size: 10pt; + font-size: 0.8em; }