Advertisement
freakinaye

Theme 26

May 15th, 2012
2,574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.18 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. <title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <meta name="color:Text" content="#000000"/>
  13. <meta name="color:Links" content="#000000"/>
  14. <meta name="color:Hover" content="#dddddd"/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:header" content="#ffffff"/>
  17. <meta name="color:center" content="#ffffff"/>
  18. <meta name="if:image opacity" content="0" />
  19. <meta name="if:show captions" content="0"/>
  20. <meta name="text:blogtitle size" content="11" />
  21. <meta name="text:post font size" content="9" />
  22. <meta name="font:body" content="Baskerville" />
  23. <meta name="font:blogtitle" content="Baskerville" />
  24. <meta name="font:nav links" content="Baskerville" />
  25. <meta name="color:line" content="#000000"/>
  26. <meta name="color:link" content="#000"/>
  27. <meta name="color:hover" content="#000"/>
  28. <meta name="color:link shadows" content="#000"/>
  29. <meta name="color:link 1" content="#FF8D7E"/>
  30. <meta name="color:link 2" content="#FFFF7D"/>
  31. <meta name="color:link 3" content="#FF8D7E"/>
  32. <meta name="color:link 4" content="#FFFF7D"/>
  33. <meta name="color:link 5" content="#FF8D7E"/>
  34. <meta name="color:link 6" content="#FFFF7D"/>
  35. <meta name="color:link 7" content="#FFFF7D"/>
  36. <meta name="image:sidebar" content="1"/>
  37. <meta name="if:show blog title" content="1"/>
  38. <meta name="image:Background" content=""/>
  39. <meta name="text:Link One Title" content="home" />
  40. <meta name="text:Link One" content="/" />
  41. <meta name="text:Link Two Title" content="ask" />
  42. <meta name="text:Link Two" content="/ask" />
  43. <meta name="text:Link Three Title" content="" />
  44. <meta name="text:Link Three" content="" />
  45. <meta name="text:Link Four Title" content="" />
  46. <meta name="text:Link Four" content="" />
  47. <meta name="text:Link Five Title" content="" />
  48. <meta name="text:Link Five" content="" />
  49. <meta name="text:Link Six Title" content="" />
  50. <meta name="text:Link Six" content="" />
  51. <meta name="text:Link Seven Title" content="" />
  52. <meta name="text:Link Seven" content="" />
  53.  
  54. <style type="text/css">
  55.  
  56. iframe#tumblr_controls {
  57. top: 0% !important;
  58. right:0% !important;
  59. position: absolute !important;}
  60.  
  61. body {margin:auto; color:{color:text}; width:100%;{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;}
  62.  
  63. a {color: {color:Links};text-decoration: none;}a:hover {color: {color:Hover};-webkit-transition-duration: .5s;}
  64. .caption {margin-top:5px; margin-bottom:10px;}
  65.  
  66. .content {margin:auto;background-color: {color:center};width:763px; float:left; margin-top:1px;margin-left:350px;}
  67.  
  68. .post{
  69. {block:indexpage}width:250px; {/block:indexpage}{block:permalinkpage}width:540px{/block:permalinkpage} float:left; position:relative; margin:2px;font-size:{text:post font size}px;font-color:{color:text};}
  70.  
  71. .post img {{block:indexpage}width:250px; {/block:indexpage}}
  72.  
  73.  
  74. {block:ifimageopacity}
  75. img{ -webkit-transition: opacity 0.3s linear; opacity: 1; }
  76. {/block:ifimageopacity}
  77. {block:ifimageopacity}
  78. img:hover{ -webkit-transition: opacity 0.3s linear; opacity: .8; }
  79. {/block:ifimageopacity}
  80.  
  81. .permalink {margin:0px; text-align:right; padding:0px; opacity:0;-moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
  82. -webkit-transition: all 0.3s ease-out;
  83. transition: all 0.3s ease-out;
  84. }
  85.  
  86. .permalink a:hover{
  87. color:{color:Hover}
  88. }
  89.  
  90. .post:hover .permalink {opacity: 1;}
  91.  
  92.  
  93. #link7{
  94. position: fixed !important;
  95. width: 100px;
  96. height: 10px;
  97. font-family: "littlefont";
  98. font-size:10px;
  99. line-height: 12px;
  100. text-align: left;
  101. padding: 5px;
  102. padding-right:5px;
  103. background: {color:link 1};
  104. margin-top: 108px;
  105. margin-left: 43px;
  106. border-top-left-radius: 7px;
  107. -moz-border-radius-topright: 7px;
  108. -webkit-border-top-left-radius: 7px;
  109. border-bottom-left-radius: 7px;
  110. -moz-border-radius-bottom-left: 7px;
  111. -webkit-border-bottom-left-radius: 7px;
  112. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out
  113. }
  114.  
  115. #link7:hover{
  116. margin-left: 0px;}
  117.  
  118. #link1{
  119. position: fixed !important;
  120. width: 100px;
  121. height: 10px;
  122. font-family: "littlefont";
  123. font-size:10px;
  124. line-height: 12px;
  125. text-align: left;
  126. padding: 5px;
  127. padding-right:5px;
  128. background: {color:link 1};
  129. margin-top: 130px;
  130. margin-left: 30px;
  131. border-top-left-radius: 7px;
  132. -moz-border-radius-topright: 7px;
  133. -webkit-border-top-left-radius: 7px;
  134. border-bottom-left-radius: 7px;
  135. -moz-border-radius-bottom-left: 7px;
  136. -webkit-border-bottom-left-radius: 7px;
  137. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out
  138. }
  139.  
  140. #link1:hover{
  141. margin-left: 0px;}
  142.  
  143.  
  144. #link2{
  145. position: fixed !important;
  146. width: 100px;
  147. height: 10px;
  148. font-family: "littlefont";
  149. font-size:10px;
  150. line-height: 12px;
  151. text-align: left;
  152. padding: 5px;
  153. padding-right:5px;
  154. background: {color:link 2};
  155. margin-top: 152px;
  156. margin-left: 20px;
  157. border-top-left-radius: 7px;
  158. -moz-border-radius-topright: 7px;
  159. -webkit-border-top-left-radius: 7px;
  160. border-bottom-left-radius: 7px;
  161. -moz-border-radius-bottom-left: 7px;
  162. -webkit-border-bottom-left-radius: 7px;
  163. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out
  164. }
  165.  
  166. #link2:hover{
  167. margin-left: 0px;}
  168.  
  169. #link3{
  170. position: fixed !important;
  171. width: 100px;
  172. height: 10px;
  173. font-family: "littlefont";
  174. font-size:10px;
  175. line-height: 12px;
  176. text-align: left;
  177. padding: 5px;
  178. padding-right:5px;
  179. background: {color:link 3};
  180. margin-top: 174px;
  181. margin-left: 10px;
  182. border-top-left-radius: 7px;
  183. -moz-border-radius-topright: 7px;
  184. -webkit-border-top-left-radius: 7px;
  185. border-bottom-left-radius: 7px;
  186. -moz-border-radius-bottom-left: 7px;
  187. -webkit-border-bottom-left-radius: 7px;
  188. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out
  189. }
  190.  
  191. #link3:hover{
  192. margin-left: 0px;}
  193.  
  194. #link4{
  195. position: fixed !important;
  196. width: 100px;
  197. height: 10px;
  198. font-family: "littlefont";
  199. font-size:10px;
  200. line-height: 12px;
  201. text-align: left;
  202. padding: 5px;
  203. padding-right:5px;
  204. background: {color:link 4};
  205. margin-top: 196px;
  206. margin-left: 20px;
  207. border-top-left-radius: 7px;
  208. -moz-border-radius-topright: 7px;
  209. -webkit-border-top-left-radius: 7px;
  210. border-bottom-left-radius: 7px;
  211. -moz-border-radius-bottom-left: 7px;
  212. -webkit-border-bottom-left-radius: 7px;
  213. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out
  214. }
  215.  
  216. #link4:hover{
  217. margin-left: 0px;}
  218.  
  219. #link5{
  220. position: fixed !important;
  221. width: 100px;
  222. height: 10px;
  223. font-family: "littlefont";
  224. font-size:10px;
  225. line-height: 12px;
  226. text-align: left;
  227. padding: 5px;
  228. padding-right:5px;
  229. background: {color:link 5};
  230. margin-top: 218px;
  231. margin-left: 30px;
  232. border-top-left-radius: 7px;
  233. -moz-border-radius-topright: 7px;
  234. -webkit-border-top-left-radius: 7px;
  235. border-bottom-left-radius: 7px;
  236. -moz-border-radius-bottom-left: 7px;
  237. -webkit-border-bottom-left-radius: 7px;
  238. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out
  239. }
  240.  
  241. #link5:hover{
  242. margin-left: 0px;}
  243.  
  244. #link6{
  245. position: fixed !important;
  246. width: 100px;
  247. height: 10px;
  248. font-family: "littlefont";
  249. font-size:10px;
  250. line-height: 12px;
  251. text-align: left;
  252. padding: 5px;
  253. padding-right:5px;
  254. background: {color:link 4};
  255. margin-top: 240px;
  256. margin-left: 40px;
  257. border-top-left-radius: 7px;
  258. -moz-border-radius-topright: 7px;
  259. -webkit-border-top-left-radius: 7px;
  260. border-bottom-left-radius: 7px;
  261. -moz-border-radius-bottom-left: 7px;
  262. -webkit-border-bottom-left-radius: 7px;
  263. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out
  264. }
  265.  
  266. #link6:hover{
  267. margin-left: 0px;}
  268.  
  269. div#sidebar{
  270. position:fixed !important;
  271. width: 220px;
  272. height: 220px;
  273. margin-top: 80px;
  274. margin-left: 70px;
  275. padding: 1px;
  276. font-size: 13px;
  277. line-height:8px;
  278. letter-spacing:0px;
  279. background-color: transparent;
  280. }
  281.  
  282. #sidepicture {
  283. width: 220px;
  284. padding: 2px;
  285. height: 220px;
  286. overflow: hidden;
  287. background: white;
  288. border-radius: 999px;
  289. }
  290.  
  291.  
  292.  
  293.  
  294. #sidebar img{
  295. -webkit-border-radius: 999px;
  296. -moz-border-radius: 999px;
  297. border-radius: 999px;
  298. width: 220px;
  299. height: 220px;
  300. overflow: hidden;
  301. }
  302.  
  303. #pic{
  304. width: 200px;
  305. }
  306.  
  307.  
  308.  
  309. .posted {font-size:9px;}
  310. .notes{
  311. margin:left;
  312. width:250px;
  313. font-size:9px;
  314. color:#000;
  315. text-align:left;}
  316. .viewnotes{
  317. margin-top:10px;
  318. font-size:9px;
  319. color:#000;
  320. text-align:left;
  321. }
  322.  
  323. ol.notes {padding-left:5px; list-style-type:none;}
  324. ol.notes li.note {padding:2px;}
  325.  
  326. .header {margin-left:350px; position:fixed; width:763px; background-color:{color:header};z-index:1000;padding-bottom:1px; padding-top:1px; float:center;}
  327.  
  328. .audio {background-color:#000000;width:250px;}
  329.  
  330. .ptitle {font-size:11px;}
  331. .blogtitle {border-bottom:0px solid {color:line};text-align:center;padding-top:25px;padding-bottom:5px;font-size:{text:blogtitle size}px;font-family:{font:blogtitle};line-height:9px;
  332. }
  333.  
  334. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  335. #infscr-loading {display:none;}
  336. .navigation{display:none;}
  337.  
  338. {CustomCSS}
  339. </style>
  340.  
  341.  
  342. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  343.  
  344.  
  345. {block:IndexPage}
  346. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  347. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  348.  
  349. <script type="text/javascript">
  350. $(window).load(function () {
  351. $('.content').masonry(),
  352. $('.masonryWrap').infinitescroll({
  353. navSelector : "div.navigation",
  354. // selector for the paged navigation (it will be hidden)
  355. nextSelector : ".navigation a#next",
  356. // selector for the NEXT link (to page 2)
  357. itemSelector : ".post",
  358. // selector for all items you'll retrieve
  359. bufferPx : 10000,
  360. extraScrollPx: 10000,
  361. loadingImg : "http://static.tumblr.com/ry7nsix/S4Klhms7s/load.gif",
  362. loadingText : "<em></em>",
  363. },
  364. // call masonry as a callback.
  365. function() { $('.content').masonry({ appendedContent: $(this) }); }
  366. );
  367. });
  368. </script>
  369. {/block:IndexPage}
  370.  
  371. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  372. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  373. <script type="text/javascript" charset="utf-8">
  374. var $j = jQuery.noConflict();
  375. $j(function() {
  376. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  377. $j("img").lazyload({
  378. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  379. effect: "fadeIn",
  380. });
  381. });
  382. </script>
  383. </head>
  384. <body>
  385. <div class="token"><div style="display:scroll;position:fixed;bottom:10px;right:10px">by <a href="http://freakinaye.tumblr.com">em.</a><div style="float:right;"></div></div>
  386.  
  387. {block:IfLinkOneTitle}<div id="link1"><a href="{text:Link One}">{text:Link One Title}</a> </div>{/block:ifLinkOneTitle}
  388. {block:IfLinkTwoTitle}<div id="link2"><a href="{text:Link Two}">{text:Link Two Title}</a></div>{/block:ifLinkTwoTitle}
  389. {block:IfLinkThreeTitle}<div id="link3"><a href="{text:Link Three}">{text:Link Three Title}</a> </div>{/block:ifLinkThreeTitle}
  390. {block:IfLinkFourTitle}<div id="link4"><a href="{text:Link Four}">{text:Link Four Title}</a></div>{/block:ifLinkFourTitle}
  391. {block:IfLinkFiveTitle}<div id="link5"><a href="{text:Link Five}">{text:Link Five Title}</a> </div>{/block:ifLinkFiveTitle}
  392. {block:IfLinkSixTitle}<div id="link6"><a href="{text:Link Six}">{text:Link Six Title}</a></div>{/block:ifLinkSixTitle}
  393. {block:IfLinkSevenTitle}<div id="link7"><a href="{text:Link Seven}">{text:Link Seven Title}</a></div>{/block:ifLinkSevenTitle}
  394.  
  395. <div id="sidebar">
  396.  
  397. <div id="sidepicture">
  398. <img src="{image:sidebar}" width=150px></a></div>
  399.  
  400. </center>
  401.  
  402. </div>
  403. </div></div></div></div>
  404.  
  405. {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>
  406.  
  407. <div class="content">
  408. {block:Posts}
  409.  
  410.  
  411. {block:Text}
  412. <div class="post"><div class="text">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{Body}{block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div></div></div>{/block:IndexPage}{/block:Text}
  413.  
  414.  
  415. {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="250px"{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}
  416.  
  417.  
  418. {block:Photoset}
  419. <div class="post"><div class="photoset">
  420. <center>{Photoset-250}</center>
  421. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  422. </div></div>{/block:Photoset}
  423.  
  424.  
  425. {block:Quote}
  426. <div class="post"><a href="{Permalink}">"{Quote}"</a>{block:Source}<i> by</i> {Source}{/block:Source}</div>
  427. {/block:Quote}
  428.  
  429. {block:Link}
  430. <div class="post">
  431. <div class="ptitle"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  432. {block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div>{/block:IndexPage}
  433. </div>
  434. {/block:Link}
  435.  
  436. {block:Chat}
  437. <div class="post">{block:Title}<b>{Title}</b>{/block:Title}
  438. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}{block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div>{/block:IndexPage}
  439. </div>
  440. {/block:Chat}
  441.  
  442. {block:Video}
  443. <div class="post"><div class="video">{Video-250}
  444. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div></div>{/block:Video}
  445.  
  446. {block:Audio}
  447. <div class="post">
  448. <div class="audio">
  449. {AudioPlayerBlack}</div>{Caption}
  450. {block:PermalinkPage}{/block:PermalinkPage}
  451. {block:IndexPage}<div class="permalink"><a href="{Permalink}">+</a></div>{/block:IndexPage}
  452. </div>
  453. {/block:Audio}
  454.  
  455. {block:PermalinkPage}
  456. <div class="posted"><u>Posted:</u> {TimeAgo}, with {NoteCount} Notes</div>
  457. <br>{block:PostNotes}<div class="viewnotes"></div>{/block:PostNotes}
  458. <div class="notes">
  459. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:PermalinkPage}
  460.  
  461. {/block:Posts}
  462.  
  463. </div>
  464. </div>
  465. </div>
  466. </div>
  467. </div>
  468. </div>
  469. </body>
  470. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement