-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hmm, how much of these changes could/should be folded back into the agogo stylesheet?
Georg Am 20.02.2010 02:49, schrieb Florian Diesch: > Felix Hummel <[email protected]> writes: > >>> On 8 Feb., 13:25, Florian Diesch <[email protected]> wrote: >>>> Schollii <[email protected]> writes: >>>> > For those interested in a somewhat different layout than one of the >>>> > two default ones, I have played around with the layout.html and CSS >>>> > and the result can be seen athttp://pubsub.sourceforge.net. >>>> >>>> <http://www.florian-diesch.de/doc/python-und-glade/online> uses a slightly >>>> modified version of the "agogo" theme included with the Sphinx 1.0 >>>> development version. >> >> I like yours alot, Florian. What exactly did you modify and would you >> be so kind to share? > > > I added the following to agogo.css_t > > --8<---------------cut here---------------start------------->8--- > > a { > color: {{ theme_linkcolor }}; > } > > div.sidebar a, div.header a { > text-decoration: none; > } > > div.sidebar a:hover, div.header a:hover { > text-decoration: underline; > } > > div.bodywrapper a, div.footer a{ > text-decoration: underline; > } > > div.sidebar li.toctree-l2 a { > background-color: transparent; > border: none; > margin-left: 1.5em; > border-bottom: 1px solid #dddddd; > } > > div.sidebar li.toctree-l3 a { > background-color: transparent; > border: none; > margin-left: 2.5em; > border-bottom: 1px solid #dddddd; > } > > div.admonition { > margin-top: 10px; > margin-bottom: 10px; > padding: 7px; > border-left: 0.2em solid black; > } > > p.admonition-title { > margin: 0px 10px 5px 0px; > font-weight: bold; > > } > > img { > border: 0; > } > --8<---------------cut here---------------end--------------->8--- > > > and changed > > > --8<---------------cut here---------------start------------->8--- > div.body { > padding-right: 2em; > text-align: justify; > } > --8<---------------cut here---------------end--------------->8--- > > to > > --8<---------------cut here---------------start------------->8--- > div.body { > padding-right: 2em; > } > --8<---------------cut here---------------end--------------->8--- > > > > > > > Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEARECAAYFAkuBRh8ACgkQN9GcIYhpnLByjQCgjcD2oEKRbZ5IPSWbu70XmlOj 8vYAn0GHBAgTXHGdh3tJS3wAQbX7l+Zv =JDQS -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
