sevenate / fab

Client-server application for tracking and planning family assets
1 stars 0 forks source link

REF - Polish 404 page #126

Open sevenate opened 12 years ago

sevenate commented 12 years ago

Original report by sevenate (Bitbucket: sevenate, GitHub: sevenate).


Sample: [[http://saywhaat.deviantart.com/art/CV-72442485 | DevianART 404 page]]

#!html

<html>
    <head>
        <style type="text/css">
            body {
                background: none repeat scroll 0 0 #D6E1D1;
                display: table;
            }
            html, body {
                height: 100%;
                margin: 0;
                padding: 0;
                width: 100%;
            }
            #container {
                display: table-cell;
                padding: 20px;
                vertical-align: middle;
            }
            #content-wrap {
                border-bottom: 1px solid #E8EFE6;
                border-top: 1px solid #BBC7B5;
                margin: 0 auto;
                position: relative;
                width: 590px;
            }
            #content {
                background-repeat: no-repeat;
                border-bottom: 1px solid #BBC7B5;
                border-top: 1px solid #E8EFE6;
                color: #666666;
                font: 12px/1.5 Tahoma,sans-serif;
                min-height: 290px;
                padding: 50px 0 10px 50px/*333px*/;
                text-shadow: 0 1px 0 #F1F5EF;
            }
        </style>
    </head>
    <body>
        <div id="container">
            <div id="content-wrap">
                <div id="content">Sample Text</dov>
            </div>
        </div>
    </body>
</html>