ahu419

forgetfulthemes001

Feb 2nd, 2013
1,387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--
  9.  
  10. **BEST VIEWED IN GOOGLE CHROME**
  11.  
  12. Terms + Conditions:
  13.  
  14. -Don't remove the credit
  15. -Taking inspiration is not the same as blatantly copying ideas and/or code
  16. -Don't use as base code
  17.  
  18. If you don't follow these terms, a cat will cry. Now you wouldn't want to be responsible for that, would you?
  19.  
  20. Default Settings-->
  21.  
  22. <meta name="color:background" content="#011d38" />
  23. <meta name="color:desc" content="#d1e8fd" />
  24. <meta name="color:content" content="#081825" />
  25. <meta name="color:post" content="#090a0a" />
  26. <meta name="color:linkage" content="#747474" />
  27. <meta name="color:linkage font hover" content="#e4e4e4" />
  28. <meta name="color:info" content="#ffffff" />
  29. <meta name="color:accent" content="#4b4b50" />
  30. <meta name="color:blockquote" content="#121313" />
  31. <meta name="color:header" content="#d9e7f7" />
  32. <meta name="color:theme" content="#5f0021" />
  33. <meta name="color:theme border" content="#000000" />
  34. <meta name="color:border" content="#c1c4c4" />
  35. <meta name="color:block border" content="#1b1c1d" />
  36. <meta name="color:title" content="#eef4f8" />
  37. <meta name="color:big" content="#eef4f8" />
  38. <meta name="color:title hover" content="#4f98d5" />
  39. <meta name="color:text" cont88ient="#bbd1e7" />
  40. <meta name="color:link" content="#9ed5ec" />
  41. <meta name="color:link shadow one" content="#FF0000" />
  42. <meta name="color:link shadow two" content="#00F1F5" />
  43. <meta name="color:link hover" content="#d5dce2" />
  44. <meta name="color:scrollbar" content="#d9ebf8" />
  45. <meta name="color:question" content="#72c0ff" />
  46. <meta name="color:question font" content="#aaa9a9" />
  47.  
  48. <meta name="font:title" content="georgia" />
  49. <meta name="font:body" content="Port Lligat Slab" />
  50.  
  51.  
  52. <meta name="image:sidebar" content="http://static.tumblr.com/rnyidw9/Nidmifs87/dark_wood.png" />
  53. <meta name="image:linkage hover" content="" />
  54. <meta name="image:side" content="" />
  55. <meta name="image:background" content="" />
  56.  
  57. <meta name="text:subtitle" content="" />
  58. <meta name="text:Link1" content="/" />
  59. <meta name="text:Link1 Title" content="link 1" />
  60. <meta name="text:Link2" content="/" />
  61. <meta name="text:Link2 Title" content="link 2" />
  62. <meta name="text:Link3" content="/" />
  63. <meta name="text:Link3 Title" content="link 3" />
  64. <meta name="text:Link4" content="/" />
  65. <meta name="text:Link4 Title" content="link 4" />
  66. <meta name="text:Link5" content="/" />
  67. <meta name="text:Link5 Title" content="link 5" />
  68. <meta name="text:Link6" content="/" />
  69. <meta name="text:Link6 Title" content="link 6" />
  70. <title>{Title}</title>
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Oranienbaum' rel='stylesheet' type='text/css'>
  73. <link href='http://fonts.googleapis.com/css?family=Lekton|Inconsolata|Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  74.  
  75.  
  76. <link rel="shortcut icon" href="{Favicon}"/>
  77. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  78. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  79.  
  80. <script type="text/javascript"
  81. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  82.  
  83. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  84. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  85. <script type="text/javascript" charset="utf-8">
  86. var $j = jQuery.noConflict();
  87. $j(function() {
  88. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  89. $j("img").lazyload({
  90. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  91. effect: "fadeIn",
  92. });
  93. });
  94. </script>
  95.  
  96. <style type="text/css">
  97.  
  98.  
  99. body {
  100. background-color:{color:background};
  101. background-attachment:fixed;
  102. background-image:url('{image:background}');
  103. font-family:trebuchet ms;
  104. font-size:10px;
  105. line-height:11px;
  106. color:{color:text};
  107. text-wrap:normal
  108. word-wrap:break-word;
  109. height:100%;
  110. right:2px;
  111. overflow-y:scroll;
  112. overflow-x:hidden;
  113. }
  114.  
  115. html {
  116. overflow-y:auto;
  117. background-color:transparent;
  118. }
  119.  
  120. html {
  121. overflow-y:auto;
  122. background-color:transparent;
  123. }
  124.  
  125. ::-webkit-scrollbar {
  126. width:1px;
  127. height:auto;
  128. background:{color:background};
  129. }
  130.  
  131. ::-webkit-scrollbar-corner {
  132. background:{color:scrollbar};
  133. }
  134.  
  135. ::-webkit-scrollbar-thumb:vertical {
  136. background:{color:scrollbar};
  137. }
  138.  
  139. ::-webkit-scrollbar-thumb:horizontal {
  140. background:{color:scrollbar};
  141. }
  142.  
  143.  
  144. ::selection, ::-webkit-selection, ::-moz-selection {
  145. color:{color:selection};
  146. }
  147.  
  148.  
  149. a, a:active, a:visited{
  150. text-decoration:none;
  151. color:{color:link};
  152. }
  153.  
  154. a:hover {
  155. color:{color:link hover};
  156. -webkit-transition-duration:0.5s;
  157. -moz-transition-duration:0.5s;
  158. -o-transition: all 0.5s ease-in-out;
  159. transition: all 0.5s ease-in-out;
  160. }
  161.  
  162. .jump_page {
  163. padding: 2px 5px;
  164. color:{color:linkage};
  165. font-family:inconsolata;
  166. font-size:13px;
  167. text-decoration:none;
  168. }
  169.  
  170. .jump_page a {
  171. padding: 2px 5px;
  172. color:{color:linkage};
  173. font-family:inconsolata;
  174. font-size:13px;
  175. text-decoration:none;
  176. }
  177.  
  178. .current_page, .current_page a {
  179. padding: 2px 5px;
  180.  
  181. color:{color:linkage};
  182. font-family:inconsolata;
  183. font-size:13px;
  184. text-decoration:none;
  185. }
  186.  
  187. .jump_page:hover {
  188. color:{color:linkage};
  189. font-family:inconsolata;
  190. font-size:13px;
  191. text-decoration:none;
  192. text-shadow: 1px 0 .2px #FF0000, -1px 0 .2px #00F1F5;
  193. -webkit-transition-duration:0.75s;
  194. -moz-transition-duration:0.75s;
  195. -o-transition: all 0.75s ease-in-out;
  196. transition: all 0.75s ease-in-out;
  197. }
  198.  
  199. #main {
  200. background-color:transparent;
  201. background-attachment:fixed;
  202. background-image: url('{image:Background}');
  203. position:absolute;
  204. width:1250px;
  205. height:100%;
  206. }
  207.  
  208. #sidebar {
  209. margin-top:-8px;
  210. left:0px;
  211. position:fixed;
  212. background-color:{color:sidebar};
  213. width:300px;
  214. height:100%;
  215. border-right:1px solid {color:accent};
  216. z-index:994;
  217. background-attachment:fixed;
  218. background-image: url('{image:sidebar}');
  219. }
  220.  
  221. #simg {
  222. margin-top:45px;
  223. position:fixed;
  224. margin-left:195px;
  225. z-index:100000;
  226. }
  227.  
  228. #simg img {
  229. padding:15px 10px 15px 15px;
  230. border-radius:20px;
  231. width:125px;
  232. height:125px;
  233. background-color:{color:background};
  234. border:4px solid {color:background};
  235. }
  236.  
  237.  
  238.  
  239.  
  240. .smalltitle {
  241. color:{color:text};
  242. font-size:13px;
  243. z-index:1000;
  244. position:fixed;
  245. margin-left:600px;
  246. margin-top:47px;
  247. font-family:trebuchet ms;
  248. font-style:italic;
  249. }
  250.  
  251. #quotemark {
  252. font-size:90px;
  253. font-family:georgia;
  254. color:{color:accent};
  255. margin-left:430px;
  256. margin-top:125px;
  257. opacity:.7;
  258. position:fixed;
  259. }
  260.  
  261. #links {
  262. margin-left:210px;
  263. width:155px;
  264. height:55px;
  265. text-align:left;
  266. margin-top:110px;
  267. z-index:993;
  268. margin-bottom:4px;
  269. position:relative;
  270. }
  271.  
  272. #links a {
  273. height:auto;
  274. font-family:inconsolata;
  275. font-size:10px;
  276. width:0px;
  277. text-transform:uppercase;
  278. padding:20px 10px 10px 5px;
  279. text-align:left;
  280. margin-right:3px;
  281. color:{color:linkage};
  282. background-color:{color:background};
  283. display:inline-block;
  284. }
  285.  
  286.  
  287. #links a:hover {
  288. opacity:1;
  289. text-shadow: 1px 0 .2px #FF0000, -1px 0 .2px #00F1F5;
  290. -webkit-transition-duration:0.75s;
  291. -moz-transition-duration:0.75s;
  292. -o-transition: all 0.75s ease-in-out;
  293. transition: all 0.75s ease-in-out;
  294. }
  295.  
  296. .li1 {
  297. margin-top:-20px;
  298. }
  299.  
  300. .li2 {
  301. margin-top:-30px;
  302. }
  303.  
  304.  
  305. #linkage {
  306. position:relative;
  307. width:123px;
  308. background-color:transparent;
  309. margin-left:115px;
  310. margin-top:70px;
  311. height:100px;
  312. text-align:center;
  313. padding-top:3px;
  314. padding-left:0px;
  315. z-index:995;
  316. }
  317.  
  318. #linkage a {
  319. width:105px;
  320. margin-top:5px;
  321. height:0px;
  322. font-size:9px;
  323. color:transparent;
  324. text-align:left;
  325. letter-spacing:1;
  326. padding:0px 0px 7px 10px;
  327. font-family:inconsolata;
  328. display:inline-block;
  329. }
  330.  
  331.  
  332.  
  333. #linkage a:hover {
  334. text-shadow: 0.5px 0 .2px #FF0000, -0.5px 0 .2px #00F1F5;
  335. margin-left:-10px;
  336. color:{color:linkage font hover};
  337. -webkit-transition-duration:0.5s;
  338. -moz-transition-duration:0.5s;
  339. -o-transition: all 0.5s ease-in-out;
  340. transition: all 0.5s ease-in-out;
  341. }
  342.  
  343. .l1 a {
  344. margin-left:15px;
  345. border-bottom:2px solid {color:background};
  346. }
  347.  
  348. .l2 a {
  349. border-bottom:2px solid {color:background};
  350. margin-left:25px;
  351.  
  352. }
  353.  
  354.  
  355. .l3 a {
  356. border-bottom:2px solid {color:background};
  357. margin-left:35px;
  358. }
  359.  
  360. #title {
  361. width:530px;
  362. z-index:1000;
  363. background-color:{color:background};
  364. text-align:center;
  365. padding:40px 15px 5px 15px;
  366. color:{color:title};
  367. font-family:'Cookie';
  368. font-size:25px;
  369. line-height:25px;
  370. letter-spacing:1px;
  371. margin-top:-10px;
  372. margin-bottom:60px;
  373. margin-left:404px;
  374. }
  375.  
  376. #title a {
  377. color:{color:title};
  378. text-shadow: 2.4px 0 -1px {color:link shadow one};
  379. }
  380.  
  381. #title a:hover {
  382. -webkit-transition-duration:0.75s;
  383. -moz-transition-duration:0.75s;
  384. -o-transition: all 0.75s ease-in-out;
  385. transition: all 0.75s ease-in-out;
  386. }
  387.  
  388.  
  389. #desc {
  390. width:125px;
  391. margin-left:205px;
  392. margin-top:25px;
  393. padding:10px 20px 10px 20px;
  394. background-color:{color:background};
  395. border-radius:20px;
  396. height:auto;
  397. z-index:10000;
  398. opacity:1;
  399. position:fixed;
  400. }
  401.  
  402. #desc:hover {
  403. -webkit-transition-duration:.5s;
  404. -moz-transition-duration:.5s;
  405. -o-transition: all 0.5s ease-in-out;
  406. transition: all 0.5s ease-in-out;
  407. }
  408.  
  409. .desctext {
  410. width:115px;
  411. color:{color:desc};
  412. text-align:justify;
  413. font-family:trebuchet ms;
  414. font-size:10px;
  415. line-height:11px;
  416. margin-top:10px;
  417. }
  418.  
  419. .pagelink {
  420. position:fixed;
  421. text-align:center;
  422. margin-top:240px;
  423. margin-left:250px;
  424. z-index:1000;
  425. padding:4px;
  426. font-family:inconsolata;
  427. background-color:{color:background};
  428. }
  429.  
  430.  
  431. #question {
  432. font-size:11px;
  433. line-height:12px;
  434. padding-bottom:-4px;
  435. font-family:trebuchet ms;
  436. text-align:left;
  437. padding:5px 10px 13px 5px;
  438. border-bottom:1px solid {color:question};
  439. color:{color:question font};
  440. }
  441.  
  442. #triangle {
  443. width:30px;
  444. height:25px;
  445. font-size:30px;
  446. left:35px;
  447. font-family:garamond;
  448. position:relative;
  449. color:{color:question};
  450. top:-3.5px;
  451. }
  452.  
  453. #asker {
  454. text-transform:uppercase;
  455. font-size:10px;
  456. margin-top:-20px;
  457. font-family:open sans condensed;
  458. margin-left:35px;
  459. }
  460.  
  461. #answer {
  462. margin-top:-10px;
  463. }
  464.  
  465. #content {
  466. position:absolute;
  467. height:auto;
  468. left:320px;
  469. width:750px;
  470. background-color:{color:background};
  471. margin-left:-8px;
  472. font-family:{font:body};
  473. margin-bottom:10px;
  474. padding-left:40px;
  475. padding-bottom:20px;
  476. margin-top:-10px;
  477. padding-top:120px;
  478. }
  479.  
  480. #post {
  481. width:500px;
  482. margin-left:60px;
  483. margin-right:0px;
  484. margin-top:-25px;
  485. background-color:{color:post};
  486. margin-bottom:5px;
  487. padding:15px 30px 15px 30px;
  488. }
  489.  
  490. #info {
  491. position:relative;
  492. margin-top:5px;
  493. margin-left:550px;
  494. margin-bottom:10px;
  495. width:100px;
  496. height:5px;
  497. opacity:1;
  498. background-color:{color:background};
  499. font-family:inconsolata;
  500. font-size:9px;
  501. letter-spacing:-1;
  502. text-align:left;
  503. }
  504.  
  505. #info a {
  506. border-bottom:2px solid {color:post};
  507. width:35px;
  508. color:{color:info};
  509. padding-bottom:1px;
  510. }
  511.  
  512. #info a:hover {
  513. text-shadow: 1px 0 .2px #FF0000, -1px 0 .2px #00F1F5;
  514. -webkit-transition-duration:0.75s;
  515. -moz-transition-duration:0.75s;
  516. -o-transition: all 0.75s ease-in-out;
  517. transition: all 0.75s ease-in-out;
  518. }
  519.  
  520.  
  521. .reblog {
  522. height:11px;
  523. opacity:1;
  524. font-family:'inconsolata';
  525. padding:7px;
  526. border-left:4px solid {color:border};
  527. display:inline-block;
  528. text-transform:uppercase;
  529. margin-left:-35px;
  530. background-color:{color:background};
  531. color:{color:accent};
  532. }
  533.  
  534.  
  535. .reblog a {
  536. color:{color:accent};
  537. font-size:10px;
  538. }
  539.  
  540. .reblog a:hover {
  541. color:{color:link hover};
  542. -webkit-transition-duration:1.25s;
  543. -moz-transition-duration:1.25s;
  544. -o-transition: all 1.25s ease-in-out;
  545. transition: all 1.25s ease-in-out;
  546. }
  547.  
  548. .tagging {
  549. position:relative;
  550. padding:4px 25px 4px 15px;
  551. margin-left:70px;
  552. width:510px;
  553. margin-top:-10px;
  554. border-left:4px solid {color:border};
  555. margin-bottom:75px;
  556. font-family:inconsolata;
  557. font-size:11px;
  558. line-height:17px;
  559. background-color:{color:background};
  560. }
  561.  
  562.  
  563. .tagging a {
  564. position:relative;
  565. margin-right:5px;
  566. color:{color:accent};
  567. padding-left:3px;
  568. height:0px;
  569. }
  570.  
  571. .tagging a:hover {
  572. font-style:italic;
  573. color:{color:link hover};
  574. -webkit-transition-duration:.5s;
  575. -moz-transition-duration:.5s;
  576. -o-transition: all 0.5s ease-in-out;
  577. transition: all 0.5s ease-in-out;
  578. }
  579.  
  580. h1{
  581. font-size:16px;
  582. line-height:18px;
  583. text-transform:uppercase;
  584. font-family:trebuchet ms;
  585. color:{color:title};
  586. -webkit-transition-duration:.5s;
  587. -moz-transition-duration:.5s;
  588. -o-transition: all 0.5s ease-in-out;
  589. transition: all 0.5s ease-in-out;
  590. }
  591.  
  592. blockquote {
  593. margin-left:8px;
  594. padding:5px;
  595. border:1px solid {color:block border};
  596. background-color:{color:blockquote};
  597. }
  598.  
  599. .quote {
  600. font-size:15px;
  601. line-height:16px;
  602. font-family:trebuchet ms;
  603. padding-top:-5px;
  604. padding-left:25px;
  605. }
  606.  
  607. #mark {
  608. font-size:80px;
  609. font-family:trebuchet ms;
  610. color:{color:accent};
  611. margin-left:5px;
  612. margin-top:20px;
  613. opacity:.3;
  614. position:absolute;
  615. }
  616.  
  617. .quotesource {
  618. width:500px;
  619. font-size:10px;
  620. font-family:trebuchet ms;
  621. font-style:italic;
  622. padding:2px;
  623. letter-spacing:1px;
  624. text-align:right;
  625. }
  626.  
  627. .user_1 .label {
  628. color:{color:link};
  629. font-weight:bold;
  630. }
  631.  
  632. .user_2 .label {
  633. color:{color:text};
  634. font-weight:bold
  635. }
  636. .user_3 .label {
  637. color:{color:link};
  638. font-weight:bold;
  639. }
  640.  
  641. .user_4 .label {
  642. color:{color:text};
  643. font-weight:bold
  644. }
  645. .user_5 .label {
  646. color:{color:link};
  647. font-weight:bold;
  648. }
  649.  
  650. .user_6 .label {
  651. color:{color:text};
  652. font-weight:bold
  653. }
  654.  
  655. .user_7 .label {
  656. color:{color:link};
  657. font-weight:bold
  658. }
  659.  
  660. .user_8 .label {
  661. color:{color:text};
  662. font-weight:bold
  663. }
  664.  
  665. .user_9 .label {
  666. color:{color:link};
  667. font-weight:bold
  668. }
  669.  
  670. .user_10 .label {
  671. color:{color:text};
  672. font-weight:bold
  673. }
  674.  
  675. ul.chat, .chat ol, .chat li {
  676. list-style:none;
  677. margin:0px;
  678. padding:0px;
  679. line-height:15px;
  680. }
  681.  
  682. .notes img {width:10px; position:relative; top:1px;}
  683. .notes {margin-left:100px;width:370px; text-transform:none;
  684. padding:5px; }
  685. .notes a {background-color:{color:background};
  686. color:{color:text};
  687. font-family:trebuchet ms;
  688. }
  689. ol.notes, .notes li {background-color:transparent;
  690. color:{color:text};
  691. list-style:none; margin-top:5px; }
  692.  
  693. #audentryprob {
  694. display:block;
  695. height:auto;
  696. min-height:135px;
  697. position:relative;
  698. }
  699.  
  700. .audentry {
  701. position:relative;
  702. width:490px;
  703. background-color:transparent;
  704. padding:5px;
  705. min-height:135px;
  706. {block:IndexPage}overflow:hidden;{/block:IndexPage};
  707. }
  708.  
  709. .audioplayersquare {
  710. position:absolute;
  711. z-index:3;
  712. top:5px;
  713. left:5px;
  714. background:white;
  715. opacity:0.7;
  716. filter:alpha(opacity=70);
  717. }
  718.  
  719. .audioplayer {
  720. width:20px;
  721. height:30px;
  722. overflow:hidden;
  723. margin:15px 24px 15px 16px;
  724. }
  725.  
  726. .audiodata {
  727. text-transform:uppercase;
  728. height:10px;
  729. margin-left:10px;
  730. margin-bottom:5px;
  731. padding: 5px;
  732. border-left:20px solid {color:border};
  733. }
  734.  
  735. .audiodata:hover {
  736. border-left:40px solid {color:border};
  737. -webkit-transition-duration:.75s;
  738. -moz-transition-duration:.75s;
  739. -o-transition: all 0.75s ease-in-out;
  740. transition: all 0.75s ease-in-out;
  741. }
  742.  
  743.  
  744. .audiocaption {
  745. color:{color:link};
  746. }
  747.  
  748. h5 {
  749. background-color:{color:linkage};
  750. font-size:12x;
  751. line-height:12px;
  752. font-family:cambria;
  753. color:{color:link};
  754. width:120px;
  755. height:14px;
  756. padding:1px 3px 1px;
  757. -webkit-transition-duration:.25s;
  758. -moz-transition-duration:.25s;
  759. -o-transition: all 0.25s ease-in-out;
  760. transition: all 0.25s ease-in-out;
  761. }
  762.  
  763. h5:hover {
  764. background-color:{color:link};
  765. color:{color:linkage};
  766. font-style:italic;
  767. }
  768.  
  769. h5 a:hover {
  770. color:{color:linkage};
  771. font-style:italic;
  772. }
  773.  
  774.  
  775. iframe#tumblr_controls {
  776. top:2px !important;
  777. right:4px !important;
  778. position:fixed !important;
  779. }
  780.  
  781.  
  782.  
  783. </style>
  784.  
  785.  
  786. </head>
  787.  
  788.  
  789. <body>
  790.  
  791. <div id="main">
  792.  
  793. <div id="sidebar">
  794.  
  795. <div id="links">
  796. <a href="/">h<br>o<br>m<br>e</a>
  797. {block:askEnabled}
  798. <a href="/ask">a<br>s<br>k{/block:AskEnabled}
  799. <a href="/archive">a<br>r<br>c<br>h<br>i<br>v<br>e</a>
  800. <a href="http://forgetfuldonna.tumblr.com">t<br>h<br>e<br>m<br>e</a>
  801. <br><br>
  802.  
  803. </div>
  804. <div id="simg">
  805.  
  806.  
  807. <a href="/"><img src="{image:side}"></a></div>
  808.  
  809. <div id="linkage">
  810. {block:ifLink1}<div class="l1"><a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</div>
  811. {block:ifLink2}<div class="l3"><a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div>
  812. {block:ifLink3}<div class="l2"><a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div>
  813. {block:ifLink4}<div class="l3"><a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  814. {block:ifLink5}<div class="l1"><a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div>
  815. {block:ifLink6}<div class="l2"><a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}</div></div>
  816.  
  817.  
  818. <div class="pagelink">{block:Pagination}
  819. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  820. {block:JumpPagination length="5"}
  821. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  822. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  823. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  824. {/block:Pagination}</div>
  825. <div id="desc">
  826.  
  827. <div class="desctext">{Description}</div></div>
  828.  
  829. </div>
  830.  
  831.  
  832.  
  833.  
  834. <div id="content">
  835.  
  836.  
  837. {block:Posts}
  838.  
  839.  
  840. <div id="post">
  841.  
  842. <div id="info"> {block:Date}<div class="reblog">shared <a href="{Permalink}">{DayOfMonth} {ShortMonth} {Year}</a></div>{/block:Date}<br>
  843. {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} / <a href="{ReblogURL}"target="_blank">reblog post</a> <br>
  844. {block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}
  845. <br>{block:ContentSource} ORIG <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  846. <br>
  847. </div>
  848. {block:Text}
  849. {block:Title}
  850. <h1><a href="{Permalink}">{Title}</a></h1>
  851. {/block:Title}
  852. {Body}
  853. {/block:Text}
  854.  
  855. {block:Photo}
  856. {block:Title}
  857. <h1><a href="{Permalink}">{Title}</a></h1>
  858. {/block:Title}
  859. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  860. {block:Caption}
  861. <div class="caption">{Caption}</div>
  862. {/block:Caption}
  863. {/block:Photo}
  864.  
  865. {block:Photoset}
  866. <center>{Photoset-500}</center>
  867. {block:Caption}
  868. <div class="caption">{Caption}</div>
  869. {/block:Caption}
  870. {/block:Photoset}
  871.  
  872. {block:Quote}
  873. <div id="mark">&ldquo;</div>
  874. {block:Title}
  875. <h1><a href="{Permalink}">{Title}</a></h1>
  876. {/block:Title}
  877. <div class="quote">{Quote}</div>
  878. {block:Source}<br>
  879. <div class="quotesource">- {Source}</div>
  880. {/block:Source}
  881. {/block:Quote}
  882.  
  883. {block:Link}
  884. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  885. {block:Description}
  886. <div class="description">{Description}</div>
  887. {/block:description}
  888.  
  889.  
  890.  
  891. {/block:Link}
  892. {block:Chat}
  893. {block:Title}
  894. <h1><a href="{Permalink}">{Title}</a></h1>
  895. {/block:Title}
  896. <ul class="chat">
  897. {block:Lines}
  898. <li class="user_{UserNumber}">
  899. {block:Label}
  900. <span class="label">
  901. {Label}
  902. </span>
  903. {/block:Label}
  904. &nbsp;{Line}</li>
  905. {/block:Lines}
  906. </ul>
  907. {/block:Chat}
  908.  
  909. {block:Answer}
  910. <div id="question">{Question}
  911.  
  912. </div><div id="triangle">◥</div><br>
  913. <div id="asker">{Asker}</div><br>
  914. <div id="answer">{Answer}</div>
  915. {/block:Answer}
  916.  
  917. {block:Video}
  918. {block:Title}
  919. <h1><a href="{Permalink}">{Title}</a></h1>
  920. {/block:Title}
  921. <center>{Video-500}</center>
  922. {block:Caption}
  923. <div class="caption">{Caption}</div>
  924. {/block:Caption}
  925. {/block:Video}
  926.  
  927. {block:Audio}
  928. <div id="audentryprob">
  929. <div class="audentry">
  930. <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="90" height="90" style="position:absolute; vertical-align:middle; margin-left:25px;" />
  931. {block:AlbumArt}
  932. <img width="90" height="90" src="{AlbumArtURL}" style="position:absolute; " />
  933. {/block:AlbumArt}
  934.  
  935. <div class="audioplayersquare">
  936. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  937. <table style="float:right;" width="360px" cellspacing="4px" cellpadding="5">
  938. {block:TrackName}
  939. <tr>
  940. <td class="audiodata"><b>Song: </b>{TrackName}</td>
  941. </tr>
  942. {/block:TrackName}
  943. {block:Artist}
  944. <tr>
  945. <td class="audiodata"><b>Artist: </b> {Artist}</td>
  946. </tr>
  947. {/block:Artist}
  948. {block:Album}
  949. <tr>
  950. <td class="audiodata"><b>Album: </b>{Album}</td>
  951. </tr>
  952. {/block:Album}
  953. <tr>
  954. <td class="audiodata">Played {FormattedPlayCount} times</td>
  955. </tr>
  956. {block:ExternalAudio}
  957. <tr>
  958. <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
  959. </tr>
  960. {/block:ExternalAudio}
  961. {block:Caption}<tr>
  962. <td class="audiocaption">{Caption}</td></tr>
  963. {/block:Caption}
  964. </table>
  965. </div>
  966. </div>{/block:Audio}
  967. <br></div>
  968.  
  969.  
  970. <div class="tagging">
  971. {block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  972.  
  973.  
  974. {/block:Posts}
  975. {block:PostNotes}{PostNotes}{/block:PostNotes}
  976.  
  977.  
  978.  
  979.  
  980.  
  981. </div>
  982.  
  983. </div>
  984.  
  985. </div>
  986.  
  987. </body>
  988.  
  989. </html>
  990.  
  991. <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment