App-PFT

 view release on metacpan or  search on metacpan

share/templates/default.html  view on Meta::CPAN

            font-family : serif;
            width : 65%;
        }

        div#content #title h1 {
            font-size : 2em;
        }

        div#content #text pre {
            overflow : auto;
            background : #eaeaea;
            padding : .5em;
        }

        div#content code {
            background : #eaeaea;
        }

        div#content p img {
            max-width : 100%;
        }

        div#content h1,h2,h3,h4,h5,h6 { font-family : sans; }
        div#content h1 { font-size : 1.7em; }
        div#content h2 { font-size : 1.5em; }
        div#content h3 { font-size : 1.4em; }

share/templates/minimal.html  view on Meta::CPAN

                ELSE
                    color.bg = 'white'
                    color.fg = '#252525'
                    color.h = '#616161'
                    color.prebg = '#e7e7e7'
                END
            %]

            body {
                margin: 0 auto 0;
                background-color : [% color.bg %];
                color : [% color.fg %];
                font-family : serif;
                max-width : 50em;
                padding : 1em;
            }

            div#header {
                padding-top : 8em;
            }

share/templates/minimal.html  view on Meta::CPAN

            a:visited {
                color : cornflowerblue;
            }

            h3#tags_list a {
                white-space : nowrap;
            }

            div#content div#text pre {
                overflow : auto;
                background-color : [% color.prebg %];
                padding : 1em;
                border-left : 0.4em solid cornflowerblue;
            }

            div#content div#text blockquote {
                font-style : italic;
                text-color : green;
                font-family : serif;
            }

share/templates/terminal.html  view on Meta::CPAN

                    color.border    = "#FFE3E6"
                    color.fg        = "#2C2C2C"
                    color.link      = "#FF6978"
                    color.link_hov  = "#FF4557"
                END
            %]

            body {
                margin              : 0 auto 0;
                max-width           : 50em;
                background-color    : [% color.bg %];
                color               : [% color.fg %];
                font-family         : monospace;
            }

            div#header h1 {
                width               : 100%;
                font-family         : sans;
                text-align          : center;
            }

share/templates/terminal.html  view on Meta::CPAN

            table {
                width               : 100%;
            }

            table tr:first-child {
                font-weight         : bold;
                text-indent         : 1em;
            }

            table tr:nth-child(even) {
                background-color    : [% color.bg_alt %];
            }

            div#text blockquote {
                margin-left         : 2em;
                font-style          : italic;
                border-left         : 1em [% color.border %];
            }

            div#text pre {
                background-color    : [% color.bg_alt %];
                padding             : 0.5em;
                font-family         : monospace;
                border              : 1px solid [% color.border %];
                border-radius       : 3px;
            }

            div#text pre code {
                border              : 0px;
            }

            code {
                background-color    : [% color.bg_alt %];
                border              : 1px solid [% color.border %];
                font-family         : monospace;
                border-radius       : 3px;
            }
        </style>
    </head>

    <body>
        <div id="header">
            <h1>[% site.title %]</h1>



( run in 0.558 second using v1.01-cache-2.11-cpan-f56aa216473 )