Advertisement
lizarps

Theme #009: Fairy Wings

Dec 1st, 2015
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.72 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <script type="text/javascript">
  12. WebFontConfig = {
  13. google: { families: [ 'Roboto700::latin', 'Roboto::latin' , 'Bitter::latin' ] }
  14. };
  15. (function() {
  16. var wf = document.createElement('script');
  17. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  18. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  19. wf.type = 'text/javascript';
  20. wf.async = 'true';
  21. var s = document.getElementsByTagName('script')[0];
  22. s.parentNode.insertBefore(wf, s);
  23. })(); </script>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script>
  26. <script type="text/javascript">
  27. $(document).ready(function(){
  28. $(".popupnavi").click(function(){
  29. $(".close").toggleClass("open");
  30. });
  31. });
  32. </script>
  33.  
  34. <script type="text/javascript">
  35. animation openpopup(){
  36. $(".open").css("display", "block").css("opacity", "1").unbind("transitionend webkitTransitionEnd oTransitionEnd otransitionend");
  37. }
  38.  
  39. animation hidepopup(){
  40. $(".open").css("display", "none");
  41. }
  42.  
  43. animation clospopup(){
  44. $(".close").css("opacity", "0").on('transitionend webkitTransitionEnd oTransitionEnd otransitionend', hidepopup);
  45. }
  46.  
  47.  
  48. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  49.  
  50. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  51.  
  52. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  53.  
  54.  
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("a[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:30,
  63. tip_fade_speed:300,
  64. attribute:"title"
  65. });
  66. });
  67. })(jQuery);
  68. </script>
  69.  
  70.  
  71. <!---base code by shayofrp
  72. theme edited by morrisonsrph
  73.  
  74. THIS IS THEME #002; PURE --->
  75.  
  76.  
  77. <meta name="color:Background" content="#ffffff"/>
  78. <meta name="color:Text" content="#a8a8a8"/>
  79. <meta name="color:Scrollbar" content="#000000"/>
  80. <meta name="color:ScrollbarBg" content="#ffffff"/>
  81. <meta name="color:Ask Backg" content="#ffffff"/>
  82. <meta name="color:Links" content="#000000"/>
  83. <meta name="color:Sidebar Background" content="#000000"/>
  84. <meta name="color:Description Background" content="#ffffff"/>
  85. <meta name="color:PostBox" content="#000000"/>
  86. <meta name="color:Post Background" content="#ffffff"/>
  87. <meta name="color:Links Background" content="#ffffff"/>
  88. <meta name="color:Info Background" content="#ffffff"/>
  89.  
  90. <meta name="image:header" content=""/>
  91. <meta name="image:background" content=""/>
  92. <meta name="image:sidebar" content=""/>
  93.  
  94. <meta name="text:link 1" content="Link 1"/>
  95. <meta name="text:link 1 url" content="/"/>
  96. <meta name="text:link 2" content="Link 2"/>
  97. <meta name="text:link 2 url" content="/"/>
  98. <meta name="text:link 3" content="Link 3"/>
  99. <meta name="text:link 3 url" content="/"/>
  100. <meta name="text:link 4" content="Link 4"/>
  101. <meta name="text:link 4 url" content="/"/>
  102. <meta name="text:link 5" content="Link 5"/>
  103. <meta name="text:link 5 url" content="/"/>
  104.  
  105. <meta name="if:styledpre" content="1" />
  106.  
  107.  
  108. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200' rel='stylesheet' type='text/css'>
  109.  
  110. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  111.  
  112. <style>
  113. div#qTip {
  114. padding: 3px;
  115. display: none;
  116. text-align: center;
  117. position: absolute;
  118. font-size:7px;
  119. margin-left:10px;
  120. margin-top:-2px;
  121. line-height:9px;
  122. font-family:arial;
  123. z-index: 1000;
  124. border: 1px solid #cacaca;
  125. background-color:#fff;
  126. color: #9b9b9b;
  127. text-transform:uppercase;
  128. letter-spacing: 2px;
  129. }
  130. </style>
  131.  
  132.  
  133. <style type="text/css">
  134.  
  135.  
  136. ::-webkit-scrollbar-thumb {
  137. height:auto;
  138. background-color:{color:background};
  139. }
  140.  
  141. ::-webkit-scrollbar {
  142. height:9px;
  143. width:2px;
  144. background-color:{color:scrollbar background};
  145. }
  146.  
  147. iframe#tumblr_controls {
  148. white-space:nowrap;
  149. -webkit-filter: invert(100%);
  150. -moz-filter: invert(100%);
  151. -o-filter: invert(100%);
  152. -ms-filter: invert(100%);
  153. filter: invert(100%);
  154. opacity:.2;transition: .8s ease-in-out;
  155. -webkit-transition: .8s ease-in-out;
  156. -moz-transition: .8s ease-in-out;
  157. -o-transition: .8s ease-in-out;
  158. }
  159.  
  160. {block:ifstyledpre}
  161. pre {
  162. text-align:center;
  163. padding:6px;
  164. border:1px solid {color:Text};
  165. box-shadow:2px 2px #ccc;
  166. background:transparent;
  167. color:{color:Text};
  168. font-size:10px;
  169. word-wrap:break-word;
  170. font-family:helvetica;
  171. text-transform:uppercase;
  172. margin:10px;
  173. }
  174. {/block:ifstyledpre}
  175.  
  176. body {
  177. background:{color:background};
  178. margin:0px;
  179. color:{color:text};
  180. font-family:arial, sans-serif;
  181. line-height:150%;
  182. font-size:9px;
  183. text-align:justify;
  184. background-image:url('{image:background}');
  185. }
  186.  
  187. a {
  188. text-decoration:none;
  189. outline:none;
  190. -moz-outline-style:none;
  191. color:{color:text};;
  192. font-family:arial;
  193. }
  194.  
  195. #title{color:{color:text};
  196. padding:5px;
  197. letter-spacing:1px;
  198. margin-bottom:10px;
  199. font-weight:bold;
  200. font-family:arial, sans-serif;
  201. text-align:center;
  202. text-transform:uppercase;
  203. background-color:{color:background};}
  204.  
  205. img {
  206. border:none;
  207. }
  208.  
  209. small{font-size:9px;}
  210.  
  211. h1 {
  212. font-size:15px;
  213. color:{color:text};
  214. text-transform:uppercase;
  215. font-family: 'Roboto', sans-serif;
  216. background-color:{color:post background};
  217. padding:10px;
  218. font-style:bold, italic;
  219. text-align:center;
  220. }
  221.  
  222. h2 {
  223. font-size:10px;
  224. text-align:center;
  225. line-height:100%;
  226. letter-spacing:-0.5px;
  227. color:{color:text};
  228. background-color:#fcfddf;
  229. font-weight:bold;
  230. text-transform:uppercase;
  231. padding:5px;
  232. padding-bottom:2px;
  233. }
  234.  
  235. blockquote {
  236. border-left:1px solid {color:text};
  237. padding-left:5px;
  238. margin-left:10px;
  239. margin-:10px;
  240. }
  241.  
  242. /*SIDEBAR*/
  243.  
  244. #description {
  245. background-color:{color:Description background};
  246. padding:6px;
  247. overflow-x:hidden;
  248. font-size:9px;
  249. margin-top:6px;
  250. height:80px;
  251. color:{color:text};
  252. }
  253.  
  254.  
  255. #sidebar{
  256. padding:10px;
  257. z-index:-9999;
  258. text-align:center;
  259. position:fixed;
  260. margin-top:65px;
  261. background:#fff;
  262. border: 1px solid #999999;
  263. font-size:10px;
  264. margin-left:220px;
  265. margin-top:-6px;
  266. width:380px;
  267. height:370px;
  268. color:black;
  269. font-family:helvetica;
  270. color:{color:background};
  271. }
  272.  
  273.  
  274. #sidebar img {
  275. }
  276.  
  277. #headerimg {
  278. width:850px;
  279. height:180px;
  280. margin-left:217px;
  281. margin-top:16px;
  282.  
  283. }
  284.  
  285. /*ENTRIES*/
  286. .container {
  287. max-height: 500px;
  288. height: 500px;
  289. overflow: auto;
  290. background-color: #ffffff;
  291. }
  292.  
  293. #entries {
  294. position: fixed;
  295. height:380px;
  296. background-color: #ffffff;
  297. overflow:auto;
  298. padding:5px;
  299. overflow-x:hidden;
  300. width:565px;
  301. margin-left:621px;
  302. margin-top:-6px;
  303. border: 1px solid #999999;
  304. }
  305.  
  306. #post {
  307. width: 500px;
  308. margin-left:10px;
  309. border:solid 1px #999999;
  310. margin-top:10px;
  311. height: auto;
  312. background-color: {color:post background};
  313. padding: 20px;
  314. margin-bottom:30px;
  315. color: {color:text};
  316. text-align:justify;
  317. }
  318. }
  319.  
  320. #post {
  321. width: 500px;
  322. margin-left:180px;
  323. height: auto;
  324. background-color: {color:post background};
  325. padding: 20px;
  326. margin-bottom:30px;
  327. color: {color:text};
  328. text-align:justify;
  329. }
  330.  
  331.  
  332. /*POST INFO*/
  333.  
  334. #info {
  335. font-family:arial;
  336. width:500px;
  337. margin-top:5px;
  338. padding-top:7px;
  339. font-size:7px;
  340. color:{color:text};
  341. text-transform:uppercase;
  342. letter-spacing:1px;
  343. font-style:normal;
  344. text-align:center;
  345. -webkit-transition: all .7s linear;
  346. }
  347.  
  348. #info a {
  349. color:{color:link};
  350. background:#fff;
  351. padding:4px;
  352. font-style:normal;
  353. }
  354.  
  355. #info a:hover {
  356. color:{color:link hover};
  357. -webkit-transition: all .7s linear;
  358. }
  359.  
  360. .tags {
  361. font-family:arial;
  362. width:500px;
  363. font-style:normal;
  364. line-height:120%;
  365. opacity:0;
  366. margin-top:10px;
  367. font-size:8px;
  368. text-align:center;
  369. text-transform:uppercase;
  370. -webkit-transition: all .7s linear;
  371. }
  372. .tags a{
  373. color:{color:text};
  374. -webkit-transition: all .7s linear;
  375. }
  376. .tags a:hover{
  377. color:{color:link hover};
  378. -webkit-transition: all .7s linear;
  379. }
  380.  
  381. #post:hover .tags{
  382. opacity:1;
  383. }
  384.  
  385. #line {
  386. width:500px;
  387. height:1px;
  388. margin-top:-6px;
  389. background-color:#ddd;
  390. }
  391.  
  392.  
  393. /*SIDELINKS*/
  394.  
  395. #links {
  396. font-family:arial;
  397. width:120px;
  398. margin-top:-305px;
  399. margin-left:-126px;
  400. font-size:8px;
  401. text-transform:uppercase;
  402. text-align:right;
  403. line-height:200%;
  404. }
  405.  
  406. #links a{
  407. line-height:200%;
  408. padding:4px;
  409. margin-top:1px;
  410. margin-left:4px;
  411. margin-right:4px;
  412. border:1px solid #999999;
  413. color:#999999;
  414. background-color:#fff;
  415. -moz-transition-duration:.7s;
  416. -webkit-transition-duration:.7s;
  417. -o-transition-duration:.7s;
  418. }
  419.  
  420. #links a:hover {
  421. text-decoration:bold;
  422. -moz-transition-duration:.8s;
  423. -webkit-transition-duration:.8s;
  424. -o-transition-duration:.8s;
  425.  
  426. }
  427.  
  428.  
  429. /*QUESTION*/
  430.  
  431. #ask {
  432. color:{color:text};
  433. padding:15px;
  434. font-family:'arial';
  435. font-size:10px;
  436. letter-spacing:0px;
  437. text-align:left;
  438. text-transform:lowercase;
  439. line-height:150%;
  440. background-color:#a0f3b1;
  441. }
  442.  
  443. #ask a {
  444. color:#a0f3b1;
  445.  
  446. }
  447.  
  448. #pagination {
  449. font-family:arial;
  450. width:500px;
  451. font-size:10px;
  452. margin-top:25px;
  453. margin-left:14px;
  454. padding-left:5px;
  455. padding-bottom:5px;
  456. letter-spacing:3px;
  457. text-align:center;
  458. text-transform:uppercase;
  459. }
  460.  
  461. #pagination a {
  462. color:{color:text};
  463. }
  464.  
  465. /*CREDIT*/
  466.  
  467. #cred {
  468. position:fixed;
  469. font-family:'arial';
  470. text-transform:uppercase;
  471. font-size:8px;
  472. right:9px;
  473. bottom:9px;
  474. padding:4px;
  475. background-color:{color:post background};
  476. letter-spacing:1px;
  477. border: 1px solid #999999;
  478. }
  479.  
  480. #cred a {
  481. color:#999999;
  482. }
  483.  
  484. #thekey img{
  485. width:80px;
  486. margin-top: 0px;
  487. margin-left: 50px;
  488. position:fixed;
  489. z-index: 9999;
  490. }
  491.  
  492. #ocehans1{
  493. height:14px;
  494. text-align:left;
  495. overflow:hidden;
  496. margin-top:-1px;
  497. border-bottom:3px solid #efefef;
  498. text-transform:uppercase;
  499. letter-spacing:1px;
  500. font-size:8px;
  501. line-height:10px;
  502. z-index:999999999999999999999;
  503. -webkit-transition: all 0.5s ease-in-out;
  504. -moz-transition: all 0.5s ease-in-out;
  505. -o-transition: all 0.5s ease-in-out;
  506. }
  507. #ocehans1:hover{
  508. height:100px;
  509. -webkit-transition: all 0.5s ease-in-out;
  510. -moz-transition: all 0.5s ease-in-out;
  511. -o-transition: all 0.5s ease-in-out;
  512. }
  513.  
  514. #ocehans2{
  515. height:14px;
  516. text-align:left;
  517. overflow:hidden;
  518. border-bottom:3px solid #efefef;
  519. text-transform:uppercase;
  520. background-color:;
  521. letter-spacing:1px;
  522. font-size;8px;
  523. line-height:13px;
  524. z-index:999999999999999999999;
  525. -webkit-transition: all 0.5s ease-in-out;
  526. -moz-transition: all 0.5s ease-in-out;
  527. -o-transition: all 0.5s ease-in-out;
  528. }
  529.  
  530. #ocehans2:hover{
  531. height:100px;
  532. -webkit-transition: all 0.5s ease-in-out;
  533. -moz-transition: all 0.5s ease-in-out;
  534. -o-transition: all 0.5s ease-in-out;
  535. }
  536.  
  537. #ocehans3{
  538. height:14px;
  539. text-align:left;
  540. overflow:hidden;
  541. border-bottom:3px solid #efefef;
  542. text-transform:uppercase;
  543. background-color:;
  544. letter-spacing:1px;
  545. font-size;8px;
  546. line-height:13px;
  547. z-index:999999999999999999999;
  548. -webkit-transition: all 0.5s ease-in-out;
  549. -moz-transition: all 0.5s ease-in-out;
  550. -o-transition: all 0.5s ease-in-out;
  551. }
  552.  
  553. #ocehans3:hover{
  554. height:100px;
  555. -webkit-transition: all 0.5s ease-in-out;
  556. -moz-transition: all 0.5s ease-in-out;
  557. -o-transition: all 0.5s ease-in-out;
  558. }
  559.  
  560. #ocehans4{
  561. height:14px;
  562. text-align:left;
  563. overflow:hidden;
  564. border-bottom:3px solid #efefef;
  565. text-transform:uppercase;
  566. background-color:;
  567. letter-spacing:1px;
  568. font-size;8px;
  569. line-height:13px;
  570. z-index:999999999999999999999;
  571. -webkit-transition: all 0.5s ease-in-out;
  572. -moz-transition: all 0.5s ease-in-out;
  573. -o-transition: all 0.5s ease-in-out;
  574. }
  575.  
  576. #ocehans4:hover{
  577. height:100px;
  578. -webkit-transition: all 0.5s ease-in-out;
  579. -moz-transition: all 0.5s ease-in-out;
  580. -o-transition: all 0.5s ease-in-out;
  581. }
  582.  
  583. #ocehans5{
  584. height:14px;
  585. text-align:left;
  586. overflow:hidden;
  587. border-bottom:0px solid #efefef;
  588. text-transform:uppercase;
  589. background-color:;
  590. letter-spacing:1px;
  591. font-size;8px;
  592. line-height:13px;
  593. z-index:999999999999999999999;
  594. -webkit-transition: all 0.5s ease-in-out;
  595. -moz-transition: all 0.5s ease-in-out;
  596. -o-transition: all 0.5s ease-in-out;
  597. }
  598.  
  599. #ocehans5:hover{
  600. height:210px;
  601. -webkit-transition: all 0.5s ease-in-out;
  602. -moz-transition: all 0.5s ease-in-out;
  603. -o-transition: all 0.5s ease-in-out;
  604. }
  605.  
  606. #ocehans{
  607. text-align:left;
  608. font-size:8px;
  609. text-transform:uppercase;
  610. opacity: .8;
  611. position:fixed;
  612. font-family:calibri;
  613. left:25px;
  614. background-color:transparent;
  615. letter-spacing:1px;
  616. width:140px;
  617. z-index:9999;
  618. padding:4px;
  619. top:125px;
  620.  
  621. }
  622.  
  623. {CustomCSS}</style></head><body>
  624. <div id="thekey"><img src="http://i68.tinypic.com/2hhpvo2.png"></div>
  625. <div id="ocehans">
  626. <div id="ocehans1">
  627. <div style="font-size:11px; color:#ffffff;">UPDATES</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:left; color:#ffffff;">
  628. <br>
  629. <big>11/26:</big><br>tags update<br><br>
  630. <big>11/18:</big><br>to-do list<br>
  631. makeover rules<br>
  632. graphics requests
  633. <p></p>
  634. </div>
  635. </div>
  636.  
  637. <div id="ocehans2">
  638. <div style="font-size:11px; color:#ffffff;">TO DO LIST</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:left; color:#ffffff;">
  639. <br>
  640. 1 graphics request<br><br>
  641. <u>ONGOING:</u><br>names posts<br>
  642. make more icons<br>
  643. <p></p>
  644. </div></div>
  645.  
  646. <div id="ocehans3">
  647. <div style="font-size:11px; color:#fff;">OPEN REQUESTS</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:left; color:#fff;">
  648. <br>
  649. shoutouts, promos,<br>
  650. opinions, graphics,<br>
  651. bio help, general help + more<br><br>
  652. follow <a href="http://morrisonsrph.tumblr.com/wid" style="color: #000">this link</a> for more info
  653. <p></p>
  654. </div>
  655. </div>
  656.  
  657. <div id="ocehans4">
  658. <div style="font-size:11px; color:#fff;">CURRENTLY CLOSED</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:left; color:#fff;">
  659. <br>
  660. png packs<br>
  661. tutorials<br>
  662. <p></p>
  663. </div></div>
  664.  
  665. <div id="ocehans5">
  666. <div style="font-size:11px; color:#fff;">COMING SOON</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:10px; line-height:10px; text-align:center; color:#fff;">
  667. <br>
  668. <form method="post" action="http://poll.pollcode.com/58295981"><div style="background-color:#EEEEEE;padding:2px;width:135px;font-family:Arial;font-size:8px;color:#000000;"><div style="padding:2px 0px 4px 2px;"><strong>What should I make next?</strong></div><input type="radio" name="answer" value="1" id="answer582959811" style="float:left;" /><label for="answer582959811" style="float:left;width:110px;">Character PSD</label><div style="clear:both;height:2px;"></div><input type="radio" name="answer" value="2" id="answer582959812" style="float:left;" /><label for="answer582959812" style="float:left;width:110px;">Page Theme</label><div style="clear:both;height:2px;"></div><input type="radio" name="answer" value="3" id="answer582959813" style="float:left;" /><label for="answer582959813" style="float:left;width:110px;">Icon Pack</label><div style="clear:both;height:2px;"></div><input type="radio" name="answer" value="4" id="answer582959814" style="float:left;" /><label for="answer582959814" style="float:left;width:110px;">Xmas Pack</label><div style="clear:both;height:2px;"></div><input type="radio" name="answer" value="5" id="answer582959815" style="float:left;" /><label for="answer582959815" style="float:left;width:110px;">PSD</label><div style="clear:both;height:2px;"></div><input type="radio" name="answer" value="6" id="answer582959816" style="float:left;" /><label for="answer582959816" style="float:left;width:110px;">Other (inbox me)</label><div style="clear:both;height:2px;"></div><div align="center" style="padding:3px;"><input type="submit" value=" Vote ">&nbsp;<input type="submit" name="view" value=" View "></div></div></div></form>
  669. <p></p>
  670. </div></div>
  671. </div></div></div></div>
  672.  
  673. </div>
  674. </div></div>
  675.  
  676. </div>
  677. <div id="headerimg"><img src="{image:header}"></div><br><br>
  678. <div id="sidebar"><img src="{image:sidebar}"><div id="description">{description}</div>
  679.  
  680. <div id="links">
  681. <a href="{text:link 1 url}">{text:link 1}</a><br>
  682. <a href="{text:link 2 url}">{text:link 2}</a><br>
  683. <a href="{text:link 3 url}">{text:link 3}</a><br>
  684. <a href="{text:link 4 url}">{text:link 4}</a><br>
  685. <a href="{text:link 5 url}">{text:link 5}</a>
  686. </div>
  687. <p></p><br><br><br>
  688. </div>
  689.  
  690.  
  691. <div id="entries">{block:Posts}<div id="post">
  692.  
  693. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  694.  
  695. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  696.  
  697. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  698.  
  699. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  700.  
  701. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  702.  
  703. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  704.  
  705. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  706. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  707.  
  708. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  709.  
  710. {block:Answer}<div class="question"><img src="{AskerPortraitURL-24}" style="float:left;">&nbsp;&nbsp; {ASKER}:<br><i>&nbsp;&nbsp; {Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  711.  
  712. {block:Date}<div id="info"> <a title="{TimeAgo}" href="{Permalink}">{Month} &nbsp;{DayOfMonth}</a>
  713. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">( {NoteCount} )</a> {/block:NoteCount}
  714.  
  715. </div>
  716.  
  717. <div id="line"></div>
  718.  
  719. {block:HasTags}
  720. <div class="tags">
  721. {block:Tags} <a href="{TagURL}"> <big>#</big> {Tag} &nbsp; </a> {/block:Tags}</div>
  722. {/block:HasTags}
  723. <div class="postnote">
  724. {block:PostNotes}{PostNotes}{/block:PostNotes}
  725. </div>
  726.  
  727. </div>
  728.  
  729. {/block:Posts}
  730.  
  731. <div id="pagination">
  732. <center> {block:Pagination}
  733. <div id="pagination">
  734. {block:PreviousPage}
  735. <a href="{PreviousPage}">←</a>
  736. {/block:PreviousPage}
  737. {block:JumpPagination length="7"}
  738. {block:CurrentPage}
  739. <span class="current_page">{PageNumber}</span>
  740. {/block:CurrentPage}
  741. {block:JumpPage}
  742. <a class="jump_page" href="{URL}">{PageNumber}</a>
  743. {/block:JumpPage}
  744. {/block:JumpPagination}
  745. {block:NextPage}
  746. <a href="{NextPage}">→</a>
  747. {/block:NextPage}
  748. </div>
  749. {/block:Pagination}</center>
  750. </div>
  751.  
  752.  
  753. <div id="cred">
  754. <a href="http://shayofrp.tumblr.com/"><em>JM</em></a>
  755. </div>
  756.  
  757.  
  758. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement