view xsls/style.xsls @ 104:3ae68fe2e938

A nicer look for the directive's synopsis section, including i18n for "syntax", "default", "context", and "any (context)" strings.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 08:29:21 +0000
parents 9151d4344e65
children d3e240f7157c
line wrap: on
line source

X:stylesheet {

X:template style (lang) {

    <style type="text/css">!{ normalize-space('
        html             {-webkit-text-size-adjust: none}
        body             { font-family:  Georgia, serif; }
        p                { text-align:   justify; }
        div.directive    { background:   #EEEEEE;
                           padding:      10pt 10pt 10pt 20pt; }
        span.initial     { font-size:    200%;
                           float: left; padding-right: 10pt;}
        li               { text-align:   justify; }
        td.list          { background:   #EEEEEE; }
        blockquote.note  { text-align:   justify;
                           background:   #EEEEEE; border: none;
                           padding:      10pt 10pt 10pt 10pt; }
        ') }

    X:if "$lang = 'he'" {
        !{ normalize-space('
        pre              { text-align:   left; direction: ltr; }
        code             { direction:    ltr; unicode-bidi: embed;}
        .ltr             { direction:    ltr; unicode-bidi: embed;}
        ') }
    }

    </style>
}

}