Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <title>ⓙⓑⓣ themes</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <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: '.posts',
- isAnimated : true
- });
- });
- $wall.infinitescroll({
- navSelector : "div#navigation",
- nextSelector : "div#navigation a#nextPage",
- itemSelector : '.posts',
- 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>
- <!-- jquery -->
- <script type="text/javascript">
- function unhide(divID) {
- var item = document.getElementById(divID);
- if (item) {
- item.className=(item.className=='hidden')?'unhidden':'hidden';
- }
- }
- </script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <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:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
- <!--CSS customization here. -->
- <style type="text/css">
- #s-m-t-tooltip{
- font-size:9px;
- position:absolute;
- margin-top: 15px;
- letter-spacing:1px;
- z-index:9999;
- background:white;
- text-transform:uppercase;
- padding:2px 3px 2px 3px;
- }
- /*scrollbar*/
- ::-webkit-scrollbar{height: 5px;
- width: 4px;
- -webkit-border-radius: 0px;
- background-color:white}
- ::-webkit-scrollbar-thumb{background-color:#eee;}
- ::-webkit-scrollbar-track{background-color:white;}
- #text {margin-bottom:50px;
- margin-top:100px;
- margin-top:5px;
- text-transform:uppercase;
- font-size:7px;
- letter-spacing:2px;
- text-align:center;}
- /*main structure*/
- blockquote {padding:5px 0 5px 30px;
- border-left:1px solid #eee;
- margin:10px 30px;
- }
- body {
- color:#def4f9;
- font-family:helvetica;
- font-weight:100;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:18px;
- background:url('http://static.tumblr.com/poesisw/1IKobpwrg/1-bg-texture_copy.png');}
- a {color:#998200;
- text-decoration:none;
- -webkit-transition:all 0.8s;
- -moz-transition:all 0.8s;
- -ms-transition:all 0.8s;
- -o-transition:all 0.8s;
- transition:all 0.8s; }
- a:hover {
- color:#f8f8f8;
- -webkit-transition:all 0.8s;
- -moz-transition:all 0.8s;
- -ms-transition:all 0.8s;
- -o-transition:all 0.8s;
- transition:all 0.8s; }
- img{
- border:none;
- text-decoration:none}
- p {
- margin-top:5px;
- margin-bottom:5px}
- /*container*/
- .container {
- width:800px;
- margin-right:auto;
- margin-left:auto;
- }
- /*posts*/
- .posts {
- float:left;
- width:200px;
- margin:80px 20px;
- padding-bottom:10px;
- }
- #image {position:absolute;
- margin-right:15px;
- width:190px;
- }
- #image img {
- width:190px;
- padding:4px;
- border:1px solid #eee;
- margin-bottom:10px;
- }
- #titlebox {
- position:absolute;
- top:-40px;
- width:200px;
- height:40px;
- text-align:center;
- }
- .tit {font-weight:bold;
- font-family:inconsolata;
- color:#def4f9;
- font-size:12px;
- letter-spacing:1px;
- text-transform:uppercase;}
- .lank {
- margin-bottom:5px;
- }
- .lank a:hover {
- letter-spacing:3px
- }
- .info {margin-top:125px;
- width:185px;}
- .about {text-align:left;}
- .about ul {margin-left:-10px}
- .hidden {display: none;}
- .unhidden {display: block;}
- /*header*/
- .header {
- margin-top:10px;
- margin-right:auto;
- margin-left:auto;
- width:400px;
- text-align:center;
- font-family:inconsolata;
- text-transform:uppercase;
- }
- #title {
- font-size:14px;
- margin-bottom:12px;
- text-align:center;
- letter-spacing:1px;
- font-family:inconsolata;
- text-transform:uppercase;
- color:#def4f9;
- background:rgba(0,0,0,.3);
- border-top:5px double rgba(58,96,121,.7);
- padding:15px;
- }
- .links {
- padding-bottom:10px;
- border-bottom:1px solid #eee;
- }
- .links a {
- margin:0 5px;
- padding:2px 5px;
- border:none;
- }
- .links a:hover {
- letter-spacing:3px;
- }
- .desc {
- text-transform:none;
- margin:10px 25px;
- font-family:helvetica;
- }
- </style>
- </head>
- <body>
- <div class="header">
- <div id="title">ⓙⓑⓣ themes</div>
- <div class="links">
- <a href="/">home</a>
- <a href="/tagged/custom-theme">custom</a>
- <a href="/tagged/page-theme">pages</a>
- <a href="/archive">memories</a>
- </div>
- <div class="desc">the theme dumping ground | designed by breq<p><small>*all themes are optimized for full-screen chrome</small><br><small>*note that custom themes and pages are not displayed here.
- </small></p></div>
- </div>
- <div class="container">
- <!--entry-->
- <div class="posts">
- <div id="image"><!--the url for your image goes here--><img src="http://66.media.tumblr.com/aa22e9c79d4aa38612457881b333fdf4/tumblr_oa9z2u0cFB1vaph30o1_r1_500.png">
- <div id="titlebox"><!--theme title here--><div class="tit">01: wanderer</div>
- <!--links here--><div class="lank">
- <a href="/01wanderer">static preview</a> | <a href="http://pastebin.com/CtVnFevx">code</a> | <a href="javascript:unhide('01features');">features</a>
- </div>
- </div></div>
- <div class="info">
- <div class="about"><!--theme description goes here>-->
- <span id="01features" class="hidden">
- <ul>
- <li>off-center container theme</li></li>
- <li>optional container background color</li>
- <li>post width 500px</li>
- <li>customizable body font size</li>
- <li>hover description + sidebar</li>
- <li>star-shaped scattered links (up to 4 customizable)</li>
- <li>optional container border</li>
- <li>optional sidebar icon image</li>
- <li>background image aligned left</li>
- <li>customizable colors (17 options in basic editor)</li>
- up to 3 additional links (in hover sidebar)</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry-->
- <div class="posts">
- <div id="image"><!--the url for your image goes here--><img src="http://65.media.tumblr.com/b55e146008cfacf2891a419cad146198/tumblr_oah176IOxI1vaph30o1_r4_500.png">
- <div id="titlebox">
- <!--theme title here--><div class="tit">02: evergreen</div>
- <!--links here--><div class="lank">
- <a href="/02evergreen">static preview</a> | <a href="http://pastebin.com/rbNq1kp5">code</a> | <a href="javascript:unhide('02features');">features</a>
- </div>
- </div></div>
- <div class="info">
- <div class="about"><!--theme description goes here>-->
- <span id="02features" class="hidden">
- <ul>
- <li>left-justified full-height theme</li>
- <li>optional background image, aligned left</li>
- <li>post width 500px</li>
- <li>customizable body font size</li>
- <li>optional sidebar portrait (250x250)</li>
- <li>up to 5 additional links in sidebar</li>
- <li>customizable colors (14 options in basic editor)</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry-->
- <div class="posts">
- <div id="image"><!--the url for your image goes here--><img src="https://66.media.tumblr.com/47abd791e5d25f0b8241b7c0112c2597/tumblr_oakvxjFgBZ1vaph30o1_r1_1280.jpg">
- <div id="titlebox">
- <!--theme title here--><div class="tit">03: quarante-sept</div>
- <!--links here--><div class="lank">
- <a href="/03quarante-sept">static preview</a> | <a href="http://pastebin.com/bKd0Epqn">code</a> | <a href="javascript:unhide('03features');">features</a>
- </div>
- </div>
- </div>
- <div class="info">
- <div class="about"><!--theme description goes here>-->
- <span id="03features" class="hidden">
- <ul>
- <li>off-center container theme</li>
- <li>custom fonts: norican, crimson text, poiret one, old standard TT</li>
- <li>optional background image, aligned left</li>
- <li>optional teardrop-shaped 50x50 portrait icon </li>
- <li>post width 500px</li>
- <li>transparent scrollbar that transitions to black and white when active</li>
- <li>customizable body font size</li>
- <li>‘slide out on hover’ bars for sidebar and navigation</li>
- <li>up to 5 additional links in the second hover bar</li>
- <li>customizable opacity for portrait icon, title bar and hover bars</li>
- <li>customizable colors (19 options in basic editor)</li>
- <li>option to make browser title different from blog title</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry-->
- <div class="posts">
- <div id="image"><!--the url for your image goes here--><img src="https://67.media.tumblr.com/c475e052c37193885a1f8373cfa584cf/tumblr_oaty0uL1hl1vaph30o1_1280.jpg">
- <div id="titlebox">
- <!--theme title here--><div class="tit">04: ianthe</div>
- <!--links here--><div class="lank">
- <a href="/04ianthe">static preview</a> | <a href="http://pastebin.com/iBg6AbhD">code</a> | <a href="javascript:unhide('04features');">features</a>
- </div>
- </div>
- </div>
- <div class="info">
- <div class="about"><!--theme description goes here>-->
- <span id="04features" class="hidden">
- <ul>
- <li>off-center full-height theme</li>
- <li>optional background image, aligned left</li>
- <li>optional left sidebar image (300x750), aligned left</li>
- <li>optional circle 50x50 portrait icon as a home link</li>
- <li>post width 500px</li>
- <li>customizable body font size</li>
- <li>‘show on hover’ post info (permalinks)</li>
- <li>nav links ‘show on hover’ over left sidebar</li>
- <li>up to 5 additional links </li>
- <li>customizable colors (14 options in basic editor)</li>
- <li>option to make browser title different from blog title</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry-->
- <div class="posts">
- <div id="image"><!--the url for your image goes here--><img src="https://66.media.tumblr.com/c943096b1552f98bbb003472cf8d00d4/tumblr_oaundq8WQd1vaph30o1_r1_1280.gif">
- <div id="titlebox">
- <!--theme title here--><div class="tit">05: bróntion</div>
- <!--links here--><div class="lank">
- <a href="/05bróntion">static preview</a> | <a href="http://pastebin.com/6qMhHHqt">code</a> | <a href="javascript:unhide('05features');">features</a>
- </div>
- </div>
- </div>
- <div class="info">
- <div class="about"><!--theme description goes here>-->
- <span id="05features" class="hidden">
- <ul>
- <li>off-center container theme</li>
- <li>post width 400px</li>
- <li>4 customizable links</li>
- <li>custom fonts: dawning of a new day, merienda, slabo +27</li>
- <li>optional background image, aligned left</li>
- <li>triangle sidebar</li>
- <li>‘slide out on hover’ description and nav links on title</li>
- <li>circle 100x100 portrait icon, as home link</li>
- <li>3 separate circle 100x100 icon portraits</li>
- <li>font awesome icons as nav links and footer links</li>
- <li>“slide down on hover’ post info, permalink and tags</li>
- <li>transparent scrollbar that turns black and white when active</li>
- <li>customizable body font size</li>
- <li>customizable colors (19 options in basic editor)</li>
- <li>georgian list-style-type</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry-->
- <div class="posts">
- <div id="image"><!--the url for your image goes here--><img src="https://66.media.tumblr.com/0eb6c2d1028785b889796d14048e23a9/tumblr_oazh9rAqDw1vaph30o1_r1_540.gif">
- <div id="titlebox">
- <!--theme title here--><div class="tit">06: diamond rough</div>
- <!--links here--><div class="lank">
- <a href="/06diamond-rough">static preview</a> | <a href="http://pastebin.com/cYVMmZmQ">code</a> | <a href="javascript:unhide('06features');">features</a>
- </div>
- </div>
- </div>
- <div class="info">
- <div class="about"><!--theme description goes here>-->
- <span id="06features" class="hidden">
- <ul>
- <li>centered container theme</li>
- <li>post width 500px</li>
- <li>custom fonts: advent pro, playfair display, cedarville cursive</li>
- <li>optional background image with customizable position (default: aligned center center)</li>
- <li>‘slide up on hover’ description over title</li>
- <li>optional circle portrait icon in hover description</li>
- <li>customizable title</li>
- <li>customizable home link icon (default: big diamond)</li>
- <li>customizable navigation link icons (default; small diamonds)</li>
- <li>customizable tooltips</li>
- <li>transparent scrollbar that transitions to customizable colors on hover + active</li>
- <li>customizable body font size</li>
- <li>customizable list-style-type (default: diamond)</li>
- <li>up to 5 additional links in navigation</li>
- <li>customizable colors (28 options in basic editor)</li>
- <li>option to make browser title different from blog title</li>
- <li>switches for tag hover, permalink hover, hide captions, archive link and portrait icon</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry-->
- <div class="posts">
- <div id="image"><img src="https://66.media.tumblr.com/b571dbd4e5af3d00b46eabff6af948e0/tumblr_obh7swund81vaph30o1_r1_540.gif">
- <div id="titlebox">
- <div class="tit">07.1 the night circus</div>
- <div class="lank">
- <a href="/07.1thenightcircus">static preview</a> | <a href="http://pastebin.com/gwUXLVbr">code</a> | <a href="javascript:unhide('07features');">features</a>
- </div>
- </div>
- </div>
- <div class="info">
- <div class="about">
- <span id="07features" class="hidden">
- <ul>
- <li>left-justified container theme</li>
- <li>post width 500px</li>
- <li>custom fonts: cedarville cursive</li>
- <li>optional background image with customizable position (default: aligned top left)</li>
- <li>container-sized sidebar</li>
- <li>‘slide down hover’ description over customizable title</li>
- <li>customizable tooltips</li>
- <li>transparent scrollbar that transitions to customizable colors on hover + active</li>
- <li>customizable body font size</li>
- <li>customizable list-style-type (default: circles)</li>
- <li>up to 5 additional links in navigation</li>
- <li>customizable colors (23 options in basic editor)</li>
- <li>option to make browser title different from blog title</li>
- <li>switches for tag hover, permalink hover, hide captions, and archive link</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry-->
- <div class="posts">
- <div id="image"><img src="https://66.media.tumblr.com/8833ed14bf33c7207d46ba225ef14fc3/tumblr_obh7swund81vaph30o2_r1_540.gif">
- <div id="titlebox">
- <div class="tit">07.2 seeing redd</div>
- <div class="lank">
- <a href="/07.2seeingredd">static preview</a> | <a href="http://pastebin.com/gTkjqHmG">code</a> | <a href="javascript:unhide('07.2features');">features</a>
- </div>
- </div>
- </div>
- <div class="info">
- <div class="about">
- <span id="07.2features" class="hidden">
- <ul>
- <li>left-justified container theme</li>
- <li>post width 300px, 400px or 500px</li>
- <li>custom fonts: cookie, dawning of a new day</li>
- <li>optional background image with customizable position (default: aligned top left)</li>
- <li>container-sized sidebar with optional background image</li>
- <li>‘slide down hover’ description over customizable title</li>
- <li>5 updates section in hover description</li>
- <li>customizable tooltips</li>
- <li>transparent scrollbar that transitions to customizable colors on hover + active</li>
- <li>customizable body font size</li>
- <li>customizable list-style-type (default: spades)</li>
- <li>up to 5 additional links in navigation</li>
- <li>customizable colors (24 options in basic editor)</li>
- <li>option to make browser title different from blog title</li>
- <li>switches for tag hover, permalink hover, hide captions, and archive link</li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- <!--entry
- <div class="posts">
- <div id="image"><img src=""></div>
- <div class="info">
- <div class="tit">TITLE</div>
- <div class="lank">
- <a href="">static preview</a> | <a href="">code</a>
- </div>
- <div class="about">
- This theme features:
- <a href="javascript:unhide('05features');">features</a>
- <span id="05features" class="hidden">
- <ul>
- <li></li>
- </ul>
- </span>
- </div>
- </div>
- </div>
- <!--end entry-->
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment