App-PFT

 view release on metacpan or  search on metacpan

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=[% site.encoding %]">
        <title>[% site.title %]: [% content.title %]</title>
        <style type="text/css">
            [%
                IF site.theme == 'dark'
                    color.bg = '#292727'
                    color.fg = '#e9e9e9'
                    color.h = '#bdcce6'
                    color.prebg = '#4a4a4a'
                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;
            }

            h1,h2,h3,h4,h5 {
                font-family : sans-serif;
                color : [% color.h %];
            }

            div#all_pages h3 {
                display : inline;
            }

            div#header h1 {
                font-family : sans-serif;
                font-size : 3.2em;
                padding-bottom : 0.5em;
                border-bottom : 1px solid cornflowerblue;
                text-align : right;
                width : 100%;
            }

            div#content {
                min-height : 10em;
                padding-bottom : 1em;
                border-bottom : 1px solid cornflowerblue;
            }

            div#content div#info h4  {
                display : inline;
                font-style : italic;
                font-family : serif;
            }

            div.nav {



( run in 1.726 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )