# HG changeset patch # User Aurelien Campeas # Date 1271261409 -7200 # Node ID 829f575dd8533e730e8d4fb4e1ce5a4d0ac7432e # Parent ef12a0060ac1ec3a3bad37edf925eeec32220a51 [doc/book] refresh the style diff -r ef12a0060ac1 -r 829f575dd853 doc/book/en/standard_theme/static/lglb-sphinx-doc.css --- a/doc/book/en/standard_theme/static/lglb-sphinx-doc.css Wed Apr 14 17:19:52 2010 +0200 +++ b/doc/book/en/standard_theme/static/lglb-sphinx-doc.css Wed Apr 14 18:10:09 2010 +0200 @@ -46,6 +46,7 @@ padding: 5px 5px 25px 5px; background-color: #FFFFFF; text-align: left; + line-height: 80%; } div.related { @@ -94,13 +95,13 @@ margin: 1em 0 0.5em 0; font-size: 1em; padding: 0.1em 0 0.1em 0.5em; - color: #444444; + color: white; border: 1px solid #CCBCA7; - background-color: #F0F0F0; + background-color: #909090; } div.sphinxsidebar h3 a { - color: #444444; + color: white; } div.sphinxsidebar ul { @@ -108,10 +109,16 @@ margin-top: 7px; padding: 0; line-height: 130%; + font-weight: bold; } div.sphinxsidebar ul ul { margin-left: 20px; + font-weight: normal; +} + +div.sphinxsidebar li { + margin: 0; } div.sphinxsidebar input { @@ -137,7 +144,15 @@ /* -- body styles ----------------------------------------------------------- */ p { - margin: 0.8em 0 0.5em 0; + margin: 0.8em 0 0 0; +} + +ul, ol { + margin: 0; +} + +li { + margin: 0.2em 0 0 0; } a { @@ -154,6 +169,7 @@ } h1 { + margin: 0; padding: 0.7em 0 0.3em 0; font-size: 1.5em; border-bottom: 3px solid #CC8B00; @@ -237,6 +253,7 @@ font-weight: normal; font-size: 1em; border: 1px solid #D0D0D0; + border: 0; } hr { @@ -287,7 +304,7 @@ table { border-collapse: collapse; - margin: 0 -0.5em 0 -0.5em; + margin: 0.8em -0.5em 0em -0.5em; } table td, table th { @@ -351,3 +368,9 @@ line-height: 1.3em; font-size: 0.9em; } + +/* TOC trees */ + +li.toctree-l1 { + margin-top: 0.4em; + } \ No newline at end of file