Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- <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="color:Background" content="#e7e7e7">
- <meta name="color:Sidebar" content="#ffffff">
- <meta name="color:Posts" content="#ffffff">
- <meta name="color:Text" content="#bebebe">
- <meta name="color:Border" content="#e7e7e7">
- <meta name="color:Accent" content="#879e95">
- <meta name="image:Background" content="http://static.tumblr.com/tgtto7a/43hmpi2y4/squairy_light.png">
- <meta name="image:Sidebar1" content="">
- <meta name="image:Sidebar2" content="">
- <meta name="image:Sidebar3" content="">
- <meta name="text:Subtitle" content="You came with the season as the first swallow sang">
- <meta name="text:link1" content="/">
- <meta name="text:link1title" content="link">
- <meta name="text:link2" content="/">
- <meta name="text:link2title" content="link">
- <meta name="text:link3" content="/">
- <meta name="text:link3title" content="link">
- <style type="text/css">
- blockquote img {width: 100%;}
- @import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic);
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:accent};
- height:auto;
- border: 0px solid #000;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:accent};
- height:5px !important;
- }
- ::-webkit-scrollbar {
- height:2px;
- width:5px;
- background-color: transparent;
- }
- body {
- background-color: {color:Background};
- background-image: url('{image:Background}');
- font-family: georgia;
- font-size: 7pt;
- color: {color:Text};
- line-height: 8pt;
- text-align: justify;
- }
- a {
- color: {color:Accent};
- text-decoration: none;
- }
- a:hover {
- color: {color:Text};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- blockquote {
- padding-left: 3px;
- border-left: 1px solid;
- }
- t {
- color:{color:accent};
- }
- #left {
- width: 450px;
- position: fixed;
- margin-top: -8px;
- background-color: {color:Sidebar};
- height: 100%;
- margin-left: -8px;
- }
- #line {
- width: 1px;
- margin-left: 150px;
- position: fixed;
- margin-top: 100px;
- height: 505px;
- background-color: {color:Border};
- }
- #title {
- margin-left: 160px;
- font-family: 'Playfair Display';
- font-style: italic;
- margin-top: 100px;
- width: 120px;
- font-size: 12pt;
- line-height: 12pt;
- letter-spacing: 1px;
- position: fixed;
- }
- #h1 {
- font-family: 'Playfair Display';
- font-style: italic;
- font-size: 12pt;
- font-weight: normal;
- text-align: center;
- padding: 10px;
- line-height: 12pt;
- letter-spacing: 1px;
- }
- h1 {
- font-family: 'Playfair Display';
- font-style: italic;
- font-size: 12pt;
- font-weight: normal;
- color: {color:Accent};
- text-align: center;
- padding: 10px;
- line-height: 12pt;
- letter-spacing: 1px;
- }
- h2 {
- font-family: 'Playfair Display';
- font-style: italic;
- font-size: 12pt;
- font-weight: normal;
- color: {color:Accent};
- text-align: center;
- padding: 10px;
- line-height: 12pt;
- letter-spacing: 1px;
- }
- #info {
- width: 500px;
- text-transform: uppercase;
- font-size: 5pt;
- text-align: center;
- font-family: times new roman;
- margin-top: 5px;
- }
- #quote {
- font-family: 'Playfair Display';
- font-style: italic;
- font-size: 12pt;
- font-weight: normal;
- color: {color:Accent};
- text-align: center;
- padding: 10px;
- line-height: 12pt;
- letter-spacing: 1px;
- }
- #subtitle {
- margin-left: 160px;
- font-family: times new roman;
- text-transform: uppercase;
- font-size: 5pt;
- margin-top: 135px;
- width: 120px;
- position: fixed;
- }
- #des {
- margin-left: 160px;
- text-transform: uppercase;
- font-size: 5pt;
- font-family: times new roman;
- margin-top: 480px;
- width: 120px;
- position: fixed;
- }
- #imgone {
- width: 200px;
- position: fixed;
- margin-left: -50px;
- margin-top: 60px;
- height: auto;
- padding: 10px;
- background-color: {color:sidebar};
- }
- #imgtwo {
- width: 200px;
- position: fixed;
- margin-left: -50px;
- margin-top: 165px;
- height: auto;
- padding: 10px;
- background-color: {color:sidebar};
- }
- #nav {
- width: 200px;
- position: fixed;
- margin-left: -50px;
- margin-top: 165px;
- height: 75px;
- opacity: .2;
- padding: 10px;
- background-color: {color:sidebar};
- }
- #nav:hover {
- transition-duration: 0.8s;
- -moz-transition-duration: 0.8s;
- -webkit-transition-duration: 0.8s;
- -o-transition-duration: 0.8s;
- opacity: .7;
- }
- #imgthree {
- width: 200px;
- position: fixed;
- margin-left: -50px;
- margin-top: 260px;
- height: auto;
- padding: 10px;
- background-color: {color:sidebar};
- }
- #posts {
- position: absolute;
- margin-left: 550px;
- }
- #post {
- padding: 30px;
- margin-top: 20px;
- margin-bottom: 20px;
- width: 500px;
- background-color: {color:posts};
- }
- #audio {
- text-align: left;
- height: 70px;
- font-size: 8pt;
- line-height: 9pt;
- }
- #audioplayer {
- width: 25px;
- height: 25px;
- overflow:hidden;
- position:absolute;
- margin-left: 30px;
- margin-top: 23px;
- border-radius: 10px;
- opacity: 0.8;
- filter:alpha(opacity=80);
- -moz-opacity: 0.8;
- -khtml-opacity: 0.8;
- }
- #albumart {
- float:left;
- margin: 0px 7px;
- }
- #musicinfo {
- font-family: 'Playfair Display';
- font-style: Italic;
- }
- #navi {
- padding: 10px;
- font-family: times new roman;
- text-transform: uppercase;
- width: 200px;
- margin-top: 25px;
- margin-left: -10px;
- text-align: center;
- }
- #cred {
- position:fixed;
- font-size:8px;
- font-weight:normal;
- line-height:150%;
- background-color: {color:Sidebar};
- letter-spacing:2px;
- right:10px;
- padding: 4px;
- bottom:10px;
- text-transform:uppercase;
- text-align:center;
- font-family: 'Playfair Display';
- font-style: italic;
- }
- #pagination {
- color: {color:Accent};
- font-size: 20px;
- text-align: center;
- }
- #pagination a {
- color: {color:Accent};
- }
- </style>
- </head>
- <body>
- <div id="left">
- <t><div id="title"><A href="/">{Title}</a></div></t>
- <div id="subtitle">{text:Subtitle}</div>
- <div id="des">{Description}
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="line">
- <div id="imgone"><img src="{image:sidebar1}" width="200"></div>
- <div id="imgtwo"><img src="{image:sidebar2}" width="200"></div>
- <div id="imgthree"><img src="{image:sidebar3}" width="200"></div>
- <div id="nav"><div id="navi">
- <a href="/">home</a> <a href="/ask">mailbox</a> <a href="/archive">histoire</a><br>
- <a href="{text:link1}">{text:link1title}</a> <a href="{text:link2}">{text:link2title}</a> <a href="{text:link3}">{text:link3title}</a>
- </div></div>
- </div>
- </div>
- <div id="cred"><a href="http://lutherwest.tumblr.com/">theme</a></div>
- <div id="posts">
- {block:Posts}<div id="post">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
- {Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}<div id="quote">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
- {Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
- {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div id="audio">
- <div id="audioplayer">{AudioPlayerWhite}</div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
- {block:TrackName}
- <div id="musicinfo"><t><span style="font-size: 12pt;">{TrackName}</span></t><br>
- {/block:TrackName}
- {block:Artist}
- {Artist}<br>
- {/block:Artist}
- {PlayCountWithLabel}
- </div>
- </div>
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="h1"><t>{Asker}:</t> {Question}</div>
- {Answer}{/block:Answer}
- <div id="info">
- {block:Date}{TimeAgo}{/block:Date} / <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} / via: <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
- href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
- {/block:RebloggedFrom}<br> {block:HasTags}Tagged with {block:Tags}<a href="{TagURL}">{Tag}</a>,
- {/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment