Advertisement
adessive

Invisible

Apr 5th, 2012
6,913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.07 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!--
  5. . .
  6. / \ | o
  7. /___\ .-.| .-. .--..--. .. ._.-.
  8. / \( |(.-' `--.`--. | \ / (.-'
  9. ' ``-'`-`--'`--'`--'-' `-`' `--'
  10. please do not delete any credits and/or
  11. redistribute the following code thank you -->
  12.  
  13. <head><title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}"/>
  22. {/block:Description}
  23.  
  24. <meta name="color:background" content="#fff"/>
  25. <meta name="color:primary" content="#222"/>
  26. <meta name="color:secondary" content="#f1f1f1"/>
  27. <meta name="color:tertiary" content="#000"/>
  28. <meta name="color:link" content="#c9c9c9"/>
  29. <meta name="color:link hover" content="#000"/>
  30. <meta name="text:font size" content="10px"/>
  31. <meta name="font:body" content="courier new"/>
  32. <meta name="if:show rss" content="1"/>
  33. <meta name="if:show description" content="1"/>
  34. <meta name="if:endless scrolling" content="0"/>
  35.  
  36. <style type="text/css">
  37. body {background:{color:background}; font-family:{font:body}; font-size:{text:font size}; text-align:justify; color:{color:primary};}
  38.  
  39. a {text-decoration:none; color:{color:link}; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;}
  40. a:hover {color:{color:link hover};}
  41.  
  42. .blogtitle {font-size:24px; font-family:courier new; text-align:center; text-transform:uppercase; display:inline-block; padding:5px; background:{color:tertiary}; color:{color:background}; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;} .blogtitle:hover {color:{color:tertiary}; background:{color:background};}
  43.  
  44. h3 {font-weight:bold; font-family:{font:title}; text-transform:none; margin-top:0px; margin-bottom:-8px; padding-left:1px; color:#444;}
  45.  
  46. .wrap {margin:0px auto; width:{block:indexpage}760{/block:indexpage}{block:permalinkpage}520{/block:permalinkpage}px; margin-bottom:50px;}
  47. #head {padding:20px; top:0px; position:fixed; z-index:1; width:{block:indexpage}760{/block:indexpage}{block:permalinkpage}520{/block:permalinkpage}px; text-align:center;}
  48. #foot {position:fixed; background:{color:background}; -webkit-box-shadow:7px 2px 8px 6px {color:background}; -moz-box-shadow:7px 2px 8px 6px {color:background}; box-shadow:7px 2px 8px 6px {color:background}; background:{color:background}; width:{block:indexpage}760{/block:indexpage}{block:permalinkpage}520{/block:permalinkpage}px; z-index:3; bottom:0px;}
  49. .posts {margin-top:20px; float:right; width:{block:indexpage}760{/block:indexpage}{block:permalinkpage}520{/block:permalinkpage}px; {block:permalinkpage}padding-bottom:10px;{/block:permalinkpage}}
  50. .post {width:{block:indexpage}350{/block:indexpage}{block:permalinkpage}500{/block:permalinkpage}px; border:1px solid {color:background}; padding:2px; margin:10px; float:left; position:relative; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;} .post:hover {border:1px solid {color:secondary};}
  51. .post img {{block:indexpage}width:350px;{/block:indexpage} {block:permalinkpage}width:500px;{/block:permalinkpage}} .permalink img {width:9px;} .permalink {margin-top:12px; font-weight:bold; opacity:.7; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;} .post:hover .permalink {background:{color:secondary};} .overflow {width:350px; overflow:hidden;}
  52.  
  53. .pho {opacity:0; margin:10px; position:absolute; bottom:0px; right:0px; font-size:18px; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in; color:{color:secondary};}
  54. .post:hover .pho {opacity:1;}
  55.  
  56. .arrow {margin-left:8px; border-color:{color:background} #ccc #ccc {color:background}; z-index:1000; border-style:solid; border-width:0px; width:0; height:0; opacity:0; -moz-transition:0.3s ease-in; -webkit-transition:0.3s ease-in; -o-transition:0.3s ease-in; transition:0.3s ease-in;} .post:hover .arrow {opacity:1; border-width:8px;}
  57.  
  58. #credit {position:fixed; bottom:10px; margin-right:5px; right:0px;} #credit a {padding:4px; font-size:10px; background:{color:secondary}; color:{color:tertiary};} #credit a:hover {background:{color:tertiary}; color:{color:secondary};}
  59.  
  60. .foot {margin:10px; padding:10px 0px 10px 0px;} .head {position:fixed; padding:10px; width:100px; margin-left:-120px; margin-top:30px; border-right:1px solid {color:secondary};}
  61. .links {display:block; font-size:10px; text-align:right; text-transform:uppercase; font-weight:bold;}
  62.  
  63. .question {background:{color:secondary};}
  64. .permcaption {margin-top:-8px; margin-bottom:20px; padding-left:10px;}
  65. .caption {margin-top:-8px; font-size:10px;}
  66. .player {background:#000; {block:indexpage}width:350px;{/block:indexpage} {block:permalinkpage}width:500px;{/block:permalinkpage} overflow:hidden;}
  67. .tags {display:inline-block; text-transform:none;}
  68. .notes {padding-left:15px; font-weight:bold; font-size:9px; text-transform:uppercase;}
  69. ol.notes {padding-left:35px; margin-top:10px; list-style-type:none; font-weight:normal; font-size:{text:font size}; text-transform:none;}
  70. ol.notes li.note {padding-top:2px; opacity:.8; -moz-transition:0.1s ease-in; -webkit-transition:0.1s ease-in; -o-transition:0.1s ease-in; transition:0.1s ease-in;} ol.notes li.note:hover {opacity:1;} ol.notes li.note img.avatar {width:14px; height:14px;}
  71.  
  72. .nav td {padding-right:12px;}
  73. .label {font-weight:bold; font-size:9px; font-family:{font:title};}
  74. ul, ol {margin-left:-40px!important; list-style:none; font-size:9px;}
  75.  
  76. img {border:0px;}
  77.  
  78. #albart {width:{block:indexpage}350px{/block:indexpage}{block:permalinkpage}500px{/block:permalinkpage}; opacity:1;}
  79.  
  80. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  81. #infscr-loading {display:none;}
  82. .navigation{{block:ifendlessscrolling}display:none;{/block:ifendlessscrolling}{block:ifnotendlessscrolling}font-size:14px; clear:both; margin:0px auto; text-align:center;{/block:ifnotendlessscrolling}}
  83.  
  84. ::-webkit-scrollbar{width:8px; height:8px;}
  85. ::-webkit-scrollbar-button:start:decrement
  86. ::-webkit-scrollbar-button:end:increment{display:block; height:0; background-color:transparent;}
  87. ::-webkit-scrollbar-track-piece{background-color:{color:background};}
  88. ::-webkit-scrollbar-thumb:vertical{height:50px; background:{color:background}; border:1px solid {color:secondary};}
  89. ::-webkit-scrollbar-thumb:horizontal{width:5px; background:{color:background}; border:1px solid {color:secondary};}
  90.  
  91. iframe#tumblr_controls {position:fixed!important; opacity:.8;}
  92.  
  93. {CustomCSS}
  94. </style>
  95.  
  96. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  97.  
  98. {block:IndexPage}
  99. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  100. {block:ifendlessscrolling}<script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>{/block:ifendlessscrolling}
  101.  
  102. <script type="text/javascript">
  103. $(window).load(function () {
  104. $('.posts').masonry(),
  105. $('.masonryWrap').infinitescroll({
  106. navSelector : "div.navigation",
  107. // selector for the paged navigation (it will be hidden)
  108. nextSelector : ".navigation a#next",
  109. // selector for the NEXT link (to page 2)
  110. itemSelector : ".post",
  111. // selector for all items you'll retrieve
  112. bufferPx : 10000,
  113. extraScrollPx: 10000,
  114. loadingImg : "http://static.tumblr.com/fa4uqi4/RGPlz3rvk/adessive-themes-loader.png",
  115. loadingText : "<em></em>",
  116. },
  117. // call masonry as a callback.
  118. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  119. );
  120. });
  121. </script>
  122. {/block:IndexPage}
  123. </head>
  124.  
  125. <body>
  126.  
  127. <div id="credit"><a href="http://adessive.tumblr.com">Theme</a></div><div class="wrap"><div class="head"><a class="links" href="/archive">Archive</a>{block:AskEnabled}<a class="links" href="/ask">Message</a>{/block:AskEnabled}{block:SubmissionsEnabled}<a class="links" href="/submit">{SubmitLabel}</a>{/block:SubmissionsEnabled}{block:IfShowRSS}<a class="links" href="{RSS}">RSS</a>{/block:SubmissionsEnabled}{/block:IfShowRSS}{block:HasPages}{block:Pages}<a class="links" href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}{block:description}<div style="margin-top:30px;">{description}</div>{/block:description}</div><div id="head"><div align="center"><a href="/"><div class="blogtitle">{Title}</div></div></a></div>
  128.  
  129. <div class="posts">{block:Posts}{block:Text}<div class="post text">{block:Title}<h3>{Title}</h3>{/block:Title}{Body}{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Text}
  130.  
  131. {block:Photo}<div class="post photo"><div id="photo">{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:indexpage}<div style="position:absolute; top:2px; left:-6px;"><a href="{Permalink}"><div class="arrow"></div></a></div><a href="{Permalink}"><div class="pho">{NoteCount}</div></a>{/block:indexpage}</div></div>{/block:Photo}
  132.  
  133. {block:Photoset}<div class="post photoset">{block:IndexPage}<div class="overflow">{Photoset-400}</div>{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Photoset}
  134.  
  135. {block:Quote}<div class="post quote"><div style="font-size:15px;">"{Quote}"</div>{block:Source}<div style="opacity:.5; margin-bottom:10px;">{Source}</div>{/block:Source}{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Quote}
  136.  
  137. {block:Link}<div class="post link"><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>{block:Description}<div class="description">{Description}</div>{/block:Description}{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Link}
  138.  
  139. {block:Chat}<div class="post chat">{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Chat}
  140.  
  141. {block:Video}<div class="post video">{block:indexpage}<div class="overflow">{Video-400}</div>{/block:indexpage}{block:permalinkpage}{Video-500}{/block:permalinkpage}{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Video}
  142.  
  143. {block:Audio}<div class="post audio"><div class="player">{AudioPlayerBlack}</div><img src="{block:AlbumArt}{AlbumArtURL}{/block:AlbumArt}" id="albart">{block:Caption}<div class="caption">{caption}</div>{/block:Caption}{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Audio}
  144.  
  145. {block:Answer}<div class="post answer"><div class="question">{Asker}: {Question}</div>{answer}{block:indexpage}<div style="float:right; margin-top:10px;"><div style="float:left;">{NoteCountWithLabel} <a href="{Permalink}">×</a></div><div class="permalink"><a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero} | {12Hour}:{Minutes}{AmPm}{/block:Date}</a></div></div>{/block:indexpage}</div>{/block:Answer}
  146.  
  147. {block:PermalinkPage}{block:caption}<div class="permcaption">{caption}</div>{/block:caption}<div class="notes">Posted {block:Date}{ShortDayOfWeek} {ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes}{AmPm}{/block:Date} with {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}<div style="margin-top:4px;"><div class="tags">Filed under: {block:Tags}<a href="{TagURL}">#{Tag}, </a>{/block:Tags}</div></div>{/block:HasTags}{block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}{/block:Posts}</div></div>
  148.  
  149. {block:indexpage}<div class="navigation">{block:Pagination}{block:NextPage}<p id="page_nav"><a href="{NextPage}" id="next">Older</a>{/block:NextPage} {block:JumpPagination length="8"}{block:CurrentPage}<span class="current_page"><u>{PageNumber}</u></span> {/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}{/block:JumpPagination} {block:PreviousPage}<a href="{PreviousPage}">Newer</a></p>{/block:PreviousPage}{/block:Pagination}</div>{/block:indexpage}</div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement