Advertisement
cocoofrps

THEME 16 'BLAZÉ'

Mar 2nd, 2014
561
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.48 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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  4. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  5. <script>
  6. (function($){
  7. $(document).ready(function(){
  8. $("[title]").style_my_tooltips({
  9. tip_follows_cursor:true,
  10. tip_delay_time:200,
  11. tip_fade_speed:300
  12. }
  13. );
  14. });
  15. })(jQuery);
  16. </script>
  17.  
  18. <head><title>{Title}</title>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <!--- THEME BY @cocoofrps --->
  25.  
  26. <meta name="color:Background" content="#6a5750"/>
  27. <meta name="color:Text" content="#6a5750"/>
  28. <meta name="color:PostBG" content="#a26a73"/>
  29. <meta name="color:SidebarBorder" content="#ae7780" />
  30. <meta name="color:Border" content="#755a61"/>
  31. <meta name="color:Hover" content="#c3b59c"/>
  32. <meta name="color:Scrollbar" content="#8b5769"/>
  33. <meta name="color:ScrollbarBg" content="#c3b59c"/>
  34. <meta name="color:Post Links" content="#c3b59c"/>
  35. <meta name="color:DescriptionText" content="#966c78"/>
  36. <meta name="color:SideLinksHover" content="#966c78"/>
  37.  
  38. <meta name="image:Background" content=""/>
  39. <meta name="image:Banner" content=""/>
  40. <meta name="image:AskBackground" content=""/>
  41. <meta name="image:SidebarBG" content=""/>
  42.  
  43. <meta name="text:LINK1" content="REFRESH"/>
  44. <meta name="text:LINK2" content="INQUIRE"/>
  45. <meta name="text:LINK3" content="NAVI"/>
  46. <meta name="text:LINK4" content="ARCHIVE"/>
  47. <meta name="text:LINK1URL" content="/"/>
  48. <meta name="text:LINK2URL" content="/ask"/>
  49. <meta name="text:LINK3URL" content="/etc"/>
  50. <meta name="text:LINK4URL" content="/archive"/>
  51.  
  52. <meta name="if:CoverBackgroundImage" content="0"/>
  53. <meta name="if:BannerLinks" content="1"/>
  54.  
  55. <style type="text/css">
  56.  
  57. @font-face {
  58. font-family: "Dixel";
  59. src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf');
  60. }
  61.  
  62. ::-webkit-scrollbar-thumb {
  63. height:auto;
  64. border:{color:ScrollbarBg};
  65. border:1px solid {color:ScrollbarBg};
  66. background-color:{color:Scrollbar};
  67. }
  68.  
  69. ::-webkit-scrollbar {
  70. height:9px;
  71. width:5px;
  72. background-color:{color:ScrollbarBg};
  73. }
  74.  
  75. ::selection {
  76. background: {color:Background};
  77. color: {color:PostBG};
  78. }
  79.  
  80. ::-moz-selection {
  81. background: {color:Background};
  82. color: {color:PostBG};
  83. }
  84.  
  85. ::-webkit-selection {
  86. background: {color:Background};
  87. color: {color:PostBG};
  88. }
  89.  
  90. body {
  91. overflow-y:scroll;
  92. background:{color:Background};
  93. margin:0px;
  94. color:{color:Text};
  95. font-family:'arial';
  96. font-size:10px;
  97. line-height:110%;
  98. letter-spacing:1px;
  99. text-align:justify;
  100. {block:ifNotCoverBackgroundImage}
  101. background-image:url('{image:Background}');
  102. background-attachment:fixed;
  103. {block:ifNotCoverBackgroundImage}
  104. {block:IfCoverBackgroundImage}
  105. background: url('{image:Background}') no-repeat center center fixed;
  106. -webkit-background-size: cover;
  107. -moz-background-size: cover;
  108. -o-background-size: cover;
  109. background-size: cover;
  110. {block:IfCoverBackgroundImage}
  111. }
  112.  
  113. small,big,code {
  114. font-size:8px;
  115. font-family:'Dixel';
  116. }
  117.  
  118. pre {
  119. font-family:'Dixel';
  120. width:auto;
  121. padding:5px 8px;
  122. background-color:{color:Border};
  123. color:{color:Hover};
  124. border:4px solid {color:SidebarBorder};
  125. }
  126. a {
  127. text-decoration:none;
  128. outline:none;
  129. -moz-outline-style:none;
  130. color:{color:Post Links};
  131. }
  132.  
  133. b {
  134. color:{color:border};
  135. font-weight:100;
  136. }
  137.  
  138. a:hover {
  139. color:{color:Hover};
  140. -webkit-transition: all 0.4s ease-in-out;
  141. -moz-transition: all 0.4s ease-in-out;
  142. -o-transition: all 0.4s ease-in-out;
  143. -ms-transition: all 0.4s ease-in-out;
  144. transition: all 0.4s ease-in-out;
  145. }
  146.  
  147. img {
  148. border:none;
  149. width:auto;
  150. }
  151.  
  152. blockquote {
  153. margin-left:5px;
  154. width:auto;
  155. padding-left:5px;
  156. border-left:5px solid {color:Border};
  157. }
  158.  
  159. blockquote blockquote {
  160. padding-left:5px;
  161. border-left:5px solid {color:Border};
  162. }
  163.  
  164. h1 {
  165. font-size:11px;
  166. letter-spacing:2px;
  167. text-transform:uppercase;
  168. font-style:none;
  169. line-height:10px;
  170. text-align:center;
  171. padding:0px;
  172. }
  173.  
  174. /*ENTRIES*/
  175. #right {
  176. position:fixed;
  177. width:605px;
  178. height:100%;
  179. background-color:{color:Background};
  180. margin-top:0px;
  181. margin-left:70px;
  182. }
  183.  
  184. #entries {
  185. width:500px;
  186. position:absolute;
  187. margin-left:450px;
  188. margin-top:260px;
  189. letter-spacing:1px;
  190. font-weight:100;
  191. font-size:8px;
  192. }
  193.  
  194. #post {
  195. background-color:{color:PostBG};
  196. width:500px;
  197. padding-bottom:20px;
  198. padding:20px;
  199. border:10px solid {color:Border};
  200. margin-top:10px;
  201. }
  202.  
  203. /*SIDEBAR*/
  204.  
  205. #sidebar {
  206. position:fixed;
  207. margin-left:0px;
  208. margin-top:0px;
  209. z-index:9999999999;
  210. }
  211.  
  212. #banner {
  213. position:fixed;
  214. margin-left:200px;
  215. margin-top:0px;
  216. width:810px;
  217. height:240px;
  218. border-bottom:10px solid {color:SidebarBorder};
  219. -webkit-transition: all 0.4s ease-in-out;
  220. -moz-transition: all 0.4s ease-in-out;
  221. -o-transition: all 0.4s ease-in-out;
  222. -ms-transition: all 0.4s ease-in-out;
  223. transition: all 0.4s ease-in-out;
  224. }
  225.  
  226. .left {
  227. background-color:{color:SidebarBorder};
  228. width:100px;
  229. height:235px;
  230. opacity:0.2;
  231. margin-top:-5px;
  232. position:fixed;
  233. padding:10px;
  234. text-align:right;
  235. -webkit-transition: all 0.4s ease-in-out;
  236. -moz-transition: all 0.4s ease-in-out;
  237. -o-transition: all 0.4s ease-in-out;
  238. -ms-transition: all 0.4s ease-in-out;
  239. transition: all 0.4s ease-in-out;
  240. }
  241.  
  242. .right {
  243. background-color:{color:SidebarBorder};
  244. margin-left:690px;
  245. width:100px;
  246. height:235px;
  247. margin-top:-5px;
  248. opacity:0.2;
  249. position:fixed;
  250. padding:10px;
  251. -webkit-transition: all 0.4s ease-in-out;
  252. -moz-transition: all 0.4s ease-in-out;
  253. -o-transition: all 0.4s ease-in-out;
  254. -ms-transition: all 0.4s ease-in-out;
  255. transition: all 0.4s ease-in-out;
  256. }
  257.  
  258. #banner a {
  259. background-color:{color:Border};
  260. border-top:5px solid {color:Hover};
  261. font-family:'Dixel';
  262. padding:5px;
  263. font-size:8px;
  264. color:{color:SidebarBorder};
  265. display:block;
  266. margin-top:10px;
  267. -webkit-transition: all 0.6s ease-in-out;
  268. -moz-transition: all 0.6s ease-in-out;
  269. -o-transition: all 0.6s ease-in-out;
  270. -ms-transition: all 0.6s ease-in-out;
  271. transition: all 0.6s ease-in-out;
  272. }
  273.  
  274. #banner a:hover {
  275. border-top:5px solid {color:Post Links};
  276. background-image:url('{image:SidebarBG}');
  277. text-shadow:1px 1px 0px {color:Hover};
  278. color:{color:Post Links};
  279. -webkit-transition: all 0.6s ease-in-out;
  280. -moz-transition: all 0.6s ease-in-out;
  281. -o-transition: all 0.6s ease-in-out;
  282. -ms-transition: all 0.6s ease-in-out;
  283. transition: all 0.6s ease-in-out;
  284. }
  285.  
  286. #banner:hover .left {
  287. margin-left:-110px;
  288. opacity:1;
  289. -webkit-transition: all 0.4s ease-in-out;
  290. -moz-transition: all 0.4s ease-in-out;
  291. -o-transition: all 0.4s ease-in-out;
  292. -ms-transition: all 0.4s ease-in-out;
  293. transition: all 0.4s ease-in-out;
  294. }
  295.  
  296. #banner:hover .right {
  297. margin-left:810px;
  298. opacity:1;
  299. -webkit-transition: all 0.4s ease-in-out;
  300. -moz-transition: all 0.4s ease-in-out;
  301. -o-transition: all 0.4s ease-in-out;
  302. -ms-transition: all 0.4s ease-in-out;
  303. transition: all 0.4s ease-in-out;
  304. }
  305.  
  306. #desc {
  307. position:fixed;
  308. width:200px;
  309. margin-left:200px;
  310. margin-top:270px;
  311. padding:10px;
  312. font-size:8px;
  313. color:{color:DescriptionText};
  314. opacity:0.8;
  315. border-top:8px solid {color:SidebarBorder};
  316. background-image:url('{image:SidebarBG}');
  317. border-bottom:8px solid {color:SidebarBorder};
  318. background-color:{color:Text};
  319. -webkit-transition: all 0.4s ease-in-out;
  320. -moz-transition: all 0.4s ease-in-out;
  321. -o-transition: all 0.4s ease-in-out;
  322. -ms-transition: all 0.4s ease-in-out;
  323. transition: all 0.4s ease-in-out;
  324. }
  325.  
  326. #desc .des {
  327. max-height:100px;
  328. overflow:auto;
  329. line-height:110%;
  330. opacity:0.9;
  331. background-color:{color:Hover};
  332. padding:20px;
  333. border-bottom:2px solid {color:SidebarBorder};
  334. -webkit-transition: all 0.4s ease-in-out;
  335. -moz-transition: all 0.4s ease-in-out;
  336. -o-transition: all 0.4s ease-in-out;
  337. -ms-transition: all 0.4s ease-in-out;
  338. transition: all 0.4s ease-in-out;
  339. }
  340.  
  341. .links {
  342. font-family:'Dixel';
  343. font-size:8px;
  344. border-top:2px solid {color:SidebarBorder};
  345. width:200px;
  346. }
  347.  
  348. .links a {
  349. display:block;
  350. border-bottom:2px solid {color:SideLinksHover};
  351. padding:5px;
  352. background-color:{color:ScrollbarBG};
  353. color:{color:Scrollbar};
  354. opacity:0.8;
  355. -webkit-transition: all 0.4s ease-in-out;
  356. -moz-transition: all 0.4s ease-in-out;
  357. -o-transition: all 0.4s ease-in-out;
  358. -ms-transition: all 0.4s ease-in-out;
  359. transition: all 0.4s ease-in-out;
  360. }
  361.  
  362. .links a:hover {
  363. color:{color:Scrollbar};
  364. padding-bottom:8px;
  365. -webkit-transition: all 0.4s ease-in-out;
  366. -moz-transition: all 0.4s ease-in-out;
  367. -o-transition: all 0.4s ease-in-out;
  368. -ms-transition: all 0.4s ease-in-out;
  369. transition: all 0.4s ease-in-out;
  370. }
  371.  
  372. #pagination {
  373. text-align:center;
  374. font-family:'Dixel';
  375. width:200px;
  376. display:block;
  377. background-color:{color:Hover};
  378. }
  379.  
  380. #pagination .pagi {
  381. padding:5px;
  382. font-size:8px;
  383. color:{color:Background};
  384. -webkit-transition: all 0.4s ease-in-out;
  385. -moz-transition: all 0.4s ease-in-out;
  386. -o-transition: all 0.4s ease-in-out;
  387. -ms-transition: all 0.4s ease-in-out;
  388. transition: all 0.4s ease-in-out;
  389. }
  390.  
  391. #pagination a {
  392. display:inline-block;
  393. width:88px;
  394. }
  395.  
  396. /*AUDIO INFO*/
  397.  
  398. .playerbuttonbg {
  399. position: absolute;
  400. left: 20px;
  401. top: 15px;
  402. width: 30px;
  403. height: 30px;
  404. background-color: #ffffff;
  405. padding: 10px;
  406. opacity: .4;
  407. filter: alpha(opacity=40);
  408. -moz-opacity: 0.4;
  409. -khtml-opacity: 0.4;
  410. transition: opacity .7s ease-in-out;
  411. -moz-transition: opacity .7s ease-in-out;
  412. -webkit-transition: opacity .7s ease-in-out;
  413. }
  414.  
  415. .playerbuttonbg:hover {
  416. opacity: 1;
  417. filter: alpha(opacity=100);
  418. -moz-opacity: 1;
  419. -khtml-opacity: 1;
  420. }
  421.  
  422. .newplayerbutton {
  423. position: relative;
  424. width:30px;
  425. height:30px;
  426. margin-top:-4px;
  427. overflow: hidden;
  428. }
  429.  
  430. .playerbuttonhug {
  431. position: absolute;
  432. top: -25px;
  433. left: -10px;
  434. }
  435.  
  436. .tumblr_audio_player {
  437. height: 90px;
  438. width: 270px;
  439.  
  440. -moz-transform-origin: top left;
  441. -webkit-transform-origin: top left;
  442. -o-transform-origin: top left;
  443. -ms-transform-origin: top left;
  444. transform-origin: top left;
  445. }
  446.  
  447. .audioimgwrapper {
  448. position: absolute;
  449. left: 0px;
  450. top: 0px;
  451. overflow: hidden;
  452. width: 79px;
  453. height: 79px;
  454. border-left:5px solid {color:Post Links};
  455. }
  456.  
  457. .audioimgwrapper img {
  458. width: 100%;
  459. height: auto;
  460. }
  461.  
  462. .trackdetails {
  463. text-transform:uppercase;
  464. width: auto;
  465. display:inline-block;
  466. margin-top:23px;
  467. margin-left: 90px;
  468. border-left:5px solid {color:Text};
  469. padding:5px;
  470. }
  471.  
  472. .audiowrapper {
  473. position: relative;
  474. display:inline-block;
  475. padding-bottom:10px;
  476. }
  477.  
  478. /*POST INFO*/
  479.  
  480. #info {
  481. text-align:right;
  482. font-family:'Dixel';
  483. letter-spacing:1px;
  484. font-size:8px;
  485. font-style:none;
  486. color:{color:Border};
  487. line-height:10px;
  488. text-transform:uppercase;
  489. padding:5px;
  490. background-color:{color:Background};
  491. border-color:{color:Border};
  492. }
  493.  
  494. #info a {
  495. text-align:right;
  496. color:{color:Hover};
  497. }
  498.  
  499. #info a:hover {
  500. -moz-transition-duration:0.3s;
  501. -webkit-transition-duration:0.3s;
  502. -o-transition-duration:0.3s;
  503. color:{color:Hover}
  504. }
  505.  
  506. #tags {
  507. margin-top:4px;
  508. width:500px;
  509. text-align:right;
  510. font-size:8px;
  511. margin-left:-5px;
  512. font-family:'arial';
  513. opacity:1;
  514. padding:0px;
  515. text-transform:lowercase;
  516. transition-duration: 0.5s;
  517. -moz-transition-duration: 0.5s;
  518. -webkit-transition-duration: 0.5s;
  519. -o-transition-duration: 0.5s
  520. color:{color:SidebarBorder};
  521. background-color:{color:Border};
  522. }
  523.  
  524. #tags a {
  525. padding:5px;
  526. letter-spacing:0px;
  527. font-family:'helvetica';
  528. text-decoration:none;
  529. display:inline-block;
  530. }
  531.  
  532.  
  533. #sweg {
  534. margin-top:300px;
  535. position:fixed;
  536. }
  537. #tags a:hover {
  538. -moz-transition-duration:0.3s;
  539. -webkit-transition-duration:0.3s;
  540. -o-transition-duration:0.3s;
  541. color:{color:Hover};
  542. }
  543.  
  544. /*QUESTION*/
  545.  
  546. #asker {
  547. padding:14px;
  548. background-image:url('{image:AskBackground}');
  549. font-size:11px;
  550. letter-spacing:0px;
  551. text-align:left;
  552. margin-top:0px;
  553. border:2px solid {color:Border};
  554. text-transform:lowercase;
  555. line-height:100%;
  556. }
  557.  
  558. #q {
  559. border:2px solid {color:Border};
  560. -webkit-border-radius: 5px;
  561. -moz-border-radius: 5px;
  562. -o-border-radius: 5px;
  563. -ms-border-radius: 5px;
  564. border-radius: 5px;
  565. }
  566.  
  567. /*CREDIT*/
  568.  
  569. #cred {
  570. position:fixed;
  571. font-family:'helvetica';
  572. text-transform:uppercase;
  573. font-size:20px;
  574. background-color:{color:PostBG};
  575. right:9px;
  576. bottom:9px;
  577. padding:5px;
  578. padding-bottom:11px;
  579. border:2px solid {color:Background};
  580. letter-spacing:1px;
  581. }
  582.  
  583. #notes {
  584. font-family:helvetica;
  585. text-transform:uppercase;
  586. }
  587.  
  588. #notes li{
  589. list-style-type:none;
  590. background-color:{color:PostBG};
  591. padding:6px;
  592. }
  593.  
  594. #notes img {
  595. opacity:0;
  596. }
  597.  
  598. #s-m-t-tooltip{
  599. position:absolute;
  600. background-color:{color:PostBG};
  601. padding:3px;
  602. z-index:9999;
  603. border-left:5px solid {color:DescriptionText};
  604. margin-top:-10px;
  605. margin-left:5px;
  606. display:block;
  607. text-transform:uppercase;
  608. font-size:7px;
  609. color:{color:text};
  610. }
  611.  
  612.  
  613. {CustomCSS}</style>
  614. </head><body>
  615. <div id="sidebar">
  616. <div id="banner">
  617. {block:ifBannerLinks}
  618. <div class="left">
  619. <a href="/">one</a>
  620. <a href="/">two</a>
  621. <a href="/">three</a>
  622. <a href="/">four</a>
  623. <a href="/">five</a>
  624. <a href="/">and the tablets turn</a>
  625.  
  626. </div>
  627. <div class="right">
  628. <a href="/">seven</a>
  629. <a href="/">eight</a>
  630. <a href="/">nine</a>
  631. <a href="/">ten</a>
  632. <a href="/">eleven</a>
  633. <a href="/">i'm not quoting anything</a>
  634. </div>
  635. {/block:ifBannerLinks}
  636. <img src="{image:Banner}">
  637. </div>
  638.  
  639. <div id="desc">
  640. <div class="des">{Description}
  641. </div>
  642.  
  643. <div class="links">
  644. <a class="ew" href="{text:LINK1URL}">{text:LINK1}</a>
  645. <a class="ew" href="{text:LINK2URL}">{text:LINK2}</a>
  646. <a class="ew" href="{text:LINK3URL}">{text:LINK3}</a>
  647. <a class="ew" href="{text:LINK4URL}">{text:LINK4}</a>
  648. {block:Pagination}
  649. <div id="pagination" class="pagi">
  650. {block:PreviousPage}<a href="{PreviousPage}" title="back">PREV // </a>{/block:PreviousPage}
  651. {block:NextPage}<a href="{NextPage}" title="next">NEXT</a>{/block:NextPage}
  652. </div>
  653. {/block:Pagination}
  654. </div>
  655.  
  656. </div>
  657.  
  658. <!-- SIDEBAR ENDS AFTER NEXT DIV -->
  659. </div>
  660.  
  661. <!-- POSTS START -->
  662. <div id="entries">
  663. {block:Posts}
  664. <div id="post">
  665.  
  666. {block:Text}
  667. <h1>{block:Title}<a href="{Permalink}" title="{Title}"><div style="font-weight:100;border-top:5px solid {color:SidebarBorder};font-size:8px;font-family:'Dixel';text-transform:uppercase;padding:5px 7px 7px 8px;background-color:{color:Border};color:{color:PostBG};">{Title}</div></a>{/block:Title}</h1>
  668. {Body}<br>{/block:Text}
  669.  
  670. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  671. {block:Caption}{Caption}{/block:Caption}<br>{/block:Photo}
  672.  
  673. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  674. {/block:Caption}<br>{/block:Photoset}
  675.  
  676. {block:Quote}<div style="width:490px;font-size:11px;padding:5px;background-color:{color:Border};color:{color:PostBG};">"{Quote}"</div><br/>
  677. {block:Source}<div class="qsource"> —{Source}</div>
  678. {/block:Source}<br>{/block:Quote}
  679.  
  680. {block:Link}<a href="{URL}" {Target} title="{Name}"><div style="border-top:5px solid {color:SidebarBorder};font-size:8px;font-family:'Dixel';text-tranform:uppercase;padding:5px 7px 7px 8px;background-color:{color:Border};color:{color:PostBG};">{Name}</div></a>{block:Description}{Description}{/block:Description}<br>{/block:Link}
  681.  
  682. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<span style="font-size:15px;text-transform:uppercase;"><b>{Label}</b></span>{/block:Label} {Line}<br>{/block:Lines}<br>{/block:Chat}
  683.  
  684. {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt} <div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}{Artist}{/block:Artist}<br/>{block:Album}{Album}{/block:Album}<br/></div></div>{block:Caption}<br/>{Caption}{/block:Caption}{/block:AudioPlayer}
  685.  
  686.  
  687. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  688.  
  689. <!--- Please don't steal anything. I find it rude and unethical. -->
  690. {block:Answer}<div id="asker"><span style="text-transform:uppercase;color:{color:Post Links};letter-spacing:2px;text-shadow:1px 1px 0px {color:PostBG};">{Asker}:</span></br>{Question}</div>{block:Answerer}</br><div style="padding:14px;border:2px solid {color:Border};padding-top:17px;padding-bottom:2px;"><span style="text-transform:uppercase;letter-spacing:2px;">{Answerer}:</span><div style="margin-top:-10px;">{Answer}</div></div>{/block:Answerer}{Replies}</br>{/block:Answer}
  691.  
  692. <div id="info">
  693. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a>
  694. {block:NoteCount}
  695. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  696. <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  697. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  698. {block:HasTags}<div id="tags">
  699. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  700. </div>{block:HasTags}
  701. </div>
  702. </div>
  703. {/block:Posts}
  704. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  705. {/block:Posts}</div></div></div>
  706. <br><br><br><br>
  707.  
  708. <div id="cred">
  709. <a href="http://cocoofrps.tumblr.com/" title="THEME 16 BY COCO">♚</a>
  710. </div>
  711. </div>
  712.  
  713.  
  714.  
  715. </body>
  716.  
  717. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement