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>
- <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
- <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="#ffffff"/>
- <meta name="color:Text" content="#a8a8a8"/>
- <meta name="color:Sidebar Links" content="#C35474"/>
- <meta name="color:DescriptionText" content="#b8b8b8"/>
- <meta name="color:Border" content="#dddddd"/>
- <meta name="color:Hover" content="#f2f2f2"/>
- <meta name="color:Post Links" content="#c0bfbf"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Background" content=""/>
- <meta name="text:Sidebar Title" content="breathe me in;"/>
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <meta name="text:link5" content="">
- <meta name="text:link5 url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb{background-color: #838382;border: 2px solid #fff;height:auto;}
- ::-webkit-scrollbar {height:9px;width:9px;background-color: #838382;border: 4px solid #fff;}
- ::selection {background: #838382;color: #fff;}
- ::-moz-selection {background: #838382;color: #fff;}
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:calibri;
- font-size:10px;
- line-height:100%;
- letter-spacing:0px;
- text-align:justify;
- background-image:url('{image:Background}');
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Post Links};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:8px;
- letter-spacing:2px;
- text-transform:uppercase;
- font-family:'CAMBRIA';
- font-style:none;
- line-height:10px;
- text-align:left;
- padding:0px;
- }
- a:hover {
- color:#000000;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- /*ENTRIES*/
- #entries {
- padding:10px;
- width:500px;
- margin-left:522px;
- margin-top:5px;
- font-size:10px;
- font-family:'arial';
- letter-spacing:0px;
- }
- #post {
- width:500px;
- padding-bottom:40px;
- padding:25px;
- margin-top:50px;
- }
- /*SIDEBAR*/
- #sidebar {
- position:fixed;
- margin-left:100px;
- margin-top:80px;
- margin-left:230px;
- }
- #sidebarimage {
- width 190px;
- }
- #sidebarimage img {
- width:250px;
- margin-top:154px;
- padding:3px;
- margin-left:-80px;
- }
- #title {
- font-family:arial bold;
- color:#fff;
- margin-top:5px;
- margin-left:-77px;
- background:{color:Sidebar Links};
- font-size:17px;
- width:240px;
- padding:5px;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- #sidebar:hover #title {
- opacity:0;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .link1 {
- width:50px;
- background-color:{color:Sidebar Links};
- height:20px;
- color:{color:Sidebar Links};
- opacity:0;
- font-family:arial bold;
- margin-top:-20px;
- margin-left:-77px;
- text-align:center;
- text-transform:lowercase;
- position:fixed;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .link1 a {
- width:50px;
- background-color:{color:Sidebar Links};
- color:#000;
- height:15px;
- font-size:14px;
- padding:5px;
- }
- .link1:hover {
- background:white;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- #sidebar:hover .link1 {
- opacity:10;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- .link2 {
- width:50px;
- background-color:{color:Sidebar Links};
- height:20px;
- font-family:arial bold;
- margin-top:-20px;
- opacity:0;
- color:{color:Sidebar Links};
- margin-left:-27px;
- text-align:center;
- text-transform:lowercase;
- position:fixed;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .link2 a {
- width:50px;
- background-color:{color:Sidebar Links};
- color:#000;
- height:15px;
- font-size:14px;
- padding:5px;
- }
- .link2:hover {
- background:#fff;
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- #sidebar:hover .link2 {
- opacity:.8;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- .link3 {
- width:50px;
- background-color:{color:Sidebar Links};
- height:20px;
- color:{color:Sidebar Links};
- font-family:arial bold;
- text-align:center;
- margin-top:-20px;
- opacity:0;
- margin-left:23px;
- text-transform:lowercase;
- position:fixed;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .link3 a {
- width:50px;
- background-color:{color:Sidebar Links};
- color:#000;
- height:15px;
- font-size:14px;
- padding:5px;
- }
- .link3:hover {
- background:#fff;
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- #sidebar:hover .link3 {
- opacity:.6;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- .link4 {
- width:50px;
- background-color:{color:Sidebar Links};
- height:20px;
- color:{color:Sidebar Links};
- font-family:arial bold;
- margin-top:-20px;
- opacity:0;
- margin-left:73px;
- text-align:center;
- text-transform:lowercase;
- position:fixed;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .link4 a {
- width:50px;
- background-color:{color:Sidebar Links};
- color:#000;
- height:15px;
- font-size:14px;
- padding:5px;
- }
- .link4:hover {
- background:#fff;
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- #sidebar:hover .link4 {
- opacity:.4;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- .link5 {
- width:50px;
- background-color:{color:Sidebar Links};
- height:20px;
- color:{color:Sidebar Links};
- font-family:arial bold;
- text-align:center;
- margin-top:-20px;
- opacity:0;
- margin-left:123px;
- text-transform:lowercase;
- position:fixed;
- -o-transition-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .link5 a {
- width:50px;
- background-color:{color:Sidebar Links};
- color:#000;
- height:15px;
- font-size:14px;
- padding:5px;
- }
- .link5:hover {
- background:#fff;
- opacity:1;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- #sidebar:hover .link5 {
- opacity:.3;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
- }
- #description {
- text-align:justify;
- font-family:'Arial';
- width:240px;
- margin-top:10px;
- margin-left:-73px;
- font-size:9px;
- position:fixed;
- text-transform:none;
- color:{color:DescriptionText};
- }
- #pagination {
- font-style:bold;
- padding:2px;
- font-family:'arial';
- letter-spacing:0px;
- font-size:9px;
- text-align:center;
- padding:2px;
- margin-top:10px;
- text-transform:lowercase;
- }
- /*POST INFO*/
- #info {
- width:500px;
- text-align:left;
- font-family:'trebuchet ms';
- margin-top:3px;
- margin-left:px;
- letter-spacing:1px;
- font-size:7px;
- font-style:none;
- padding:1px;
- line-height:10px;
- text-transform:auto;
- }
- #info a {
- text-align:center;
- color:{color:Post Links};
- }
- #info a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:Hover}
- }
- #tags {
- float:left;
- width:489px;
- margin-top:-7px;
- margin-left:-5px;
- text-align:left;
- text-transform:auto;
- font-size:7px;
- padding:5px;
- font-size:8px;
- opacity:1;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s
- color:{color:Post Links};
- }
- #tags a {
- letter-spacing:1px;
- font-size:8px;
- text-align:center;
- font-family:'CALIBRI';
- text-decoration:none;
- display:inline-block;
- color:#ccc;
- }
- #tags a:hover {
- background-color:#fff;
- letter-spacing:5px;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:#838382;
- }
- /*QUESTION*/
- #ask {
- padding:10px;
- text-align:left;
- color:{color:text};
- border-bottom:1px solid #838382;
- }
- #ans {
- text-align:left;
- padding:10px;
- color:{color:text};
- }
- /*CREDIT*/
- #cred {
- position:fixed;
- font-size:10px;
- font-weight:normal;
- font-family:'Pacifico', cursive;
- line-height:150%;
- letter-spacing:2px;
- right:10px;
- bottom:10px;
- text-transform:auto;
- text-align:center;
- }
- #cred a {
- padding:3px;
- color:#000;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- {CustomCSS}</style></head><body>
- <div id="sidebar">
- <div id="sidebarimage">
- <img src="{image:Sidebar}">
- </div>
- <div id="title">{text:Sidebar Title}</div>
- <a href="{text:Link1 url}"><div class="link1"><div style="margin-top:3px;">{text:Link1} </div>
- </div></a>
- <a href="{text:Link2 url}"><div class="link2"><div style="margin-top:3px">{text:Link2}</div></div></a>
- <a href="{text:Link3 url}"><div class="link3"><div style="margin-top:3px;">{text:Link3}</div></div></a>
- <a href="{text:Link4 url}"><div class="link4"><div style="margin-top:3px;">{text:Link4}</div></div></a>
- <a href="{text:Link5 url}"><div class="link5"><div style="margin-top:3px;">{text:Link5}</div></div></a>
- <div id="description">{Description}
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
- — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="post">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {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}<h2>"{Quote}"</h2>
- {block:Source}<div class="qsource"> —{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}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
- {/block:Audio}<br>
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><big>{Asker}</big> <small>asked:</small> "{Question}"</div><div id="ans"><left><small>and I declared:</small></left>{Answer}</div>{/block:answer}
- <div id="info">
- <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
- {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
- {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
- with {NoteCountWithLabel}</a>
- {block:HasTags}<div id="tags">
- Tagged With:
- {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a> {/block:Tags}
- </div>{block:HasTags}
- </div>
- </div>
- {/block:Posts}
- <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div></div></div>
- <br><br><br><br>
- <div id="cred">
- <a href="http://snakehabltat.tumblr.com/">Cred.</a>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment