namunamoo

Whispers

Apr 24th, 2012
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.03 KB | None | 0 0
  1. <!--
  2. THEME MADE BY NAMUNAMOO (http://namunamoo.tumblr.com)
  3. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  4. -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <html>
  11. <head>
  12.  
  13. <title>{title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
  21.  
  22. <meta name="color:Background" content=""/>
  23. <meta name="color:Body Font" content="#363636"/>
  24. <meta name="color:Posts" content="#FFFFFF"/>
  25. <meta name="color:Links" content="#0096ff"/>
  26. <meta name="color:Links hover" content="#FFFFFF"/>
  27.  
  28. <meta name="color:Nav background 1" content="#bdec9c" />
  29. <meta name="color:Nav background 2" content="#a6eb75" />
  30. <meta name="color:Nav background 3" content="#8bee44" />
  31. <meta name="color:Nav background 4" content="#7ce631" />
  32. <meta name="color:Nav background 5" content="#5bd504" />
  33. <meta name="color:Nav background 6" content="#56bd0d" />
  34. <meta name="color:Nav background hover" content="#cccccc" />
  35. <meta name="color:Nav font" content="#000000" />
  36. <meta name="color:Nav font hover" content="#333333" />
  37.  
  38. <meta name="color:Post Title" content="#000000"/>
  39. <meta name="color:Quote" content="#363636"/>
  40. <meta name="color:Answer Background" content="#F5F5F5"/>
  41. <meta name="color:ScrollBar" content="#484848"/>
  42. <meta name="color:ScrollBar Background" content="#e8e8e8"/>
  43. <meta name="color:Post background" content="#cccccc"/>
  44. <meta name="color:Border" content="#46ade6" />
  45.  
  46. <meta name="image:Sidebar" content="http://27.media.tumblr.com/tumblr_m2yamwOCMa1rpehnco1_500.jpg"/>
  47. <meta name="image:Background" content="http://static.tumblr.com/14xu0fs/8TIlyott4/tumblr_lxs1e8cjnr1rnpeyto1_250.png"/>
  48. <meta name="image:Post Box Background" content=""/>
  49. <meta name="image:post background" content="http://media.tumblr.com/tumblr_lpwow8f8U31qcn2vb.png"/>
  50.  
  51. <meta name="text:blog title" content="title here"/>
  52.  
  53. <meta name="text:link 1" content="/"/>
  54. <meta name="text:link 1 name" content="Link 1"/>
  55. <meta name="text:link 2" content="/"/>
  56. <meta name="text:link 2 name" content="Link 2"/>
  57. <meta name="text:link 3" content="/"/>
  58. <meta name="text:link 3 name" content="Link 3"/>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&v1' rel='stylesheet' type='text/css'>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65. body {
  66. background-color: {color:Background};
  67. font-family: Century Gothic;
  68. font-size: 9px;
  69. color: {color:Body Font};
  70. text-align: justify;
  71. background-image: url('{image:Background}');
  72. background-attachment: fixed;
  73. }
  74.  
  75. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/bmdsqsc/KdRlu9tpm/slkscr.ttf');}
  76.  
  77. @font-face {
  78. font-family: 'loremipsumBold';
  79. src: url('loremipsum-webfont.eot');
  80. src: url('loremipsum-webfont.eot?#iefix') format('embedded-opentype'),
  81. url('loremipsum-webfont.woff') format('woff'),
  82. url('loremipsum-webfont.ttf') format('truetype'),
  83. url('loremipsum-webfont.svg#loremipsumBold') format('svg');
  84. font-weight: normal;
  85. font-style: normal;
  86.  
  87. }
  88.  
  89.  
  90. #posts {
  91. position: absolute;
  92. left: 25px;
  93. top: 25px;
  94. }
  95.  
  96. #lineup {
  97. background-image: url('{image:Post Box Background}');
  98. position: relative;
  99. margin-left: 200px;
  100. top:5px;
  101. width: 500px;
  102. background-color:{color:Posts};
  103. border:1px dashed {color:Border};
  104. margin-bottom: 5px;
  105. padding: 5px;
  106. z-index:500;
  107. }
  108.  
  109. #permalink {
  110. font-family: 'Cedarville Cursive';
  111. font-size: 50px;
  112. opacity: 0;
  113. right: -230px;
  114. filter: alpha (opacity=0);
  115. position: absolute;
  116. top: -10px;
  117. text-align: center;
  118. padding-right: 5px;
  119. width: 350px;
  120. background-image: url('{image:Post Box Background}');
  121. background-color: #transp;
  122. -webkit-transition: all 0.5s ease;
  123. -moz-transition: all 0.5s ease;
  124. -o-transition: all 0.5s ease;
  125. -webkit-transform: rotate(-270deg);
  126. -moz-transform: rotate(-270deg);
  127. }
  128.  
  129. #lineup:hover #permalink {
  130. background-color: #transp;
  131. opacity: 8;
  132. filter: alpha (opacity=8);
  133. width: 400px;
  134. border-radius: 0px 0px 0px 100px;
  135. }
  136.  
  137.  
  138. #take{
  139. background-color: {color:Posts};
  140. background-image: url('{image:Post Box Background}');
  141. position:absolute;
  142. height:auto;
  143. text-align:right;
  144. margin-top:0px;
  145. margin-left:480px;
  146. z-index:998;
  147. font-size:8px;
  148. padding:2px;
  149. color:{color:Border};
  150. text-transform:uppercase;
  151. font-family:consolas;
  152. width:40px;
  153. opacity:0;
  154. padding-right:10px;
  155.  
  156. -webkit-transition: all 0.6s ease-out;
  157. -moz-transition: all 0.6s ease-out;
  158. transition: all 0.6s ease-out;
  159. }
  160.  
  161. #take:hover, #reblog:hover{
  162. -webkit-transition: all 0.6s ease-out;
  163. -moz-transition: all 0.6s ease-out;
  164. transition: all 0.6s ease-out;
  165. }
  166.  
  167. #lol:hover #take{
  168. opacity:1;
  169. margin-left:450px;
  170. margin-top:0px;
  171. width:40px;
  172. filter: alpha (opacity=9)
  173. -webkit-transition: all 0.4s ease-out;
  174. -moz-transition: all 0.4s ease-out;
  175. transition: all 0.4s ease-out;
  176. }
  177.  
  178.  
  179.  
  180.  
  181. .answer {
  182. background-color: {color:Answer Background};
  183. padding-top: 1px;
  184. padding-bottom: 1px;
  185. padding-left: 10px;
  186.  
  187. }
  188.  
  189. #header {
  190. text-align: center;
  191. font-family: "loremipsum", serif;
  192. font-size: 30px;
  193. letter-spacing: {text:Title letter spacing};
  194. background-color: {color:Title Background};
  195. color: {color:Title};
  196. text-shadow: 1px 1px 1px #C4C4C4;
  197. font-weight: lighter;
  198.  
  199. }
  200.  
  201.  
  202. a.perma {
  203. color: {color:Border};
  204.  
  205. }
  206.  
  207. a.perma:hover {
  208. color: {color:Links hover};
  209. }
  210.  
  211. .story {
  212. font-family: 'Cedarville Cursive';
  213. font-size: 18px;
  214. color: {color:Post Title};
  215. text-align: center;
  216. text-shadow: 1px 1px 1px #C4C4C4;
  217. }
  218.  
  219.  
  220. #lineup img {max-width: 100%;}
  221.  
  222. .quote {
  223. font-family: 'Cedarville Cursive';
  224. font-size: 14px;
  225. font-style: italic;
  226. color: {color:Quote}
  227. }
  228.  
  229. blockquote {
  230. padding: 1px 1px 1px 1px;
  231. background-color: #eee;
  232. }
  233.  
  234. .tags {
  235. padding: 3px;
  236. }
  237.  
  238. a {
  239. color:{color:Links};
  240. -webkit-transition: all 0.5s ease;
  241. -moz-transition: all 0.5s ease;
  242. -o-transition: all 0.5s ease;
  243. text-decoration: none;
  244. }
  245.  
  246. a:hover {
  247. color:{color:Links hover};
  248. -webkit-transition: all 0.5s ease;
  249. -moz-transition: all 0.5s ease;
  250. -o-transition: all 0.5s ease;
  251. text-decoration: none;
  252. }
  253.  
  254. ::-webkit-scrollbar-thumb:vertical {
  255. background-color:{color:ScrollBar};
  256. border-top:2px solid {color:ScrollBar};
  257. border-bottom:2px solid {color:ScrollBar};
  258. height:auto;
  259. }
  260.  
  261. ::-webkit-scrollbar-thumb:vertical:hover{
  262. background-color:{color:ScrollBar};
  263. }
  264.  
  265.  
  266.  
  267. ::-webkit-scrollbar-thumb:horizontal{
  268. background-color:{color:ScrollBar};
  269. height:auto;
  270. }
  271.  
  272. ::-webkit-scrollbar-thumb:horizontal:hover{
  273. background-color:{color:ScrollBar};
  274. }
  275.  
  276.  
  277.  
  278. ::-webkit-scrollbar{
  279. height:6px;
  280. width:6px;
  281. background-color: {color:ScrollBar Background};
  282. }
  283.  
  284. .topp {
  285. font-family: consolas;
  286. font-size: 10px;
  287. }
  288.  
  289. #scrollToTop:link,
  290. #scrollToTop:visited {
  291. color: #000000;
  292. background-color: transparent;
  293. display: none;
  294. position: fixed;
  295. bottom: 10px;
  296. right: 10px;
  297. }
  298.  
  299. .linkers{
  300. position: fixed;
  301. margin-left: -10px;
  302. top: 190px;
  303. z-index:1;
  304. }
  305.  
  306. .navi a{
  307. float: left;
  308. width: 1500px;;
  309. height: 13px;
  310. border-left: 20px solid {color:nav background 1};
  311. background-color: {color:nav background 1};
  312. color: {color:nav font};
  313. margin-left: 0px;
  314. padding-right: 5px;
  315. margin-top: 2px;
  316. padding-bottom: 5px;
  317. text-align: left;
  318. font-family: tinytots;
  319. font-size: 8px;
  320. letter-spacing:1px;
  321. padding-top: 5px; z-index:1;}
  322. .navi a:hover{
  323. float: left;
  324. width: 1500px;
  325. height: 13px;
  326. font-family:tinytots;
  327. background-color: {color:nav background hover};
  328. color: {color:nav font hover};
  329. margin-right: 0px;
  330. padding-left: 5px;
  331. margin-top: 2px;
  332. text-align: left;
  333. padding-bottom: 5px;
  334. padding-left: 5px;
  335. border-left: 50px solid {color:nav background hover};
  336. letter-spacing:2px;
  337. -webkit-transition: all 0.5s ease;
  338. -moz-transition: all 0.5s ease;
  339. -o-transition: all 0.5s ease;
  340. -moz-border-radius: 70px;
  341. border-radius: 70px;
  342. padding-top: 5px; z-index:1;}
  343.  
  344. .navi2 a{
  345. float: left;
  346. width: 1500px;;
  347. height: 13px;
  348. border-left: 20px solid {color:nav background 2};
  349. background-color: {color:nav background 2};
  350. color: {color:nav font};
  351. margin-left: 0px;
  352. padding-right: 5px;
  353. margin-top: 2px;
  354. padding-bottom: 5px;
  355. text-align: left;
  356. font-family:tinytots;
  357. font-size: 8px;
  358. letter-spacing:1px;
  359. padding-top: 5px; z-index:1;}
  360. .navi2 a:hover{
  361. float: left;
  362. width: 1500px;
  363. height: 13px;
  364. font-family:tinytots;
  365. background-color: {color:nav background hover};
  366. color: {color:nav font hover};
  367. margin-right: 0px;
  368. padding-left: 5px;
  369. margin-top: 2px;
  370. text-align: left;
  371. padding-bottom: 5px;
  372. padding-left: 5px;
  373. border-left: 50px solid {color:nav background hover};
  374. letter-spacing:2px;
  375. -webkit-transition: all 0.5s ease;
  376. -moz-transition: all 0.5s ease;
  377. -o-transition: all 0.5s ease;
  378. -moz-border-radius: 70px;
  379. border-radius: 70px;
  380. padding-top: 5px; z-index:1;}
  381.  
  382.  
  383. .navi3 a{
  384. float: left;
  385. width: 1500px;;
  386. height: 13px;
  387. border-left: 20px solid {color:nav background 3};
  388. background-color: {color:nav background 3};
  389. color: {color:nav font};
  390. margin-left: 0px;
  391. padding-right: 5px;
  392. margin-top: 2px;
  393. padding-bottom: 5px;
  394. text-align: left;
  395. font-family: tinytots;
  396. font-size: 8px;
  397. letter-spacing:1px;
  398. padding-top: 5px; z-index:1;}
  399. .navi3 a:hover{
  400. float: left;
  401. width: 1500px;
  402. height: 13px;
  403. font-family:tinytots;
  404. background-color: {color:nav background hover};
  405. color: {color:nav font hover};
  406. margin-right: 0px;
  407. padding-left: 5px;
  408. margin-top: 2px;
  409. text-align: left;
  410. padding-bottom: 5px;
  411. padding-left: 5px;
  412. border-left: 50px solid {color:nav background hover};
  413. letter-spacing:2px;
  414. -webkit-transition: all 0.5s ease;
  415. -moz-transition: all 0.5s ease;
  416. -o-transition: all 0.5s ease;
  417. -moz-border-radius: 70px;
  418. border-radius: 70px;
  419. padding-top: 5px; z-index:1;}
  420. .navi4 a{
  421. float: left;
  422. width: 1500px;;
  423. height: 13px;
  424. border-left: 20px solid {color:nav background 4};
  425. background-color: {color:nav background 4};
  426. color: {color:nav font};
  427. margin-left: 0px;
  428. padding-right: 5px;
  429. margin-top: 2px;
  430. padding-bottom: 5px;
  431. text-align: left;
  432. font-family: tinytots;
  433. font-size: 8px;
  434. letter-spacing:1px;
  435. padding-top: 5px; z-index:1;}
  436. .navi4 a:hover{
  437. float: left;
  438. width: 1500px;
  439. height: 13px;
  440. font-family:tinytots;
  441. background-color: {color:nav background hover};
  442. color: {color:nav font hover};
  443. margin-right: 0px;
  444. padding-left: 5px;
  445. margin-top: 2px;
  446. text-align: left;
  447. padding-bottom: 5px;
  448. padding-left: 5px;
  449. border-left: 50px solid {color:nav background hover};
  450. letter-spacing:2px;
  451. -webkit-transition: all 0.5s ease;
  452. -moz-transition: all 0.5s ease;
  453. -o-transition: all 0.5s ease;
  454. -moz-border-radius: 70px;
  455. border-radius: 70px;
  456. padding-top: 5px; z-index:1;}
  457. .navi5 a{
  458. float: left;
  459. width: 1500px;;
  460. height: 13px;
  461. border-left: 20px solid {color:nav background 5};
  462. background-color: {color:nav background 5};
  463. color: {color:nav font};
  464. margin-left: 0px;
  465. padding-right: 5px;
  466. margin-top: 2px;
  467. padding-bottom: 5px;
  468. text-align: left;
  469. font-family: tinytots;
  470. font-size: 8px;
  471. letter-spacing:1px;
  472. padding-top: 5px; z-index:1;}
  473. .navi5 a:hover{
  474. float: left;
  475. width: 1500px;
  476. height: 13px;
  477. font-family:tinytots;
  478. background-color: {color:nav background hover};
  479. color: {color:nav font hover};
  480. margin-right: 0px;
  481. padding-left: 5px;
  482. margin-top: 2px;
  483. text-align: left;
  484. padding-bottom: 5px;
  485. padding-left: 5px;
  486. border-left: 50px solid {color:nav background hover};
  487. letter-spacing:2px;
  488. -webkit-transition: all 0.5s ease;
  489. -moz-transition: all 0.5s ease;
  490. -o-transition: all 0.5s ease;
  491. -moz-border-radius: 70px;
  492. border-radius: 70px;
  493. padding-top: 5px; z-index:1;}
  494. .navi6 a{
  495. float: left;
  496. width: 1500px;;
  497. height: 13px;
  498. border-left: 20px solid {color:nav background 6};
  499. background-color: {color:nav background 6};
  500. color: {color:nav font};
  501. margin-left: 0px;
  502. padding-right: 5px;
  503. margin-top: 2px;
  504. padding-bottom: 5px;
  505. text-align: left;
  506. font-family: tinytots;
  507. font-size: 8px;
  508. letter-spacing:1px;
  509. padding-top: 5px; z-index:1;}
  510. .navi6 a:hover{
  511. float: left;
  512. width: 1500px;
  513. height: 13px;
  514. font-family:tinytots;
  515. background-color: {color:nav background hover};
  516. color: {color:nav font hover};
  517. margin-right: 0px;
  518. padding-left: 5px;
  519. margin-top: 2px;
  520. text-align: left;
  521. padding-bottom: 5px;
  522. padding-left: 5px;
  523. border-left: 50px solid {color:nav background hover};
  524. letter-spacing:2px;
  525. -webkit-transition: all 0.5s ease;
  526. -moz-transition: all 0.5s ease;
  527. -o-transition: all 0.5s ease;
  528. -moz-border-radius: 70px;
  529. border-radius: 70px;
  530. padding-top: 5px; z-index:1;}
  531.  
  532. #side {
  533. width: 500px;
  534. height: auto;
  535. z-index: 2;
  536. float:left;
  537. position: relative;
  538. }
  539.  
  540. #side2 {
  541. z-index: 2;
  542. float:left;
  543. position: relative;
  544. }
  545.  
  546. #sidee {
  547. width: 512px;
  548. left: 208px;
  549. height: 1500px;
  550. top: -10px;
  551. background:{color:post background} url({image:post background});
  552. position:fixed;
  553. right:0px;
  554. float:right;
  555. z-index: 2;
  556. }
  557.  
  558. .giffy{
  559. margin-left:800px;
  560. top:192px;
  561. position: fixed;
  562. border: 10px solid {color:Posts};
  563. z-index:500;
  564. }
  565.  
  566. .b1a4{
  567. margin-left: 765px;
  568. top:152px;
  569. font-family:"loremipsum", serif;
  570. position: fixed;
  571. font-size: 30px;
  572. color: {color:Title};
  573. text-shadow: 1px 1px 1px #C4C4C4;
  574. width: 300px;
  575. }
  576.  
  577. .aboutz{
  578. margin-left:880px;
  579. top:335px;
  580. font-family:tinytots;
  581. position: fixed;
  582. font-size: 8px;
  583. color:#0f0f0f;
  584. width: 70px;
  585. z-index:999;
  586. letter-spacing:2px;
  587. }
  588.  
  589. #playz
  590. {
  591. position: fixed; top: 330px; left:814px;
  592. z-index:500;
  593. width:200px;height:15px; text-align:center;
  594. padding:1px 8px 3px 1px;
  595. margin-top:0px;
  596. font-family: tinytots;
  597. font-size: 8px;
  598. background-color:{color:Posts}; opacity:0.8;
  599. -moz-border-radius:0px 0px 0px 0px;
  600. border-radius:0px 0px 0px 0px;
  601. -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
  602.  
  603. #mustz
  604. { margin-top:-50px;margin-left:5px;
  605. color:#0f0f0f;
  606. opacity:1;
  607. -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
  608.  
  609. #must1z
  610.  
  611. {margin-top:20px;
  612.  
  613. opacity:0;
  614.  
  615. -webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;}
  616.  
  617. #playz:hover #must1z
  618. {
  619. margin-top:10px;
  620. opacity:100;}
  621.  
  622. #playz:hover #mustz
  623. {padding-top:0px;
  624. opacity:0;}
  625.  
  626. #playz:hover
  627. {opacity:1; -moz-border-radius:40px 40px 0px 0px;
  628. border-radius:0px 0px 40px 40px;
  629. height: 250px;-webkit-transition: opacity 1s linear;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-ou}
  630.  
  631.  
  632. iframe#tumblr_controls {
  633. top: 0% !important;
  634. right:0% !important;
  635. position: fixed !important;}
  636.  
  637.  
  638. {CustomCSS}
  639.  
  640. </style>
  641.  
  642.  
  643. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  644.  
  645.  
  646. </head>
  647.  
  648. <body>
  649. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  650. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  651.  
  652. <div class="topp">
  653. <a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/tumblr_lrc2jmMG3W1qzuf77.gif"></a>
  654. </div>
  655.  
  656.  
  657. <div id="side2"><div id="sidee"></div><div>
  658.  
  659. <div class="b1a4">{text:blog title}</div>
  660.  
  661. <div class="aboutz">+ about</div>
  662.  
  663. <div class="giffy"><img src="{image:Sidebar}" width="200"></div>
  664.  
  665. <div id="playz">
  666. <div id="must1z">
  667. <br>
  668. <br>
  669. {Description}
  670. </div>
  671. <div id="mustz"> </div></div></div>
  672.  
  673. <div class="linkers">
  674.  
  675. <div class="navi"><a href="/"> Index</a><br></div>
  676. <div class="navi2"><a href="/ask"> Message</a><br></div>
  677. <div class="navi3"><a href="/archive"> History</a><br></div>
  678. {block:IfLink1}<div class="navi4"><a href="{text:Link 1}"> {text:link 1 name}</a><br></div>{/block:IfLink1}
  679. {block:IfLink2}<div class="navi5"><a href="{text:Link 2}"> {text:link 2 name}</a><br></div>{/block:IfLink2}
  680. {block:IfLink3}<div class="navi6"><a href="{text:Link 3}"> {text:link 3 name}</a><br></div>{/block:IfLink3}
  681.  
  682. </div>
  683.  
  684. <div style="font-size:8px; text-transform:uppercase; color:#000000; position:fixed; bottom:9px; right:10px;"><a href="http://namunamoo.tumblr.com" style="color:#000000;">{★}</a></div>
  685.  
  686.  
  687.  
  688. <div class = "autopagerize_page_element" >
  689.  
  690.  
  691. {block:Posts}
  692.  
  693. <div id="lineup">
  694. <div id="lol">
  695.  
  696. {Block:IndexPage}<a href="{ReblogURL}" target="_blank" id="take"> reblog</a>{/Block:IndexPage}
  697.  
  698.  
  699. {block:Text}
  700.  
  701. {block:Title}
  702. <div class="story">
  703. {Title}
  704. </div>
  705. {/block:Title}
  706.  
  707. {Body}
  708.  
  709. {Block:PermalinkPage}
  710.  
  711. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  712. {block:HasTags}
  713. <div class="tags">
  714. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  715. </div>
  716. {/block:HasTags}
  717.  
  718. {block:PostNotes}
  719. {PostNotes}
  720. {/block:PostNotes}
  721.  
  722. {/Block:PermalinkPage}
  723.  
  724. {/block:Text}
  725.  
  726.  
  727.  
  728. {block:Photo}
  729.  
  730. {LinkOpenTag}
  731. <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">
  732. {LinkCloseTag}
  733.  
  734. {Block:PermalinkPage}
  735. {block:Caption}
  736. {Caption}
  737. {/block:Caption}
  738.  
  739. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  740.  
  741. {block:HasTags}
  742. <div class="tags">
  743. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  744. </div>
  745. {/block:HasTags}
  746.  
  747. {block:PostNotes}
  748. <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:Border};">
  749. {PostNotes}</div>
  750. {/block:PostNotes}
  751.  
  752.  
  753. {/Block:PermalinkPage}
  754.  
  755. {/block:Photo}
  756.  
  757.  
  758.  
  759. {block:Photoset}
  760.  
  761. {Photoset-500}
  762.  
  763. {Block:PermalinkPage}
  764. {block:Caption}
  765. {Caption}
  766. {/block:Caption}
  767.  
  768. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  769.  
  770. {block:HasTags}
  771. <div class="tags">
  772. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  773. </div>
  774. {/block:HasTags}
  775.  
  776. {block:PostNotes}
  777. {PostNotes}
  778. {/block:PostNotes}
  779.  
  780. {/Block:PermalinkPage}
  781.  
  782. {/block:Photoset}
  783.  
  784.  
  785.  
  786. {block:Quote}
  787.  
  788. <div class="quote">
  789. <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
  790. </div>
  791.  
  792. {block:Source}
  793. <div style="text-align:right">—{Source}</div>
  794. {/block:Source}
  795.  
  796. {Block:PermalinkPage}
  797. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  798. {block:HasTags}
  799. <div class="tags">
  800. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  801. </div>
  802. {/block:HasTags}
  803.  
  804. {block:PostNotes}
  805. {PostNotes}
  806. {/block:PostNotes}
  807.  
  808. {/Block:PermalinkPage}
  809.  
  810. {/block:Quote}
  811.  
  812.  
  813.  
  814. {block:Link}
  815.  
  816. <a href="{URL}" {Target}>
  817.  
  818. <div class="story"><div style="margin-left:0px">{Name}</div></div>
  819. </a>
  820.  
  821. {block:Description}
  822. {Description}
  823. {/block:Description}
  824.  
  825. {Block:PermalinkPage}
  826. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  827. {block:HasTags}
  828. <div class="tags">
  829. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  830. </div>
  831. {/block:HasTags}
  832.  
  833. {block:PostNotes}
  834. {PostNotes}
  835. {/block:PostNotes}
  836.  
  837. {/Block:PermalinkPage}
  838.  
  839. {/block:Link}
  840.  
  841.  
  842.  
  843. {block:Chat}
  844.  
  845. {block:Title}
  846. <div class="story">
  847. {Title}
  848. </div>
  849. {/block:Title}
  850.  
  851. {block:Lines}
  852. {block:Label}
  853. <b>{Label}</b>
  854. {/block:Label}
  855.  
  856. {Line}<br>
  857. {/block:Lines}
  858.  
  859. {Block:PermalinkPage}
  860. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  861. {block:HasTags}
  862. <div class="tags">
  863. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  864. </div>
  865. {/block:HasTags}
  866.  
  867. {block:PostNotes}
  868. {PostNotes}
  869. {/block:PostNotes}
  870.  
  871. {/Block:PermalinkPage}
  872.  
  873. {/block:Chat}
  874.  
  875.  
  876.  
  877. {block:Audio}
  878.  
  879. {block:AlbumArt}
  880. <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;"/>{/block:AlbumArt}
  881. <div class="audio">{AudioPlayerWhite}</div>
  882. {block:Caption}{Caption}{/block:Caption}
  883.  
  884. <p>{PlayCountWithLabel}</p>
  885. <br clear="all">
  886.  
  887. {Block:PermalinkPage}
  888. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  889. {block:HasTags}
  890. <div class="tags">
  891. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  892. </div>
  893. {/block:HasTags}
  894.  
  895. {block:PostNotes}
  896. {PostNotes}
  897. {/block:PostNotes}
  898.  
  899. {/Block:PermalinkPage}
  900.  
  901.  
  902. {/block:Audio}
  903.  
  904.  
  905.  
  906. {block:Video}
  907.  
  908. {Video-500}
  909.  
  910. {Block:PermalinkPage}
  911. {block:Caption}
  912. {Caption}
  913. {/block:Caption}
  914.  
  915. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  916. {block:HasTags}
  917. <div class="tags">
  918. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  919. </div>
  920. {/block:HasTags}
  921.  
  922. {block:PostNotes}
  923. {PostNotes}
  924. {/block:PostNotes}
  925.  
  926. {/Block:PermalinkPage}
  927.  
  928. {/block:Video}
  929.  
  930.  
  931.  
  932. {block:Answer}
  933.  
  934. <div style="float:left; font-size: 28px; margin-top: -10px;">❝</div><b>{Asker}</b>: {Question}<div class="answer">{Answer}</div>
  935.  
  936. {Block:PermalinkPage}
  937. Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
  938. {block:HasTags}
  939. <div class="tags">
  940. tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  941. </div>
  942. {/block:HasTags}
  943.  
  944. {block:PostNotes}
  945. {PostNotes}
  946. {/block:PostNotes}
  947.  
  948. {/Block:PermalinkPage}
  949.  
  950. {/block:Answer}
  951.  
  952. {Block:IndexPage}<div id="permalink">
  953. <a href="{Permalink}" class="perma">
  954. {NoteCount}
  955.  
  956. </a>
  957. </div></div>
  958. </div>{/Block:IndexPage}
  959.  
  960.  
  961. {/block:Posts}</div>
  962. </body>
  963. </html>
Add Comment
Please, Sign In to add comment