- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="keywords" content="fashion, fashion blog, blog, designers, designer, collection, givenchy, dior, chanel, weird, funny, humor, tumblr, pretty, preppy, photography, photographer, photographers, art, artistic, creative, dark"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{PortraitURL-16} " />
- <link rel="apple-touch-icon"{PortraitURL-16} "/>
- <style type="text/css">
- body {
- background: #fff;
- font-family: garamond;
- color: #000;
- font-size: 10pt;
- margin: 0;
- padding: 0;
- line-height: 13px;
- }
- td {
- }
- .center {
- margin: 20px 0 0 0;
- padding: 40px;
- text-align: center;
- }
- ol, ul {
- list-style: none;
- }
- h3, h2, h1 {
- margin: 0;
- padding: 0;
- }
- #tumblr_controls {
- position: fixed!important;
- }
- a, a:link, a:visited, a:active, a:focus {
- outline: none;
- text-decoration: none;
- color: #000;
- }
- a:hover {
- color: #333;
- }
- .title {
- font-size: 15pt;
- }
- img {
- padding: 10px;
- }
- #menu {
- padding: 10px;
- position: fixed;
- width: 100%;
- top: 0;
- text-align: center;
- background: #fff;
- }
- #menu ul {
- margin: 3px 0 0 0;
- padding: 0;
- }
- #menu ul li{
- display: inline;
- margin: 0 3px;
- }
- .reblogvia {
- display: none!important;
- }
- .tags {
- margin: 5px 0 0 0;
- padding: 3px;
- }
- .tags ul {
- margin: 0;
- padding: 0;
- }
- .tags ul li {
- list-style: none;
- display: inline;
- margin: 0 5px 0 0;
- }
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- .autopagerize_page_element {
- margin: 0;
- }
- </style>
- <script src="http://static.tumblr.com/acv0we4/UKFlz2zqd/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
- </head>
- <body>
- <div id="menu">
- <a class="title" href="/">{title}</a>
- <ul>
- <li><a href="/about">about</a></li>
- <li><a href="/ask">ask</a></li>
- </ul>
- </div>
- <div class="autopagerize_page_element">
- <div class="center">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:RebloggedFrom}
- <div class="reblogvia">via <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
- {block:RebloggedFrom}
- {block:Photo}
- <td style="padding:20px; vertical-align:middle!important;">
- {block:IndexPage}
- <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
- {/block:IndexPage}
- {block:PermalinkPage}
- <a href="{LinkURL}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:HasTags}
- <div class="tags">
- <ul>tags:
- {block:Tags}<li>-<a href="{TagURL}">{Tag}</a></li>{/block:Tags}</ul>
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </td>
- {/block:Photo}
- {block:Photoset}
- <td>
- {block:IndexPage}{Photoset-500}
- <div class="permalink"><a href="{Permalink}">{TimeAgo}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}
- {block:Caption} <div class="caption">{Caption}</div>{/block:Caption}
- {block:HasTags}
- <div class="tags">
- <ul>tags:
- {block:Tags}
- <li>
- -<a href="{TagURL}">{Tag}</a>
- </li>
- {/block:Tags}</ul>
- </div> {/block:HasTags}
- {/block:PermalinkPage}
- </td>
- {/block:Photoset}
- {block:Text}
- <td>
- {block:IndexPage}
- {block:Title}
- <a href="{Permalink}">{Title}</a>
- {/block:Title}
- <a href="{Permalink}">{Body}</a>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Title}
- <a href="{Permalink}">{Title}</a>
- {/block:Title}
- {Body}
- {block:HasTags}<div class="tags">
- <ul>tags:
- {block:Tags}
- <li>
- -<a href="{TagURL}">{Tag}</a>
- </li>
- {/block:Tags}</ul>
- </div> {/block:HasTags}
- {/block:PermalinkPage}
- </td>
- {/block:Text}
- {block:Answer}
- <td>
- {block:IndexPage}
- <b>{Asker}</b>: <i>{Question}</i>
- <a href="{Permalink}">{Answer}</a>
- {/block:IndexPage}
- {block:PermalinkPage}
- <b>{Asker}</b>: <i>{Question}</i>
- {Answer}
- {/block:PermalinkPage}
- </td>
- {/block:Answer}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>