ahu419

forgetfulthemes002

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