Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.40 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.  
  7. <meta name="color:bg" content="#ffffff">
  8. <meta name="color:containerbg" content="#f7f7f7">
  9. <meta name="color:stuffbg" content="#ffffff">
  10. <meta name="color:notesbuttonbghover" content="#fbda6a">
  11. <meta name="color:notesbuttonfonthover" content="#948964">
  12. <meta name="color:link" content="#252525">
  13. <meta name="color:hover" content="#1c1c1c">
  14. <meta name="color:text" content="#4e4e4e">
  15. <meta name="color:scrollbar" content="#eeeeee">
  16. <meta name="color:boxbg" content="#ffffff">
  17. <meta name="color:boxtext" content="#8b8b8b">
  18. <meta name="color:boxtextaccent" content="#44361f">
  19. <meta name="color:boximageaccent" content="#fad75c">
  20. <meta name="color:boximageaccenthover" content="#60343a">
  21. <meta name="color:officiallinksbg" content="#fad75c">
  22. <meta name="color:officiallinksbghover" content="#211b0c">
  23. <meta name="color:officiallinksfont" content="#816e30">
  24. <meta name="color:officiallinksfonthover" content="#cac9c9">
  25.  
  26.  
  27. <meta name="image:header" content=""/>
  28.  
  29.  
  30. <meta name="text:link1" content="">
  31. <meta name="text:link1 url" content="/">
  32. <meta name="text:link2" content="">
  33. <meta name="text:link2 url" content="/">
  34. <meta name="text:link3" content="">
  35. <meta name="text:link3 url" content="/">
  36. <meta name="text:link4" content="">
  37. <meta name="text:link4 url" content="/">
  38. <meta name="text:link5" content="">
  39. <meta name="text:link5 url" content="/">
  40. <meta name="text:link6" content="">
  41. <meta name="text:link6 url" content="/">
  42.  
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48.  
  49.  
  50.  
  51. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  52.  
  53.  
  54. <script type="text/javascript" src="http://static.tumblr.com/bp5eclb/7aXlvzh6m/jquery-1.2.6.min.js"></script>
  55. <script type='text/javascript'> $(document).ready(function(){ $("img.a").hover( function() { $(this).stop().animate({"opacity": "0"}, "slow"); }, function() { $(this).stop().animate({"opacity": "1"}, "slow"); }); }); </script>
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. a {
  61. color:{color:link};
  62. text-decoration:none;
  63. -moz-transition-duration:0.5s;
  64. -webkit-transition-duration:0.5s;
  65. -o-transition-duration:0.5s;
  66. }
  67.  
  68. a:hover {
  69. color:{color:hover};
  70. text-decoration:none;
  71. -moz-transition-duration:0.5s;
  72. -webkit-transition-duration:0.5s;
  73. -o-transition-duration:0.5s;
  74. }
  75.  
  76.  
  77. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  78. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  79. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  80.  
  81. body {
  82. background: url('http://static.tumblr.com/svlsesh/lnXn4hgc0/bg.png') no-repeat scroll center top #ffffff;
  83. margin: 0px;
  84. font-family: Arial, Helvetica,sans-serif;;
  85. font-size: 11px;
  86. }
  87.  
  88. h1 {
  89. font-weight:normal;
  90. font-size:11px;
  91. text-align:center;
  92. font-style:normal;
  93. line-height:80%;
  94. letter-spacing:1px;
  95. color:#2d2d2d;
  96. text-align:left;
  97. }
  98.  
  99. h2 {
  100. padding:10px;
  101. color:#ffffff;
  102. background-color:#1f1d1b;
  103. font-size:14px;
  104. letter-spacing:0px;
  105. line-height:140%;
  106. text-align:left;
  107. text-align:justify;
  108. }
  109.  
  110.  
  111.  
  112. blockquote {
  113. padding:0px;
  114. padding-left:10px;
  115. margin:5px;
  116. background-color:#ffffff;
  117. }
  118.  
  119. #theme {
  120. background-color: transparent;
  121. width:900px;
  122. margin: 0 auto -12px auto;
  123. text-align: center;
  124. }
  125.  
  126. /*/ HEADER /*/
  127.  
  128. #header{
  129. width:920px;
  130. height:550px;
  131. overflow:hidden;
  132. position:relative;
  133. margin-top:0px;
  134. left:-30px;
  135. }
  136.  
  137.  
  138. /*/ CONTAINER /*/
  139.  
  140. .containerbg{
  141. padding:20px;
  142. margin-left:-60px;
  143. margin-top:29px;
  144. background:{color:containerbg};
  145. padding-top:10px;
  146. width: 880px;
  147. z-index:-1000;
  148. }
  149.  
  150.  
  151. /*/ POSTS /*/
  152.  
  153. #stuffcontainer {
  154. float:left;
  155. margin-left:-570px;
  156. margin-top:-155px;
  157. text-align:justify;
  158. color:{color:text};
  159. margin-bottom: 35px;
  160. }
  161.  
  162.  
  163. #stuff {
  164. width:500px;
  165. margin-top:80px;
  166. padding-bottom:0px;
  167. text-align:justify;
  168. font-size:11px;
  169. letter-spacing:0x;
  170. background-color:{color:stuffbg};
  171. padding: 15px;
  172.  
  173. color:{color:text};
  174. }
  175.  
  176. #capzz {
  177. font-family: calibri;
  178. letter-spacing:1px;
  179. font-size: 10px;
  180. }
  181.  
  182.  
  183. /*/ NOTES /*/
  184.  
  185. .notes {
  186. margin-top:4px;
  187. padding-top:0px;
  188. font-family: arial;
  189. font-size: 10px;
  190. text-align:left;
  191. letter-spacing:0px;
  192. width:490px;
  193. background-color:#f7f7f7;
  194. padding:6px;
  195. }
  196.  
  197.  
  198. .notes a:hover {
  199. text-decoration:underline;
  200. }
  201.  
  202.  
  203. .note {
  204. background-color:{color:stuffbg};
  205. font-family: arial;
  206. font-style:normal;
  207. letter-spacing:0px;
  208. font-size: 9px;
  209. width:490px;
  210. text-align:left;
  211. line-height:100%;
  212. margin-left:0px;
  213. }
  214.  
  215. .note li {
  216. list-style-type:none;
  217. padding:10px;
  218. text-align:left;
  219. margin:0px;
  220. -moz-transition-duration:0.5s;
  221. -webkit-transition-duration:0.5s;
  222. -o-transition-duration:0.5s;
  223. }
  224.  
  225. /*/ TAGS /*/
  226.  
  227. .tags {
  228. width:500px;
  229. font-family:calibri;
  230. font-style:normal;
  231. color:{color:tags};
  232. margin-top:-5px;
  233. font-size:8px;
  234. text-align:right;
  235. }
  236.  
  237. .tags a {
  238. color:{color:tags};
  239. letter-spacing:0px;
  240. padding:1px;
  241. }
  242.  
  243.  
  244. /*/ REBLOG, NOTES, VIA & SOURCE BUTTON /*/
  245.  
  246. .not {
  247. width:500px;
  248. padding:0px;
  249. margin-top:10px;
  250. text-align:left;
  251. }
  252.  
  253. .not a {
  254. font-family:arial;
  255. font-size:9px;
  256. letter-spacing:0px;
  257. text-align:left;
  258. padding:5px;
  259. margin-right:5px;
  260. display:inline-block;
  261. background-color:#f0f0f0;
  262. color:#636363;
  263. }
  264.  
  265. .not a:hover {
  266. background-color:{color:notesbuttonbghover};
  267. color:{color:notesbuttonfonthover};
  268. }
  269.  
  270.  
  271. ol.notes {
  272. padding:0px;
  273. margin:0px -10px;
  274. font-family:arial;
  275. font-size: 9px;
  276. width: 500px;
  277. list-style-type:none;
  278. background-color:transparent;
  279. }
  280. ol.notes li.note {
  281. padding: 10px;
  282. }
  283. ol.notes li.note img.avatar {
  284. vertical-align:-4px;
  285. border-radius:100%;
  286. margin-right:10px;
  287. width:16px;
  288. height:16px;
  289. }
  290. ol.notes li.note span.action {
  291. font-weight:normal;
  292. }
  293. ol.notes li.note .answer_content {
  294. font-weight:normal;
  295. }
  296. ol.notes li.note blockquote {
  297. padding:9px 6px 9px 6px;
  298. margin:10px 0px 0px 25px;
  299. }
  300.  
  301.  
  302.  
  303. /*/ OTHER /*/
  304.  
  305. .caption {
  306. width:500px;
  307. text-align:justify;
  308. line-height:120%;
  309. }
  310.  
  311. .ask {
  312. padding:10px;
  313. border-radius:5px;
  314. text-align:left;
  315. color:{color:text};
  316. background-color:#f7f7f7;
  317. border:1px solid #fafafa;
  318. }
  319.  
  320. .asker {
  321. text-transform:uppercase;
  322. margin-left:0px;
  323. margin-top:3px;
  324. font-family: calibri;
  325. font-size:8px;
  326. color:{color:link};
  327. }
  328.  
  329. .question {
  330. text-transform:uppercase;
  331. width:420px;
  332. font-family: calibri;
  333. text-align:left;
  334. font-size:10px;
  335. padding:10px;
  336. margin-left:40px;
  337. margin-top:-40px;
  338. background-color:#fff;
  339. color:{color:text};
  340. }
  341.  
  342. .answer {
  343. text-align:left;
  344. padding:10px;
  345. color:{color:text};
  346. }
  347.  
  348. .audio {
  349. width:500px;
  350. padding-bottom:10px;
  351. background-color:{color:infobg};
  352. }
  353.  
  354. .albumart {
  355. float:left;
  356. padding:0px 10px 10px 0px;
  357. }
  358.  
  359. .albumart img {
  360. width:45px;
  361. height:45px;
  362. }
  363.  
  364. .playercontainer {
  365. text-align:left;
  366. padding:10px;
  367. background-color:#ffffff;
  368. width:480px;
  369. }
  370.  
  371. .audioinfo {
  372. padding:10px;
  373. color:{color:text};
  374. }
  375.  
  376. ul.chat, .chat ol, .chat li {
  377. list-style:none;
  378. margin:0px;
  379. padding:2px;
  380. }
  381.  
  382. .label {
  383. text-decoration:underline;
  384. font-weight:700;
  385. background-color:{color:infobg};
  386. margin-right:5px;
  387. }
  388.  
  389.  
  390. /*/ BOXES /*/
  391.  
  392.  
  393. #sidebar{
  394. margin-left:600px;
  395. }
  396.  
  397. #boxes {
  398. width: 280px;
  399. margin-left:-50px;
  400. position: absolute;
  401. text-decoration: none;
  402. text-align:center;
  403. text-align:justify;
  404. }
  405.  
  406. .boxtext {
  407. background: {color:boxbg};
  408. width: 290px;
  409. margin-top:-5px;
  410. text-align: justify;
  411. font-family: calibri;
  412. font-size: 11px;
  413. padding-left: 0px;
  414. padding:15px;
  415. padding-top:20px;
  416. padding-bottom:20px;
  417. color:{color:boxtext};
  418. }
  419.  
  420.  
  421. /*/ MEMBERS /*/
  422.  
  423. .m {
  424. width:300px;
  425. margin-left:0px;
  426. line-height: 17px;
  427. }
  428.  
  429. .m a {
  430. padding-right:1px;
  431. }
  432.  
  433. .m img {
  434. margin: 0px;
  435. padding: 2px;
  436. border-radius: 2px;
  437. border: 1px solid {color:boximageaccent};
  438. width:40px;
  439. }
  440.  
  441. .m img:hover {
  442. margin: 0px;
  443. padding: 2px;
  444. -moz-border-radius: 3px;
  445. border-radius: 2px;
  446. border: {color:boximageaccenthover} 1px solid;
  447. }
  448.  
  449.  
  450. /*/ PROJECTS /*/
  451.  
  452. .projects {
  453. margin-top:-55px;
  454. margin-left:0px;
  455. width: 300px;
  456. font-family: calibri;
  457. font-size: 11px;
  458. line-height: 17px;
  459. padding: 0px;
  460. text-align: justify;
  461. }
  462.  
  463.  
  464. .projects img {
  465. margin: 0px;
  466. padding: 0px;
  467. border-radius: 0px;
  468. border: 3px solid {color:boximageaccent};
  469. }
  470.  
  471. .projects img:hover {
  472. margin: 0px;
  473. padding: 0px;
  474. -moz-border-radius: 3px;
  475. border-radius: 2px;
  476. border: 3px solid {color:boximageaccenthover};
  477. }
  478.  
  479.  
  480. .project {
  481. margin-top:0px;
  482. font-family: calibri;
  483. text-transform: capitalize;
  484. font-size: 10px;
  485. letter-spacing: -1px;
  486. }
  487.  
  488.  
  489. /*/ OFFICIAL LINKS /*/
  490.  
  491.  
  492. .officiallinks {
  493. margin-left:-40px;
  494. }
  495.  
  496. .officiallinks a {
  497. font-family: calibri;
  498. font-size:10px;
  499. background: none repeat scroll 0% 0% {color:officiallinksbg};
  500. padding: 6px;
  501. display: block;
  502. width: 270px;
  503. text-align: left;
  504. color: {color:officiallinksfont};
  505. margin-bottom:4px;
  506. }
  507.  
  508. .officiallinks a:hover {
  509. background: none repeat scroll 0% 0% {color:officiallinksbghover};
  510. padding: 6px;
  511. display: block;
  512. width: 270px;
  513. text-align: left;
  514. color: {color:officiallinksfonthover};
  515. text-decoration:underline;
  516. margin-bottom:4px;
  517. }
  518.  
  519.  
  520. /*/ AFFILIATES /*/
  521.  
  522.  
  523. .affiliates {
  524. width: 290px;
  525. }
  526.  
  527. .affiliates img {
  528. width: 40px;
  529. height: 55px;
  530. margin: 2px;
  531. padding: 0px;
  532. border-radius: 2px;
  533. border-bottom: 3px solid {color:boximageaccent};
  534. }
  535.  
  536. .affiliates img:hover {
  537. margin: 2px;
  538. padding: 0px;
  539. -moz-border-radius: 3px;
  540. border-radius: 2px;
  541. border-bottom: 3px solid {color:boximageaccenthover};
  542. }
  543.  
  544.  
  545. /*/ PAGINATION /*/
  546.  
  547. #pagi {
  548. padding:15px;
  549. width:500px;
  550. text-align:center;
  551. margin-bottom:30px;
  552. font-family:calibri;
  553. font-size:12px;
  554. letter-spacing:4px;
  555. text-transform:uppercase;
  556. font-style:italic;
  557. z-index:100;
  558. background-color:{color:stuffbg};
  559. }
  560.  
  561.  
  562. #pagi a:hover {
  563. color:{color:hover}
  564. }
  565.  
  566.  
  567. .slide {
  568. margin-top:-228px;
  569. margin-left:-470px;
  570. }
  571. {CustomCSS}
  572.  
  573. </style></head>
  574.  
  575. <body>
  576. <div id="theme">
  577. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  578. <div id="header">
  579. <img id="Image-Maps-Com-image-maps-2014-04-21-153414" src="http://static.tumblr.com/svlsesh/I75n4faul/ftghfgh.png" border="0" width="920" height="550" orgWidth="920" orgHeight="550" usemap="#image-maps-2014-04-21-153414" alt="" />
  580. <map name="image-maps-2014-04-21-153414" id="ImageMapsCom-image-maps-2014-04-21-153414">
  581. <area alt="" title="" href="http://yeahps.tumblr.com/" shape="rect" coords="192,294,358,319" style="outline:none;" target="_self" />
  582. <area alt="" title="" href="http://yeahps.tumblr.com/ask" shape="rect" coords="380,293,519,318" style="outline:none;" target="_self" />
  583. <area alt="" title="" href="http://yeahps.tumblr.com/sub" shape="rect" coords="542,294,648,318" style="outline:none;" target="_self" />
  584. <area alt="" title="" href="http://yeahps.tumblr.com/links" shape="rect" coords="674,294,755,317" style="outline:none;" target="_self" />
  585. <area shape="rect" coords="918,548,920,550" alt="Image Map" style="outline:none;" title="Image Map" href="http://www.image-maps.com/index.php?aff=mapped_users_0" />
  586. </map>
  587. <div class="slide">
  588. <iframe src="http://slideful.com/v20140422_1669765596062291_ijf.htm" frameborder="0" style="border:0px;padding:0px;margin:0px;width:450px;height:225px;" allowtransparency="true">
  589. <a href="http://slideful.com/v20140422_1669765596062291_pf.htm">View the slide show</a></iframe>
  590. </div></div>
  591. <br><br><br><br><br><br>
  592. <div id="sidebar">
  593. <div id="boxes">
  594. <img src="http://static.tumblr.com/svlsesh/B3ln4ed0b/message.png"/>
  595. <div class="boxtext">
  596. {Description}
  597. </div>
  598. <br><br><br>
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607. <img src="http://static.tumblr.com/svlsesh/VJLn4ed0i/pofm.png"/>
  608. <div class="boxtext">
  609. <a href="http://kahniss.tumblr.com/post/83328577544/paradise-lp1-lp2-code-other-themes"><img src="https://31.media.tumblr.com/6be6b43f3f266446f0b387afff1a86b6/tumblr_inline_n4efaq3SuD1rum8gq.png" /></a>
  610. <br></div><br><br><br>
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617. <img src="http://static.tumblr.com/svlsesh/NeVn4ed1u/resourceslist.png"/>
  618. <div class="boxtext">
  619. <ul class="officiallinks">
  620. <a href="http://yeahps.tumblr.com/tagged/psd1" target="_blank">• PSDs</a>
  621. <a href="http://yeahps.tumblr.com/tagged/gif-psd1" target="_blank">• Gif PSDs</a>
  622. <a href="http://yeahps.tumblr.com/tagged/actions1" target="_blank">• Actions</a>
  623. <a href="http://yeahps.tumblr.com/tagged/textures1" target="_blank">• Textures</a>
  624. <a href="http://yeahps.tumblr.com/tagged/templates1" target="_blank">• Templates</a>
  625. <a href="http://yeahps.tumblr.com/tagged/gradients1" target="_blank">• Gradients</a>
  626. <a href="http://yeahps.tumblr.com/tagged/gif-tutorial1" target="_blank">• Gif tutorials</a>
  627. <a href="http://yeahps.tumblr.com/tagged/brushes1" target="_blank">• Brushes</a>
  628. <a href="http://yeahps.tumblr.com/tagged/fonts1" target="_blank">• Fonts</a>
  629. <a href="http://yeahps.tumblr.com/tagged/theme1" target="_blank">• Themes</a>
  630. <a href="http://yeahps.tumblr.com/tagged/download" target="_blank">• Downloads</a>
  631. <a href="http://yeahps.tumblr.com/tagged/mac" target="_blank">• Downloads for mac</a>
  632. <a href="http://yeahps.tumblr.com/post/18800861373/do-you-know-where-can-i-get-screencaps-after" target="_blank">• Screencaps</a>
  633. <a href="http://yeahps.tumblr.com/tagged/masterpost" target="_blank">• Masterposts</a>
  634. <a href="http://yeahps.tumblr.com/tagged/topaz1" target="_blank">• Topaz related tags</a>
  635. </div>
  636. <br><br><br>
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644. <img src="http://static.tumblr.com/svlsesh/Wfnn4ed23/members.png"/> <div class="boxtext">
  645. {block:GroupMembers}
  646. <table style="margin-top:0px;">
  647. {block:GroupMember}
  648. <tr>
  649. <td style="width:40px;">
  650. <img src="{GroupMemberPortraitURL-40}" width="40px;" height="auto;" style="border:solid 3px {color:boximageaccent};">
  651. </td>
  652. <td style="width:290px; height:auto;">
  653. <div id="m" style="margin-top:10px;">
  654. <a href="{GroupMemberURL}">{GroupMemberName}</a></div>
  655. <div id="m" style="margin-top:-10px;">
  656. <br>{GroupMemberTitle}</br></div>
  657. </td>
  658. </tr>
  659. {/block:GroupMember}
  660. </table>
  661. {/block:GroupMembers}
  662. </div><br><br><br>
  663.  
  664.  
  665.  
  666.  
  667.  
  668. <img src="http://static.tumblr.com/svlsesh/mQun4ed2f/siteinfo.png"/>
  669. <div class="boxtext">
  670. <div style="text-align:justify;">
  671. <b><font color="{color:boxtextaccent}">About: </font></b> Photoshop </font><br>
  672. <b><font color="{color:boxtextaccent}">Theme:</font></b> <a href="http://www.kahniss.tumblr.com/"> Caroline</a> <br>
  673. <b><font color="{color:boxtextaccent}">Layout:</font></b> <a href="http://www.lovoto.tumblr.com/"> Samuel</a> & <a href="http://www.kahniss.tumblr.com/"> Caroline</a> <br>
  674. <b><font color="{color:boxtextaccent}">Currently Online: </font></b> <script type=”text/javascript” src=”http://www.usuarios-online.com/usuarios.php?v=www.yeahps.tumblr.com”></script> <a href=”http://www.usuarios-online.com/en/”>Photoshop Lovers</a> <br>
  675. <b><font color="{color:boxtextaccent}">Hits:</font></b> <script language=”JavaScript” src=”http://s1.freehostedscripts.net/ocount.php?site=ID2525883&name=Visits”></script>
  676. <br><br>
  677. Our site claims no credit for any images/tutorials posted on this site unless stated otherwise. Images and information on this blog are copyright to their respectful owners. If there is any content appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to say which image and it will be promptly removed.
  678. <br><br>
  679. <b>Legal notice:</b> <em>All content on this site belongs to the original copyright owners. No copyright-infringement is intended. YeahPS is a fansite, which is here to help people get a wider understand of Photoshop.</em>
  680. </div></div></div><br><br><br>
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690. <div id="stuffcontainer">
  691. <div class="containerbg">
  692. {block:Posts}
  693.  
  694. <div id="stuff">
  695. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  696.  
  697. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  698.  
  699. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  700. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  701.  
  702. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  703.  
  704. {block:Photoset}<center>{Photoset-500}</center>
  705. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  706.  
  707. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  708.  
  709. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  710.  
  711. {block:Answer}<div class="ask"><img src="{AskerPortraitURL-30}" style=" padding:5px;background:#fffff;"/><div class="question">{Question}<div class="asker">{Asker}</div></div></div><div class="answer">{Answer}</div>{/block:answer}
  712.  
  713.  
  714. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  715. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  716. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  717. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  718. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  719.  
  720.  
  721. <div id="perma">
  722. <div class="perma">
  723. <div class="notes">
  724. <div style="margin-left:0px; padding:2px;">
  725. {block:Date}Posted by
  726. {block:GroupMembers} <a href="{PostAuthorURL}">{PostAuthorName}</a>{/block:GroupMembers} on
  727. {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
  728. </a>
  729. {/block:Date}
  730.  
  731.  
  732.  
  733. {block:RebloggedFrom}
  734. <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
  735. {/block:RebloggedFrom}</a>
  736. {block:ContentSource}
  737. <a title ="{SourceTitle}" href="{SourceURL}"></a>
  738. {/block:ContentSource}
  739. Tagged with
  740. {block:HasTags}{block:Tags}
  741. <a href="{TagURL}">{Tag}</a>,
  742. {/block:Tags}
  743. {/block:HasTags}
  744. </div></div>
  745. <div class="not">
  746. {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</a>
  747. <a href="{ReblogURL}">Reblog</a>
  748.  
  749. {/block:NoteCount}</a>
  750.  
  751.  
  752. {block:ContentSource}
  753. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  754. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  755. {/block:SourceLogo}
  756. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  757. {/block:ContentSource}
  758. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">Via</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">Source</a>{/block:ContentSource}{/block:RebloggedFrom}
  759. {/block:PermalinkPage}
  760.  
  761. </div></div></div>
  762. {/block:Date}
  763.  
  764.  
  765.  
  766. <p>
  767. {block:PostNotes}
  768. <div style="margin-left:15px;">
  769. {PostNotes}{/block:PostNotes}
  770. </div>
  771.  
  772. {/block:Posts}
  773. <br><br>
  774.  
  775.  
  776. <div id="pagi">
  777. {block:IndexPage}
  778. <div id="pagination">
  779. {block:Pagination}
  780. {block:JumpPagination length="5"}
  781. {block:CurrentPage}
  782. <span class="current_page">{PageNumber}</span>
  783. {/block:CurrentPage}
  784. {block:JumpPage}
  785. <a class="jump_page" href="{URL}">{PageNumber}</a>
  786. {/block:JumpPage}
  787. {/block:JumpPagination}
  788. {/block:Pagination}
  789. </div>
  790. {/block:IndexPage}
  791.  
  792.  
  793. </div>
  794.  
  795. </div>
  796.  
  797. </div>
  798. </div>
  799.  
  800. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement