Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @justiceofbreq-t.tumblr.com
- --------------------------
- Page 02: refresh --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <!-- enter browser title here, it can be different or you can leave it the same --><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <!-- scripts -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('.container');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: 'column',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : 'column',
- loadingImg : "",
- loadingText : " ",
- donetext : " ",
- extraScrollPx : 0,
- bufferPx : 10000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('.container').show(500);
- });
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type=text/css>
- /*style your scrollbar*/
- ::-webkit-scrollbar {
- width: 1px;
- height: 1px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: #e1e1e1;
- border: 0px none #ffffff;
- border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: transparent;
- }
- ::-webkit-scrollbar-thumb:active {
- background: #000;
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track:hover {
- background: transparent;
- }
- ::-webkit-scrollbar-track:active {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body{
- font-family:garamond;
- color:#000000;
- margin:0;
- background:#fff url('IMAGE URL HERE');
- background-attachment:fixed;
- }
- a {
- text-decoration:none;
- color:#000;
- }
- a:hover {
- text-decoration:none;
- color:#a0a0a0;
- cursor:pointer;
- }
- /*customize portrait*/
- #portrait {
- margin-right:auto;
- margin-left:auto;
- margin-bottom:20px;
- width:70px;
- height:70px;
- border:1px solid #245248;
- }
- #portrait img {
- max-width:50px;
- max-height:50px;
- padding-top:10px;
- padding-left:10px;
- }
- /*customize nav links*/
- #header {
- width:300px;
- margin-right:auto;
- margin-left:auto;
- margin-top:20px;
- text-align:center;
- }
- .left {
- float:left;
- }
- .right {
- float:right;
- }
- #header a {
- background:transparent;
- border:1px solid #245248;
- width:8px;
- height:8px;
- margin: 30px 18px;
- display:inline-block;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- visibility:visible;
- }
- #header a:hover {
- background:#000;
- border:1px solid #000;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- visibility:visible;
- }
- /*customize content*/
- .container{
- width:90%;
- text-align:center;
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- margin-bottom:50px;
- }
- column {
- float:left;
- width:130px;
- height:500px;
- border: 0px solid #dbdbdb;
- padding-right:10px;
- margin-left:15px;
- margin-right:15px;
- margin-bottom:30px;
- overflow:auto;
- }
- .columntitle{
- background:transparent;
- font-size:10px;
- color:#245248;
- padding:10px;
- margin:0px;
- margin-bottom:1px;
- text-align:center;
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:2px;
- border-bottom: 0px solid #dbdbdb;
- }
- .tag{
- font-size:9px;
- letter-spacing:1px;
- margin-bottom:-1px;
- padding:7px;
- padding-left:11px;
- background:transparent;
- border-bottom:1px solid #eeeeee;
- margin-bottom:0px;
- -webkit-transition: all .5s;
- text-align:left;
- text-transform:lowercase;
- }
- .tag:hover{
- background:#fff;
- font-size:9px;
- color:#a0a0a0;
- letter-spacing:3px;
- padding-left:18px;
- -webkit-transition: all .5s;
- }
- /*tooltip styling*/
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px; /* you can add in a border radius here for curved corners if you like */
- padding:1px; /* space around the text */
- margin:25px 20px 5px 0px; /* positioning of your hover info in relation to the link */
- color:{color:body}; /* text color */
- font-size:10px; /* font size of your hover info */
- background:transparent; /* change the background color of your hover info */
- z-index:99999;}
- </style>
- </head>
- <body>
- <div id="header">
- <!--these are your links to the left-->
- <div class="left">
- <a href"/" title="LINK"></a>
- <a href"/" title="LINK"></a>
- </div>
- <!--these are your links to the right-->
- <div class="right">
- <a href"/" title="LINK"></a>
- <!-- this is my credit, please don't remove it -->
- <a href"http://www.justiceofbreq-t.tumblr.com" title="theme by justiceofbreq-t"></a>
- </div>
- </div>
- <!--here's your portrait as a home link-->
- <div id="portrait"><a href="/" title="home"><img src="IMAGE URL HERE"></a></div>
- <div class="container">
- <!--these are the actual tags, if you want more columns, just copy paste from where it says "copy from here" to "end copy here" -->
- <!-- copy from here -->
- <column>
- <div class="columntitle">TITLE</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>
- <a href="/"><div class="tag">tag</div></a>
- </column>
- <!-- end copy here -->
- <!-- copy from here -->
- <column>
- <div class="columntitle">TITLE</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>
- <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>
- <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>
- <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>
- <a href="/"><div class="tag">tag</div></a>
- </column>
- <!-- end copy here -->
- <!-- copy from here -->
- <column>
- <div class="columntitle">TITLE</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>
- <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>
- <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>
- </column>
- <!-- end copy here -->
- <!-- copy from here -->
- <column>
- <div class="columntitle">TITLE</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>
- <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>
- <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>
- <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>
- <a href="/"><div class="tag">tag</div></a>
- </column>
- <!-- end copy here -->
- <!-- copy from here -->
- <column>
- <div class="columntitle">TITLE</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>
- <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>
- <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>
- <a href="/"><div class="tag">tag</div></a>
- </column>
- <!-- copy from here -->
- <column>
- <div class="columntitle">TITLE</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>
- <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>
- </column>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment