[Moin-user] Displaying of foot notes in MoinMoin themes

Kai Jaeger kai at aplteam.com
Tue Mar 20 15:13:49 EDT 2012


Indeed, that's an interesting point.

I changed it to

div.footnotes {
    border-top: 1pt solid gray;
}

which makes the border appear, but it stretches over the whole width.
Defining width:5em; is not appropriate because that influences not
only the border but also the footnotes.

100% width is still better than nothing

On Tue, Mar 20, 2012 at 09:21, Christian Taube <c.taube at hcf.yourweb.de> wrote:
> Hello,
>
> This is probably a question for a web designer, but as it affects the
> default theme of MoinMoin, it should fit on this list, too.
>
> I am currently playing around with the CSS code to change the look of my
> MoinMoin installation.
>
> Now, there is this section in the file common.css of the 'modernized'
> theme:
>
> }
> .footnotes div {
>    border-top: 1pt solid gray;
>    width: 5em;
> }
>
>
> I think the intention here is to paint a short, thin line between the
> regular wiki text and the foot notes(1).
> ________
> (1) Just like I've done here in ASCII.
>
>
> Actually, I would really like it if it would work this way, as in
> MoinMoins default theme it is rather hard to differentiate between wiki
> text and foot notes otherwise. However, none of my browsers actually
> draw this line. And I didn't find out how to change the css-file to
> get this correct. I've examined the page with the Firebug extension of
> Firefox and it seems this code block isn't even loaded.
>
> You can take this page as example:
> http://moinmo.in/HelpOnMacros
>
> This page has three foot notes and the above code is in the common.css
> file. Firebug, however, shows only .footnotes ol as active for this
> block.
>
> Any ideas how to get this right?
>
> --
> Christian Taube
>
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> _______________________________________________
> Moin-user mailing list
> Moin-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/moin-user




More information about the Moin-user mailing list