- <!---------Cloud BY NOIRETROSE------->
- <!DOCTYPE Html>
- <head>
- <title>{title}</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}
- <meta name="color:main color" content="#c400ff" />
- <script language=JavaScript>
- <!--
- //Disable right mouse click Script
- //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
- //For full source code, visit http://www.dynamicdrive.com
- var message="Function Disabled!";
- ///////////////////////////////////
- function clickIE4(){
- if (event.button==2){
- alert(message);
- return false;
- }
- }
- function clickNS4(e){
- if (document.layers||document.getElementById&&!document.all){
- if (e.which==2||e.which==3){
- alert(message);
- return false;
- }
- }
- }
- if (document.layers){
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown=clickNS4;
- }
- else if (document.all&&!document.getElementById){
- document.onmousedown=clickIE4;
- }
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- <script language=JavaScript>
- <!--
- //Disable right mouse click Script
- //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
- //For full source code, visit http://www.dynamicdrive.com
- var message="Function Disabled!";
- ///////////////////////////////////
- function clickIE4(){
- if (event.button==2){
- alert(message);
- return false;
- }
- }
- function clickNS4(e){
- if (document.layers||document.getElementById&&!document.all){
- if (e.which==2||e.which==3){
- alert(message);
- return false;
- }
- }
- }
- if (document.layers){
- document.captureEvents(Event.MOUSEDOWN);
- document.onmousedown=clickNS4;
- }
- else if (document.all&&!document.getElementById){
- document.onmousedown=clickIE4;
- }
- document.oncontextmenu=new Function("return false")
- // -->
- </script>
- <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 = $('#heart');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- singleMode: true,
- columnWidth: 257,
- itemSelector: '#squares'
- });
- });
- $wall.infinitescroll({
- navSelector : '#page-nav',
- nextSelector : '#page-nav a',
- itemSelector : '#squares',
- },
- 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}
- <!---------Cloud BY NOIRETROSE------->
- <!---------Cloud BY NOIRETROSE------->
- <!---------Cloud BY NOIRETROSE------->
- <!---------Cloud BY NOIRETROSE------->
- <!---------Cloud BY NOIRETROSE------->
- <style type="text/css">
- body{
- color:#000;
- font-family:rockwell;
- font-size:11px;
- background-color:#fff;
- }
- @font-face {font-family:rw; src: url(http://static.tumblr.com/2poobra/eXUm9lnwd/raleway_thin.ttf); }
- a:hover{
- color:{color:main color};
- -webkit-transition: 0.5s ease-in-out;
- -moz-transition: 0.5s ease-in-out;
- -o-transition: 0.5s ease-in-out;
- transition: 0.5s ease-in-out;
- }
- a {
- color:#383838;
- text-decoration:none;
- -webkit-transition: 0.5s ease-in-out;
- -moz-transition: 0.5s ease-in-out;
- -o-transition: 0.5s ease-in-out;
- transition: 0.5s ease-in-out;
- }
- a:visited{
- color:#383838;
- -webkit-transition: 0.5s ease-in-out;
- -moz-transition: 0.5s ease-in-out;
- -o-transition: 0.5s ease-in-out;
- transition: 0.5s ease-in-out;
- }
- img{
- -moz-border-radius: 5px; /* Firefox */
- -webkit-border-radius: 5px; /* Safari and Chrome */
- border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 /* Firefox */}
- #title{
- width:1000px;
- height:20px;
- margin-top:0px;
- margin-left:0px;
- background-color:#transparent;
- position:relative;
- padding:0px;
- font-size:15px;
- font-family:rw;
- opacity:1;
- -webkit-transition: 0.7s ease-in-out;
- -moz-transition: 0.7s ease-in-out;
- -o-transition: 0.7s ease-in-out;
- transition: 0.7s ease-in-out;
- }
- #network:hover{
- background-color:#transparent;
- position:absolute;
- padding:0px;
- opacity:1;
- -webkit-transition: 0.7s ease-in-out;
- -moz-transition: 0.7s ease-in-out;
- -o-transition: 0.7s ease-in-out;
- transition: 0.7s ease-in-out;
- }
- #title:hover #nethold{
- margin-top:0px;
- margin-left:0px;
- background-color:#transparent;
- position:absolute;
- padding:0px;
- text-align:center;
- -webkit-transition: 0.7s ease-in-out;
- -moz-transition: 0.7s ease-in-out;
- -o-transition: 0.7s ease-in-out;
- transition: 0.7s ease-in-out;
- opacity:0.9;
- }
- #nethold{
- opacity:0;
- width:1000px;
- background:#fff;
- margin-left:-300px;
- z-index:3;
- border-bottom-right-radius:2em;
- -webkit-transition: 0.7s ease-in-out;
- -moz-transition: 0.7s ease-in-out;
- -o-transition: 0.7s ease-in-out;
- transition: 0.7s ease-in-out;
- }
- #heart{
- width:1400px;
- margin-top:0px;
- margin-left:0px;
- background-color:#transparent;
- position:relative;
- padding:0px;
- overflow:scroll;
- text-align:center;
- }
- .pl{
- text-align:right;
- }
- #squares{
- padding:4px;
- background-color:#transparent;
- width:250px;
- float:left;
- margin:4px;
- text-align:left;
- text-align:center;
- -moz-border-radius: 5px; /* Firefox */
- -webkit-border-radius: 5px; /* Safari and Chrome */
- border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 /* Firefox */
- }
- #rock{
- background-color:#fff;
- position:fixed;
- padding:3px;
- font-size:10px;
- text-align:center;
- margin-top:500px;
- margin-left:890px;
- opacity:0.6;
- }
- #rock img{
- width:100px;
- }
- #paper{
- background-color:#fff;
- position:fixed;
- padding:3px;
- font-size:10px;
- text-align:center;
- margin-top:500px;
- margin-left:210px;
- opacity:0.6;
- }
- #paper img{
- width:100px;
- }
- .press a{
- text-decoration:none;
- font-family:rw;
- font-size:15px;
- display: inline-block;
- border-left:1px solid #000;
- width:100px;
- padding:2px;
- -webkit-transition: 0.5s ease-in-out;
- -moz-transition: 0.5s ease-in-out;
- -o-transition: 0.5s ease-in-out;
- transition: 0.5s ease-in-out;
- }
- .press a:hover{
- padding:2px;
- text-decoration:none;
- font-family:rw;
- border-left:4px solid #000;
- display: inline-block;
- width:100px;
- color:{color:main color};
- -webkit-transition: 0.5s ease-in-out;
- -moz-transition: 0.5s ease-in-out;
- -o-transition: 0.5s ease-in-out;
- transition: 0.5s ease-in-out;
- }
- hr{
- border-top:1px dotted {color:main color};
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="title">
- <span style="font-family:rw; font-size: 20px; text-transform:uppercase;">{title}</span><div class="press">
- <a href="/">Home</a>
- <a href="/ask">Ask</a>
- <a href="/archive">Archive</a>
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages} {/block:HasPages}
- <a href="http://noiretrose.tumblr.com">Credit</a>
- </div>
- <div id="nethold"><br><br>
- {description}
- </div></div>
- <br>
- <div id="heart">
- {block:Posts}
- <div id="squares">
- {block:Title}{Title}{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Photo}
- <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>
- {/block:Photo}
- {block:Photoset}
- {Photoset-250}
- {/block:Photoset}
- {block:Quote}
- {Quote}
- <div align="right">
- {block:Source}-{Source}{/block:Source}
- </div>
- {/block:Quote}
- {block:Video}
- {Video-250}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <a href="{URL}" class="link" {Target}>{Name}</a><BR>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Lines}
- {block:Label}
- <br>{Label}
- {/block:Label}
- {Line}
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- {AudioPlayerGrey}
- <br><div align="right">{block:Artist}
- Artist: {Artist}</div>
- {/block:Artist}<br>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <img src="{AskerPortraitURL-48}"><br>{Asker} asked <b>{Question}</b><Br>
- <br>
- <img src="{favicon}" width="48"><br>
- {Answer}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <br>
- {block:NoteCount}
- {NoteCount} notes
- {/block:NoteCount}
- <Br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- <div class="pl"><hr><i>
- <a href="{Permalink}"> {NoteCountWithLabel} | {timeago} | <a href="{Permalink}"></a><a href="{ReblogURL}" target="_blank" class="details">reblog</a></i></div>
- </div>
- {/block:Posts}
- </div>
- <!---------Cloud BY NOIRETROSE-------><!---------Cloud BY NOIRETROSE-------><!---------Cloud BY NOIRETROSE-------><!---------Cloud BY NOIRETROSE-------><!---------Cloud BY NOIRETROSE-------><!---------Cloud BY NOIRETROSE------->
- </div>
- </body>
- </html>
- <!---------Cloud BY NOIRETROSE------->