Advertisement
skynotte

nt-limedspruce

Jan 2nd, 2013
2,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.32 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <!----
  4. LIMED SPRUCE MADE BY NOTTE-THEMES.TUMBLR.COM
  5. PLEASE DO NOT REMOVE CREDIT BUTTON OR THIS COMMENT
  6. Please refer questions or comments regarding the theme to the theme maker.
  7. -->
  8. <head>
  9.  
  10. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  11.  
  12.  
  13. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  14. <title>{title}</title>
  15. <link rel="shortcut icon" href="{Favicon}" />
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Economica|Tangerine|Strait|Ubuntu' rel='stylesheet' type='text/css'>
  20.  
  21. <!-- ------ DEFAULT VARIABLES ------ -->
  22.  
  23. <meta name="color:Background" content="#1c1e20" />
  24. <meta name="color:Title Background" content="#2b404d" />
  25. <meta name="color:Navigation Links" content="#d4d4d4" />
  26. <meta name="color:Navigation Links Background" content="#394a55" />
  27. <meta name="color:Scrollbar" content="#293238" />
  28. <meta name="color:Title" content="#d4d4d4" />
  29. <meta name="color:Text" content="#364e5c" />
  30. <meta name="color:Post Background" content="#ffffff" />
  31. <meta name="color:Tags Background" content="#e6e0d8" />
  32. <meta name="color:Bold" content="#1f4d69" />
  33. <meta name="color:Border" content="#415b6b" />
  34. <meta name="color:Border2" content="#223a49" />
  35. <meta name="color:Link" content="#3879a0" />
  36. <meta name="color:Link Hover" content="#1f5779" />
  37. <meta name="color:Notes Background" content="#607480" />
  38. <meta name="color:Notes Text" content="#f7f5f0" />
  39. <meta name="color:Notes Text Hover" content="#e9e3d5" />
  40. <meta name="color:Tags Text" content="#3b4e5a" />
  41. <meta name="color:Tags Text Hover" content="#607480" />
  42. <meta name="color:Italic" content="#979da2" />
  43. <meta name="color:chatLine" content="#ebf0f3"/>
  44. <meta name="color:Description Font Color" content="#0f1011"/>
  45. <meta name="color:Sidebar Background Color" content="#607480"/>
  46. <meta name="color:Sidebar Left Border" content="#394a55"/>
  47.  
  48. <meta name="image:Background" content="" />
  49. <meta name="image:SidebarImage" content="http://data.whicdn.com/images/44779379/tumblr_mdqxbgeNpf1qku30jo1_500_large.jpg" />
  50. <meta name="image:PostBgImage" content="" />
  51.  
  52. <meta name="font:Body Font" content="Arial">
  53. <meta name="font:Description Font" content="Arial">
  54. <meta name="font:Link Font" content="'Strait', sans-serif">
  55. <meta name="font:Notes Font" content="'Ubuntu', sans-serif">
  56.  
  57. <meta name="text:Body Font Size" content="11"/>
  58. <meta name="text:Description Font Size" content="11"/>
  59. <meta name="text:Link Font Size" content="11"/>
  60. <meta name="text:Notes Font Size" content="9"/>
  61.  
  62. <meta name="text:Facebook Username" content=""/>
  63. <meta name="text:Twitter Username" content=""/>
  64.  
  65. <meta name="text:Link1" content="" />
  66. <meta name="text:Link1 URL" content="http://"/>
  67. <meta name="text:Link2" content="" />
  68. <meta name="text:Link2 URL" content="http://"/>
  69. <meta name="text:Link3" content="" />
  70. <meta name="text:Link3 URL" content="http://"/>
  71. <meta name="text:Link4" content="" />
  72. <meta name="text:Link4 URL" content="http://"/>
  73. <meta name="text:Link5" content="" />
  74. <meta name="text:Link5 URL" content="http://"/>
  75. <meta name="text:Link6" content="" />
  76. <meta name="text:Link6 URL" content="http://"/>
  77.  
  78. <meta name="if:ShowCaption" content="0" />
  79. <meta name="if:InfiniteScrolling" content="1" />
  80. <meta name="if:ShowTags" content="1" />
  81. <meta name="if:ShowTagsBackground" content="1" />
  82. <meta name="if:TwoColumns" content="0" />
  83. <meta name="if:AlterBackgroundImage" content="0" />
  84. <meta name="if:MakeLinksUppercase" content="1" />
  85. <meta name="if:ShowReblogButton" content="1" />
  86. <meta name="if:CenterDescription" content="0" />
  87. <meta name="if:ScrollBoxDescription" content="0" />
  88. <meta name="if:ShowTitleBackground" content="1" />
  89. <meta name="if:FancyTitleFont" content="0" />
  90. <meta name="if:UppercaseNotes" content="1" />
  91. <meta name="if:UppercaseTags" content="0" />
  92.  
  93. <style type="text/css">
  94.  
  95. /* -------------- SCROLLBAR --------------- */
  96.  
  97. ::-webkit-scrollbar {
  98. width: 4px;
  99. height: 4px;
  100. background: none;
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. background-color: {color:Scrollbar};
  105. }
  106.  
  107. /* -------------- CONTENT --------------- */
  108.  
  109. #grouper{
  110. margin: 0 auto;
  111. text-align: left;
  112. width:1150px;
  113. }
  114.  
  115. body{
  116. color:{color:Text};
  117. font-family: {font:Body Font};
  118. font-size: {text:Body Font Size}px;
  119. line-height:120%;
  120. background-color: {color:Background};
  121. {block:ifBackgroundImage}
  122. background-image: url('{image:Background}');
  123. {/block:ifBackgroundImage}
  124. background-attachment: fixed;
  125. {block:ifAlterBackgroundImage}
  126. background-size:100% 100%;
  127. {/block:ifAlterBackgroundImage}
  128. }
  129.  
  130.  
  131. #cent b, strong {color: {color:Bold};}
  132. #cent i, em{color: {color:Italic};}
  133.  
  134. #cent a, a{
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color: {color:Link};
  139. -webkit-transition: all 0.7s ease-in-out;
  140. -moz-transition: all 0.7s ease -in-out;
  141. -o-transition: all 0.7s ease-in-out;
  142. transition: all 0.7s ease-in-out;
  143. }
  144.  
  145. #cent a:hover, a:hover{ color: {color:Link Hover};}
  146.  
  147. blockquote {
  148. border-left: 3px solid {color:Notes Background};
  149. padding-left: 3px;
  150. padding-right: 1px;
  151. margin-left: 20px;
  152. }
  153.  
  154. .title{
  155. color: {color:bold};
  156. padding-bottom: 9px;
  157. font-size: 13px;
  158. line-height: 100%;
  159. letter-spacing: 2px;
  160. font-family: {font:Body Font};
  161. }
  162.  
  163. .chat {
  164. }
  165.  
  166. .chat .chat1 {
  167. margin-left: 0px;
  168. }
  169.  
  170. .chat .chat1 .chat2 {
  171. background: {color:chatLine};
  172. margin-bottom: 1px;
  173. padding: 5px;
  174. font-size: {text:Body Font Size}px;
  175. font-family: {font:Body Font};
  176. }
  177.  
  178. .chat .chat1 .chat2.even {
  179. background: {color:Post Background};
  180. }
  181.  
  182. .chat .chat1 .chat2 span{
  183. font-weight: bold;
  184. text-transform: uppercase;
  185. }
  186.  
  187. .link{
  188. font-size: 15px;
  189. font-family: {font:Body Font};
  190. }
  191.  
  192. ol.notes {
  193. font-family: {font:Notes Font};
  194. font-size:{text:Notes Font Size}px;
  195. margin-top: 10px;
  196. width: 495px;
  197. letter-spacing: 1px;
  198. padding: 0px;
  199. list-style-type: none;
  200. }
  201.  
  202. ol.notes li.note {
  203. border-bottom:1px solid {color:chatLine};
  204. text-align: left;
  205. letter-spacing: 1px;
  206. padding: 5px;
  207. }
  208.  
  209. ol.notes li.note img.avatar {
  210. display: block;
  211. float: left;
  212. margin-right: 10px;
  213. }
  214.  
  215. #cent img {
  216. display: block;
  217. max-width: 100%;
  218.  
  219. }
  220.  
  221. #cent{
  222. height:auto;
  223. text-align:left;
  224. position:absolute;
  225. padding:5px;
  226. margin-top:10px;
  227. margin-left:510px;
  228. {block:ifNotTwoColumns}
  229. width:518px;
  230. {/block:ifNotTwoColumns}
  231. {block:ifTwoColumns}
  232. width: 530px;
  233. {/block:ifTwoColumns}
  234. }
  235.  
  236. /* -------------- POSTS --------------- */
  237.  
  238. #post{
  239. overflow:hidden;
  240. background-color: {color:Post Background};
  241. {block:ifPostBgImage}
  242. background-image: url('{image:PostBgImage}');
  243. {/block:ifPostBgImage}
  244. float:left;
  245. margin-bottom:0px;
  246. padding:5px;
  247. {block:ifNotTwoColumns}
  248. width:500px;
  249. margin-top: 15px;
  250. {/block:ifNotTwoColumns}
  251. {block:ifTwoColumns}
  252. width: 250px;
  253. margin-right:5px;
  254. margin-bottom:5px;
  255. {/block:ifTwoColumns}
  256. {block:PermaLink}
  257. width: 500px;
  258. {/block:PermaLink}
  259. }
  260.  
  261. /* -------------- PERMALINKS/TAGS --------------- */
  262.  
  263. #perma, #onecperma, #tagss{
  264. font-family: {font:Notes Font};
  265. font-size:{text:Notes Font Size}px;
  266. -webkit-transition: all 0.7s ease-in-out;
  267. -moz-transition: all 0.7s ease -in-out;
  268. -o-transition: all 0.7s ease-in-out;
  269. transition: all 0.7s ease-in-out;
  270. }
  271.  
  272. #onecperma{
  273. width: 510px;
  274. overflow:hidden;
  275. padding: 3px;
  276. color: {color:Notes Text};
  277. margin-top:5px;
  278. {block:ifUppercaseNotes}
  279. text-transform:uppercase;
  280. {/block:ifUppercaseNotes}
  281. background-color: {color:Notes Background};
  282. }
  283.  
  284. #perma{
  285. letter-spacing: 1px;
  286. padding: 2px;
  287. color: {color:Notes Text};
  288. background-color: {color:Notes Background};
  289. {block:ifUppercaseNotes}
  290. text-transform:uppercase;
  291. {/block:ifUppercaseNotes}
  292. text-align:center;
  293. opacity:0;
  294. margin-left: -5px;
  295. bottom: -20px;
  296. width: 256px;
  297. z-index:1;
  298. position: absolute;
  299. }
  300.  
  301.  
  302. #perma a, #onecperma a{
  303. color: {color:Notes Text};
  304. font-style: none;
  305. }
  306. #perma a:hover, #onecperma a:hover{
  307. color: {color:Notes Text Hover};
  308. text-decoration: none;
  309. }
  310.  
  311. #post:hover #perma{
  312. opacity: 0.9;
  313. bottom:0px;
  314. }
  315.  
  316. #tagss{
  317. width:504px;
  318. overflow:hidden;
  319. padding: 3px;
  320. text-align:center;
  321. color: {color:Tags Text};
  322. {block:ifUppercaseTags}
  323. text-transform:uppercase;
  324. {/block:ifUppercaseTags}
  325. {block:ifShowTagsBackground}
  326. background-color:{color:Tags Background};
  327. {/block:ifShowTagsBackground}
  328. }
  329.  
  330. #tagss a{color: {color:Tags Text};}
  331. #tagss a:hover{color: {color:Tags Text Hover};}
  332.  
  333. /* -------------- TITLE --------------- */
  334.  
  335. #ttle{
  336. text-align:center;
  337. line-height:100%;
  338. {block:ifShowTitleBackground}
  339. background-color:{color:Title Background};
  340. {/block:ifShowTitleBackground}
  341. margin-top:5px;
  342. padding:5px;
  343. font-family: 'Economica', sans-serif;
  344. {block:ifFancyTitleFont}
  345. font-family: 'Tangerine', cursive;
  346. {/block:ifFancyTitleFont}
  347. font-size: 30px;
  348. color: {color:Title};
  349. }
  350.  
  351. #ttle a, #ttle a:hover{color: {color:Title};}
  352.  
  353. /* -------------- SIDEBAR --------------- */
  354.  
  355. #sa, #al, #tainsb{
  356. position:fixed;
  357. top:0px;
  358. height:100%;
  359. }
  360.  
  361. #sa{
  362. background-color:{color:Sidebar Left Border};
  363. width:50px;
  364. margin-left:-8px;
  365. }
  366.  
  367. #al{
  368. width:360px;
  369. margin-left:42px;
  370. background-color:{color:Sidebar Background Color};
  371. text-align:center;
  372. }
  373.  
  374.  
  375. #al img{
  376. width:320px;
  377. margin-top:10px;
  378. border: 5px solid {color:Border};
  379. border-bottom: 5px solid {color:Border2};
  380. border-left: 5px solid {color:Border2};
  381. }
  382.  
  383. /* -------------- DESCRIPTION --------------- */
  384.  
  385. #descrip{
  386. {block:ifScrollBoxDescription}
  387. max-height: 120px;
  388. {/block:ifScrollBoxDescription}
  389. padding:5px;
  390. overflow:auto;
  391. margin-top:5px;
  392. color:{color:Description Font Color};
  393. font-family: {font:Description Font};
  394. font-size:{text:Description Font Size}px;
  395. text-align:justify;
  396. {block:ifCenterDescription}
  397. text-align:center;
  398. {/block:ifCenterDescription}
  399. }
  400.  
  401. /* -------------- LINKS --------------- */
  402.  
  403. #urLinks{
  404. position:fixed;
  405. display: inline-block;
  406. overflow:hidden;
  407. text-align:left;
  408. width:120px;
  409. top:0px;
  410. height:auto;
  411. margin-left:402px;
  412. }
  413.  
  414. #urLinks a{
  415. font-size: {text:Link Font Size}px;
  416. font-family: {font:Link Font};
  417. background-color:{color:Navigation Links Background};
  418. padding: 20px 5px 20px 5px;
  419. text-align:center;
  420. {block:ifMakeLinksUppercase}
  421. text-transform: uppercase;
  422. {/block:ifMakeLinksUppercase}
  423. overflow:hidden;
  424. color: {color:Navigation Links};
  425. display: inline-block;
  426. -webkit-transition: all 0.6s ease-in-out;
  427. -moz-transition: all 0.6s ease -in-out;
  428. -o-transition: all 0.6s ease-in-out;
  429. transition: all 0.6s ease-in-out;
  430. width:80px;
  431. margin-bottom:2px;
  432. }
  433.  
  434. #urLinks a:hover, #pagination a:hover{
  435. background-color: {color:Navigation Links};
  436. color:{color:Navigation Links Background};
  437. width:90px;
  438. }
  439.  
  440. /* -------------- PAGINATION --------------- */
  441.  
  442. #pagination {
  443. {block:IfInfiniteScrolling}
  444. display: none;
  445. {/block:IfInfiniteScrolling}
  446. }
  447.  
  448. #pagination a{
  449. padding: 20px 5px 20px 5px;
  450. width:80px;
  451. color:{color:Navigation Links}; font-size:25px;
  452. }
  453.  
  454. /* -------------- CREDIT --------------- */
  455.  
  456. #notte{
  457. position:fixed;
  458. bottom:0px;
  459. left:-75px;
  460. background-color:#121212;
  461. opacity:0.4;
  462. padding:6px;
  463. font-size:10px;
  464. letter-spacing:1px;
  465. font-family: 'Economica', sans-serif;
  466. text-transform:uppercase;
  467. line-height:100%;
  468. -webkit-transition: all 0.5s ease-in-out;
  469. -moz-transition: all 0.5s ease-in-out;
  470. -o-transition: all 0.5s ease-in-out;
  471. -ms-transition: all 0.5s ease-in-out;
  472. }
  473.  
  474. #notte:hover{opacity:0.8; left:0px;}
  475. #notte a{color:white;}
  476.  
  477. {CustomCSS}
  478.  
  479. </style>
  480.  
  481.  
  482. <div id="grouper">
  483.  
  484. <div id="sa"></div>
  485. <div id="al">
  486. {block:ifSidebarImageImage}<img src="{image:SidebarImage}" />{/block:ifSidebarImageImage}
  487. <div id="ttle"><a href="/">{Title}</a></div>
  488. <div id="descrip">{Description}</div>
  489. </div>
  490.  
  491. <div id="urLinks">
  492. <a href="/">home</a><a href="/ask">ask</a>
  493. {block:ifFacebookUsername}
  494. <a href="http://facebook.com/{text:Facebook Username}">Facebook</a>
  495. {/block:ifFacebookUsername}
  496. {block:ifTwitterUsername}
  497. <a href="http://twitter.com/{text:Twitter Username}">Twitter</a>
  498. {/block:ifTwitterUsername}
  499. {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link2 URL}">{text:Link2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link3 URL}">{text:Link3}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link4 URL}">{text:Link4}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link5 URL}">{text:Link5}</a>{/block:ifLink5}{block:ifLink6}<a href="{text:Link6 URL}">{text:Link6}</a>{/block:ifLink6}{block:HasPages}
  500. {block:Pages}<a href="{URL}" id="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
  501. {block:IndexPage}<div id="pagination">
  502. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a><br />{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" id="next">&raquo;</a>{/block:NextPage}{/block:Pagination}
  503. </div>{/block:IndexPage}
  504. </div>
  505.  
  506.  
  507.  
  508.  
  509.  
  510. {block:ifNotTwoColumns}{block:IfInfiniteScrolling}
  511. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/ytzm5f1ke/infinitescrolling.js"></script>{/block:IfInfiniteScrolling}{/block:ifNotTwoColumns}
  512.  
  513.  
  514. </head>
  515.  
  516. <body>
  517.  
  518.  
  519. <div id="cent">
  520.  
  521. {block:ifNotTwoColumns}{block:ifInfiniteScrolling}<div class = "autopagerize_page_element" >{/block:ifInfiniteScrolling}{/block:ifNotTwoColumns}
  522. {block:Posts}
  523.  
  524. <div id="post">
  525.  
  526. {block:Title}<div class="title">{Title}</div>{/block:Title}
  527.  
  528.  
  529. {block:Text}{Body}
  530. {block:ifTwoColumns}
  531. {block:IndexPage}
  532. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  533. </div>
  534. {/block:IndexPage}
  535. {/block:ifTwoColumns}
  536. {/block:Text}
  537.  
  538.  
  539. {block:Photo}
  540. {block:ifTwoColumns}
  541. {block:IndexPage}
  542. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  543. </div>
  544. {/block:IndexPage}
  545. {/block:ifTwoColumns}
  546. {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /></a>{LinkCloseTag}
  547. {/block:Photo}
  548.  
  549.  
  550. {block:Panorama}
  551. {block:ifTwoColumns}
  552. {block:IndexPage}
  553. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  554. </div>
  555. {/block:IndexPage}
  556. {/block:ifTwoColumns}
  557. {LinkOpenTag}
  558. <a href="{permalink}"><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></a>
  559. {LinkCloseTag}
  560. {/block:Panorama}
  561.  
  562.  
  563. {block:Photoset}
  564. {block:ifTwoColumns}
  565. {block:IndexPage}
  566. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  567. </div>
  568. {/block:IndexPage}
  569. {/block:ifTwoColumns}
  570.  
  571. {block:ifNotTwoColumns}
  572. {block:IndexPage}
  573. {Photoset-500}
  574. {/block:IndexPage}
  575. {/block:ifNotTwoColumns}
  576.  
  577. {block:ifTwoColumns}
  578. {block:IndexPage}
  579. {Photoset-250}
  580. {/block:IndexPage}
  581. {/block:ifTwoColumns}
  582.  
  583. {block:Permalink}
  584. {Photoset-500}
  585. {/block:Permalink}
  586. {/block:Photoset}
  587.  
  588.  
  589. {block:Quote}
  590. <div style="padding:5px;">
  591. <div style="position:absolute; opacity:0.2; color: {color:Italic}; font-size: 70px; line-height:100%;">&ldquo;</div>
  592. <div style="color: {color:Italic}; text-align: left; font-size: {text:Body Font Size}px; margin-top:5px; padding:10px;">{Quote}</div>
  593.  
  594.  
  595. <div align="right" style="font-size: 11px; padding-top: 2px;">
  596. {block:Source}-{Source}{/block:Source}
  597. </div></div>
  598.  
  599. {block:ifTwoColumns}
  600. {block:IndexPage}
  601. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  602. </div>
  603. {/block:IndexPage}
  604. {/block:ifTwoColumns}
  605. {/block:Quote}
  606.  
  607.  
  608. {block:Video}
  609. {block:ifTwoColumns}
  610. {block:IndexPage}
  611. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a>{block:ifShowReblogButton} {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  612. </div>
  613. {/block:IndexPage}
  614. {/block:ifTwoColumns}
  615.  
  616. {block:ifNotTwoColumns}
  617. {block:IndexPage}
  618. {VideoEmbed-500}<br>
  619. {PlayCountWithLabel}
  620. {/block:IndexPage}
  621. {/block:ifNotTwoColumns}
  622.  
  623. {block:ifTwoColumns}
  624. {block:IndexPage}
  625. {VideoEmbed-250}<br>
  626. {PlayCountWithLabel}
  627. {/block:IndexPage}
  628. {/block:ifTwoColumns}
  629.  
  630. {block:Permalink}
  631. {VideoEmbed-500}<br>
  632. {PlayCountWithLabel}
  633. {/block:Permalink}
  634. {/block:Video}
  635.  
  636.  
  637. {block:Link}
  638. <div style="padding:5px;">
  639. <a href="{URL}" class="link" {Target}>› {Name}</a><BR>
  640. {block:Description}{Description}{/block:Description}
  641. </div>
  642.  
  643. {block:ifTwoColumns}
  644. {block:IndexPage}
  645. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  646. </div>
  647. {/block:IndexPage}
  648. {/block:ifTwoColumns}
  649. {/block:Link}
  650.  
  651.  
  652. {block:Chat}
  653. {block:ifTwoColumns}
  654. {block:IndexPage}
  655. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  656. </div>
  657. {/block:IndexPage}
  658. {/block:ifTwoColumns}
  659.  
  660. <div class="chat">
  661. <div class="chat1">
  662. {block:Lines}
  663. <div class="chat2 {Alt}">
  664. {block:Label}
  665. <b>{Label}</b>
  666. {/block:Label}
  667. {Line}</div>
  668. {/block:Lines}
  669. </div>
  670. </div>
  671. {/block:Chat}
  672.  
  673.  
  674. {block:Audio}
  675. {block:ifTwoColumns}
  676. {block:IndexPage}
  677. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  678. </div>
  679. {/block:IndexPage}
  680. {/block:ifTwoColumns}
  681.  
  682. {block:ifNotTwoColumns}
  683. {block:IndexPage}
  684. {block:AudioEmbed}
  685. {AudioEmbed-500}
  686. {/block:AudioEmbed}
  687. {/block:IndexPage}
  688. {/block:ifNotTwoColumns}
  689.  
  690. {block:ifTwoColumns}
  691. {block:IndexPage}
  692. {block:AudioEmbed}
  693. {AudioEmbed-250}
  694. {/block:AudioEmbed}
  695. {/block:IndexPage}
  696. {/block:ifTwoColumns}
  697.  
  698. {block:Permalink}
  699. {block:AudioEmbed}
  700. {AudioEmbed-500}
  701. {/block:AudioEmbed}
  702. {/block:Permalink}
  703. {/block:Audio}
  704.  
  705.  
  706. {block:Answer}
  707. <p align="center" style="padding: 8px; font-size: {text:Body Font Size}px; background-color: {color:chatLine}; line-height:110%; border-radius: .2em; ">{Question}</p>
  708. <p style="text-align:right;"><span style="font-family: {font:Body Font}; font-size:9px; letter-spacing: 1px;">from {Asker} </span></p><br />
  709. <p>
  710. {Answer}
  711. </p>
  712.  
  713. {block:ifTwoColumns}
  714. {block:IndexPage}
  715. <div id="perma"><a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a> {block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:ifShowReblogButton} &middot; <a href="{ReblogURL}" target="_blank">Reblog</a>{block:ifShowReblogButton}<br />
  716. </div>
  717. {/block:IndexPage}
  718. {/block:ifTwoColumns}
  719. {/block:Answer}
  720.  
  721.  
  722. {block:ifShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaption}
  723.  
  724.  
  725. {block:PermalinkPage}
  726. {block:ifNotShowCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifNotShowCaption}
  727. <br />
  728. <div style="text-align:center;">
  729. {block:Date}
  730. Posted {TimeAgo}{/block:Date} {block:NoteCount}
  731. with {NoteCountWithLabel}
  732. {/block:NoteCount}
  733. {block:RebloggedFrom}
  734. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  735. <br />
  736. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  737. <br />{/block:RebloggedFrom}
  738. {block:HasTags}<br><br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  739. <br><br>
  740. {/block:HasTags}</div>
  741. {block:PostNotes}{PostNotes}{/block:PostNotes}
  742.  
  743. </div>
  744. {/block:PermalinkPage}
  745.  
  746.  
  747. </div>
  748.  
  749. {block:ifNotTwoColumns}
  750. {block:IndexPage}
  751.  
  752. <div><br /></div>
  753.  
  754. <table id="onecperma">
  755. <tr>
  756. <td style="text-align:left;">
  757. Posted on <a href="{Permalink}">{block:Date}{Month} {DayOfMonth}{/block:Date}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}
  758. via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  759. </td><td style="text-align:right;">
  760. {block:ifShowReblogButton}<a href="{ReblogURL}" target="_blank">Reblog</a>{/block:ifShowReblogButton}</td></tr></table>
  761.  
  762. {block:ifShowTags}
  763. {block:IndexPage}
  764. {block:HasTags}
  765. <div id="tagss">
  766. {block:Tags}<span style="font-size: 9px;">#<a href="{TagURL}">{Tag}</a></span> {/block:Tags}
  767. </div>
  768. {/block:HasTags}
  769. {/block:IndexPage}
  770. {/block:ifShowTags}
  771. {/block:IndexPage}
  772. {/block:ifNotTwoColumns}
  773.  
  774. {/block:Posts}
  775.  
  776. {block:ifNotTwoColumns}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}{/block:ifNotTwoColumns}
  777. </div>
  778. <div class="load"></div>
  779.  
  780. </div>
  781.  
  782. {block:ifTwoColumns}{block:IndexPage}
  783. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  784. {block:ifInfiniteScrolling}<script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:ifInfiniteScrolling}
  785.  
  786. <script type="text/javascript">
  787. $(window).load(function () {
  788. $('#cent').masonry(),
  789. $('.masonryWrap').infinitescroll({
  790. navSelector : 'div#pagination',
  791. nextSelector : 'div#pagination a#next',
  792. itemSelector : "#post, .load",
  793. bufferPx : 40,
  794. loadingImg : 'http://static.tumblr.com/wk1x3im/mzrmhdjwm/ajax-loader1-1.gif',
  795. },
  796. function() { $('#cent').masonry({ appendedContent: $(this) }); }
  797. );
  798. });
  799. </script>
  800. {/block:IndexPage}{/block:ifTwoColumns}
  801. </body>
  802.  
  803. <div id="notte"><a href="http://notte-themes.tumblr.com/">Notte Themes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;☾</a></div>
  804.  
  805. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement