- <!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">
- <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="font:title" content="Arial"/>
- <meta name="font:post title" content="Arial"/>
- <meta name="font:body" content="Arial"/>
- <meta name="text:font size" content="10px"/>
- <meta name="text:post title size" content="12px"/>
- <meta name="text:links font size" content="8x"/>
- <meta name="text:title font size" content="18px"/>
- <meta name="text:line height" content="15px"/>
- <meta name="color:background" content="#EEEEEE"/>
- <meta name="color:title" content="#EEEEEE"/>
- <meta name="color:image hover background" content="#222"/>
- <meta name="color:text" content="#222"/>
- <meta name="color:link" content="#222"/>
- <meta name="color:image hover text" content="#fff"/>
- <meta name="color:link hover" content="#a8a8a8"/>
- <meta name="if:click for links" content="1"/>
- <meta name="if:show shadows" content="1"/>
- <meta name="if:three columns" content="1"/>
- <meta name="text:link 1 text" content="link 1" />
- <meta name="text:link 1" content="http://" />
- <meta name="text:link 2 text" content="link 2" />
- <meta name="text:link 2" content="http://" />
- {block:ifclickforlinks}
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".desc").hide();
- //toggle the componenet with class msg_body
- jQuery(".links2").click(function()
- {
- jQuery(this).next(".desc").slideToggle(500);
- });});
- </script>
- {/block:ifclickforlinks}
- <style type="text/css">
- /* Negativo theme provided by narc8tics.tumblr.com. Do NOT remove the credit. */
- body {background:{color:background}; margin:0px auto; font-family:{font:body}; font-size:{text:font size}; line-height:{text:line height}; text-align:justify; color:{color:text};}
- .wrap {margin:0px auto; {Block:ifthreecolumns}width:780px;{/Block:ifthreecolumns} {Block:ifnotthreecolumns}width:520px;{/Block:ifnotthreecolumns} margin-top:35px;}
- .posts {{Block:ifthreecolumns}width:780px;{/Block:ifthreecolumns} {Block:ifnotthreecolumns}width:520px;{/Block:ifnotthreecolumns} position:relative; float:left; margin-top:55px; margin-bottom:50px;}
- .post {{block:indexpage}width:200px; margin:30px;{/block:indexpage} {block:permalinkpage}{Block:ifthreecolumns}width:780px;{/Block:ifthreecolumns} {Block:ifnotthreecolumns}width:520px;{/Block:ifnotthreecolumns}{/block:permalinkpage} float:left; position:relative;}
- .navbar {width: 100%; padding: 20px; text-align: center; background-color: #000; position:fixed; top: 0px; z-index:100; opacity: .80;}
- .desc {width: 500px; font-size: 9px; color: #eee;}
- .centerdesc {margin: 0px auto; width: 500px;}
- .title {color: {color:title}; font-size:{text:title font size}; font-family:{font:title}; font-weight: bold; margin-bottom:5px;}
- .links, .links2 {margin-top: 5px; margin-bottom: 0px; color: #eee; font-size:8px; font-family:arial; text-transform:uppercase; display:inline-block; cursor:pointer;}
- .links a {color: #eee;}
- #portrait {width:64px; height:64px; border-radius:32px; -webkit-border-radius:32px; -moz-border-radius:32px; background: url({PortraitURL-64}) no-repeat;}
- .quote {font-family: Georgia, "Times New Roman", Times, serif; font-size: {text:font size};}
- .quote:first-letter {font: italic 12px Georgia, "Times New Roman", Times, serif;}
- h3 {font-family:{font:post title}; font-size:{text:post title size}; text-decoration:none;}
- a {text-decoration:none; color:{color:link}; -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:link 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;}
- img {{Block:ifthreecolumns}max-width:780px;{/Block:ifthreecolumns} {Block:ifnotthreecolumns}max-width:520px;{/Block:ifnotthreecolumns} border:0px;}
- #permalink {border-top: 1px solid #BCBCBC; text-align: right; font-size: 8px; text-transform: uppercase; padding-top: 3px;}
- .post .imgpermalink{top:0px; left:0px; width: 100%; height: 100%; background-color: {color:image hover background}; position: absolute; opacity: 0; filter:alpha(opacity=0); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3;}
- .post:hover .imgpermalink{opacity: 0.7; filter:alpha(opacity=0.9); -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3;}
- .tablecss{width:100%; color: {color:image hover text}; text-align:center; overflow:hidden;}
- .tablesize{width:100%; height:100%;}
- #caption {background: #fff; padding: 5px; margin-top: 0px; margin-bottom: 5px;}
- ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border-bottom: dotted 0px #ccc;}
- ol.notes li.note {border-top: dotted 0px #ccc; padding: 3px;}
- ol.notes li.note img.avatar {vertical-align: -4px;margin-right: 10px;width: 16px;height: 16px;}
- ol.notes li.note span.action {font-weight: normal;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {border-color: #eee; padding: 4px 10px; margin: 10px 0px 0px 25px;}
- ol.notes li.note blockquote a {text-decoration: none;}
- ul{margin-left:-40px!important; list-style:none;}
- ::-webkit-scrollbar{width:7px;height:7px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color:{color:text};-webkit-border-radius:px;}
- .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
- #infscr-loading {display:none;}
- .navigation{display:none;}
- iframe#tumblr_controls {position:fixed!important;}
- {CustomCSS}
- </style>
- <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
- {block:IndexPage}
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.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 : ".navigation a#next",
- // selector for the NEXT link (to page 2)
- itemSelector : ".post",
- // selector for all items you'll retrieve
- bufferPx : 10000,
- extraScrollPx: 10000,
- loadingImg : "http://www.freeiconsweb.com/Icons-show/loading/loading2.gif",
- loadingText : "<em></em>",
- },
- // call masonry as a callback.
- function() { $('.posts').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- {/block:IndexPage}
- </head>
- <body>
- <div style="position:fixed; bottom:10px; right:10px;"><a href="http://narc8tics.tumblr.com" title="theme from narc8tics">theme</a></div>
- <div class="navbar">
- <div class="title">{title}</div>
- <div class="centerdesc">
- <div class="links"><a href="/">home</a></div> <div class="links"><a href="/ask">message</a></div> <div class="links"><a href="/archive">archive</a></div> <div class="links"><a href="{text:link 1}">{text:link 1 text}</a></div> <div class="links"><a href="{text:link 2}">{text:link 2 text}</a></div> <div class="links2">more</div>
- <div class="desc">
- <table align="center">
- <tr>
- <td>
- <div id="portrait"></div>
- </td>
- <td ALIGN="left">
- {Description}
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- <div class="wrap">
- <div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next">older</a>{/block:NextPage}
- {block:PreviousPage}<a style="float:left" href="{PreviousPage}">newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>
- <div class="posts">
- {block:Posts}
- {block:Text}
- <div class="post">
- <div id="textpost">
- {block:Title}
- <h3>{Title}</h3>
- {/block:Title}
- {Body}
- {block:IndexPage}
- <div id="permalink">
- <a href="{Permalink}">{NoteCount} NOTES</a>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div> <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post">
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:IndexPage}
- <div id="imgpost">
- <div class="imgpermalink">
- <table class="tablesize">
- <tr>
- <td>
- </td>
- </tr>
- <tr>
- <td class="tablecss">
- {NoteCountWithLabel}
- <tr>
- <td>
- </td>
- </tr>
- </table>
- </div>
- {/block:IndexPage}
- <a href="{Permalink}">
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="{block:Indexpage}200px{/block:Indexpage} {block:Permalinkpage}{Block:ifthreecolumns}780px{/Block:ifthreecolumns} {Block:ifnotthreecolumns}520px{/Block:ifnotthreecolumns}{/block:Permalinkpage}"/>
- {block:IndexPage}</a>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="caption">
- {block:Caption}{Caption}{/block:Caption}
- </div>
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post">
- <div class="photoset">
- <center>{Photoset-250}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}">{NoteCount} NOTES</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post">
- <span class="permalink">
- <em><div class="quote"><img src="http://i.imgur.com/eSfTw.gif" width="12px"> {Quote} <img src="http://i.imgur.com/QY809.gif" width="13px"></div></em> {block:Source}<b>{Source}</b>{/block:Source}
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}">{NoteCount} NOTES</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:link}
- <div class="post">
- <div class="linkpost"><a href="{URL}" class="linkpost" {Target}><h3>{Name}</h3></a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}">{NoteCount} NOTES</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:link}
- {block:Chat}
- <div class="post">
- <div class="chattitle">{block:Title}<b>{Title}</b>{/block:Title}</div>
- {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}">{NoteCount} NOTES</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post">
- <div class="video">
- <center>{Video-250}</center>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}">{NoteCount} NOTES</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post">
- <div class="audio">{AudioPlayerBlack}</div>
- <div id="caption">
- <div>{PlayCountWithLabel}</div>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}
- <div id="permalink"><a href="{Permalink}">{NoteCount} NOTES</a></div>
- {/block:IndexPage}
- </div>
- {block:PermalinkPage}
- <div style="float:left">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
- <div style="float:right">{Month} {DayOfMonth}, {Year}</div>
- <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/block:PermalinkPage}
- </div>
- {/block:Audio}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>