Advertisement
skynotte

BellaLuna

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