Advertisement
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">
- <!-- theme 002 by heytonks.tumblr.com - do not redistribute, remove credit, or use as a base code. feel free to message me if you have any issues or questions. -->
- <html>
- <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:Sidebar Image" content=""/>
- <meta name="image:Background Image" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Topbar" content="#000000"/>
- <meta name="color:Topbar Border" content="#eeeeee"/>
- <meta name="color:Nav Link Text" content="#000000"/>
- <meta name="color:Nav Link Box" content="#ffffff"/>
- <meta name="color:Nav Box Hover" content="#525252"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Title 2" content="#ffffff"/>
- <meta name="color:Title 2 Box" content="#000000"/>
- <meta name="color:Sidebar Image Border" content="aeaeae"/>
- <meta name="color:Description Text" content="#000000"/>
- <meta name="color:Description Box" content="#f9f9f9"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Post Title" content="#000000"/>
- <meta name="color:Link" content="#380404"/>
- <meta name="color:Link Hover" content="#dfbfbf"/>
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="color:Tags" content="#000000"/>
- <meta name="color:Post Info" content="#000000"/>
- <meta name="color:Post Info Hover" content="#ced7da"/>
- <meta name="color:Post Info Background" content="f7f7f7"/>
- <meta name="color:Post Info Border" content="7c7c7c"/>
- <meta name="color:Question Background" content="f8f8f8"/>
- <meta name="color:Scrollbar" content="#000000"/>
- <meta name="text:Title 2" content="Title 2"/>
- <meta name="text:Custom Cursor" content=""/>
- <meta name="text:Link 1" content="home"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="message"/>
- <meta name="text:Link 2 URL" content="/ask"/>
- <meta name="text:Link 3" content="archive"/>
- <meta name="text:Link 3 URL" content="/archive"/>
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 4 URL" content=""/>
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 6" content=""/>
- <meta name="text:Link 6 URL" content=""/>
- <meta name="if:Topbar Border" content="1"/>
- <meta name="if:Rounded Sidebar Corners" content="1"/>
- <meta name="if:Circular Sidebar Image" content="0"/>
- <meta name="select:Title Font" content="satisfy" title="Satisfy">
- <meta name="select:Title Font" content="sacramento" title="Sacramento">
- <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
- </head>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height: 50px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 8px;
- background-color: {color:Background};
- }
- *, body, a, a:hover {cursor: url({text:Custom Cursor}), auto;}
- body {
- background-color:{color:Background};
- background-image:url('{image:Background Image}');
- background-attachment:fixed;
- background-position:top left;
- background-repeat:repeat;
- text-decoration:none;
- font-family:'Times New Roman';
- color:{color:Text};
- margin:0px;
- font-size:13px;
- }
- a {
- text-decoration:none;
- color:{color:Link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:Link Hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- h2 {
- color:{color:Post Title};
- text-transform:uppercase;
- font-size:16px;
- font-family: 'Open Sans Condensed', sans-serif;
- }
- blockquote {
- border-left:1px solid #000000;
- padding-left:6px;
- margin-top:6px;
- margin-left:10px;
- }
- #nav {
- position:fixed;
- height:75px;
- width:100%;
- background-color:{color:Topbar};
- margin-top:0px;
- margin-left:0px;
- z-index:200;
- margin-top:-110px;
- {block:IfTopbarBorder}border-bottom:6px solid {color:Topbar Border};{/block:IfTopbarBorder}
- }
- #nav a {
- display:inline-block;
- background-color:{color:Nav Link Box};
- width:75px;
- font-size:10px;
- text-transform:uppercase;
- letter-spacing:0.8px;
- font-style:bold;
- padding:5px 22px 4px 22px;
- margin:-10px 5px 0px 5px;
- border-bottom:1px solid {color:Nav Link Box};
- text-decoration:none;
- color:{color:Nav Link Text};
- z-index:201;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #nav a:hover {
- color:{color:Nav Link Box};
- background-color:{color:Nav Box Hover};
- border-bottom:1px solid {color:Nav Link Box};
- }
- .satisfy {
- font-size:38px;
- color:{color:Title};
- font-family: 'Satisfy', cursive;
- z-index:3;
- height:48px;
- }
- .sacramento {
- font-size:40px;
- color:{color:Title};
- font-family: 'Sacramento', cursive;
- z-index:3;
- height:48px;
- }
- #sidebar {
- position:fixed;
- width:300px;
- height:400px;
- margin-left:200px;
- margin-top:80px;
- }
- #sidebarimage {
- }
- {block:IfNotCircularSidebarImage}#sidebarimage img {
- width:220px;
- max-height:300px;
- {block:IfRoundedSidebarCorners}-moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;{/block:IfRoundedSidebarCorners}
- }
- #wrap {
- width:220px;
- padding:7px 7px 3px 7px;
- border:1px dashed {color:Sidebar Image Border};
- {block:IfRoundedSidebarCorners}-moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;{/block:IfRoundedSidebarCorners}
- }{/block:IfNotCircularSidebarImage}
- {block:IfCircularSidebarImage}#sidebarimage img {
- width:140px;
- height:140px;
- -moz-border-radius: 140px;
- -webkit-border-radius: 140px;
- border-radius: 140px;
- transform: rotate(0deg);
- -webkit-transition-duration: 1s;
- -moz-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- }
- #sidebarimage img:hover {
- transform: rotate(360deg);
- -webkit-transition-duration: 1s;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- #wrap {
- width:140px;
- padding:7px 7px 3px 7px;
- border:1px dashed {color:Sidebar Image Border};
- -moz-border-radius: 140px;
- -webkit-border-radius: 140px;
- border-radius: 140px;
- }{/block:IfCircularSidebarImage}
- #title2 {
- margin-top:8px;
- background-color:{color:Title 2 Box};
- color:{color:Title 2};
- width:250px;
- height:auto;
- padding:17px;
- font-size:16px;
- letter-spacing:0.9px;
- font-style:italic;
- text-align:center;
- }
- #title2 a {
- color:{color:Title 2};
- }
- #description {
- background-color:{color:Description Box};
- color:{color:Description Text};
- width:250px;
- height:auto;
- text-align:justify;
- padding:17px;
- font-size:12px;
- margin-top:8px;
- }
- #content {
- width:540px;
- background-color:{color:Post Background};
- padding:20px;
- margin-top:110px;
- margin-left:550px;
- margin-bottom:40px;
- }
- #posts {
- width:500px;
- padding:15px;
- background-color:#ffffff;
- margin:0px auto 35px;
- opacity:0.8;
- -webkit-transition-duration:1s;
- -moz-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #posts img {
- max-width:100%
- }
- #posts:hover {
- opacity:1;
- box-shadow: 2px 2px 8px #565656;
- -webkit-transition-duration:1s;
- -moz-transition-duration:1s;
- -o-transition-duration:1s;}
- }
- .tags {
- color:{color:Tags};
- text-transform:lowercase;
- font-size:12px;
- word-spacing:3px;
- letter-spacing:0.7px;
- font-style:italic;
- }
- .tags a {
- color:{color:Tags};
- padding:2px;
- }
- .tags a:hover {
- color:{color:Post Info Hover};
- }
- #stats {
- margin-top:3px;
- color:{color:Post Info};
- text-transform:uppercase;
- word-spacing:3px;
- font-size:10px;
- }
- #stats a {
- color:{color:Post Info};
- }
- #stats a:hover {
- color:{color:Post Info Hover};
- }
- #permalink {
- margin-top:3px;
- color:{color:Post Info};
- text-transform:uppercase;
- word-spacing:2px;
- font-size:10px;
- }
- #permalink a {
- color:{color:Post Info};
- }
- #permalink a:hover {
- color:{color:Post Info Hover};
- }
- ol.notes {
- width:500px;
- padding: 0px;
- text-transform:uppercase;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px {color:Sidebar Image Border};
- font-size: 8px;
- letter-spacing: 1px;
- }
- ol.notes li.note blockquote {
- border-color: {color:Sidebar Image Border};
- padding: 5px 10px;
- margin: 20px 0px 0px 20px;
- }
- ol.notes li.note blockquote a {text-decoration: none;}
- .notes li {
- list-style: none;
- }
- ol.notes li.note {
- border-top: solid 1px #dddddd;
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- margin-right: 10px;
- display: inline-block;
- width: 16px;
- height: 16px;
- }
- .bubble {background: {color:Question Background}; padding:15px;position: relative;-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px;
- width:385px; margin-left:80px;}
- .bubble p {margin:1px 0px;}
- .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:17px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid {color:Question Background};}
- #pagination {
- margin-top:15px;
- }
- .current_page {
- background-color:{color:Topbar};
- color:{color:Title};
- font-size:10px;
- padding:7px 6px 7px 6px;
- }
- .current_page a {
- color:{color:Title};
- }
- .jump_page {
- background-color:{color:Title};
- color:{color:Topbar};
- font-size:10px;
- padding:7px 6px 7px 6px;
- moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .jump_page:hover {
- background-color:{color:Topbar};
- color:{color:Title};
- moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .jump_page a {
- color:{color:Topbar};
- }
- .jump_page a:hover {
- color:{color:Title};
- moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #quotemark {
- color: #eeeeee;
- font-family:'Georgia';
- font-size:90px;
- font-style: italic;
- height:26px;
- z-index: 0;
- }
- #quote {
- font-family: 'Open Sans Condensed', sans-serif;
- text-transform:uppercase;
- font-size:17px;
- margin-left:22px;
- }
- #source {
- text-align:right;
- margin-top:6px;
- font-size:12px;
- }
- #albumart img {
- -moz-border-radius: 75px;
- -webkit-border-radius: 75px;
- border-radius: 75px;
- padding:7px;
- margin-left:-90px;
- background-color:#fbfbfb;
- border:1px solid #eeeeee;
- float:left;
- z-index:99;
- }
- #defaultart img {
- -moz-border-radius: 75px;
- -webkit-border-radius: 75px;
- border-radius: 75px;
- padding:7px;
- background-color:#fbfbfb;
- border:1px solid #eeeeee;
- float:left;
- z-index:98;
- }
- #player {
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-left:31px;
- margin-top:33px;
- z-index:100;
- opacity:0.6;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #player:hover {
- opacity:0.9;
- -webkit-transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #audioinfo {
- text-transform:uppercase;
- font-size:10px;
- margin-top:20px;
- position:absolute;
- margin-left:100px;
- width:300px;
- }
- #askerportrait img {
- -moz-border-radius: 48px;
- -webkit-border-radius: 48px;
- padding:4px;
- border-radius: 48px;
- border:1px solid #eeeeee;
- float:left;
- margin-top:0px;
- transform: rotate(0deg);
- -webkit-transition-duration: 1s;
- -moz-transform: rotate(0deg);
- -webkit-transform: rotate(0deg);
- -o-transform: rotate(0deg);
- }
- #askerportrait img:hover {
- transform: rotate(360deg);
- -webkit-transition-duration: 1s;
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(360deg);
- }
- #asker {
- margin-top:-2px;
- }
- .info {
- background-color:{color:Post Info Background};
- padding:10px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .infoborder {
- padding:5px;
- border:1px dashed {color:Post Info Border};
- margin-top:25px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- </style>
- <body>
- <center><div id="nav">
- <header class="masthead {select:Title Font}">{Title}</header>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
- <a href="http://heytonks.tumblr.com">theme</a>
- </div></center>
- <div id="sidebar"><center>
- <div id="wrap"><div id="sidebarimage"><img src="{image:Sidebar Image}"></div></div>
- <div id="title2"><a href="/">{text:Title 2}</a></div>
- <div id="description">{Description}</div>
- {block:Pagination}<div id="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 href="{URL}" class="jump_page">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">≫</a>{/block:NextPage}
- </div>{/block:Pagination}
- </center></div>
- <!-- Post Types -->
- <div id="content">
- {block:Posts}<div id="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Panorama}
- {LinkOpenTag}<img src="{PhotoURL-Panorama}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Panorama}
- {block:Quote}
- <div id="quotemark">“</div>
- <div id="quote">{Quote}</div>
- {block:Source}<div id="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br/>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div id="defaultart"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width="75" alt="default album art"/></div>
- {block:AlbumArt}<div id="albumart"><img src="{AlbumArtURL}" width="75"></div>{/block:AlbumArt}
- <div id="player">{AudioPlayerWhite}</div>
- <div id="audioinfo">{block:Artist}<b>Artist:</b> {Artist}<br/>{/block:Artist}
- {block:Album}<b>Album:</b> {Album}<br/>{/block:Album}
- {block:TrackName}<b>Song:</b> {TrackName}<br/>{/block:TrackName}
- <b>Plays:</b> {FormattedPlayCount}<br/></div>
- {block:Caption}<div style="margin-top:105px;">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="askerportrait"><img src="{AskerPortraitURL-48}" align="left" class="askborder"></div>
- <div class="bubble"><span></span><div style="text-transform:uppercase; font-size:11px; float:left;">{Asker} </div><div id="asker"> said: {Question} </div></div><div style="margin-top:30px; margin-left:30px;">{Answer}</div>
- {/block:Answer}
- <!-- POST INFO -->
- {block:IndexPage}<div class="infoborder"><div class="info"><center>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {block:Date}<div id="stats"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a>{/block:Date}
- {block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:NoteCount}
- </center></div></div>{/block:IndexPage}
- {block:PermalinkPage}<div class="infoborder"><div class="info"><center>
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- <div id="permalink">{block:RebloggedFrom}<a href="{ReblogRootURL}">root</a> / <a href="{ReblogParentURL}">via</a><br/>{/block:RebloggedFrom}
- {block:Date}posted at {12Hour}:{Minutes} {CapitalAmPm} on {DayOfMonthWithZero} {ShortMonth} {ShortYear}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</div>
- </center></div></div>{/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:PostNotes}<div id="notecontainer">{PostNotes}</div>{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement