Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: BITS & PIECES
- by Zeke (spirkism/spirkthemes)
- Rules:
- - please do not steal/redistribute, I spent quite a bit of time coding this
- - also don't (re)move the credit please, that would make me very sad :(
- - don't use as a base code, there are plenty of those out there
- - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
- - tell me if there are any bugs or if you have any questions, need help with the theme or want a detail differently - I'll see what I can do for you ;)
- And now: enjoy! :)
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title}</title>
- <!-- /* LINKS */ -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
- <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/h5czl1a/aTqnk4mjj/tooltipstuff.css"/>
- <!-- /* SCRIPTS */ -->
- <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js'></script>
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
- <script src="http://static.tumblr.com/h5czl1a/ACynk4kjd/tipped.js"></script>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {block:IfInfiniteScroll}
- {block:IfClickLinks}
- <script>
- $(document).ready(function(){
- var clickCount = 0;
- $('#linklink').click(function(){
- if(clickCount%2==0) {
- $('#popuplinks').fadeIn(100);
- }
- if(clickCount%2==1) {
- $('#popuplinks').fadeOut(100);
- }
- clickCount++;
- });
- });
- </script>
- {/block:IfClickLinks}
- {block:IfClickTags}
- <script>
- $(document).ready(function(){
- $("#tagslink").click(function(){
- $("#tab1").toggleClass("activetab");
- });
- });
- </script>
- {/block:IfClickTags}
- <script type='text/javascript'>
- $(document).ready(function() {
- Tipped.create('#credit','theme credit');
- });
- </script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!-- /* META TAGS */ -->
- <meta name="color:background" content="#232961" />
- <meta name="color:text" content="#f2f2f2" />
- <meta name="color:post background" content="#141414" />
- <meta name="color:link color" content="#2889f7" />
- <meta name="color:link hover color" content="#0436c9" />
- <meta name="color:title" content="##ffffff" />
- <meta name="color:sidebar" content="#000000" />
- <meta name="color:accent" content="#021a39" />
- <meta name="color:desc" content="#ffffff" />
- <meta name="color:sidebar link background" content="#1d1d1d" />
- <meta name="text:opacity" content="0.8" />
- <meta name="text:home link text" content="home" />
- <meta name="text:ask link url" content="/ask" />
- <meta name="text:ask link text" content="ask" />
- <meta name="text:links link text" content="links" />
- <meta name="text:tags link text" content="tags" />
- <meta name="text:link 1 url" content="/" />
- <meta name="text:link 1 text" content="link" />
- <meta name="text:link 2 url" content="/" />
- <meta name="text:link 2 text" content="link" />
- <meta name="text:link 3 url" content="/" />
- <meta name="text:link 3 text" content="link" />
- <meta name="text:link 4 url" content="/" />
- <meta name="text:link 4 text" content="link" />
- <meta name="text:link 5 url" content="/" />
- <meta name="text:link 5 text" content="link" />
- <meta name="text:link 6 url" content="/" />
- <meta name="text:link 6 text" content="link" />
- <meta name="text:link 7 url" content="/" />
- <meta name="text:link 7 text" content="" />
- <meta name="text:link 8 url" content="/" />
- <meta name="text:link 8 text" content="" />
- <meta name="text:link 9 url" content="/" />
- <meta name="text:link 9 text" content="" />
- <meta name="text:link 10 url" content="/" />
- <meta name="text:link 10 text" content="" />
- <meta name="image:background" content="" />
- <meta name="font:Body" content="Arial, Helvetica, sans-serif"/>
- <meta name="font:Specialfont" content="Arial, Helvetica, sans-serif"/>
- <meta name="if:Sidebar left" content="0" />
- <meta name="if:Click links" content="1" />
- <meta name="if:Click tags" content="1" />
- <meta name="if:Searchbar" content="1" />
- <meta name="if:500px posts" content="1" />
- <meta name="if:Infinite scroll" content="0" />
- <meta name="select:Index tags" content="hover-tags" title="tags on hover" />
- <meta name="select:Index tags" content="no-tags" title="no tags" />
- <meta name="select:Index tags" content="fixed-tags" title="visible tags" />
- <meta name="select:Perma tags" content="fixed-tags" title="visible tags" />
- <meta name="select:Perma tags" content="no-tags" title="no tags" />
- <meta name="select:Perma tags" content="hover-tags" title="tags on hover" />
- <style type="text/css">
- /* GENERAL */
- ::-webkit-scrollbar-thumb {
- background-color: {color:desc};
- height:auto;
- width: 10px;
- z-index: 9999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:10px;
- background-color:{color:post background};
- z-index: 999999999999999999999999999999999999;
- }
- div#qTip {
- font-size: 11px;
- font-family: 'Calibri', sans-serif;
- line-height: 11px;
- display: none;
- text-align: center;
- position: absolute;
- z-index: 999999999999999999999999999999999999999999999999999999;
- background-color: {color:sidebar};
- padding: 3px 7px;
- color: {color:background};
- max-width: 200px;
- height: auto;
- border: 1px solid {color:post background};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- body {
- word-wrap:break-word;
- margin: 0;
- background-image: url('{image:background}');
- background-attachment: fixed;
- background-size: 100% auto;
- background-color: {color:background};
- font: 12px {font:Body};
- color: {color:text};
- }
- img {
- max-width: 100%;
- }
- a {
- text-decoration: none;
- color: {color:link color};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- a:hover {
- text-decoration: none;
- color: {color:link hover color};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- blockquote {
- border-left: solid 2px #818181;
- padding-left: 10px;
- max-width: 100%;
- }
- /* SIDEBAR */
- #sidebar {
- position: fixed;
- top: 0;
- {block:IfSidebarLeft}
- left: 0;
- {/block:IfSidebarLeft}
- {block:IfNotSidebarLeft}
- left: 100px;
- {/block:IfNotSidebarLeft}
- height: 100%;
- width: 200px;
- background-color: {color:sidebar};
- z-index: 9;
- }
- #avatar-square {
- position: relative;
- width: 64px;
- height: 64px;
- margin-top: 50px;
- margin-left: 61px;
- margin-bottom: 20px;
- border: 7px solid {color:desc};
- }
- #avatar-circle {
- position: relative;
- width: 64px;
- height: 64px;
- margin-top: 50px;
- margin-left: 61px;
- margin-bottom: 20px;
- border: 7px solid {color:desc};
- border-radius: 50px;
- }
- #avatar-circle img {
- border-radius: 50%;
- }
- #title {
- position: relative;
- {block:IfNotShowAvatar}
- margin-top: 100px;
- {/block:IfNotShowAvatar}
- text-align:center;
- width: 150px;
- margin-left: 25px;
- font: 1.5em {font:Specialfont};
- color: {color:title};
- }
- #desc {
- position: relative;
- margin-top: 20px;
- width: 180px;
- margin-left: 10px;
- color: {color:desc};
- font-size: 0.85em;
- text-align:center;
- }
- #searchbar {
- margin-top: 20px;
- position: relative;
- margin-left: 10px;
- }
- #searchform input {
- border: 0px;
- padding: 5px;
- text-transform: uppercase;
- margin-top: 0px;
- letter-spacing: 1px;
- font-size: 0.8em;
- color: #575757;
- }
- #searchinput {
- width: 110px;
- }
- #searchbutton {
- margin-left: -3px;
- }
- #links {
- position: relative;
- margin-top: 20px;
- width: 180px;
- {block:IfClickTags}
- {block:IfClickLinks}
- margin-left: 10px;
- {/block:IfClickLinks}
- {block:IfNotClickLinks}
- margin-left: 34px;
- {/block:IfNotClickLinks}
- {/block:IfClickTags}
- {block:IfNotClickTags}
- {block:IfClickLinks}
- margin-left: 34px;
- {/block:IfClickLinks}
- {block:IfNotClickLinks}
- margin-left: 58px;
- {/block:IfNotClickLinks}
- {/block:IfNotClickTags}
- margin-bottom: 20px;
- height: 20px;
- }
- .link {
- width: 37px;
- margin-left: 1px;
- margin-right: 1px;
- border: 1px solid {color:desc};
- background-color: {color:sidebar link background};
- text-align: center;
- padding: 2px;
- float: left;
- display: inline-block;
- color: {color:desc};
- font-size: 0.9em;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .link:hover {
- background-color: {color:desc};
- color: {color:sidebar};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #sblinks {
- position: relative;
- margin-top: 20px;
- width: 140px;
- margin-left: 30px;
- }
- .sblink {
- width: 134px;
- padding: 3px;
- margin-bottom: 1px;
- background-color: {color:desc};
- color: {color:sidebar};
- display: inline-block;
- text-align: center;
- position: relative;
- opacity: 0.8;
- font-size: 0.9em;
- border: 1px solid {color:sidebar};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .sblink:hover {
- color: {color:desc};
- background-color: {color:sidebar};
- border:1px solid {color:desc};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #linklink {
- cursor: help;
- }
- #tagslink {
- cursor: help;
- }
- #tagses {
- position: absolute;
- top: 0px;
- width: 181px;
- left: 19px;
- overflow-y:scroll;
- height: 100%;
- }
- #tagses::-webkit-scrollbar-thumb {
- background-color: RGBA({RGBcolor:desc},0.7);
- height:auto;
- width: 5px;
- z-index: 9;
- }
- #tagses::-webkit-scrollbar {
- background-color: {color:sidebar};
- height:100%;
- width: 5px;
- }
- .tagheader {
- border-bottom: 1px solid {color:desc};
- text-align: center;
- padding: 2px;
- color: {color:desc};
- width: 155px;
- margin-top: 20px;
- }
- .tag {
- background-color: {color:desc};
- color: {color:sidebar};
- width: 150px;
- opacity: 0.7;
- padding: 2px;
- text-align: center;
- margin: 2px;
- border:1px solid {color:desc};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .tag:hover {
- background-color: RGBA({RGBcolor:sidebar},0);
- border: 1px solid {color:desc};
- color: {color:desc};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #popuplinks {
- position: relative;
- {block:IfClickLinks}
- display: none;
- {/block:IfClickLinks}
- {block:IfNotClickLinks}
- display: block;
- {/block:IfNotClickLinks}
- background: none;
- z-index: 999;
- }
- #updatestabbbs {
- position: fixed;
- top: 0px;
- {block:IfSidebarLeft}
- left: 0px;
- {/block:IfSidebarLeft}
- {block:IfNotSidebarLeft}
- left: 200px;
- {/block:IfNotSidebarLeft}
- margin-left: -100px;
- z-index: 4;
- background-color: blue;
- }
- .updatestabbb {
- position: fixed;
- z-index:1;
- top: 0;
- height: 100%;
- width: 200px;
- background-color: RGBA({RGBcolor:sidebar},0.8);
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .activetab {
- {block:IfSidebarLeft}
- margin-left: 300px;
- {/block:IfSidebarLeft}
- {block:IfNotSidebarLeft}
- margin-left: 200px;
- {/block:IfNotSidebarLeft}
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #next {
- position: absolute;
- right: 10px;
- bottom: 10px;
- font-family: FontAwesome;
- }
- #prev {
- position: absolute;
- left: 10px;
- bottom: 10px;
- font-family: FontAwesome;
- }
- #next:before {
- content: "\f061";
- }
- #prev:before {
- content: "\f060";
- }
- /* POSTS & CONTENT */
- #content {
- position: relative;
- width: 600px;
- left: 550px;
- top: 50px;
- }
- #posts {
- position: relative;
- {block:If500pxPosts}
- width: 542px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 442px;
- {/block:IfNot500pxPosts}
- }
- #post {
- position: relative;
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- padding: 20px;
- margin-bottom: 50px;
- background-color: RGBA({RGBcolor:post background},{text:opacity});
- }
- .caption {
- padding: 10px;
- background-color: RGBA({RGBcolor:accent},0.2);
- {block:If500pxPosts}
- width: 480px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 380px;
- {/block:IfNot500pxPosts}
- }
- .textpost {
- }
- .textpost-title {
- font: 1.1em {font:Specialfont};
- background-color: {color:post background};
- padding: 10px;
- {block:If500pxPosts}
- width: 480px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 380px;
- {/block:IfNot500pxPosts}
- text-align: center;
- }
- .textpost-text {
- }
- .photopost {
- }
- .panorama-post {
- }
- .photosetpost {
- }
- .quotepost {
- }
- .quotepost-quote {
- font: 1.2em {font:Specialfont};
- }
- .quotepost-source {
- margin-top: 10px;
- font-size: 0.85em;
- text-align: right;
- }
- .linkpost {
- }
- .linkpost-title {
- font: 1.2em {font:Specialfont};
- box-shadow: 2px 2px 7px gray;
- padding: 20px;
- {block:If500pxPosts}
- width: 380px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 280px;
- {/block:IfNot500pxPosts}
- min-height: 30px;
- background-color: {color:post background};
- position: relative;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .linkpost-title:hover{
- background-color: RGBA({RGBcolor:accent},0.3);
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #linkpost-titly img {
- width: 70px;
- height: 70px;
- position: relative;
- float: right;
- margin-top: -70px;
- }
- .linkpost .caption {
- margin-top: 10px;
- }
- .linkpost-img {
- }
- .chatpost {
- }
- .chatpost-title {
- font: 1.1em {font:Specialfont};
- background-color: {color:post background};
- padding: 10px;
- {block:If500pxPosts}
- width: 480px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 380px;
- {/block:IfNot500pxPosts}
- text-align: center;
- }
- .chatpost ul {
- list-style-type: none;
- padding: 5px;
- font-size: 0.9em;
- }
- .chatpost ul .odd {
- background-color: RGBA({RGBcolor:accent},0.2);
- padding: 5px;
- margin-bottom: 2px;
- }
- .chatpost ul .even {
- background-color: RGBA({RGBcolor:accent},0.4);
- padding: 5px;
- margin-bottom: 2px;
- }
- .audiopost {
- min-height: 80px;
- }
- .audiopost-player {
- float: left;
- width: 27px;
- overflow: hidden;
- z-index: 3;
- margin-top: 27px;
- margin-left: 27px;
- opacity: 0.5;
- }
- .audiopost-img {
- display: inline-block;
- float: left;
- height: 80px;
- margin-left: -54px;
- z-index: 2;
- width: 80px;
- background-color: {color:permbox};
- z-index: 1;
- }
- .audiopost ul {
- list-style-type: none;
- display: inline-block;
- margin-left: -20px;
- }
- .audiopost-audio {
- padding: 10px;
- background-color: {color:post inside};
- height: 80px;
- }
- .videopost {
- }
- .videopost-video {
- }
- .answerpost {
- }
- .answerpost-1 {
- }
- .answerpost-asker {
- font: 1em {font:Specialfont};
- }
- .answerpost-askerimg {
- width: 50px;
- height: 50px;
- float: left;
- }
- .answerpost-arrow {
- width: 0;
- height: 0;
- border-top: 15px solid transparent;
- border-bottom: 15px solid transparent;
- border-right: 20px solid RGBA({RGBcolor:accent},0.4);
- float: left;
- position: relative;
- margin-top: 12px;
- margin-left: 5px;
- }
- .answerpost-question {
- background-color: RGBA({RGBcolor:accent},0.4);
- padding: 10px;
- {block:If500pxPosts}
- width: 405px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 305px;
- {/block:IfNot500pxPosts}
- float: right;
- margin-bottom: 15px;
- }
- .answerpost-2 {
- clear:both;
- }
- .answerpost-answererimg {
- }
- .answerpost-answerer {
- font: 1em {font:Specialfont};
- }
- .answerpost-answer {
- }
- #permbox {
- position: absolute;
- margin-top: -60px;
- width: auto;
- left: 0px;
- z-index: 2;
- }
- .permbox-box {
- background-color: {color:accent};
- padding: 5px 10px;
- display: inline-block;
- font-size: 0.85em;
- margin-right: -4px;
- border: 1px solid {color:sidebar};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .permbox-box:hover {
- background-color: {color:sidebar};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #timeago-box {
- }
- .no-tags {
- display: none;
- }
- .no-tags .comma:last-child {
- display: none;
- }
- .hover-tags {
- opacity: 0;
- background-color: RGBA({RGBcolor:post background},0.9);
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- padding: 20px;
- font-size:0.85em;
- margin-top: -100px;
- position: absolute
- z-index: 1;
- margin-bottom: 50px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .hover-tags .comma:last-child {
- display: none;
- }
- #posty:hover .hover-tags {
- margin-top: -50px;
- opacity: 1;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .fixed-tags {
- background-color: RGBA({RGBcolor:post background},0.9);
- {block:If500pxPosts}
- width: 500px;
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- width: 400px;
- {/block:IfNot500pxPosts}
- padding: 20px;
- font-size:0.85em;
- margin-top: -50px;
- position: absolute
- z-index: 1;
- margin-bottom: 50px;
- }
- .fixed-tags .comma:last-child {
- display: none;
- }
- #notes {
- font-size: 0.8em;
- }
- #notes ol {
- list-style-type: none;
- }
- #notes img {
- display: none;
- }
- /* -- DO NOT EDIT ANYTHING HERE WITHOUT ASKING ME FIRST -- */
- #credit {
- position: fixed;
- right: 5px;
- bottom: 5px;
- width: 10px;
- height: 10px;
- background-color: {color:post background};
- padding: 5px 5px 7px 7px;
- }
- #credit:before {
- content: "\f023";
- font-family: FontAwesome;
- text-align:center;
- font-size:1.2em;
- }
- </style>
- </head>
- <body>
- <!-- /* SIDEBAR, HEADER, ETC. */ -->
- <!-- /* SIDEBAR */ -->
- <div id="sidebar">
- {block:ShowAvatar}
- <div id="avatar-{AvatarShape}"><img src="{PortraitURL-64}"></div>
- {/block:ShowAvatar}
- <div id="title">{Title}</div>
- <div id="desc">{Description}</div>
- {block:IfSearchbar}
- <div id="searchbar">
- <form action="/search" method="get" id=searchform>
- <input type="text" name="q" value="{SearchQuery}" id="searchinput"/>
- <input type="submit" value="search" id="searchbutton"/>
- </div>
- </form>
- {/block:IfSearchbar}
- <div id="links">
- <a href="/"><div class="link">{text:home link text}</div></a>
- <a href="{text:ask link url}"><div class="link">{text:ask link text}</div></a>
- {block:IfClickLinks}
- <div class="link" id="linklink">{text:links link text}</div>
- {/block:IfClickLinks}
- {block:IfClickTags}
- <div class="link" id="tagslink">{text:tags link text}</div>
- {/block:IfClickTags}
- </div>
- <div id="popuplinks">
- <div id="sblinks">
- {block:IfLink1Text}<a href="{text:link 1 url}"><div class="sblink" id="link1">{text:link 1 text}</div></a>{/block:IfLink1Text}
- {block:IfLink2Text}<a href="{text:link 2 url}"><div class="sblink" id="link2">{text:link 2 text}</div></a>{/block:IfLink2Text}
- {block:IfLink3Text}<a href="{text:link 3 url}"><div class="sblink" id="link3">{text:link 3 text}</div></a>{/block:IfLink3Text}
- {block:IfLink4Text}<a href="{text:link 4 url}"><div class="sblink" id="link4">{text:link 4 text}</div></a>{/block:IfLink4Text}
- {block:IfLink5Text}<a href="{text:link 5 url}"><div class="sblink" id="link5">{text:link 5 text}</div></a>{/block:IfLink5Text}
- {block:IfLink6Text}<a href="{text:link 6 url}"><div class="sblink" id="link6">{text:link 6 text}</div></a>{/block:IfLink6Text}
- {block:IfLink7Text}<a href="{text:link 7 url}"><div class="sblink" id="link7">{text:link 7 text}</div></a>{/block:IfLink7Text}
- {block:IfLink8Text}<a href="{text:link 8 url}"><div class="sblink" id="link8">{text:link 8 text}</div></a>{/block:IfLink8Text}
- {block:IfLink9Text}<a href="{text:link 9 url}"><div class="sblink" id="link9">{text:link 9 text}</div></a>{/block:IfLink9Text}
- {block:IfLink10Text}<a href="{text:link 10 url}"><div class="sblink" id="link10">{text:link 10 text}</div></a>{/block:IfLink10Text}
- </div>
- </div>
- {block:IfNotInfiniteScroll}
- {block:PreviousPage}
- <a href="{PreviousPage}"><div id="prev"></div></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><div id="next"></div></a>
- {/block:NextPage}
- {/block:IfNotInfiniteScroll}
- </div>
- <!-- HERE BEGINS THE TAG SECTION -->
- {block:IfClickTags}
- <div id="updatestabbbs">
- <div class="updatestabbb" id="tab1">
- <div id="tagses">
- <!-- EDIT YOUR TAGS HERE -->
- <div class="tagheader">tag header</div>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <div class="tagheader">tag header</div>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <div class="tagheader">tag header</div>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <div class="tagheader">tag header</div>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <div class="tagheader">tag header</div>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <div class="tagheader">tag header</div>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <!-- Tag header + tags template
- - copy & paste this for another tag header + tags:
- <div class="tagheader">tag header</div>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- <a href="/"><div class="tag">tag</div></a>
- -->
- </div>
- </div>
- </div>
- {/block:IfClickTags}
- <!-- /* POSTS */ DON'T CHANGE ANYTHING HERE PLEASE -->
- <div id="content">
- <div id="posts">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="posty">
- <div id="post">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- /* TEXT POST */ -->
- {block:Text}<div class="textpost {TagsAsClasses}">
- {block:Title}<div class="textpost-title">{Title}</div>{/block:Title}
- <div class="textpost-text">
- {Body}
- </div>
- </div>
- {/block:Text}
- <!-- /* PHOTO POST */ -->
- {block:Photo}<div class="photopost {TagsAsClasses}">
- {LinkOpenTag}
- {block:If500pxPosts}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {/block:IfNot500pxPosts}
- {LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photo}
- <!-- /* PANORAMA POST */ -->
- {block:Panorama}<div class="panoramapost {TagsAsClasses}">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />
- {LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Panorama}
- <!-- /* PHOTOSET POST */ -->
- {block:Photoset}<div class="photosetpost {TagsAsClasses}">
- {Photoset}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photoset}
- <!-- /* QUOTE POST */ -->
- {block:Quote}<div class="quotepost {TagsAsClasses}">
- <div class="quotepost-quote">{Quote}</div>
- {block:Source}<div class="quotepost-source">··· {Source} ···</div>{/block:Source}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Quote}
- <!-- /* LINK POST */ -->
- {block:Link}<div class="linkpost {TagsAsClasses}">
- <a href="{URL}"><div id="linkpost-titly"><div class="linkpost-title">{Name}</div>{block:Thumbnail}<img src="{Thumbnail}" class="linkpost-img">{/block:Thumbnail}</div></a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}
- </div>
- {/block:Link}
- <!-- /* CHAT POST */ -->
- {block:Chat}<div class="chatpost {TagsAsClasses}">
- {block:Title}<div class="chatpost-title">{Title}</div>{/block:Title}
- <ul>
- {block:Lines}
- <li class="{Alt}">{block:Label}<strong>{Label}</strong> {/block:Label}{Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- <!-- /* AUDIO POST */ -->
- {block:Audio}<div class="audiopost {TagsAsClasses}">
- {block:AudioPlayer}<div class="audiopost-player">{AudioPlayer}</div>{/block:AudioPlayer}
- {block:AlbumArt}<div class="audiopost-img"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <ul>
- {block:Artist}<li><strong>Artist:</strong> {Artist}</li>{/block:Artist}
- {block:Album}<li><strong>Album:</strong> {Album}</li>{/block:Album}
- {block:TrackName}<li><strong>Track:</strong> {TrackName}</li>{/block:TrackName}
- </ul>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Audio}
- <!-- /* VIDEO POST */ -->
- {block:Video}<div class="videopost {TagsAsClasses}"><div class="videopost-video">
- {block:If500pxPosts}
- {Video-500}
- {/block:If500pxPosts}
- {block:IfNot500pxPosts}
- {Video-400}
- {/block:IfNot500pxPosts}
- </div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Video}
- <!-- /* ANSWER POST */ -->
- {block:Answer}
- <div class="answerpost {TagsAsClasses}">
- <div class="answerpost-1">
- <img class="answerpost-askerimg" src="{AskerPortraitURL-96}" alt=""></div><div class="answerpost-arrow"></div><div class="answerpost-question"><div class="answerpost-asker">{Asker}:</div>{Question}</div>
- <div class="answerpost-2">
- {block:Answerer}
- <div class="answerpost-answer"><div class="answepost-answerer">{Answerer}:</div><div class="answerpost-answerer">{Answer}</div></div>
- {/block:Answerer}
- <div class="caption">
- {Replies}
- </div>
- </div>
- </div>
- {/block:Answer}
- </div> <!-- post div -->
- <!-- /* PERM */ -->
- <div id="permbox">
- <div id="timeago-box" class="permbox-box"><a href="{Permalink}">{TimeAgo}</a></div>
- {block:NoteCount}<div id="notecount-box" class="permbox-box"><a href="{Permalink}">{NoteCount} NOTES</a></div>{/block:NoteCount}
- {block:RebloggedFrom}<div id="reblogged-box" class="permbox-box"><a href="{ReblogParentURL}">VIA</a></div>{/block:RebloggedFrom}
- {block:ContentSource}<div id="source-box" class="permbox-box"><a href="{SourceURL}">©</a></div>{/block:ContentSource}
- <a href="{ReblogURL}" title="reblog" target="_blank"><div id="reblog" class="permbox-box">REBLOG</div></a>
- <!--
- <div id="likebutton">{LikeButton color="black" size="15"}</div>
- <div id="reblogbutton">{ReblogButton color="black" size="15"}</div>
- -->
- </div>
- <!-- /* TAGS */ -->
- {block:IndexPage}
- {block:HasTags}<div id="tags" class="{select:Index tags}">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> | </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:HasTags}<div id="tags" class="{select:Perma tags}">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> | </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <!-- /* POST NOTES */ -->
- {block:PostNotes}
- <div id="notes">
- <ul>
- {PostNotes}
- </ul>
- </div>
- {/block:PostNotes}
- </div> <!-- posts div -->
- </div> <!-- content div -->
- <!-- /* CREDIT: DO NOT REMOVE !!! */ -->
- <a href="http://spirkthemes.tumblr.com"><div id="credit" data-tipped-options="position: 'left'"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment