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">
- <!--
- Charming Theme V2 by lsaac.tumblr.com,
- Feel free to customise the theme as much as you like but please rememeber to leave at least one credit link, thank you :-)
- -->
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
- <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".description").hide();
- $(".about").click(function(){
- $('.description').slideToggle("fast");
- return true;
- });
- });
- </script>
- <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- $('li.drawer div:nth-child(2)').hide();
- $('li.drawer h4').click(function () {
- if ($(this).hasClass('open')) {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
- else {
- $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
- $(this).next().slideDown();
- $(this).addClass('open');}
- });
- });
- </script>
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Text" content="#333" />
- <meta name="color:Links" content="#555555"/>
- <meta name="color:Scrollbar" content="#666666"/>
- <meta name="color:Hover" content="#dad8d8"/>
- <meta name="color:HoverBackground" content="#000000"/>
- <meta name="color:LinkBackground" content="#c0c0c0"/>
- <meta name="color:Content" content="#dad8d8" />
- <meta name="color:Accent" content="#eeeeee"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="text:first custom link title" content=""/>
- <meta name="text:first custom link url" content=""/>
- <meta name="text:second custom link title" content=""/>
- <meta name="text:second custom link url" content=""/>
- <meta name="text:third custom link title" content=""/>
- <meta name="text:third custom link url" content=""/>
- <meta name="text:fourth custom link title" content=""/>
- <meta name="text:fourth custom link url" content=""/>
- <meta name="text:fifth custom link title" content=""/>
- <meta name="text:fifth custom link url" content=""/>
- <meta name="text:sixth custom link title" content=""/>
- <meta name="text:sixth custom link url" content=""/>
- <meta name="if:first custom link" content="0"/>
- <meta name="if:second custom link" content="0"/>
- <meta name="if:third custom link" content="0"/>
- <meta name="if:fourth custom link" content="0"/>
- <meta name="if:fifth custom link" content="0"/>
- <meta name="if:sixth custom link" content="0"/>
- <meta name="if:submit link" content="0"/>
- <meta name="if:Drop Down Description" content="1"/>
- <meta name="if:archive link" content="1"/>
- <meta name="if:home link" content="1"/>
- <meta name="if:message link" content="1"/>
- <meta name="if:faded description" content="1" />
- <meta name="if:show image" content="0"/>
- <meta name="if:two columns" content="1" />
- <meta name="if:three columns" content="0" />
- <meta name="if:Cross cursor" content="1"/>
- <meta name="font:Description" content="Georgia"/>
- <meta name="font:Sidebar Links" content="Georgia"/>
- <meta name="font:Body" content="Lucida Sans"/>
- <meta name="font:Title" content="Courier New"/>
- <link href='http://fonts.googleapis.com/css?family=Six+Caps' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- <title>Untitled Document</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}
- <style type="text/css">
- {CustomCSS}
- p{
- margin:0px;
- padding:0px;
- }
- #tumblr_controls{
- position:absolute;
- margin-top:0px;
- margin-right:0px;
- }
- #tumblr_controls{
- -webkit-transition: opacity 0.2s linear;
- opacity: 0.7;
- }
- #tumblr_controls:hover{
- -webkit-transition: opacity 0.2s linear;
- opacity: 1;
- }
- a{
- text-decoration: none;
- color:{color:links};
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- a:hover{
- color:{color:hover};
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .links{
- text-decoration: none;
- color:{color:links};
- background-color:{color:linkbackground};
- margin:4px;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .links:hover{
- color:{color:hover};
- background:{color:hoverbackground};
- padding:10px;
- border-width:1px;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- body{
- color:{color:Text};
- background-color:{color:Background};
- background-image:url({image:Background});
- background-attachment: fixed; background-repeat: repeat;
- font-size:11px;
- text-align: center;
- font-family: {font:Body};
- line-height:10px;
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- #content{
- margin: auto auto auto auto ;
- width:100%;
- top:30px;
- position:relative;
- }
- #content .posts{
- {block:iftwocolumns}
- width:608px;
- {/block:iftwocolumns}
- {block:ifthreecolumns}
- width:912px;
- {/block:ifthreecolumns}
- font-family: {font:Body};
- margin: -35px 0px 0px 30px;
- margin-left: 220px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #content .entry{
- {block:IndexPage}
- width:300px;
- margin:2px;
- padding:0px;
- float:left;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #content .entry img{
- {block:IndexPage}
- max-width:300px;
- {/block:IndexPage}
- {block:ifcrosscursor}
- cursor: crosshair;
- {/block:ifcrosscursor}
- }
- .top{
- width:200px;
- height:100%;
- text-align:center;
- z-index:5000;
- margin-bottom:0px;
- position:fixed;
- top:7px;
- left:7px;
- padding: 8px;
- background:{color:Content};
- font-family: {font:Sidebar};
- }
- {block:iffadeddescription}
- .top{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.7;
- }
- .top:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- }
- {/block:iffadeddescription}
- img{
- -webkit-transition: opacity 0.6s linear;
- opacity: 0.9;
- }
- img:hover{
- -webkit-transition: opacity 0.6s linear;
- opacity: 1;
- }
- .h1{
- display:block;
- font-size:20px;
- line-height:17px;
- text-align: center;
- margin-bottom: 10px;
- font-family: 'Satisfy', cursive;
- }
- .h2{
- font-size:20px;
- letter-spacing: 2px;
- line-height:20px;
- margin-bottom:5px;
- font-family: 'Satisfy', cursive;
- }
- .h3{
- font-size:17px;
- line-height:20px;
- text-align:center;
- font-family: {font:Body};
- }
- .h4{
- font-size:14px;
- line-height:20px;
- text-align:center;
- letter-spacing:1px;
- font-family: {font:Sidebar Links};
- }
- .h6{
- font-size:18px;
- line-height:20px;
- text-align:center;
- color:{color:Links};
- font-family: {font:Title};
- }
- .h7{
- font-size:11px;
- line-height:14px;
- text-align:center;
- font-family: {font:Description};
- }
- .nav{
- text-align:center;
- margin-top:0px;
- margin-bottom:0px;
- font-family: {font:Body};
- }
- .permalink{
- display:block;
- text-align:left;
- padding-top:4px;
- font-size:11px;
- font-family: {font:Body};
- border-bottom-style:solid;
- border-width:1px;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .permalink{
- -webkit-transition: opacity 0.3s linear;
- opacity: 0.3;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .permalink:hover{
- -webkit-transition: opacity 0.3s linear;
- opacity: 1;
- -moz-transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- padding-left:19px;
- }
- .quote{
- font-size:13px;
- line-height:13px;
- text-transform:none;
- margin-bottom:5px;
- font-family: {font:Body};
- }
- .entry .perma {
- position: absolute;
- width: 45%;
- height: 100%;
- left: 5px;
- margin-left:-5px;
- font-family: Six Caps;
- letter-spacing:1px;
- text-align: center;
- opacity: 0;
- filter:alpha(opacity=0);
- z-index: 10000;
- background: rgba(0, 0, 0, .4);
- -moz-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .entry:hover .perma {
- width: 50%;
- opacity: 1;
- filter:alpha(opacity=100);
- }
- .p1{
- display: block;
- margin-right: 0px;
- height: 36px;
- line-height: 36px;
- padding: 0 4px;
- text-transform: uppercase;
- font-weight: bold;
- }
- .p2{
- display: block;
- margin-right: 0px;
- height: 16px;
- padding: 0 4px;
- line-height: 16px;
- text-transform: uppercase;
- font-weight: bold;
- }
- .p1 a {
- font-size: 36px;
- opacity: .75;
- filter:alpha(opacity=75);
- }
- .p2 a {
- font-size: 16px;
- opacity: .50;
- filter:alpha(opacity=50);
- }
- .p1 a, .p2 a {
- color: #ffffff;
- }
- .sidepic {
- float: left;
- }
- .text {
- padding: 2px;
- }
- .c {
- position: absolute;
- width: 100%;
- height: 52px;
- top: 50%;
- margin-top: -26px;
- }
- .audio{
- {block:IndexPage}
- width:270px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:488px;
- {/block:PermalinkPage}
- background-color:#fff;
- padding:5px;
- margin-bottom:0px;
- border-left:1px solid;
- border-right:1px solid;
- border-color:{color:Other};
- }
- .audiocap, .videocap{
- background-color:{color:Other};
- display:block;
- padding:10px;
- }
- .albumart, .albumart img{
- {block:IndexPage}
- width:300px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- div.video embed,
- div.post div.video object {
- {block:IndexPage}
- width:250px !important;
- height:150px !important;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px !important;
- height:400px !important;
- {/block:PermalinkPage}
- }
- .nav { font-size:10px;
- }
- .question{
- font-weight:normal;
- margin-bottom:5px;
- font-size:13px;
- line-height:15px;
- display:block;
- font-family: {font:body};
- }
- .asker{
- padding:10px;
- font-family: {font:Body};
- font-size:12px;
- }
- .answer{
- padding:5px;
- font-size:10px;
- font-family: {font:Body};
- color: {color:text};
- border-right-style: solid;
- border-left-style: solid;
- border-width:1px;
- background-color:{color:Accent};
- }
- #bg img {
- z-index:-1;
- position:fixed;
- background-repeat:repeat;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- height:10px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background-color:{color:background};
- }
- ul#drawers {width: 200px; list-style: none; cursor:help; margin: 0 auto; padding: 0px; border-top: 0px; color: #000;}
- ul#drawers a {text-decoration: none; color: #000;}
- ul#drawers li h4 {margin: 0; padding: 1px; text-transform: Camelcase; font-size: 10px; text-align: center; background-color: #363835; background: rgba(255, 255, 255, 0.0); -webkit-transition: background-color 0.5s ease-out; -moz-transition: background-color 0.5s ease-out;
- transition: background-color 0.5s ease-out;}
- h4.small {display: table-cell; width: 100px; margin: 0px; height: 100%;}
- li.drawer h4.open {background-color: #121213; border-top: 0px;}
- li.drawer div {padding: 2px; margin: 0px; line-height: 12px; background-color: #363835; background: rgba(255, 255, 255, 0.0);}
- li.drawer div li {list-style-type: disc;}
- li.drawer div ul {-webkit-padding-start: 12px;}
- </style>
- {block:IfBackgroundImage}<div id="bg"><img src="{image:Background}"></div>{/block:IfBackgroundImage}
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
- </script>
- <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
- <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('.posts').masonry(),
- $('.masonryWrap').infinitescroll({
- navSelector : "div#navigation",
- // selector for the paged navigation (it will be hidden)
- nextSelector : "div#navigation a#nextPage",
- // selector for the NEXT link (to page 2)
- itemSelector : ".entry",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 11000,
- loadingImg : "",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
- <body>
- <div class="top">
- {block:ifdropdowndescription}
- <ul id="drawers">
- <li class="drawer" id="info">
- <h4><span class="h6">{Title}</span>{block:ifshowimage}<img src="{image:sidebar}" width=192px>{/block:ifshowimage}</h4>
- <div align="center">
- <span class="h7">{Description}</span><br>
- </div>
- </li>
- {/block:ifdropdowndescription}
- {block:ifnotdropdowndescription}
- <div align="center">
- <span class="h6"><b><a href="/">{Title}</a></b></span><br>
- {block:ifshowimage}<a href="/"><img src="{image:sidebar}" width=192px></a>{/block:ifshowimage}
- <span class="h7">{Description}</span><br>
- </div>
- </li>
- </ul></span>
- {block:ifnotdropdowndescription}
- </ul>
- <div align="center">
- <div class="nav">
- <span class="h4">
- {block:ifhomelink}<div class="links"><a href="/">Home</a></div>{block:ifhomelink}
- {block:ifmessagelink}<div class="links"><a href="/ask">Message</a></div>{block:ifmessagelink}
- {block:ifarchivelink}<div class="links"><a href="/archive">Archive</a></div>
- {/block:ifarchivelink}
- {block:ifsubmitlink}<div class="links"><a href="/submit">Submit</a></div>
- {/block:ifsubmitlink}
- {block:iffirstcustomlink}<div class="links"><a href="{text:first custom link url}">{text:first custom link title}</a></div>{/block:iffirstcustomlink}
- {block:ifsecondcustomlink}<div class="links"><a href="{text:second custom link url}">{text:second custom link title}</a></div>{/block:ifsecondcustomlink}
- {block:ifthirdcustomlink}<div class="links"><a href="{text:third custom link url}">{text:third custom link title}</a></div>{/block:ifthirdcustomlink}
- {block:iffourthcustomlink}<div class="links"><a href="{text:fourth custom link url}">{text:fourth custom link title}</a></div> {/block:iffourthcustomlink}
- {block:iffifthcustomlink}<div class="links"><a href="{text:fifth custom link url}">{text:fifth custom link title}</a></div> {/block:iffifthcustomlink}
- {block:ifsixthcustomlink}<div class="links"><a href="{text:sixth custom link url}">{text:sixth custom link title}</a></div> {/block:ifsixthcustomlink}
- <div class="links"><a href="http://lsaac.tumblr.com">Theme</a></div>
- </span></div></div></div>
- </div>
- </div>
- </p>
- </div>
- </li>
- </ul>
- </li>
- </ul>
- </form>
- </div>
- </div>
- </div>
- </div>
- <div id="content">
- <div class="posts">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<span class="h1">{Title}</span>{/block:Title}
- {Body}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {block:PermalinkPage}<div style="margin-left:230px;"</div>{/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <div class="perma"><div class="c">
- <div class="p1">
- <a href="{Permalink}">{NoteCount}</a>
- </div>
- <div class="p2">
- <a href="{reblogurl}" target="_blank">reblog</a>
- </div>
- </div></div>
- <a href="{Permalink}"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="300"/></a>
- {block:ifcaption}{block:Caption}{caption}{/block:Caption}{/block:ifcaption}
- {/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:Permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}{Photoset-250}{/block:IndexPage}
- {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
- {block:Source}<small>{Source}</small>{/block:Source}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"{Target}><span class="h2"> {Name}</span></a>
- {block:Description}<small>{Description}</small>{/block:Description}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Link}
- {block:Video}
- <div class="video">
- {block:IndexPage}{Video-250}{/block:IndexPage}
- {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
- </div>
- {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- {block:Chat}
- {block:Title}
- <div class="ptitle">{Title}</div>
- {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
- {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Answer}
- <div class="asker">{Asker} said:</a><div class="question"><br>{Question}</div></div><div class="answer"><i>{Answer}</i></div>
- {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div>{/block:IndexPage}</span></div></div>
- {/block:Answer}
- {block:PermalinkPage}<div class="notes"><br>
- {block:Caption}{Caption}{/block:Caption}
- Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
- <br>Has a total of: {NoteCount} Notes
- {block:PostNotes}<br><br><div style="background-color:{color:Accent}; text-align:left; max-height: 200px; width:500px; overflow-y: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- <div class="column navigation" id="navigation">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IndexPage}
- <div style="position:fixed; font-family: {font:Body}; cursive; bottom:1px; right:1px; font-size:12px;"><a href="http://lsaac.tumblr.com">Theme</a></div>
- <div style="right: 3px; top: 26px; opacity:0.7; position:absolute; "><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement