Advertisement
freakinaye

Theme 25

May 13th, 2012
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.91 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
  2. <head>
  3.  
  4. <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here' rel='stylesheet' type='text/css'>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14. <meta name="color:Text" content="#000000"/>
  15. <meta name="color:Links" content="#000000"/>
  16. <meta name="color:Hover" content="#dddddd"/>
  17. <meta name="color:Background" content="#000000"/>
  18. <meta name="color:header" content="#ffffff"/>
  19. <meta name="color:center" content="#ffffff"/>
  20. <meta name="if:image opacity" content="0" />
  21. <meta name="if:show captions" content="0"/>
  22. <meta name="text:blogtitle size" content="11" />
  23. <meta name="text:post font size" content="9" />
  24. <meta name="font:body" content="Baskerville" />
  25. <meta name="font:blogtitle" content="Baskerville" />
  26. <meta name="font:nav links" content="Baskerville" />
  27. <meta name="color:line" content="#000000"/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="text:Link One Title" content="" />
  30. <meta name="text:Link One" content="" />
  31. <meta name="text:Link Two Title" content="" />
  32. <meta name="text:Link Two" content="" />
  33. <meta name="text:Link Three Title" content="" />
  34. <meta name="text:Link Three" content="" />
  35. <meta name="text:Link Four Title" content="" />
  36. <meta name="text:Link Four" content="" />
  37. <meta name="text:Link Five Title" content="" />
  38. <meta name="text:Link Five" content="" />
  39. <meta name="text:Link Six Title" content="" />
  40. <meta name="text:Link Six" content="" />
  41. <meta name="text:Link Seven Title" content="" />
  42. <meta name="text:Link Seven" content="" />
  43. <meta name="text:Link Eight Title" content="" />
  44. <meta name="text:Link Eight" content="" />
  45. <meta name="text:Link Nine Title" content="" />
  46. <meta name="text:Link Nine" content="" />
  47. <meta name="text:Link Ten Title" content="" />
  48. <meta name="text:Link Ten" content="" />
  49. <meta name="text:Link Eleven Title" content="" />
  50. <meta name="text:Link Eleven" content="" />
  51. <meta name="text:Link Twelve Title" content="" />
  52. <meta name="text:Link Twelve" content="" />
  53. <meta name="text:Link Thirteen Title" content="" />
  54. <meta name="text:Link Thirteen" content="" />
  55. <meta name="text:Link Fourteen Title" content="" />
  56. <meta name="text:Link Fourteen" content="" />
  57. <meta name="text:Link Fifteen Title" content="" />
  58. <meta name="text:Link Fifteen" content="" />
  59. <meta name="text:Link Sixteen Title" content="" />
  60. <meta name="text:Link Sixteen" content="" />
  61. <meta name="text:Link Seventeen Title" content="" />
  62. <meta name="text:Link Seventeen" content="" />
  63. <meta name="text:Link Eighteen Title" content="" />
  64. <meta name="text:Link Eighteen" content="" />
  65. <meta name="text:Link Nineteen Title" content="" />
  66. <meta name="text:Link Nineteen" content="" />
  67. <meta name="if:navigation hover background" content="1"/>
  68.  
  69. <style type="text/css">
  70.  
  71. iframe#tumblr_controls {
  72. top: 0% !important;
  73. right:0% !important;
  74. position: absolute !important;}
  75.  
  76. body {margin:auto; color:{color:text}; width:517px;{block:iftwocolumnswithmorespace}width:580px;{/block:iftwocolumnswithmorespace}font-family:{font:body}; font-size:9px;background-color:{color:background};background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat; line-height:10px;}
  77.  
  78. a {color: {color:Links};text-decoration: none;}a:hover {color: {color:Hover};-webkit-transition-duration: .5s;}
  79. .caption {margin-top:5px; margin-bottom:10px;}
  80.  
  81. .content {margin:auto;background-color: {color:center};width:517px; float:left; margin-top:86px; padding-top:3px;}
  82.  
  83. .post{
  84. {block:indexpage}width:250px; {/block:indexpage}{block:permalinkpage}width:540px{/block:permalinkpage} float:left; position:relative; margin-left:6px; margin-bottom:3px; font-size:{text:post font size}px;font-color:{color:text};}
  85.  
  86. .post img {{block:indexpage}width:250px; {/block:indexpage}}
  87.  
  88. div.navigate a{
  89. background: #c4c4c4;
  90. color: #000000;
  91. display:block;
  92. padding:0px 0;
  93. border-top: 0px solid #EEE;
  94. border-bottom: 0px solid #EEE;
  95. font-family: littlefont;
  96. text-transform: uppercase;
  97. font-size: 8px;
  98. width: 48px;
  99. height: 12px;
  100. text-align: center;
  101. padding-top:2px;
  102. margin-left:2px;
  103. margin-top:2px;
  104. position:relative;
  105. text-align: center;
  106. -webkit-transition-duration: .0s;
  107. z-index:1;
  108. -moz-border-radius:0px;
  109. -webkit-border-radius:0px;
  110. display: inline-block;
  111. -webkit-transition: all 0.3s ease-out;
  112. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  113. }
  114.  
  115. div.navigate a:hover{
  116. background: #979797;
  117. letter-spacing:0px;
  118. color: #000000;
  119. -moz-border-radius:5px;
  120. -webkit-border-radius:5px;
  121. -webkit-transition: all 0.3s ease-out;
  122. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  123. {block:ifnavigationhoverbackground}background-image:url(http://28.media.tumblr.com/tumblr_lzckenanrK1qdgxoeo1_500.jpg);{/block:ifnavigationhoverbackground}
  124. }
  125.  
  126. div.navigate1 a{
  127. background: #c4c4c4;
  128. color: #000000;
  129. display:block;
  130. padding:0px 0;
  131. border-top: 0px solid #EEE;
  132. border-bottom: 0px solid #EEE;
  133. font-family: littlefont;
  134. text-transform: uppercase;
  135. font-size: 8px;
  136. width: 48px;
  137. height: 12px;
  138. text-align: center;
  139. padding-top:2px;
  140. margin-left:2px;
  141. margin-top:2px;
  142. position:relative;
  143. text-align: center;
  144. -webkit-transition-duration: .0s;
  145. z-index:1;
  146. -moz-border-radius:0px;
  147. -webkit-border-radius:0px;
  148. display: inline-block;
  149. -webkit-transition: all 0.3s ease-out;
  150. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  151. -moz-transform:rotate(-270deg);
  152. -moz-transform-origin: bottom left;
  153. -webkit-transform: rotate(-270deg);
  154. -webkit-transform-origin: bottom left;
  155. -o-transform: rotate(-270deg);
  156. -o-transform-origin: bottom left;
  157. filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  158.  
  159. }
  160.  
  161. div.navigate1 a:hover{
  162. background: #979797;
  163. letter-spacing:0px;
  164. color: #000000;
  165. -moz-border-radius:5px;
  166. -webkit-border-radius:5px;
  167. -webkit-transition: all 0.3s ease-out;
  168. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  169. {block:ifnavigationhoverbackground}background-image:url(http://28.media.tumblr.com/tumblr_lzckenanrK1qdgxoeo1_500.jpg);{/block:ifnavigationhoverbackground}
  170. }
  171.  
  172. a:link, a:active, a:visited{
  173. color: {color:Link};
  174. text-decoration: none;
  175. -webkit-transition: all 0.3s ease-out;
  176. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  177. }
  178.  
  179. a:hover {
  180. color:{color:Hover};
  181. text-decoration: underline;
  182. -webkit-transition: all 0.3s ease-out;
  183. -moz-transition: all 0.3s ease-out;
  184. transition: all 0.3s ease-out;
  185. text-shadow:0px 0px 0px #000000;
  186. }
  187. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf');
  188. }
  189. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');
  190. }
  191.  
  192. {block:ifimageopacity}
  193. img{ -webkit-transition: opacity 0.3s linear; opacity: 1; }
  194. {/block:ifimageopacity}
  195. {block:ifimageopacity}
  196. img:hover{ -webkit-transition: opacity 0.3s linear; opacity: .8; }
  197. {/block:ifimageopacity}
  198.  
  199. .permalink {margin:0px; text-align:right; padding:0px; opacity:0;-moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
  200. -webkit-transition: all 0.3s ease-out;
  201. transition: all 0.3s ease-out;
  202. }
  203.  
  204. .permalink a:hover{
  205. color:{color:Hover}
  206. }
  207.  
  208. .post:hover .permalink {opacity: 1;}
  209.  
  210. .information {color:{color:text};position:fixed;position:fixed;margin-left:-270px; width:240px;top:0px; padding-bottom:0px; padding-left:0px; padding-top:43px;background-image:url();background-color: transparent;
  211. }
  212. .information:hover{-webkit-transition: opacity 0.3s linear; opacity: 1; }
  213. .links {font-size:9px;text-align:center;font-family:{font:nav links};}
  214.  
  215. .posted {font-size:9px;}
  216. .notes{
  217. margin:left;
  218. width:200px;
  219. font-size:9px;
  220. color:#000;
  221. text-align:left;}
  222. .viewnotes{
  223. margin-top:10px;
  224. font-size:9px;
  225. color:#000;
  226. text-align:left;
  227. }
  228.  
  229. ol.notes {padding-left:5px; list-style-type:none;}
  230. ol.notes li.note {padding:2px;}
  231.  
  232. .header {margin-left:px; position:fixed; width:265px; height:84px; background-color:{color:header};z-index:1000;padding-bottom:1px; padding-top:1px; float:center;}
  233.  
  234. .header1 {margin-left:262px; position:fixed; width:255px; height:84px; background-color:{color:header};z-index:1000;padding-bottom:1px; padding-top:1px; float:center;}
  235.  
  236. .navbar1 {color:{color:text};position:fixed;position:fixed;margin-left:1px; width:12px;top:0px; padding-bottom:0px; padding-left:0px; padding-top:3px;background-image:url();background-color: transparent;
  237. }
  238. .navbar2 {color:{color:text};position:fixed;position:fixed;margin-left:0px; width:260px;top:0px; padding-bottom:0px; padding-left:0px; padding-top:67px;background-image:url();background-color: transparent;
  239. }
  240.  
  241.  
  242. .navbar3 {color:{color:text};position:fixed;position:fixed;margin-left:233px; width:12px;top:0px; padding-bottom:0px; padding-left:0px; padding-top:3px;background-image:url();background-color: transparent;
  243. }
  244.  
  245.  
  246.  
  247. .audio {background-color:#000000;width:150px;}
  248.  
  249. .ptitle {font-size:11px;}
  250. .blogtitle {border-bottom:0px solid {color:line};text-align:center;padding-top:10px;padding-bottom:5px;font-size:{text:blogtitle size}px;font-family:{font:blogtitle};line-height:9px;
  251. }
  252.  
  253. .blogtitle{font-family: 'Just Me Again Down Here', cursive; font-size:28px; line-height:5px; color:; text-align:center;}
  254.  
  255. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  256. #infscr-loading {display:none;}
  257. .navigation{display:none;}
  258.  
  259. {CustomCSS}
  260. </style>
  261.  
  262.  
  263. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  264.  
  265.  
  266. {block:IndexPage}
  267. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  268. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  269.  
  270. <script type="text/javascript">
  271. $(window).load(function () {
  272. $('.content').masonry(),
  273. $('.masonryWrap').infinitescroll({
  274. navSelector : "div.navigation",
  275. // selector for the paged navigation (it will be hidden)
  276. nextSelector : ".navigation a#next",
  277. // selector for the NEXT link (to page 2)
  278. itemSelector : ".post",
  279. // selector for all items you'll retrieve
  280. bufferPx : 10000,
  281. extraScrollPx: 10000,
  282. loadingImg : "http://static.tumblr.com/ry7nsix/S4Klhms7s/load.gif",
  283. loadingText : "<em></em>",
  284. },
  285. // call masonry as a callback.
  286. function() { $('.content').masonry({ appendedContent: $(this) }); }
  287. );
  288. });
  289. </script>
  290. {/block:IndexPage}
  291.  
  292. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  293. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  294. <script type="text/javascript" charset="utf-8">
  295. var $j = jQuery.noConflict();
  296. $j(function() {
  297. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  298. $j("img").lazyload({
  299. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  300. effect: "fadeIn",
  301. });
  302. });
  303. </script>
  304. </head>
  305. <body>>
  306. <div style="position:fixed;left:2px;top:3px;"
  307. </div>
  308. <div style="display:scroll;position:fixed;top:20px;right:10px"></div>
  309. <div class="token">
  310. <div class="header"><center><br><div class="blogtitle">{Title}</div><br>
  311. {description}<center><br><br><br></center></div>
  312. </div>
  313. <div class="header1"><div class="navigate"> {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}{block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle}{block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle}{block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle}{block:ifLinkFiveTitle}<a href="{text:Link Five}">{text:Link Five Title}</a>{/block:ifLinkFiveTitle}</div>
  314. <br><br><center>hit counter
  315. </center>
  316. <div class="navbar1"><div class="navigate1">{block:ifLinkSixTitle}<a href="{text:Link Six}">{text:Link Six Title}</a>{/block:ifLinkSixTitle}</div></div>
  317. <div class="navbar3"><div class="navigate1">{block:ifLinkEightTitle}<a href="{text:Link Eight}">{text:Link Eight Title}</a>{/block:ifLinkEightTitle}</div></div>
  318. <div class="navbar2"><div class="navigate">{block:ifLinkSevenTitle}<a href="{text:Link Seven}">{text:Link Seven Title}</a>{/block:ifLinkSevenTitle}{block:ifLinkNineTitle}<a href="{text:Link Nine}">{text:Link Nine Title}</a>{/block:ifLinkNineTitle}{block:ifLinkTenTitle}<a href="{text:Link Ten}">{text:Link Ten Title}</a>{/block:ifLinkTenTitle}{block:ifLinkElevenTitle}<a href="{text:Link Eleven}">{text:Link Eleven Title}</a>{/block:ifLinkElevenTitle}{block:ifLinkTwelveTitle}<a href="{text:Link Twelve}">{text:Link Twelve Title}</a>{/block:ifLinkTwelveTitle}</div></div>
  319. </div>
  320. </div>
  321.  
  322. <div class="information">{block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=210px></a>{/block:ifshowsidebarimage}</div></div></div></div>
  323.  
  324. <div id="links">
  325. </div>
  326.  
  327. {block:indexpage}<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>{/block:indexpage}</div>
  328.  
  329. <div class="content">
  330. {block:Posts}
  331.  
  332.  
  333. {block:Text}
  334. <div class="post"><div class="text">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div></div></div>{/block:IndexPage}{/block:Text}
  335.  
  336.  
  337. {block:Photo}<div class="post">{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:indexpage}width="200px"{block:indexpage} {block:PermalinkPage}width="500px"{/block:PermalinkPage}/>{block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}</div>{/block:Photo}
  338.  
  339.  
  340. {block:Photoset}
  341. <div class="post"><div class="photoset">
  342. <center>{Photoset-250}</center>
  343. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  344. </div></div>{/block:Photoset}
  345.  
  346.  
  347. {block:Quote}
  348. <div class="post"><a href="{Permalink}">"{Quote}"</a>{block:Source}<i> by</i> {Source}{/block:Source}</div>
  349. {/block:Quote}
  350.  
  351. {block:Link}
  352. <div class="post">
  353. <div class="ptitle"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  354. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  355. </div>
  356. {/block:Link}
  357.  
  358. {block:Chat}
  359. <div class="post">{block:Title}<b>{Title}</b>{/block:Title}
  360. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  361. </div>
  362. {/block:Chat}
  363.  
  364. {block:Video}
  365. <div class="post"><div class="video">{Video-250}
  366. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div></div>{/block:Video}
  367.  
  368. {block:Audio}
  369. <div class="post">
  370. <div class="audio">
  371. {AudioPlayerBlack}</div>{Caption}
  372. {block:PermalinkPage}{/block:PermalinkPage}
  373. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></div>{/block:IndexPage}
  374. </div>
  375. {/block:Audio}
  376.  
  377. {block:PermalinkPage}
  378. <div class="posted"><u>Posted:</u> {TimeAgo}, with {NoteCount} Notes</div>
  379. <br>{block:PostNotes}<div class="viewnotes"></div>{/block:PostNotes}
  380. <div class="notes">
  381. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  382.  
  383. {/block:Posts}
  384.  
  385. </div>
  386. </div>
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391. <div style="display:scroll;position:fixed;bottom:10px;right:10px"><a href="http://freakinaye.tumblr.com">©</a></div>
  392. </body>
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement