- <!--
- PRIMROSE Theme by Parismist
- PRIMROSE Theme by Parismist
- PRIMROSE Theme by Parismist
- Feel free to tweak but please don't remove the credits.
- -->
- <html lang="en">
- <head>
- <title>{title}</title>
- <link href='http://fonts.googleapis.com/css?family=Special+Elite|Rochester' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}”/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="image:background" content="http://i.imgur.com/OPKs3.png"/>
- <meta name="image:content" content="http://img20.imageshack.us/img20/826/stockillustration863570.jpg"/>
- <meta name="color:background" content="#EEEEE0"/>
- <meta name="color:font" content="#a3a3a3"/>
- <meta name="text:Link 1 Url" content=""/>
- <meta name="text:Link 1 Url Name" content=""/>
- <meta name="text:Link 2 Url" content=""/>
- <meta name="text:Link 2 Url Name" content=""/>
- <meta name="text:Link 3 Url" content=""/>
- <meta name="text:Link 3 Url Name" content=""/>
- <meta name="text:Link 4 Url" content=""/>
- <meta name="text:Link 4 Url Name" content=""/>
- <style type="text/css">
- @font-face {
- font-family:"handy00";
- src:url('http://static.tumblr.com/vtqel59/gijlrtxyw/handy00.ttf');
- }
- /*** ask ***/
- .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
- .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#C0C0C0;
- border: 1px solid #fff;
- height:100px;
- -webkit-border-radius: 6px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#FFF;
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:6px;
- background-color:#fff;
- -webkit-border-radius: 6px;
- }
- body{
- background-image: url({image:background});
- color:{color:font};
- padding:2px;
- font-family: handy00;
- font-size:8px;
- background-color:{color:background};
- }
- a:link, a:active, a:visited{ color:#a3a3a3;
- text-decoration:none;
- -webkit-transition-duration: 0.8s;}
- a:hover{ color: #EBDDE2;
- text-shadow:0px 0px 3px # ;}
- #post{
- padding:2px;
- background-color:#fff;
- width:500px;
- float:left;
- margin:2px;
- }
- #ledescription{
- background-color:#fff;
- width:200px;
- margin-top:70px;
- margin-left:172px;
- position:fixed;
- padding:3px;
- border: 1px solid #EBDDE2;
- }
- #lecontent{
- width:508px;
- padding:5px;
- padding-top: 4px;
- margin-left: 400px;
- border: 1px solid #F2E4D5;
- background: url({image:content});
- }
- #letitle{
- color:black;
- font-family:Special Elite;
- font-size:19px;
- margin-top:50px;
- margin-left:200px;
- position:fixed;
- }
- #lephoto{
- margin-top: 85px;
- margin-left: 65px;
- position:fixed;
- }
- .title{
- display: block;
- font-family: Special Elite;
- font-style: bold;
- font-size: 15px;
- line-height:80%;
- letter-spacing: 1px;
- font-weight:normal;
- text-align: center;
- color: #a3a3a3;
- }
- h2{font-family: 'Special Elite'; font-size: 14px; font-weight: 500; border-bottom: 1px dashed #eeeeee; text-align: center; letter-spacing: 1px; margin-bottom: 5px; color: #a3a3a3;
- }
- {CustomCSS]</style>
- </head>
- <body>
- <div id="lephoto"><a href="/"><img src="{PortraitURL-96}" style="border-radius:96px;"></div>
- <div id="letitle">
- <a href="/"><div style="text-align: right;">{Title}</div></a>
- </div>
- <div id="ledescription">
- <h2>a b o u t</h2>
- {Description}
- <h2>l i n k s </h2>
- <center>
- <a href="/ask">letterbox</a> <img src="http://i.imgur.com/QXrN5.png">
- <a href="{text:Link 1 Url}">{text:Link 1 Url Name}</a> <img src="http://i.imgur.com/QXrN5.png">
- <a href="{text:Link 2 Url}">{text:Link 2 Url Name}</a> <img src="http://i.imgur.com/QXrN5.png">
- <a href="{text:Link 3 Url}">{text:Link 3 Url Name}</a> <img src="http://i.imgur.com/QXrN5.png">
- <a href="{text:Link 4 Url}">{text:Link 4 Url Name}</a> <img src="http://i.imgur.com/QXrN5.png">
- <!-- PLEASE DON'T REMOVE THE CREDITS -->
- <a href="http://parismist.tumblr.com" target="_blank"> theme </a>
- <!-- PLEASE DON'T REMOVE THE CREDITS -->
- </center>
- <br>
- <center>{block:PreviousPage}<a href="{PreviousPage}" title="recent entries"> ← exhale </a>{/block:PreviousPage} | {block:NextPage}<a href="{NextPage}" title="older entries"> inhale →</a>{/block:NextPage}</center>
- </div>
- <div id="lecontent">
- {block:Posts}
- <div id="post">
- {block:Title}{Title}{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {Video-500}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}<img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker} wondered and asked: {Question} </div>{Answer}{/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <h2></h2>
- <center> {NoteCount} notes <img src="http://i.imgur.com/QXrN5.png"> <a href="{ReblogURL}" target="_blank">Reblog</a> </center>
- </div>
- {/block:Posts}
- <h2></h2>
- <center> © <a href="http://parismist.tumblr.com" target="_blank"> Parismist </a> | 2012 </center>
- </div>
- </body>
- </html>