App-PFT

 view release on metacpan or  search on metacpan

share/templates/terminal.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        = "#0A0B11"
                    color.bg_alt    = "#0f111A"
                    color.border    = "#001c19"
                    color.fg        = "#D3D3D3"
                    color.link      = "#009687"
                    color.link_hov  = "#00BAA8"
                ELSE
                    color.bg        = "#F5F4EE"
                    color.bg_alt    = "#F0EEE5"
                    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;
            }

            div#info {
                width               : 100%;
            }

            div#info h1 {
                font-family         : sans;
            }

            div#info h5 {
                text-align          : right;
            }

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

            a {
                color               : [% color.link %];
            }

            a:hover {
                color               : [% color.link_hov %];
            }

            a:visited {
                color               : [% color.link %];



( run in 2.302 seconds using v1.01-cache-2.11-cpan-d8267643d1d )