X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flilypond.css;h=3fd59d3675d1ecfa04a87faf62a30e625325dd56;hb=ae9f69d76c9377d86faf16d609c1a5212edbef3a;hp=d64640180351cfb7a9a7b2b2d7e72e6526fc2181;hpb=4d51a4f45e2f4e1faceb65ba57f74acc442f547a;p=lilypond.git diff --git a/Documentation/lilypond.css b/Documentation/lilypond.css index d646401803..3fd59d3675 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; } @@ -13,14 +22,10 @@ h2 { font-size: x-large; color: #1d7b85; } -.unnumberedsubsubsec { +.unnumberedsubsubsec, .subsubheading { font-size: large; color: #1d7b85; } -.subsubheading { - font-size: large; - color: #3b220d; -} /***********************************************************/ /* LINKS */ @@ -47,7 +52,7 @@ blockquote { padding: 3px; width: 40em; } -.verbatim { +.verbatim, .example { font-family: "Courier New",Courier,monospace; } hr { @@ -67,54 +72,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 +156,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; }