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}
- {block:IfEndlessScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Borders" content="#d3d3d3"/>
- <meta name="color:Text Highlight" content="#d3d3d3"/>
- <meta name="color:Text" content="#8388282"/>
- <meta name="color:Bold" content="#554444" />
- <meta name="color:Scrollbar" content="#554444" />
- <meta name="color:Italic" content="#998877" />
- <meta name="color:Link" content="#6f6f6f"/>
- <meta name="color:Permalink" content="#6f6f6f"/>
- <meta name="color:Post title" content="#9b8e71"/>
- <meta name="color:Navigation Text" content="#6f6f6f"/>
- <meta name="color:Link hover" content="#534436"/>
- <meta name="color:Title" content="#404346" />
- <meta name="color:Blog Title" content="#404346" />
- <meta name="color:Post Background" content="#ffffff"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Post Border" content="1">
- <meta name="if:Tiny cursor" content="1">
- <meta name="if:Font style 1" content="1">
- <meta name="if:Font style 2" content="0">
- <meta name="if:Monochrome" content="">
- <meta name="if:Show Captions" content="1">
- <meta name="if:Lazy Load" content="0">
- <meta name="if:EndlessScrolling" content="0"/>
- <meta name="text:Custom Link 1" content="" />
- <meta name="text:Custom Link 1 Title" content="" />
- <meta name="text:Custom Link 2" content="" />
- <meta name="text:Custom Link 2 Title" content="" />
- <meta name="text:Custom Link 3" content="" />
- <meta name="text:Custom Link 3 Title" content="" />
- <meta name="text:Custom Link 4" content="" />
- <meta name="text:Custom Link 4 Title" content="" />
- <meta name="text:Custom Link 5" content="" />
- <meta name="text:Custom Link 5 Title" content="" />
- <meta name="text:Custom Link 6" content="" />
- <meta name="text:Custom Link 6 Title" content="" />
- <meta name="text:Custom Link 7" content="" />
- <meta name="text:Custom Link 7 Title" content="" />
- <meta name="text:Custom Link 8" content="" />
- <meta name="text:Custom Link 8 Title" content="" />
- <meta name="text:Custom Link 9" content="" />
- <meta name="text:Custom Link 9 Title" content="" />
- <style>
- div#qTip {
- padding: 5px;
- display: none;
- text-align: center;
- position: absolute;
- font-size:10px;
- line-height:9px;
- z-index: 1000;
- background: white;
- border:1px solid {color:borders};
- color: {color:text};
- background: {color:post background};
- font-style:italic;}
- </style>
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar { width: 5px; height: 5px; }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment { height: 0px; display: block; background: #9C9C9C; }
- ::-webkit-scrollbar-track-piece { background-color: white; }
- ::-webkit-scrollbar-thumb { border-radius: 0px; height: 50px; background-color: {color:scrollbar}; }
- /*CONTROLS - FOLLOW,UNFOLLOW,DASH */
- #tumblr_controls{ position:fixed!important; right: 0px; top:0px;}
- /* CHANGE TEXT HIGHLIGHT COLOR */
- ::-moz-selection {
- background-color:{color:text highlight};}
- ::selection {
- background-color: {color:text highlight};}
- /* BODY */
- body {background:{color:background};
- background-image: url({image:Background});
- background-attachment:fixed;
- margin:0px;
- color:{color:text};
- {block:iffontstyle1}
- font-family:'Roboto Slab', serif; font-size:10px;
- {/block:iffontstyle1}
- {block:iffontstyle2}
- font-family:Calibri; font-size:12px;
- {/block:iffontstyle2}
- line-height:12px;
- {block:iftinycursor}
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- {/block:iftinycursor}}
- b {color:{color:bold};}
- i {color:{color:italic};}
- a:link, a:active, a:visited{
- cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- color: {color:link};
- text-decoration:none;
- z-index:999;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- a:hover{cursor: url(http://i.imgur.com/ZOrzC.png), auto;
- color:{color: link hover};
- opacity: .5;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;}
- img, .photo, .photoset{ opacity: 0.8;
- transition: opacity 1s ease-in-out;
- -moz-transition: opacity 1s ease-in-out;
- -webkit-transition: opacity 1s ease-in-out;}
- img:hover, .photo:hover, .photoset:hover {
- opacity: 1.0;
- transition: opacity .55s ease-in-out;
- -moz-transition: opacity .55s ease-in-out;
- -webkit-transition: opacity .55s ease-in-out;}
- /*MAKES PHOTOS BLACK AND WHITE */
- {block:ifmonochrome}
- img, .photo, .photoset{
- -webkit-filter: Grayscale(100%);
- -webkit-transition-duration: 0.8s;
- -moz-transition-duration:0.8s;
- transition-duration:0.8s;
- -o-transition-duration:0.8s;}
- img:hover, .photo:hover, .photoset:hover{
- -webkit-filter: Grayscale(100%);
- opacity:;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;}
- {block:ifmonochrome}
- /* POSTS */
- #entries {padding:10px;
- padding-bottom:20px;
- width:400px;
- margin-left:350px;
- margin-top:5px;}
- #post {width:400px;
- padding:5px;
- {block:ifpostborder}
- border: 1px solid {color:borders};
- {/block:ifpostborder}
- background:{color:post background};
- margin-bottom:15px;}
- /* BLOCKQUOTES */
- blockquote{
- padding-left: 5px;
- margin: 0px 0px 10px 0px;
- display: block;
- position: relative;
- border-left: 1px solid {color:link};}
- iframe, img, embed, object, video { max-width: 100%;}
- /* LINK POST */
- h1 {font-size:19px;
- font-weight: 400;
- font-family:'Amatic SC', cursive;
- line-height:20px;
- letter-spacing:2px;
- margin-top:0px;
- color: {color:post title};
- border-bottom: 1px solid #CCCCCC;}
- /*ASK POST*/
- #asker {float:left;
- margin-right:5px;
- margin-bottom:5px;
- border:1px solid {color:borders};
- background: {color:post background};
- padding:5px;}
- #askername {text-transform: uppercase;
- font-size: 9px;
- font-family:calibri}
- #answers {mmargin-top:5px;
- border-top:1px solid {color:borders};
- padding:2px}
- /* AUDIO POSTS */
- #audiopost {font-family:'Amatic SC', cursive ;
- font-size:19px;
- margin-bottom:5px;
- width:400px;
- height:150px}
- .cover {
- width:150px;
- height:150px;
- position:absolute;}
- .cover img {
- width:150px;
- height:150px;
- float:left;}
- .player {opacity:0.3 ;
- position:absolute;
- z-index:1;
- background:#fff;
- width:150px;
- height:150px;
- display:block;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .playerr {
- width:25px;
- height:25px;
- margin-top:55px;
- margin-left:55px;
- overflow:hidden;
- padding:3px;}
- .track {
- margin-left:160px;
- line-height:12px;
- padding-top: 35px;}
- /* Permalinks, the links that appear next to a post */
- #line
- {width:75px;
- height:100%;
- bottom:0px;
- {block:ifpostborder}
- border-left: 1px solid {color:borders};
- border-right: 1px solid {color:borders};{color:borders};
- {/block:ifpostborder}
- background-color: {color:post background};
- position:fixed;
- left:785px;}
- .permalink {
- width:100px;
- height: auto;
- line-height: 10px;
- padding-left:5px;
- margin-left: 390px;
- margin-top: 0px;
- margin-bottom:20px;
- font-family: calibri;
- text-align:left;
- font-size: 9px;
- color: {color:text};
- text-transform: uppercase;
- letter-spacing: 1px;
- display:inline-block;
- position:absolute;
- opacity:1;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .permalink a {
- color: {color:permalink};
- text-decoration: none;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- .permalink a:hover{
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- -ms-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- ul.b {list-style-type: square;}
- /* Permalink Page */
- #source{
- width: 400px;
- padding:0px 5px;
- margin-left:-5px!important;
- margin-top: 10px;
- font-size: 10px;
- font-family: calibri;
- color:{color: text};
- text-transform: uppercase;
- text-align:center;}
- #source a{
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #source a:hover{
- color:{color:link hover};
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #PostNotes {margin-left:0px;
- text-align:left;
- width:400px;
- height:250px;
- overflow:auto;}
- /* SIDEBAR */
- #sidebar {
- width:155px;
- position:fixed;
- margin-left:100px;
- margin-top:0px;
- padding:10px;
- background:{color: sidebar background};}
- .nav {
- background: #;
- width: 70px;
- margin-top: -150px;
- margin-left:40px;
- position: absolute;
- height: 190px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- .nav:hover {
- margin-top: 190px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .pic {
- background: {color:post background};
- position: fixed;
- top: 145px;
- margin-left: -40px;
- padding:3px;
- border: 1px solid{color:borders};
- width:150px;
- height:150px;
- margin-top:30px;
- opacity:1}
- .menu {
- position: absolute;
- width: 70px;
- margin-left: 3px;}
- .menu a {
- background: #fff;
- padding: 5px;
- display: block;
- width: 60px;
- margin-bottom: 3px;
- color: #999;
- text-align: center;
- text-transform: uppercase;
- font-size: 9px;
- font-family:calibri}
- .menu a:hover{opacity:.9}
- #title {
- width:155px;
- font-size:19px;
- text-align:center;
- letter-spacing:2px;
- margin-top:325px;
- margin-bottom:15px;
- padding-bottom:5px;
- font-family:'Amatic SC', cursive;
- color:{color:blog title}}
- .pages { position: fixed;
- bottom: 5px;
- left: 790px;
- width:65px;
- background:{color:post background};
- border-top: 1px solid{color:borders};}
- .pagi {
- font-size:8px;
- text-align:center;
- font-weight:none;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-bottom:2px;
- padding: 4px 0px 0px 0px;
- color:{color:link};}
- width:400px;
- }
- #abouttab {color: #A0A0A0;}
- #tabtitle, #dropdown, #dropdown p {
- background-color:{color:post background};
- border-color: {color:borders};}
- #abouttab {
- width:100px;
- position:fixed;
- margin-top:0px;
- margin-left:-30px;
- }
- #abouttab:hover #dropdown {
- opacity:1;
- -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;}
- #linktab {
- color: #A0A0A0;}
- #tabtitle, #dropdown, #dropdown p {
- background-color:{color:post background};
- border-color: {color:borders};}
- #linktab {
- width:100px;
- position:fixed;
- margin-top:0px;
- margin-left:90px}
- #tabtitle {
- text-align:center;
- padding:1px 3px;
- letter-spacing:2px;
- font-size:9px;
- text-transform:uppercase;
- border-width:1px;
- border-style:solid;
- border-radius: 2px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;}
- #dropdown {
- border-style:solid;
- border-width:0px 1px 1px 1px;
- padding:2px 5px 0px 5px;
- border-bottom-right-radius: 2px;
- -moz-border-bottom-right-radius: 2px;
- -webkit-border-bottom-right-radius: 2px;
- border-bottom-left-radius: 2px;
- -moz-border-bottom-left-radius: 2px;
- -webkit-border-bottom-left-radius: 2px;
- opacity:0;
- -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;}
- #linktab:hover #dropdown {
- opacity:1;
- -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;}
- #dropdown p {
- padding-top:5px;
- padding-bottom:3px;
- border-width:0px 0px 1px 0px;
- border-style:solid;
- font-size:10px;}
- #dropdown p:last-of-type {
- border-bottom:0px solid transparent;}
- p, ul, li, ol {
- margin: 2px 0px 0px 0px;}
- /* CREDIT PLEASE DO NOT REMOVE */
- .credit { position: fixed;
- bottom: -15px;
- right: 5px;}
- .credittext {
- width:50px;
- font-family:calibri;
- font-size:10px;
- text-transform:uppercase;
- text-align:center;
- background-color:white;
- padding:5px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-left-radius: 20px;
- -webkit-border-top-right-radius: 20px;}
- .credit:hover .credittext{
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-border-top-left-radius: 0px;
- -webkit-border-top-right-radius: 0px;
- padding-bottom:15px;}
- </style></head>
- <body>
- <div id='line'></div>
- <div id="sidebar">
- <div class="nav">
- <img src="{image:sidebar}" class="pic">
- <div class="menu">
- <a href="/" title="Refresh">Home</a>
- <a href="/ask" title="Ask me">ask</a>
- <a href="/archive" title="Past">archive</a>
- </div>
- </div>
- <div id="title">{Title}</div>
- <div id="abouttab">
- <div id="tabtitle">
- <a title="Description">About</a></div>
- <div id="dropdown">
- {Description}
- </div></div>
- <div id="linktab">
- <div id="tabtitle">
- <a title="links">Links</a></div>
- <div id="dropdown"><p>
- {block:IfCustomLink1}<a href="{text:Custom Link 1}">{text:Custom Link 1 Title}</a></p><p>{/block:IfCustomLink1}
- {block:IfCustomLink2}<a href="{text:Custom Link 2}">{text:Custom Link 2 Title}</a></p><p>{/block:IfCustomLink2}
- {block:IfCustomLink3}<a href="{text:Custom Link 3}">{text:Custom Link 3 Title}</a></p><p>{/block:IfCustomLink3}
- {block:IfCustomLink4}<a href="{text:Custom Link 4}">{text:Custom Link 4 Title}</a></p><p>{/block:IfCustomLink4}
- {block:IfCustomLink5}<a href="{text:Custom Link 5}">{text:Custom Link 5 Title}</a></p><p>{/block:IfCustomLink5}
- {block:IfCustomLink6}<a href="{text:Custom Link 6}">{text:Custom Link 6 Title}</a></p><p>{/block:IfCustomLink6}
- {block:IfCustomLink7}<a href="{text:Custom Link 7}">{text:Custom Link 7 Title}</a></p><p>{/block:IfCustomLink7}
- {block:IfCustomLink8}<a href="{text:Custom Link 8}">{text:Custom Link 8 Title}</a></p><p>{/block:IfCustomLink8}
- {block:IfCustomLink9}<a href="{text:Custom Link 9}">{text:Custom Link 9 Title}</a></p><p>{/block:IfCustomLink9}
- </p></div></div></div></div>
- <div id="entries">
- <div class = "autopagerize_page_element" >
- <div class="content">
- {block:Posts}
- <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
- width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div id="post">
- <div class="permalink"><ul class="b">
- <li><a href="{Permalink}" title="Posted">{ShortMonth} {DayOfMonth}</a>
- {block:NoteCount}<li> <a href="{Permalink}" title="Notebook">{NoteCountWithLabel}</a> {/block:NoteCount}
- <li><a href="{ReblogURL}" title="Reblog" target="_blank">Reblog</a>
- </li></ul></div>
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}
- {/block:Text}
- {block:Photo}<img src="{PhotoURL-400}" alt="{PhotoAlt}">
- {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
- {/block:Photo}
- {block:Photoset}{Photoset-400}{block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
- {/block:Photoset}
- {block:Quote}{Quote}
- <br>{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 class="audio">
- <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player"><div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><p><br>{block:TrackName}{TrackName}{/block:TrackName}<p><br>{block:Artist}{Artist}{/block:Artist}<p><br>{PlayCountWithLabel}</div></div></div>
- {/block:Audio}
- {block:Video}{Video-400}{block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}
- {/block:Video}
- {block:Answer}
- <div class="answer"><div id="asker">
- <img src="{AskerPortraitURL-30}"></a></div> {Question} <div id="askername"><p align="right">-{Asker}</p></div>
- <div id="answers">{Answer}</div></div>
- {/block:Answer}
- </div>
- {block:PermalinkPage}
- <div id="source">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
- <br>
- tags » {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- <div id="PostNotes">{block:PostNotes} {PostNotes} {/block:PostNotes}
- </div></div></div>
- {/block:PermalinkPage}
- {/block:Posts}
- {block:IfNotEndlessScrolling}<div class="pages"> <div class="pagi">{block:Pagination}<center>{block:PreviousPage}<a href="{PreviousPage}">BACK</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}{/block:Pagination}</div> {/block:IfNotEndlessScrolling}
- </div></div>
- </div>
- {block:iflazyload} <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>{/block:iflazyload}
- <div class="credit"><div class="credittext"><a href="http://chinqu.tumblr.com"><font size="2">©</font></a><p>theme</div></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment