Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:background" content="#644F92"/>
- <meta name="color:text" content="#000000"/>
- <meta name="color:bold text" content="#000000"/>
- <meta name="color:italic text" content="#000000"/>
- <meta name="color:title" content="#000000"/>
- <meta name="color:blog title" content="#000000"/>
- <meta name="color:link" content="#FF00E1"/>
- <meta name="color:posts" content="#000000"/>
- <meta name="color:link bar one" content="#000000"/>
- <meta name="color:link bar two" content="#000000"/>
- <meta name="color:link bar three" content="#000000"/>
- <meta name="color:link bar four" content="#000000"/>
- <meta name="color:link bar hover" content="#000000"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Title" content="1"/>
- <meta name="if:Show caption" content=""/>
- <meta name="text:opacity posts" content=".6"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link" />
- <meta name="text:Link8" content="/" />
- <meta name="text:Link8 Title" content="link" />
- <meta name="text:Link9" content="/" />
- <meta name="text:Link9 Title" content="link" />
- {block:Description}
- <meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}{Title}</title>
- <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
- {block:indexpage}
- {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
- <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
- <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
- <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
- <script>
- jQuery(window).load(function(){
- var $wall = $('#content');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 282,
- itemSelector: '#entry'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#entry',
- },
- function( newElements ){
- $(newElements).hide();
- setTimeout(function(){
- $wall.masonry({ appendedContent: $(newElements) });
- },2000);
- setTimeout(function(){
- $(newElements).fadeIn('slow');
- },2100);
- },1000);
- });
- </script>
- <script>
- $.fn.imagesLoaded = function(callback){
- var elems = this.find('img'),
- len = elems.length,
- _this = this;
- if ( !elems.length ) {
- callback.call( this );}
- elems.bind('load',function(){
- if (--len <= 0){
- callback.call( _this );}
- }).each(function(){
- // cached images don't fire load sometimes, so we reset src.
- if (this.complete || this.complete === undefined){
- var src = this.src;
- // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
- // data uri bypasses webkit log warning (thx doug jones)
- this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
- this.src = src;}
- });
- return this;};
- </script>
- {/block:Indexpage}
- <style type="text/css">
- @font-face {
- font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');
- }
- body {
- margin:0px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- }
- body, div, p, textarea, submit, input{
- font-family: calibri;
- font-size: 11px;
- line-height: 11px;
- letter-spacing:0px;
- color:{color:Text};
- }
- p {
- margin:0px;
- margin-top: 5px;
- }
- a:link, a:active, a:visited{
- text-decoration: none;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- color: {color:Link};
- }
- a:hover {
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- color:{color:Hover};
- }
- body b, strong{
- color: {color:bold text};
- }
- body i, em{
- color: {color:italic text};
- }
- #center {
- margin:auto;
- position:relative;
- width:814px;
- overflow:hidden;
- }
- #content {
- width:564px;
- margin-left: 250px;
- }
- #entry {
- margin-top:10px;
- padding:10px;
- border: 1px solid #eee;
- opacity: {text:opacity posts};
- background: {color:posts} ;
- {block:IndexPage}
- width: 250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 500px;
- {/block:PermalinkPage}
- }
- #entry:hover{
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- opacity:1;}
- #entry .perma {
- width: 220px;
- position: absolute;
- height: 20px;
- line-height: 20px;
- padding: 5px;
- background: {color:posts} ;
- opacity: 0;
- font-size: 8px;
- margin-top: 10px;
- margin-left: 10px;
- color: #4c4c4c;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: center;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #entry .perma a {
- color: #4c4c4c;
- }
- #entry:hover .perma {
- opacity: .8;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #permalink {
- display: block;
- text-align: right;
- font-size: 8px;
- text-transform: uppercase;
- margin-top: 10px;
- border-top: 1px dashed #c2c2c2;
- color: #c2c2c2;
- letter-spacing: 1px;
- padding-top: 5px;
- }
- #permalink a{
- color: #c2c2c2;
- }
- @font-face {font-family: "04b03";
- src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype"); }
- @font-face {font-family: "charnarr";
- src: url('http://static.tumblr.com/icz5xqv/ZUmlobzpk/bonjourlindas.blgspt_upload_pxl.ttf'); format("truetype");}
- #sidebar4 {
- position:fixed !important;
- width: 200px;
- height: 100%;
- background: {color:posts} ;
- margin-top: -0px;
- margin-left:0px;
- overflow: hidden;
- border: 1px solid #eee;
- }
- #sidebar4 img {
- width: 180px;
- position: absolute;
- margin-top: 10px;
- margin-left: 10px;
- min-height: 180px;
- }
- #sidebar4 .desc {
- opacity: 1;
- position: absolute;
- margin-top: -100%;
- border: 1px solid #eee;
- margin-left: -2px;
- background: {color:posts} ;
- -WEBKIT-FILTER: BLUR(5PX);
- -MOZ-FILTER: BLUR(5PX);
- -MS-FILTER: BLUR(5PX);
- -O-FILTER: BLUR(5PX);
- FILTER: BLUR(5PX);
- padding: 10px;
- width: 180px;
- z-index: 1000;
- overflow: hidden;
- height: 180px;
- opacity: .6;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #sidebar4:hover .desc {
- opacity: .6;
- margin-top:0;
- height: 100%;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- -WEBKIT-FILTER: BLUR(0PX);
- -MOZ-FILTER: BLUR(0PX);
- -MS-FILTER: BLUR(0PX);
- -O-FILTER: BLUR(0PX);
- FILTER: BLUR(0PX);
- color: {color:blog title};
- }
- .IMG1 {
- -WEBKIT-FILTER: BLUR(0PX);
- -MOZ-FILTER: BLUR(0PX);
- -MS-FILTER: BLUR(0PX);
- -O-FILTER: BLUR(0PX);
- FILTER: BLUR(0PX);
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- .IMG1 :hover {
- -WEBKIT-FILTER: BLUR(3PX);
- -MOZ-FILTER: BLUR(3PX);
- -MS-FILTER: BLUR(3PX);
- -O-FILTER: BLUR(3PX);
- FILTER: BLUR(3PX);
- }
- #postnotes{
- text-align: left;
- }
- .postinfo {
- font-size: 8px;
- font-family: 'littlefont';
- text-transform: uppercase;
- color: {color:permalink text};
- }
- .title{
- font-size: 12px;
- line-height: 12px;
- font-family: georgia;
- text-transform: lowercase;
- font-style: italic;
- display: block;
- text-align: center;
- color: {color:Title};
- }
- .blogtitle a{
- font-size: 12px;
- line-height: 12px;
- font-family: georgia;
- letter-spacing: 2px;
- margin-top: 50%;
- text-transform: lowercase;
- font-style: italic;
- color: {color:blog title};
- }
- blockquote{
- padding:0px 0px 0px 5px;
- margin: 5px 0px 2px 10px;
- border-left: 3px solid {color:blockquote};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- .chat .line{
- background-color:#ffffff;
- margin: 0 0 1px;
- padding: 5px;
- }
- .chat .line.odd{
- background-color:#F0F0F0;
- }
- .label {
- font-weight:bold;
- }
- a img{
- border: 0px;
- }
- .p {
- padding-top: 5px;
- }
- .ol, ul {
- margin-left: 10px;
- padding: 5px;
- }
- .ul {
- list-style-type: square;
- }
- .audiobox {
- width: 64px;
- height: 64px;
- overflow: hidden;
- padding: 4px;
- border: 1px solid #eee;
- float: left;
- }
- .audiobox .albumart {
- position: absolute;
- margin-top: 0px;
- margin-left: 0px;
- z-index: 1;
- }
- .audiobox .albumart img {
- width: 64px;
- height: 64px;
- margin-top: 0px;
- margin-left: 0px;
- position: absolute;
- }
- .audiobox .defaultart {
- position: absolute;
- margin-top: 0px;
- margin-left: 0px;
- }
- .audiobox .defaultart img {
- width: 64px;
- height: 64px;
- margin-top: 0px;
- margin-left: 0px;
- position: absolute;
- }
- .audiobox #playerbox{
- width: 35px;
- height: 35px;
- opacity: .8;
- background: white;
- position: absolute;
- margin-top: 15px;
- margin-left: 15px;
- z-index: 999;
- border-radius: 999px;
- text-align: center;
- line-height: 30px;
- overflow: hidden;
- }
- .audiobox #playerbox .player {
- position: absolute;
- width: 17px;
- height: 18px;
- overflow: hidden;
- margin-left: 5px;
- margin-top: 5px;
- border-radius: 999px;
- }
- .audioinfo {
- float: left;
- margin-left: 10px;
- }
- .notes img{
- width:10px;
- position:left;
- top:3px;
- }
- .answer {
- display: block;
- padding: 10px;
- min-height: 52px;
- }
- .asker a{
- font-family: georgia;
- letter-spacing: 2px;
- text-transform: lowercase;
- font-style: italic;
- color: {color:title};
- }
- ::-webkit-scrollbar{width:5px;height:5px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; scrollbar-face-color:#000; background-color: #000;-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; scrollbar-face-color:#666666; background-color:#000;-webkit-border-radius:px;}
- {font-size: 100%;}
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="center">
- <div id="sidebar4">
- <div class="desc">
- {block:ifShowTitle}<center>
- <div class="blogtitle"><a href="/"><br><br><br>{Title}</a></div></center><br>{/block:ifShowTitle}
- <center>{Description}<br/><br/>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title} · </a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} · </a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title} · </a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title} · </a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title} · </a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title} · </a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title} · </a>{/block:ifLink7}
- {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title} · </a>{/block:ifLink8}
- {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
- </center><br/>
- </div>
- <img src="{image:sidebar}" width=200px></div>
- <div id="content">
- {block:Posts}
- <div id="entry">
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}{Body}{block:IndexPage}<div id="permalink">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:Indexpage}{/block:text}
- {block:Link}<a href="{URL}" class="title">{Name} »</a>{block:Description}{Description}{/block:Description}{block:IndexPage}<div id="permalink">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:Indexpage}{/block:link}
- {block:Photo}{block:IndexPage}<div class="perma">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div><div class="img1"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=250px/></div>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
- {block:Photoset}{block:IndexPage}<div class="perma">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{Photoset-250}{/block:IndexPage}{block:PermalinkPage}<div class="img1">{Photoset-500}</div>{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
- {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<br><center>{Source}</center>{/block:Source}{block:IndexPage}<div id="permalink">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:Indexpage}{/block:Quote}
- {block:Chat}{block:title}<div class="title">{Title}</div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
- {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{block:IndexPage}<div id="permalink">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:Indexpage}{/block:Chat}
- {block:Audio}<div style="min-height: 74px;">
- <div class="audiobox">
- {block:AlbumArt} <div class="albumart"><img src="{AlbumArtURL}" width=64px></div>{/block:AlbumArt}
- <div class="defaultart"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" width=64px></div>
- <div id="playerbox"><div class="player">{AudioPlayerWhite}</div></div>
- </div>
- <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}{block:Album}<br><b>Album:</b> {Album}{/block:Album}{block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>{block:IndexPage}<div id="permalink">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:Indexpage}
- {/block:Audio}
- {block:Video}{block:IndexPage}<div class="perma">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
- {block:Answer}<div class="answer"><div style="width: 40px; height: 40px; padding: 5px; border: 1px solid #eee; float: left; margin-right: 10px;"><img src="{AskerPortraitURL-40}"></div><div class="question"><div class="asker">{Asker}:</div> {Question}</div></div>
- {Answer}{block:IndexPage}<div id="permalink">Posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>{/block:Indexpage}
- {block:Answer}
- {block:PermalinkPage}
- <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br><center><div class="postinfo">{block:Date}Posted on {ShortMonth} {DayofMonth}{DayofMonthSuffix}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<br>Tagged as: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div></div>
- {/block:PermalinkPage}
- {block:PostNotes}{PostNotes}
- {/block:PostNotes}</div>{/block:Posts}
- </div></div>
- </div>
- <div style="position:fixed;bottom:5px;left:5px; background: #e8e8e8;">all theme by <a href="http://s-uicidalgirl.tumblr.com">s-uicidalgirl</a></div>
- </div></body>
- </html>
Add Comment
Please, Sign In to add comment