Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "https:////www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https:////www.w3.org/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | FOLIO (monochrome)
- + Do not redistribute this page or remove the credits.
- + Edit as long as you keep the credits intact.
- + Contact me if you have any questions or concerns.
- + If you want a custom theme/page you can commission me.
- + Thanks for using my page, I hope that you enjoy it.
- Other credits:
- - Jquery
- - Google fonts
- - Isotope Combination Filtering by Bev (@magnusthemes)
- <html>
- <head>
- <!--- Change the title of the page here --->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--- Google fonts --->
- <link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* -------- BASICS ------- */
- body {
- background: #fefefe;
- /* background image */
- background-image: url('https://66.media.tumblr.com/0ca9f297c19d3de8e23757c797c2df6f/tumblr_og0kjd8m7L1secvrho9_250.png');
- margin:0;
- width:100%;
- height:100%;
- font:14px Open Sans;
- 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;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- background-color:#000;
- border:2px solid #fff;
- height:5px;
- width:5px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#000;
- border:1px solid #fff;
- height:40px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#000;
- border:1px solid #fff;
- height:8px!important
- }
- /* Tumblr controls */
- iframe.tmblr-iframe {
- top:10px!important;
- right:40px!important;
- padding:0px;
- opacity:0.8;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.8);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.8);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.8);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.8);
- -ms-transform-origin:100% 0;
- z-index:100000!important;
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;
- }
- /* -------- SIDEBAR ------- */
- #sidebar{
- position:fixed;
- background:#fff;
- /* background image */
- background-image: url(' ');
- top:0px;
- left:0px;
- height:100%;
- width:285px;
- border-right: 1px solid #eee;
- z-index:10000;
- }
- /*-- MENU --*/
- #menu {
- position:fixed;
- top:0;
- left:0;
- width:60px;
- height:100%;
- background:#000;
- /* background image */
- background-image: url(' ');
- z-index:1000;
- }
- /* Click 1 */
- #click1{
- position:absolute;
- margin-left:12px;
- margin-top:12px;
- width:33px;
- height:33px;
- line-height:33px;
- border:2px solid #fff;
- text-align:center;
- z-index:1000;
- cursor:pointer;
- }
- #click1 i {
- line-height:33px;
- color:#fff;
- font-size:15px;
- }
- #click1:hover {
- border:2px solid #bbb;
- }
- #click1:hover i {
- color:#bbb;
- }
- /* Main icons */
- #mainicons{
- position:fixed;
- left:6px;
- top:60px;
- width:60px;
- z-index:1000;
- display:none;
- }
- #mainicons i{
- display:inline-block;
- margin-left:6px;
- width:33px;
- height:33px;
- line-height:33px;
- border:2px solid #fff;
- text-align:center;
- background:#fff;
- color:#333;
- font-size:15px;
- border-bottom:1px solid #eee;
- }
- #mainicons i:hover{
- background:#fff;
- color:#ccc;
- }
- /*-- Sidebar in --*/
- #sidebarin{
- position:absolute;
- bottom:0px;
- left:60px;
- width:calc(100% - 100px);
- padding:20px;
- }
- /* Blog title */
- #blogtitle{
- font-size:35px;
- line-height:35px;
- height:35px;
- width:40px;
- padding-bottom:15px;
- font-family:Philosopher;
- color:#000;
- z-index:10000;
- border-bottom:2px solid #ccc;
- }
- /* Description */
- #description{
- margin:15px 0;
- width:100%;
- padding-bottom:15px;
- font-size:14px;
- line-height:22px;
- color:#333;
- z-index:1000;
- text-align:justify;
- border-bottom:2px solid #ccc;
- }
- /* -------- SORTING CONTENT ------- */
- #click2{
- margin-top:15px;
- width:100%;
- height:20px;
- line-height:20px;
- font-size:14px;
- background:#000;
- color:#fff;
- padding:5px 0;
- text-align:center;
- cursor:pointer;
- }
- #click2:hover{
- color:#333;
- background:#ccc;
- }
- #sort{
- width:100%;
- height:auto;
- bottom:0;
- text-align:left;
- display:none;
- }
- #sort ul {
- line-height:20px;
- font-family:Open Sans;
- }
- /* Sort links */
- #sort li {
- display:inline-block;
- }
- #sort a {
- display:inline-block;
- color:#222;
- font-size:14px;
- margin:3px;
- padding:3px 5px;
- text-transform:uppercase;
- border-bottom:1px solid transparent;
- }
- #sort a:hover , #sort li a.selected {
- color:#000;
- border-bottom:1px solid #000;
- }
- /* -------- CONTENT ------- */
- #container{
- position:relative;
- margin-left:320px;
- padding-top:60px;
- width:calc(100vw - 370px);
- height:auto;
- padding-left:5px;
- }
- .story{
- width:calc((100% / 3) - 62px);
- margin-left:40px;
- margin-bottom:40px;
- padding:20px;
- transition-duration:1s;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* Image container */
- #themecontainer{
- width:calc((100% / 3) - 62px);
- margin-left:40px;
- margin-bottom:40px;
- height:300px;
- background:#fff;
- border:1px solid #eee;
- padding:0px;
- }
- #themecontainer img{
- width:100%;
- height:auto;
- }
- /* Information */
- .info{
- position:fixed;
- width:calc(100% - 40px);
- top:140px;
- left:0px;
- padding:0 20px;
- color:#333;
- font-size:14px;
- border-top:1px solid #eee;
- }
- /* Style of the title in information part */
- #themecontainer h1{
- margin-top:15px;
- padding-bottom:5px;
- font-family:Philosopher;
- font-size:22px;
- width:20px;
- color:#000;
- border-bottom:2px solid #ccc;
- }
- /* Style of the links in information part */
- .info a{
- background:#ccc;
- color:#fff;
- padding:2px 4px;
- }
- .info a:hover{
- background:#000;
- color:#fff;
- border:1px solid #eee;
- }
- /* ----------------------- CREDITS ----------------------------- */
- #credit {
- position:fixed;
- right:10px;
- top:18px;
- z-index:100000;
- }
- #credit img{
- border:1px solid #000000;
- max-width:25px;
- }
- /*--------------------------- RESPONSIVE DESIGN ---------------------------*/
- @media only screen and (max-width:900px) {
- .story{
- width:calc((100% / 2) - 62px);
- }
- /* Image container */
- #themecontainer{
- width:calc((100% / 2) - 62px);
- }
- }
- @media only screen and (max-width:700px) {
- #sidebar{
- position:relative;
- width:100vw;
- height:auto;
- }
- #menu {
- width:100vw;
- height:60px;
- }
- #mainicons{
- position:relative;
- margin-left:-20px;
- left:auto;
- margin-top:-20px;
- top:auto;
- margin-bottom:20px;
- width:100vw;
- height:60px;
- line-height:60px;
- background:#000;
- padding-left:6px;
- display:none;
- }
- #sidebarin{
- position:relative;
- margin-top:60px;
- margin-left:0;
- left:0;
- margin-bottom:auto;
- width:calc(100% - 40px);
- padding:20px;
- }
- #container {
- position:relative;
- margin-left:0;
- padding-top:50px;
- width:calc(100vw - 15px);
- height:auto;
- }
- }
- </style>
- <!--Jquery script-->
- <script src="https:////ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <!--Open/close scripts-->
- <script>
- $(document).ready(function(){
- $("#click1").click(function(){
- $("#mainicons").slideToggle(0);
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#click2").click(function(){
- $("#sort").slideToggle(0);
- });
- });
- </script>
- <script>
- $(document).ready(function () {
- $.localScroll();
- });
- </script>
- <!------- filter scripts -------->
- <script src="https:////static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
- <script src="https:////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="sidebar">
- <div id="menu">
- <div id="click1"><i class="fa fa-bars"></i></div>
- </div>
- <!--End menu-->
- <div id="sidebarin">
- <div id="mainicons">
- <a href="/"><i class="fa fa-home"></i></a>
- <a href="/ask"><i class="fa fa-envelope"></i></a>
- <a href="/archive"><i class="fa fa-clock-o"></i></a>
- <a href="https://"><i class="fa fa-linkedin"></i></a>
- <a href="https://"><i class="fa fa-facebook"></i></a>
- <a href="https://"><i class="fa fa-twitter"></i></a>
- <a href="https://"><i class="fa fa-instagram"></i></a>
- <a href="https://"><i class="fa fa-pinterest"></i></a>
- </div>
- <!--End mainicons-->
- <div id="blogtitle">Portfolio</div>
- <!--End blogtitle-->
- <div id="description">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- </div>
- <!--End description-->
- <div id="click2"> FILTER </div>
- <div id="sort">
- <!----- Filter links (here you add tags as ".sidebar", ".sidebar", ".infinitescroll" etc. Do not change ".story" tag, it refreshes the page) ------>
- <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">tag1</a></li>
- <li><a href="#filter" data-option-filter=".tag2">tag2</a></li>
- <li><a href="#filter" data-option-filter=".tag3">tag3</a></li>
- <li><a href="#filter" data-option-filter=".tag4">tag4</a></li>
- <li><a href="#filter" data-option-filter=".tag5">tag5</a></li>
- <li><a href="#filter" data-option-filter=".tag6">tag6</a></li>
- </ul>
- </div>
- <!--End sort-->
- </div>
- <!--End sidebarin-->
- </div>
- <!--End sidebar-->
- <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 sidebar infinitescroll pagination" I suggest you writing two word tags as one word tag
- ----->
- <!--1st container-->
- <div id="themecontainer" class="story tag1">
- <img src="https://67.media.tumblr.com/aa22d809ceb2cf1f2133bf3f082e4a68/tumblr_og0lo8xbAl1secvrho1_250.jpg"></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="https://66.media.tumblr.com/4b05f2c637dc764082fd74793ab06c7f/tumblr_og0lo8xbAl1secvrho2_250.jpg"></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="https://66.media.tumblr.com/cef898ffb7f307f77fabdf83a7946ddc/tumblr_og0lo8xbAl1secvrho3_250.jpg"></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="https://67.media.tumblr.com/6eda5ae3788349713dda930d94f3890f/tumblr_og0lo8xbAl1secvrho4_250.jpg"></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="https://67.media.tumblr.com/288da2e86229513ed2efe2f7ff2642bd/tumblr_og0lo8xbAl1secvrho5_250.jpg"></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="https://67.media.tumblr.com/8ef37199e977799680643e502373a7d6/tumblr_og0lo8xbAl1secvrho6_250.jpg"></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="https://67.media.tumblr.com/48f7b733611efe473d9a15cbad4f0b33/tumblr_og0lo8xbAl1secvrho7_250.jpg"></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="https://65.media.tumblr.com/d123432a3493e216b52791d70ef7c008/tumblr_og0lo8xbAl1secvrho8_250.jpg"></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="https://66.media.tumblr.com/5f2f669e0aa80a1e8bfd33b81eaba57f/tumblr_og0lo8xbAl1secvrho9_250.jpg"></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://66.media.tumblr.com/5f2f669e0aa80a1e8bfd33b81eaba57f/tumblr_og0lo8xbAl1secvrho9_250.jpg"></a>
- <div class="info">
- <h1>Title</h1>
- Information goes here<br><br>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- </div>
- ---->
- </div>
- <!--CREDIT (DO NOT REMOVE)-->
- <div id="credit"><a href="https:////borntobewildcodes.tumblr.com" title="page FOLIO by @borntobewildcodes"><img src="https://i.imgur.com/YsnOAtA.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement