Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!------------------------------------------
- _ _ _
- | |__ _ _ ___| |__ | | ___ ___
- | '_ \| | | | / __| '_ \| |/ _ \ / _ \
- | |_) | |_| | | (__| | | | | (_) | __/
- |_.__/ \__, | \___|_| |_|_|\___/ \___|
- |___/
- Dolce & Gabbana Theme by Chloe | @dontbrag | @themekid
- > Do not delete any of the credit.
- > Do not claim as your own.
- > Do not copy any ideas or code.
- > Do not redistribute.
- ------------------------------------------->
- <meta name="color:Background" content="#000"/>
- <meta name="color:Text" content="#f6f6f6"/>
- <meta name="color:Nav Text" content="#fff" />
- <meta name="color:Accent" content="#fff" />
- <meta name="text:Link 1" content="" />
- <meta name="text:URL 1" content="http://" />
- <meta name="text:Link 2" content="" />
- <meta name="text:URL 2" content="http://" />
- <meta name="text:Link 3" content="" />
- <meta name="text:URL 3" content="http://" />
- <meta name="text:Link 4" content="" />
- <meta name="text:URL 4" content="http://" />
- <meta charset="UTF-8" />
- <title>{block:TagPage}{Tag} posts | {/block:TagPage} {block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href="http://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <link href='//fonts.googleapis.com/css?family=Quicksand:400|PT+Sands:400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #tumblr_controls {
- top:0px!important;
- right:35px!important;
- position:fixed!important;
- }
- ::-webkit-scrollbar {
- background-color:#000;
- height: 7px;
- width: 7px;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:Accent};
- border:2px solid #000;
- }
- ::selection {
- background:transparent;
- color:{color:Accent};
- }
- ::-moz-selection {
- background:transparent;
- color:{color:Accent};
- }
- body{
- background:{color:background};
- color:{color:text};
- font-size:12px;
- font-family: 'PT Sans', sans-serif;
- font-weight:400;
- }
- a {
- text-decoration:none;
- color:{color:Text};
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- height: auto;
- width: auto;
- vertical-align:middle;
- }
- #infscr-loading {
- position:absolute;
- bottom:30px;
- width:200px;
- margin-left:50%;
- left:-100px;
- text-align:center;
- }
- #infscr-loading img{
- }
- #top, #left, #right, #bottom {
- background:{color:Accent};
- position:fixed;
- }
- #top, #bottom {
- height:3px;
- width:100%;
- z-index:99;
- left:0px;
- }
- #left, #right {
- width:3px;
- height:100%;
- z-index:999;
- top:0px;
- }
- #top {top:30px;}
- #left {left:30px;}
- #right {right:30px;}
- #bottom {bottom:30px;}
- #blogtitle {
- position:fixed;
- top:31px;
- left:50%;
- -webkit-transform: translate(-50%, 0%);
- -moz-transform: translate(-50%, 0%);
- -ms-transform: translate(-50%, 0%);
- -o-transform: translate(-50%, 0%);
- transform: translate(-50%, 0%);
- z-index:1000;
- }
- #blogtitle h1 {
- font-weight:normal;
- font-size:28px;
- margin:0;
- font-family: 'Quicksand', sans-serif;
- padding: 2px 20px;
- text-transform:uppercase;
- background:{color:background};
- border:2px solid {color:Accent};
- display:inline-block;
- line-height:36px;
- margin-top:-22px;
- color:{color:nav text};
- }
- #desc {
- position:fixed;
- bottom:31px;
- left:50%;
- -webkit-transform: translate(-50%, 50%);
- -moz-transform: translate(-50%, 50%);
- -ms-transform: translate(-50%, 50%);
- -o-transform: translate(-50%, 50%);
- transform: translate(-50%, 50%);
- z-index:1000;
- background:{color:background};
- border:2px solid {color:Accent};
- display:inline-block;
- margin:0;
- font-family: 'Quicksand', sans-serif;
- padding: 2px 20px;
- line-height:22px;
- font-size:15px;
- color:{color:nav text};
- text-align:center;
- }
- ul#navlinks, ul#navlinks2 {
- list-style-type:none;
- font-size:15px;
- margin: 5px 0px;
- padding:0;
- z-index:99;
- text-align:right;
- position:fixed;
- right:0px;
- top:200px;
- z-index:1000;
- color:{color:nav text};
- max-width:200px;
- }
- ul#navlinks {
- left:0;
- text-align:left;
- }
- ul#navlinks li, ul#navlinks2 li {
- line-height:20px;
- display:inline-block;
- text-transform:uppercase;
- text-align:left;
- padding: 2px 30px 2px 10px;
- margin:5px;
- font-family: 'Quicksand', sans-serif;
- position:relative;
- line-height:30px;
- background:{color:background};
- border:2px solid {color:Accent};
- right:-30px;
- width:auto;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- ul#navlinks li {
- left:-30px;
- padding: 2px 10px 2px 30px;
- text-align:right;
- }
- ul#navlinks a, ul#navlinks2 a {
- color:{color:nav text};
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- ul#navlinks2 a:hover li {
- right:-10px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- ul#navlinks a:hover li {
- left:-10px;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- #wrapper {
- margin-left:calc(50% + 8px);
- -webkit-transform: translate(-50%, 0%);
- -moz-transform: translate(-50%, 0%);
- -ms-transform: translate(-50%, 0%);
- -o-transform: translate(-50%, 0%);
- transform: translate(-50%, 0%);
- margin-top:93px;
- {block:IndexPage}
- width:916px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:526px;
- {/block:PermalinkPage}
- }
- .credit {
- color: {color:Text};
- position:fixed;
- bottom: 5px;
- right: 5px;
- font-size:14px;
- }
- article {
- margin-bottom:60px;
- position:relative;
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- border:2px solid {color:accent};
- padding:3px;
- }
- article a {
- color:{color:Accent};
- }
- article h2 {
- margin:0;
- font-size:1.3em;
- font-family:'Quicksand', sans-serif;
- font-weight:bold;
- }
- article p {
- margin:10px 0;
- }
- article blockquote {
- margin: 5px 0 5px 10px;
- border-left:2px solid {color:Accent};
- padding-left:10px;
- }
- article ul, article ol {
- padding-left:25px;
- }
- .tb {
- padding:10px;
- }
- .quote-post cite {
- text-align:right;
- display:block;
- margin:5px 5px 10px 5px;
- }
- ul.chat-list {
- padding:0;
- list-style-type:none;
- }
- ul.chat-list li {
- line-height:17px;
- }
- ul.chat-list .label {
- color:{color:Accent};
- }
- .album-art img {
- {block:IndexPage}
- width:80px;
- height:80px;
- {/block:IndexPage}
- float:left;
- margin-right:10px;
- {block:PermalinkPage}
- width:120px;
- height:120px;
- {/block:PermalinkPage}
- }
- .audio-info {
- {block:IndexPage}
- min-height:80px;
- {/block:IndexPage}
- {block:PermalinkPage}
- min-height:120px;
- line-height:140%;
- {/block:PermalinkPage}
- margin-bottom:10px;
- }
- .tumblr_audio_player {
- position: absolute;
- {block:IndexPage}
- top: 25px;
- left: 25px;
- {/block:IndexPage}
- {block:PermalinkPage}
- top: 45px;
- left: 45px;
- {/block:PermalinkPage}
- width: 30px;
- height: 30px;
- border-radius: 50%;
- opacity: 0.8;
- }
- ul.photo-info {
- width:100%;
- height:36px;
- position:absolute;
- text-align:center;
- list-style-type:none;
- left:0px;
- top:calc(50% - 18px);
- font-size:20px;
- padding:0;
- margin:0;
- opacity:0;
- visibility:hidden;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- article:hover ul.photo-info {
- opacity:1;
- visibility:visible;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- ul.photo-info li {
- vertical-align:middle;
- background:#000;
- height:30px;
- text-align:center;
- width:30px;
- padding:3px;
- display:inline-block;
- margin:0px 5px;
- outline:2px solid {color:Accent};
- }
- ul.photo-info li .liker {
- top:5px;
- position:relative;
- }
- ul.photo-info li .reblogger {
- position:relative;
- top:-6px;
- }
- ul.photo-info li .fa-link {
- position:relative;
- top:-3px;
- left:-2px;
- }
- ul.photo-info li:nth-of-type(odd) {
- position:relative;
- top:-25px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- ul.photo-info li:nth-of-type(even) {
- position:relative;
- top:25px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- article:hover ul.photo-info li:nth-of-type(even),
- article:hover ul.photo-info li:nth-of-type(odd) {
- top:0;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .photo-info a {
- background:transparent;
- color:{color:Text};
- padding:2px;
- margin:3px ;
- line-height:200%;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- .other_perma {
- text-align:right;
- color:{color:Accent};
- padding:3px 10px;
- font-family: 'PT Sans', sans-serif;
- }
- .extra-info {
- position: fixed;
- padding: 0;
- line-height: 20px;
- width: 120px;
- text-align: left;
- top: 0px;
- left: 100%;
- }
- .extra-info .fa {
- color:{color:Accent};
- }
- ol.notes {
- padding: 0px;
- margin: 20px 0;
- list-style-type: none;
- }
- ol.notes a {
- border-bottom:0;
- }
- ol.notes li.note {
- padding: 3px;
- margin-bottom:3px;
- }
- ol.notes li.note img.avatar {
- float:right;
- border-radius:50%;
- }
- ol.notes li.note blockquote {
- border-color: {color:text};
- padding-left: 6px;
- margin: 6px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- a:focus {
- outline:none;
- }
- </style>
- </head>
- <body>
- <div id="top"></div><div id="bottom"></div>
- <div id="left"></div><div id="right"></div>
- <div id="blogtitle">
- <h1>{Title}</h1>
- </div>
- {block:Description}<div id="desc">
- {Description}
- </div>{/block:Description}
- <ul id="navlinks">
- <a href="/"><li>home</li></a><br>
- {block:AskEnabled}
- <a href="/ask"><li>ask</li></a><br>
- {/block:AskEnabled}
- <a href="/archive"><li>archive</li></a><br>
- <a href="http://dontbrag.tumblr.com" target="_blank"><li>theme</li></a>
- </ul>
- <ul id="navlinks2">
- {block:IfLink1}
- <a href="{text:URL 1}"><li>{text:Link 1}</li></a><br>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:URL 2}"><li>{text:Link 2}</li></a><br>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:URL 3}"><li>{text:Link 3}</li></a><br>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:URL 4}"><li>{text:Link 4}</li></a>
- {/block:IfLink4}
- </ul>
- <div id="wrapper">
- <div id="posts">
- {block:Posts}
- <article id="{PostID}">
- {block:Text}
- <div class="text-post tb">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- <div class="photo-post">
- {block:IndexPage}
- <ul class="photo-info">
- <li><span class="liker">{LikeButton color="white"}</span></li>
- <li><span class="reblogger">{ReblogButton color="white"}</span></li>
- <li><a href="{Permalink}" target="_blank"><i class="fa fa-link"></i></a>
- </ul>
- <div class="photo-wrap"><img src="{PhotoURL-250}" class="photos"></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photo-wrap"><img src="{PhotoURL-500}" class="photos"></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="photoset-post">
- {block:IndexPage}
- {Photoset-250}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote-post tb">
- <h2><span style="color:{color:Accent};">❝</span> {Quote} <span style="color:{color:Accent};">❞</span></h2>
- {block:Source}<cite>- {Source}</cite>{/block:Source}
- </div>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <div class="link-post tb">
- <h2><a href="{URL}" {Target}>{Name} <i class="fa fa-angle-right"></i></a></h2>
- {block:Description}{Description}{/block:Description}
- </div>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- <div class="chat-post tb">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="chat-list">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- </div>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- <div class="audio tb">
- {block:AlbumArt}
- <div class="album-art">
- <img src="{AlbumArtURL}">
- </div>
- {/block:AlbumArt}
- <div class="audio-info">
- Artist: <span {block:Artist}style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
- Title: <span {block:TrackName}style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
- Album: <span {block:Album}style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br>
- Plays: {FormattedPlayCount}</div>
- {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- <div class="video-post">
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- </div>
- {block:IndexPage}
- <div class="other_perma">
- <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh"></i></a> / <a href="{Permalink}" target="_blank">{NoteCount}+</a>
- </div>
- {/block:IndexPage}
- {/block:Video}
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="notes">
- {PostNotes-16}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </article>
- {block:PermalinkPage}
- <div class="extra-info">
- {block:Date}<i class="fa fa-clock-o"></i> {DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}{/block:Date}
- {block:NoteCount}<br><i class="fa fa-files-o"></i> {NoteCount}{/block:NoteCount}
- {block:RebloggedFrom}<br><i class="fa fa-retweet"></i> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource}<br><i class="fa fa-copyright"></i> <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {block:HasTags}<br><i class="fa fa-tag"></i> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div><!--end posts-->
- </div><!--end wrapper-->
- {block:Pagination}
- <div class="pagination" style="visibility:hidden;">
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" id="next">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div class="credit"><a target="_blank" href="http://dontbrag.tumblr.com"><i class="fa fa-diamond"></i></a></div>
- {block:IndexPage}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <script>
- (function () {
- var $tumblelog = $('#posts');
- $tumblelog.imagesLoaded(function () {
- $tumblelog.masonry({
- itemSelector: 'article',
- isAnimated:true,
- columnWidth:260,
- gutterWidth:60,
- });
- });
- $tumblelog.infinitescroll({
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- itemSelector : "article",
- loading: {
- finishedMsg: "<p>You've reached the end of the Earth.</p>",
- img : "http://static.tumblr.com/yxfeliq/ZQFnvhfad/dontbrag-loading.gif",
- msg: null,
- msgText: ""
- },
- },
- function( newElements ) {
- var $newElems = $(newElements)
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $tumblelog.masonry( 'appended', $newElems, {
- isAnimated: true,
- animationOptions: {
- duration: 250,
- easing: 'linear',
- queue: false
- }
- },
- function(){
- $newElems.fadeIn('slow');
- });
- });
- console.log($newElems,$newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- })();
- </script>
- {/block:IndexPage}
- <div style="display:none;"><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5141614";
- var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
- fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
- document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
- </script></div>
- <!--/////////End Masonry//////////-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement