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="image:side1" content="">
- <meta name="image:side2" content="http://static.tumblr.com/dc5f2aa630530d7209d582621ff7dd26/tgtto7a/5Ytmqd39x/tumblr_static_barcelona_lyrics06.png">
- <meta name="image:sidebar" content="">
- <meta name="image:side3" content="">
- <meta name="image:portrait" content="">
- <meta name="color:desctext" content="#ffffff">
- <meta name="color:accent1" content="#af4c35">
- <meta name="color:bg" content="#1d1111">
- <meta name="color:infobg" content="#f2f2f2">
- <meta name="color:text" content="#4c2b23">
- <meta name="color:posts" content="#ffffff">
- <meta name="text:side2 repeat" content="repeat">
- <meta name="text:side2 position" content="center">
- <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">
- <meta name="text:link4" content="/">
- <meta name="text:link4title" content="link">
- <meta name="text:link5" content="/">
- <meta name="text:link5title" content="link">
- <meta name="text:subtitle" content="you're everything i need and more">
- <meta name="text:othertitle" content="hit me like a ray of sun">
- <meta name="text:sidebarmargin" content="200">
- <meta name="text:linksmargin" content="150">
- <style type="text/css">
- #cred {
- position:fixed;
- font-size:8px;
- font-weight:normal;
- line-height:150%;
- background-color: {color:accent1};
- letter-spacing:2px;
- right:10px;
- padding: 4px;
- bottom:10px;
- text-transform:uppercase;
- text-align:center;
- font-weight: 300;
- }
- #cred a{
- color: {color:desctext};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:accent1};
- height:auto;
- border: 0px solid #000;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:accent1};
- height:5px !important;
- }
- ::-webkit-scrollbar {
- height:5px;
- width:5px;
- background-color: transparent;
- }
- body {
- background-color: {color:bg};
- font-family: times new roman;
- font-size: 8pt;
- line-height: 100%;
- text-align: justify;
- color: {color:text};
- }
- a {
- color: {color:accent1};
- text-decoration: none;
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- }
- a:hover {
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- }
- #info a {
- color: {color:desctext};
- background-color: {color:accent1};
- padding: 2px;
- line-height: 100%;
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- letter-spacing: 1px;
- }
- #info a:hover {
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- color: {color:desctext};
- padding: 2px;
- background-color: {color:accent1};
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- letter-spacing: 3px;}
- #left {
- margin-left: 250px;
- }
- #side {
- background-repeat: repeat;
- width: 250px;
- height: 100%;
- margin-top: -8px;
- margin-left: -8px;
- background-image: url('{image:side1}');
- position: fixed;
- }
- #side2 {
- background-repeat: {text:side2 repeat};
- background-position: {text:side2 position};
- width: 250px;
- height: 100%;
- opacity: .1;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- position: fixed;
- background-image: url('{image:side2}');
- }
- #side3 {
- background-repeat: repeat;
- width: 250px;
- height: 100%;
- margin-left: -8px;
- margin-top: -8px;
- position: fixed;
- background-image: url('{image:side3}');
- }
- #sidebar {
- opacity: 0;
- color: {color:desctext};
- margin-top: {text:sidebarmargin}px;
- position: fixed;
- width: 200px;
- text-shadow: 1px 1px 1px {color:text};
- margin-left: -100px;
- height: auto;
- text-align: center;
- font-style: italic;
- }
- #sidebar2 {
- opacity: 1;
- margin-top: {text:linksmargin}px;
- color: {color:desctext};
- position: fixed;
- width: 200px;
- margin-left: 25px;
- height: auto;
- text-align: center;
- font-style: italic;
- }
- #side:hover #sidebar {
- opacity: 1;
- margin-left: 25px;
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- }
- #simg {
- width: 195px;
- margin-left: 1px;
- margin-bottom: 5px;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- height: auto;
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- }
- #simg img {
- border: 3px solid {color:accent1};
- }
- #simg:hover {
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- }
- #simg2 {
- margin-left: 1px;
- margin-bottom: 5px;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- border-radius: 100px;
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- }
- #simg2 img {
- border-radius: 100px;
- width: 100px;
- height: 100px;
- }
- #simg2:hover {
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- }
- #links {
- margin-top: 10px;
- line-height: 250%;
- }
- #links a {
- text-decoration: none;
- text-transform: uppercase;
- color: {color:desctext};
- margin-right: 2px;
- padding: 5px;
- background-color: {color:accent1};
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- }
- #links a:hover {
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- color: {color:desctext};
- padding: 2px;
- background-color: {color:accent1};
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- letter-spacing: 1px;
- }
- #title {
- margin-left: 2px;
- font-size: 12px;
- padding: 5px;
- letter-spacing: 3px;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(50%);
- -moz-filter: grayscale(50%);
- -ms-filter: grayscale(50%);
- -webkit-filter: grayscale(50%);
- -o-filter: grayscale(50%);
- text-transform: uppercase;
- }
- #title:hover {
- -moz-transition-duration: 1s;
- -webkit-transition-duration:1s;
- -o-transition-duration: 1s;
- filter: url(css/grayscale.svg#greyscale);
- filter: gray;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -ms-filter: grayscale(0%);
- -webkit-filter: grayscale(0%);
- -o-filter: grayscale(0%);
- letter-spacing: 1px;
- }
- #subtitle {
- text-transform: lowercase;
- font-style: normal;
- color: {color:accent1};
- font-size: 6pt;
- letter-spacing: 2px;
- margin-top: -5px;
- margin-bottom: 5px;
- }
- #posts {
- margin-left: 550px;
- position: absolute;
- margin-top: 20px;
- }
- #post {
- background-color: {color:posts};
- margin-bottom:50px;
- padding:5px;
- width: 500px;
- }
- #info {
- margin-top: 5px;
- padding:5px;
- line-height: 150%;
- text-align: center;
- width: 490px;
- border-top: 1px solid {color:infobg};
- text-transform: uppercase;
- font-size:7px;
- }
- blockquote img {
- width: 100%;
- }
- blockquote {
- border-left: 2px solid;
- padding-left: 5px;
- }
- #audioplayer {
- width: 25px;
- height: 25px;
- overflow:hidden;
- position:absolute;
- margin-left: 238px;
- margin-top: 25px;
- border-radius: 200px;
- opacity: 0.8;
- filter:alpha(opacity=80);
- -moz-opacity: 0.8;
- -khtml-opacity: 0.8;
- }
- #albumart {
- float:center;
- margin: 0px 7px;
- margin-bottom: 2px;
- }
- #caption {
- margin-top: 20px;
- }
- #a {
- font-style: italic;
- text-align: center;
- position: center;
- }
- h1 {
- color: {color:accent1};
- text-transform: uppercase;
- font-size: 20px;
- font-style:italic;
- text-align: center;
- line-height: 100%;
- font-weight: normal;
- }
- h2 {
- color: {color:accent1};
- text-transform: uppercase;
- font-size: 20px;
- font-style:italic;
- text-align: center;
- line-height: 100%;
- font-weight: normal;
- }
- #h3 {
- color: {color:accent1};
- text-transform: uppercase;
- font-size: 15px;
- font-style:italic;
- text-align: center;
- line-height: 100%;
- font-weight: normal;
- }
- #l {
- line-height: 120%;
- border-bottom: 1px solid {color:accent1};
- margin-bottom: 1px;
- }
- #l b {
- color: {color:desctext};
- padding: 2px;
- background-color: {color:accent1};
- }
- #pages {
- margin-left: 60px;
- margin-top: 650px;
- position: fixed;
- }
- .jump_page {
- padding: 4px 8px;
- background-color: {color:accent1};
- color:{color:desctext};
- font-size:8px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 2px 6px;
- font-size:8px;
- background-color: {color:accent1};
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <div id="side3">
- <Div id="sidebar2">
- <div id="simg2"><img src="{image:portrait}"></div>
- <div id="h3">{text:othertitle}</div>
- <Div id="links">
- <a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a><Br>
- <a href="{text:link1}">{text:link1title}</a> <a href="{text:link2}">{text:link2title}</a> <a href="{text:link3}">{text:link3title}</a> <a href="{text:link4}">{text:link4title}</a> <a href="{text:link5}">{text:link5title}</a>
- </div>
- </div>
- </div>
- <div id="left">
- <div id="side"> <div id="side2"></div>
- <div id="sidebar">
- <div id="title">{title}</div>
- <div id="subtitle">{text:subtitle}</div>
- <div id="simg"><img src="{image:sidebar}" width="195" height="auto"></div>
- {description}
- </div>
- </div>
- </div>
- <div id="pages">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="cred"><a href="http://lutherwest.tumblr.com/">theme</a></div>
- <div id="posts">{block:Posts}<div id="post">
- {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{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}<h1>{Quote}</h1>{block:Source}<div style="text-align:center;">—{Source}</div>{/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>
- <div id="l">{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
- {block:Audio}
- <div id="a">
- <div id="audioplayer">{AudioPlayerWhite}</div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
- {block:TrackName}
- <b>Name:</b> {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- <b>Artist:</b> {Artist}<br>
- {/block:Artist}
- {block:Album}
- <b>Album:</b> {Album}<br>
- {/block:Album}
- {PlayCountWithLabel}
- </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}<h1>{Asker} wondered,</h1>
- <div style="text-align:center; text-transform: uppercase;">{Question}</div>
- <br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
- href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}<br> {block:HasTags}{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