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">
- <!----
- © borntobewildthemes.tumblr.com | "Theme directory (colored)"
- + Please do not redistribute this theme or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our page! We hope that you enjoy it!
- ---->
- <html>
- <head>
- <!--- Change the title of the page here --->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--- Google fonts --->
- <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* -------- BASICS ------- */
- body {
- background: #fff;
- margin:0;
- width:100%;
- height:100%;
- font:12px Voltaire;
- padding: 0;
- position:absolute;
- }
- /* Links */
- a {
- text-decoration:none;
- outline:none;
- -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 {
- color:#eee;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .story{
- width:220px;
- margin:10px;
- padding:20px;
- transition-duration:1s;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- background-color:#4ECDC4;
- border:2px solid #fff;
- height:5px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#4ECDC4;
- border:1px solid #fff;
- height:40px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#4ECDC4;
- border:1px solid #fff;
- height:8px!important
- }
- /* -------- HEADER ------- */
- #header{
- position:absolute;
- width:200px;
- background:#eee;
- left:0px;
- margin:0;
- width:100%;
- height:90px;
- z-index:10000;
- }
- #headerin{
- position:relative;
- margin-right:auto;
- margin-left:auto;
- margin-top:10px;
- width:420px;
- height:60px;
- text-align:left;
- }
- /* Header image */
- .headerimage{
- position:absolute;
- margin-left:10px;
- margin-top:0px;
- width:50px;
- height:50px;
- padding:4px;
- background:#fff;
- }
- .headerimage img{
- width:100%;
- height:100%;
- margin-left:-1px;
- margin-top:-1px;
- border:1px solid #eee;
- }
- /* Blog title */
- .blogtitle{
- position:absolute;
- margin-left:75px;
- margin-top:0px;
- font-size:34px;
- line-height:46px;
- height:46px;
- width:260px;
- font-family:Oswald;
- color:#BE0A50;
- border:1px solid #fff;
- padding:5px;
- background:#fff;
- text-align:center;
- }
- /* Navigation icons */
- .headerlinks{
- position:absolute;
- margin-left:349px;
- margin-top:0px;
- height:50px;
- width:70px;
- font-family:Oswald;
- color:#eee;
- }
- .headerlinks i{
- display:inline-block;
- margin-left:5px;
- margin-bottom:7px;
- background:#BE0A50;
- color:#eee;
- padding:5px;
- font-size:15px;
- width:14px;
- }
- .headerlinks i:hover{
- background:#fff;
- color:#BE0A50;
- }
- /* -------- SORTING CONTENT ------- */
- #sort{
- height:40px;
- line-height:40px;
- width:100%;
- position:relative;
- background:#eee;
- margin-top:10px;
- margin-left:auto;
- margin-right:auto;
- text-align:center;
- }
- #sort ul {
- background:#eee;
- list-style: none;
- margin-top:0px;
- border-bottom:4px double #fff;
- padding-right:35px;
- }
- /* Sort links */
- #sort li {
- display:inline;
- text-align:center;
- list-style: none;
- margin-left:0px;
- padding:3px;
- background:#4ECDC4;
- text-transform:uppercase;
- }
- #sort a {
- color:#eee;
- border:1px solid transparent;
- display:inline;
- padding:5px;
- margin-bottom:5px;
- }
- #sort a:hover {
- color:#4ECDC4;
- background:#eee;
- }
- #sort li a.selected {
- color:#4ECDC4;
- background:#eee;
- border:1px solid transparent;
- }
- /* -------- CONTENT ------- */
- #container{
- position:relative;
- margin-left:auto;
- margin-right:auto;
- margin-top:130px;
- width:805px;
- height:auto;
- }
- /* Image container */
- #themecontainer{
- width:220px;
- height:180px;
- background:#fff;
- border:4px double #ccc;
- padding:10px;
- }
- #themecontainer img{
- width:220px;
- height:180px;
- }
- /* Information */
- .info{
- position:fixed;
- opacity:0;
- width:100%;
- height:0;
- top:0px;
- left:0px;
- background:#fff;
- color:#ccc;
- font-size:13px;
- text-align:center;
- }
- #themecontainer:hover .info{
- opacity:0.9;
- height:100%;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* Style of the title in information part */
- h1{
- font-size:24px;
- margin-left:auto;
- margin-right:auto;
- width:90%;
- color:#BE0A50;
- border-bottom:1px solid #eee;
- }
- /* Style of the links in information part */
- .info a{
- background:#189BA3;
- color:#fff;
- padding:2px 4px;
- }
- .info a:hover{
- background:#fff;
- color:#eee;
- border:1px solid #eee;
- }
- /* ----------------------- CREDITS ----------------------------- */
- #credits {
- position:fixed;
- right:10px;
- top:50px;
- z-index:100000;
- }
- #credits img{
- border:1px solid #eee;
- }
- </style>
- <!--Sticky menu-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(function(){
- var stickyRibbonTop = $('#sort').offset().top;
- $(window).scroll(function(){
- if( $(window).scrollTop() > stickyRibbonTop ) {
- $('#sort').css({position: 'fixed', top: '-10px'});
- } else {
- $('#sort').css({position: 'static', top: '0px'});
- }
- });
- });
- </script>
- <script>
- $(document).ready(function () {
- $.localScroll();
- });
- </script>
- <!------- filter scripts -------->
- <script src="http://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
- <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------>
- <meta charset="utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <body>
- <div id="header">
- <div id="headerin">
- <!--You can replace the image in the header-->
- <div class="headerimage"><a href="/"><img src="http://i58.tinypic.com/2s6kq2v.png"></a></div>
- <div class="blogtitle">Directory</div>
- <div class="headerlinks">
- <a href="/"><i class="fa fa-home"></i></a>
- <a href="/ask"><i class="fa fa-envelope"></i></a>
- <a href="/submit"><i class="fa fa-pencil"></i></a>
- <a href="/archive"><i class="fa fa-clock-o"></i></a>
- </div>
- </div>
- <!----- Filter links (here you add tags as ".header", ".sidebar", ".infinitescroll" etc. Do not change ".story" tag, it refreshes the page) ------>
- <div id="sort">
- <ul id="filters" class="option-set clearfix" data-option-key="filter">
- <li><a href="#filter" data-option-filter=".story">refresh</a></li>
- <li><a href="#filter" data-option-filter=".tag1">tag 1</a></li>
- <li><a href="#filter" data-option-filter=".tag2">tag 2</a></li>
- <li><a href="#filter" data-option-filter=".tag3">tag 3</a></li>
- <li><a href="#filter" data-option-filter=".tag4">tag 4</a></li>
- <li><a href="#filter" data-option-filter=".tag5">tag 5</a></li>
- <li><a href="#filter" data-option-filter=".tag6">tag 6</a></li>
- </ul>
- </div>
- </div>
- <div id="container" class="clearfix">
- <!---- theme containers
- in class="story tag1" "tag1" is actually a theme tag you can add, to add more tags for the same theme simply put "tag1 tag2 tag3" for example: class="story sidebar header infinitescroll pagination" I suggest you writing two word tags as one word tag
- ----->
- <!--1st container-->
- <div id="themecontainer" class="story tag1">
- <img src="http://i61.tinypic.com/dg5t3b.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--2nd container-->
- <div id="themecontainer" class="story tag2">
- <img src="http://i62.tinypic.com/2rqdl79.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--3rd container-->
- <div id="themecontainer" class="story tag3">
- <img src="http://i57.tinypic.com/246rg5k.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--4th container-->
- <div id="themecontainer" class="story tag4">
- <img src="http://i59.tinypic.com/2643o2e.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--5th container-->
- <div id="themecontainer" class="story tag5">
- <img src="http://i62.tinypic.com/5vxduw.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--6th container-->
- <div id="themecontainer" class="story tag6">
- <img src="http://i57.tinypic.com/sfx73l.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--7th container-->
- <div id="themecontainer" class="story tag1 tag2">
- <img src="http://i58.tinypic.com/s6689w.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--8th container-->
- <div id="themecontainer" class="story tag3 tag4">
- <img src="http://i58.tinypic.com/10o1u6h.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!--9th container-->
- <div id="themecontainer" class="story tag5 tag6">
- <img src="http://i60.tinypic.com/11a8pav.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- <!---- Containers end, to add more containers just copy/paste:
- <div id="themecontainer" class="story tag5 tag6">
- <img src="https://31.media.tumblr.com/c5f4f09ed321f20b2457565c18677d96/tumblr_nbhuohBQc71rhax0jo2_250.png"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- ---->
- </div>
- <a href="http://borntobewildthemes.tumblr.com" title="Page THEME DIRECTORY by borntobewildthemes"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement