medor
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

index.html
text/html

Download raw (3.1 KB)

<!DOCTYPE HTML>
<html class="">
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>HTML to Print Boilerplate</title>

    <link rel="stylesheet" type="text/css" href="lib/reset.css" />
    <link rel="stylesheet" href="print.less" type="text/less" media="all" charset="utf-8">
        <link rel="stylesheet" href="typography.less" type="text/less" media="all" charset="utf-8">
    <link rel="stylesheet" href="lib/jquery-ui-1.10.3/css/smoothness/jquery-ui-1.10.3.custom.min.css" type="text/css" media="all" charset="utf-8">
    <link href='http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911' rel='stylesheet' type='text/css'>
</head>
<body>
    <!-- PRINT MARKS -->
    <div id="print-marks">
        <div id="master-page">
            <!--<img src="page-height.png" />-->
            <div class="crop-top-left">
                <div class="crop-right" style="top: 0; right: 0;"></div>
                <div class="crop-bottom" style="bottom: 0cm; left: 0;"></div>
            </div>
            <div class="crop-top-right">
                <div class="crop-left" style="top: 0; left: 0;"></div>
                <div class="crop-bottom" style="bottom: 0; right: 0;"></div>
            </div>
            <div class="crop-bottom-right">
                <div class="crop-left" style="left: 0; bottom: 0;"></div>
                <div class="crop-top" style="right: 0cm; top: 0;"></div>
            </div>
            <div class="crop-bottom-left">
                <div class="crop-right" style="bottom: 0cm; right: 0;"></div>
                <div class="crop-top" style="left: 0cm; top: 0"></div>
            </div>

            <section class="header">
            </section>

            <section class="page">
            </section>

            <section class="footer">
            </section>
        </div>
    </div>

    <div id="interface">
        <button id="debug" class="button" href="#">Debug</button>
        <button id="hi-res" class="button" href="#">Hi-res</button>
        <div id="toc">
            <button id="goto" class="button" href="#">Go to</button>
            <ul id="toc-pages"></ul>
        </div>
    </div>

    <section id="container">
        <!-- Content will be loaded here with Jquery. -->
    </section>
    
    
    <!-- MOVEABLE ELEMENTS -->
    <div class="moveable"  style="top: 7186.65625px; left: 98.9375px; width: 300px; height: 80px; font-size: 2em; font-family: sans-serif;">
        I'm a moveable element.
    </div>

    <div class="moveable"  style="top: 41px; left: 40px; width: 803px; height: 374px; position: absolute; z-index: 2;">
        <img class="" style="margin-top: -160px;margin-left:-105px;" src="img/nickclaeskens-twintigdertig-15-van-16web.jpg" />
    </div>



    <!-- JAVASCRIPT -->
    <script type="text/javascript" src="lib/jquery.min.js"></script>
    <script type="text/javascript" src="lib/jquery-ui-1.10.3/js/jquery-ui-1.10.3.custom.min.js"></script>
    <script type="text/javascript" src="lib/popelt-v1.0.min.js"></script>
    <script type="text/javascript" src="lib/less-1.3.0.min.js"></script>
    <script type="text/javascript" src="print.js"></script>
</body>
</html>