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" xml:lang="en" lang="en">
- <head>
- <!--- Theme Page #02 by wonderfullythemes
- please don't steal/resdistribute/copy etc thanks
- --->
- <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}
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <!--TOOLTIPS-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <stsss>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!------- filter scripts -------->
- <script src="http://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
- <script>
- $(function(){
- var $container = $('#container');
- $container.isotope({
- itemSelector : '.story'
- });
- var $optionSets = $('#sort .option-set'),
- $optionLinks = $optionSets.find('a');
- $optionLinks.click(function(){
- var $this = $(this);
- // don't proceed if already selected
- if ( $this.hasClass('selected') ) {
- return false;
- }
- var $optionSet = $this.parents('.option-set');
- $optionSet.find('.selected').removeClass('selected');
- $this.addClass('selected');
- // make option object dynamically, i.e. { filter: '.my-filter-class' }
- var options = {},
- key = $optionSet.attr('data-option-key'),
- value = $this.attr('data-option-filter');
- // parse 'false' as false boolean
- value = value === 'false' ? false : value;
- options[ key ] = value;
- if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
- // changes in layout modes need extra logic
- changeLayoutMode( $this, options )
- } else {
- // otherwise, apply new options
- $container.isotope( options );
- }
- return false;
- });
- });
- </script>
- <!-----end filter scripts------>
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:#000;
- border:2px solid #fff;
- }
- ::-webkit-scrollbar {
- height:8px;
- width:11px;
- background-color:#000;
- border:5px solid #fff;
- }
- #s-m-t-tooltip {
- font-size:13px;
- max-width:200px;
- background-color:black;
- color:white;
- line-height:15px;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:10px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background-color:#fff;
- margin:0px;
- color:#444;
- font-family:'calibri';
- font-size:11px;
- line-height:13px;
- font-style: none;
- cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
- }
- a {
- color:green;
- text-decoration:none;
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:#444;
- cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- #sidebar {
- position:fixed;
- width:180px;
- padding:10px;
- height:auto;
- left:120px;
- top:200px;
- text-align:center;
- }
- .links {
- top:50%;
- margin-top:-50px;
- position:absolute;
- width:33px;
- right:-50px;
- }
- .links a {
- padding:10px;
- background:black;
- color:white;
- display:block;
- }
- .links a:hover {
- background:white;
- color:black;
- }
- .sidebarstuff {
- position:relative;
- text-align:right;
- }
- .icon img {
- width:70px;
- height:70px;
- position:relative;
- }
- .desc {
- text-transform:uppercase;
- font-family:'corbel';
- font-size:11px;
- line-height:15px;
- text-align:right;
- position:relative;
- margin-top:20px;
- }
- .click {
- text-transform:uppercase;
- letter-spacing:1px;
- text-decoration:underline;
- margin-top:20px;
- position:relative;
- }
- #filters {
- position:relative;
- margin-top:10px;
- text-align:right;
- }
- #filters a {
- font-family:'corbel';
- font-size:11px;
- line-height:18px;
- letter-spacing:1px;
- text-align:right;
- text-transform:uppercase;
- color:black;
- margin-bottom:5px;
- padding-left:5px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #filters a:hover {
- cursor:crosshair;
- color:#56bc8a;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #container {
- position:fixed;
- left:440px;
- top:70px;
- width:780px;
- }
- .story {
- width:330px;
- margin-right:60px;
- margin-bottom:60px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- /*--THEMES--*/
- .one {
- text-transform:uppercase;
- letter-spacing:4px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .one a {
- font-size:10px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:#ddf2e8;
- border-bottom:none;
- padding-top:1px;
- padding-bottom:1px;
- border-top:1px solid transparent;
- border-bottom:1px solid transparent;
- }
- .one a:hover {
- border-top:1px solid #ddf2e8;
- border-bottom:1px solid #ddf2e8;
- }
- .one:hover .stuffs {
- opacity:1;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .prev {
- }
- .prev img {
- height:155px;
- width:330px;
- }
- .stuffs {
- color:#ddf2e8;
- margin-top:5px;
- padding-top:20px;
- padding-bottom:20px;
- text-align:center;
- width:330px;
- background-color:black;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .subtitle {
- padding:5px;
- border:1px solid #ddf2e8;
- text-transform:uppercase;
- }
- #spectrum {
- position:fixed;
- top:50%;
- margin-top:-10px;
- right:85px;
- text-transform:uppercase;
- font-size:13px;
- text-align:justify;
- }
- #spectrum a {
- display:block;
- padding:5px;
- color:black;
- }
- #spectrum a:hover {
- color:white;
- box-shadow:inset 140px 0 black;
- }
- </style></head><body>
- <div id="sidebar">
- <div class="links">
- <a href="http://" title="link">01.</a>
- <a href="http://" title="link">02.</a>
- <a href="http://" title="link">03.</a>
- <!--please don't remove this link, you can add as many as you like just keep this one visible thanks --><a href="http://wonderfullythemes.tumblr.com" title="credit">04.</a>
- </div>
- <div class="sidebarstuff">
- <div class="icon"><a href="/themes" title="Refresh"><img src="http://i.imgur.com/s0JFLns.jpg" /></a></div>
- <div class="desc">
- Put your description here! I'd recommend keeping it short, e.g. a Creative Commons License or your rules etc
- </div>
- <div class="click">sort by:</div>
- </div>
- <div id="sort">
- <div id="filters" class="option-set clearfix" data-option-key="filter">
- <a href="#filter" data-option-filter=".story">filter</a>
- <a href="#filter" data-option-filter=".filt1">filter #1</a>
- <a href="#filter" data-option-filter=".filt2">filter #2</a>
- <a href="#filter" data-option-filter=".filt3">filter #3</a>
- <a href="#filter" data-option-filter=".filt4">filter #4</a>
- <a href="#filter" data-option-filter=".filt5">filter #5</a>
- <a href="#filter" data-option-filter=".filt6">filter #6</a>
- </div>
- <a href="#filter" data-option-filter="."></a>
- </div></div></div>
- </div>
- <div id="container" class="clearfix">
- <!---- things go here ----->
- <!------------------------------------------------------------------------>
- <!--<div id="fic" class="story">
- <div class="one">
- <div class="prev">
- <img src="" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Title</span><br><br>
- <a href="" target="blank">prev</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- </div>
- </div>-->
- <!------------------------------------------------------------------------>
- <!------------------------------------------------------------------------>
- <div id="fic" class="story filt6 filt3 filt5">
- <div class="one">
- <div class="prev">
- <img src="http://imgur.com/tQXO6cz.png.png" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Theme Title</span><br><br>
- <a href="PREVIEW URL" target="blank">prev</a> | <a href="POST URL" target="blank">info</a> | <a href="CODE URL" target="blank">code</a>
- </div>
- </div>
- </div>
- <!------------------------------------------------------------------------>
- <!------------------------------------------------------------------------>
- <div id="fic" class="story filt4 filt3">
- <div class="one">
- <div class="prev">
- <img src="http://imgur.com/tQXO6cz.png" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Theme Title</span><br><br>
- <a href="PREVIEW URL" target="blank">prev</a> | <a href="POST URL" target="blank">info</a> | <a href="CODE URL" target="blank">code</a>
- </div>
- </div>
- </div>
- <!------------------------------------------------------------------------>
- <!------------------------------------------------------------------------>
- <div id="fic" class="story filt2">
- <div class="one">
- <div class="prev">
- <img src="http://imgur.com/tQXO6cz.png" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Theme Title</span><br><br>
- <a href="PREVIEW URL" target="blank">prev</a> | <a href="POST URL" target="blank">info</a> | <a href="CODE URL" target="blank">code</a>
- </div>
- </div>
- </div>
- <!------------------------------------------------------------------------>
- <!------------------------------------------------------------------------>
- <div id="fic" class="story filt2 filt4 filt6">
- <div class="one">
- <div class="prev">
- <img src="http://imgur.com/tQXO6cz.png" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Theme Title</span><br><br>
- <a href="PREVIEW URL" target="blank">prev</a> | <a href="POST URL" target="blank">info</a> | <a href="CODE URL" target="blank">code</a>
- </div>
- </div>
- </div>
- <!------------------------------------------------------------------------>
- <!------------------------------------------------------------------------>
- <div id="fic" class="story filt1 filt3 filt5">
- <div class="one">
- <div class="prev">
- <img src="http://imgur.com/tQXO6cz.png" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Theme Title</span><br><br>
- <a href="PREVIEW URL" target="blank">prev</a> | <a href="POST URL" target="blank">info</a> | <a href="CODE URL" target="blank">code</a>
- </div>
- </div>
- </div>
- <!------------------------------------------------------------------------>
- <!------------------------------------------------------------------------>
- <div id="fic" class="story filt1 filt2 filt3">
- <div class="one">
- <div class="prev">
- <img src="http://imgur.com/tQXO6cz.png" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Theme Title</span><br><br>
- <a href="PREVIEW URL" target="blank">prev</a> | <a href="POST URL" target="blank">info</a> | <a href="CODE URL" target="blank">code</a>
- </div>
- </div>
- </div>
- <!------------------------------------------------------------------------>
- <!------------------------------------------------------------------------>
- <div id="fic" class="story filt4 filt5 filt6">
- <div class="one">
- <div class="prev">
- <img src="http://imgur.com/tQXO6cz.png" />
- </div>
- <div class="stuffs">
- <span class="subtitle">Theme Title</span><br><br>
- <a href="PREVIEW URL" target="blank">prev</a> | <a href="POST URL" target="blank">info</a> | <a href="CODE URL" target="blank">code</a>
- </div>
- </div>
- </div>
- <!------------------------------------------------------------------------>
- <!---- things end ---->
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement