Advertisement
cocoofrps

THEME 17 'TEAM COLA'

Mar 9th, 2014
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 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:SideLinksBorder" content="#966c78"/>
  37.  
  38. <meta name="image:Background" content=""/>
  39. <meta name="image:AskBG" content=""/>
  40. <meta name="image:Banner" content=""/>
  41. <meta name="image:Image One" content=""/>
  42. <meta name="image:Image Two" content=""/>
  43.  
  44. <meta name="text:LINK1" content="REFRESH"/>
  45. <meta name="text:LINK2" content="INQUIRE"/>
  46. <meta name="text:LINK3" content="NAVI"/>
  47. <meta name="text:LINK4" content="ARCHIVE"/>
  48. <meta name="text:LINK1URL" content="/"/>
  49. <meta name="text:LINK2URL" content="/ask"/>
  50. <meta name="text:LINK3URL" content="/etc"/>
  51. <meta name="text:LINK4URL" content="/archive"/>
  52.  
  53. <meta name="if:CoverBackgroundImage" content="0"/>
  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:7px;
  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:11px;
  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. font-size:8px;
  121. width:auto;
  122. padding:5px 8px;
  123. background-color:{color:Border};
  124. color:{color:Background};
  125. }
  126. a {
  127. text-decoration:none;
  128. outline:none;
  129. -moz-outline-style:none;
  130. -webkit-transition: all 0.4s ease-in-out;
  131. -moz-transition: all 0.4s ease-in-out;
  132. -o-transition: all 0.4s ease-in-out;
  133. -ms-transition: all 0.4s ease-in-out;
  134. transition: all 0.4s ease-in-out;
  135. color:{color:Post Links};
  136. }
  137.  
  138. b {
  139. color:{color:border};
  140. font-weight:100;
  141. }
  142.  
  143. a:hover {
  144. color:{color:Hover};
  145. -webkit-transition: all 0.4s ease-in-out;
  146. -moz-transition: all 0.4s ease-in-out;
  147. -o-transition: all 0.4s ease-in-out;
  148. -ms-transition: all 0.4s ease-in-out;
  149. transition: all 0.4s ease-in-out;
  150. }
  151.  
  152. img {
  153. border:none;
  154. width:auto;
  155. }
  156.  
  157. blockquote {
  158. margin-left:5px;
  159. width:auto;
  160. padding-left:5px;
  161. border-left:5px solid {color:Border};
  162. }
  163.  
  164. blockquote blockquote {
  165. padding-left:5px;
  166. border-left:5px solid {color:Border};
  167. }
  168.  
  169. h1 {
  170. font-size:11px;
  171. letter-spacing:2px;
  172. text-transform:uppercase;
  173. font-style:none;
  174. line-height:10px;
  175. text-align:center;
  176. padding:0px;
  177. }
  178.  
  179. /*ENTRIES*/
  180.  
  181. #entries {
  182. width:500px;
  183. position:absolute;
  184. margin-left:650px;
  185. letter-spacing:1px;
  186. font-weight:100;
  187. font-size:11px;
  188. }
  189.  
  190. #post {
  191. background-color:{color:PostBG};
  192. width:500px;
  193. padding-bottom:20px;
  194. padding:20px;
  195. border:10px solid {color:Border};
  196. margin-bottom:10px;
  197. }
  198.  
  199. /*SIDEBAR*/
  200.  
  201. #sidebar {
  202. position:fixed;
  203. margin-left:60px;
  204. margin-top:150px;
  205. z-index:9999999999;
  206. }
  207.  
  208. #one {
  209. position:fixed;
  210. padding:5px;
  211. background-color:{color:Background};
  212. border:1px solid {color:SidebarBorder};
  213. width:250px;
  214. height:400px;
  215. z-index:-99999;
  216. }
  217.  
  218. #two img {
  219. position:fixed;
  220. }
  221.  
  222. #three {
  223. background-color:{color:Background};
  224. padding:0px 10px 10px 10px;
  225. }
  226.  
  227. #three p {
  228. max-height:50px;
  229. padding-right:5px;
  230. font-size:8px;
  231. overflow-y:auto;
  232. }
  233.  
  234. #four {
  235. background-color:{color:Background};
  236. padding:0px 10px 10px 10px;
  237. }
  238.  
  239. #four p {
  240. max-height:50px;
  241. padding-right:5px;
  242. font-size:8px;
  243. overflow-y:auto;
  244. }
  245.  
  246. #four h2 {
  247. background-color:{color:Border};
  248. padding:8px 5px 5px 5px;
  249. width:240px;
  250. margin-left:-10px;
  251. }
  252.  
  253. .textone {
  254. position:fixed;
  255. z-index:999999999;
  256. opacity:0;
  257. margin-top:-380px;
  258. width:250px;
  259. -webkit-transition: all 0.7s ease-in-out;
  260. -moz-transition: all 0.7s ease-in-out;
  261. -o-transition: all 0.7s ease-in-out;
  262. -ms-transition: all 0.7s ease-in-out;
  263. transition: all 0.7s ease-in-out;
  264. }
  265.  
  266. #three h2 {
  267. background-color:{color:Border};
  268. padding:8px 5px 5px 5px;
  269. width:240px;
  270. margin-left:-10px;
  271. }
  272.  
  273. #sidebar:hover .textone {
  274. opacity:0.8;
  275. margin-top:-320px;
  276. -webkit-transition: all 0.4s ease-in-out;
  277. -moz-transition: all 0.4s ease-in-out;
  278. -o-transition: all 0.4s ease-in-out;
  279. -ms-transition: all 0.4s ease-in-out;
  280. transition: all 0.4s ease-in-out;
  281. }
  282.  
  283. #sidebar:hover #desc {
  284. z-index:9999999;
  285. opacity:0.8;
  286. -webkit-transition: all 0.4s ease-in-out;
  287. -moz-transition: all 0.4s ease-in-out;
  288. -o-transition: all 0.4s ease-in-out;
  289. -ms-transition: all 0.4s ease-in-out;
  290. transition: all 0.4s ease-in-out;
  291. }
  292.  
  293. #two {
  294. position:fixed;
  295. margin-left:270px;
  296. padding:5px;
  297. background-color:{color:Background};
  298. border:1px solid {color:SidebarBorder};
  299. width:250px;
  300. height:400px;
  301. }
  302.  
  303. #banner {
  304. margin-left:20px;
  305. margin-bottom:-2px;
  306. }
  307.  
  308. #desc {
  309. position:fixed;
  310. width:230px;
  311. z-index:999999999999;
  312. padding:10px;
  313. opacity:0;
  314. font-size:8px;
  315. color:{color:DescriptionText};
  316. border-top:8px solid {color:SidebarBorder};
  317. border-bottom:8px solid {color:SidebarBorder};
  318. background-color:{color:Text};
  319. -webkit-transition: all 0.6s ease-in-out;
  320. -moz-transition: all 0.6s ease-in-out;
  321. -o-transition: all 0.6s ease-in-out;
  322. -ms-transition: all 0.6s ease-in-out;
  323. transition: all 0.6s ease-in-out;
  324. }
  325.  
  326. #desc .des {
  327. height:224px;
  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. }
  346.  
  347. .links a {
  348. display:block;
  349. border-bottom:2px solid {color:SidebarBorder};
  350. padding:5px;
  351. background-color:{color:ScrollbarBG};
  352. color:{color:Scrollbar};
  353. opacity:0.8;
  354. -webkit-transition: all 0.4s ease-in-out;
  355. -moz-transition: all 0.4s ease-in-out;
  356. -o-transition: all 0.4s ease-in-out;
  357. -ms-transition: all 0.4s ease-in-out;
  358. transition: all 0.4s ease-in-out;
  359. }
  360.  
  361. .links a:hover {
  362. color:{color:Scrollbar};
  363. -webkit-transition: all 0.4s ease-in-out;
  364. -moz-transition: all 0.4s ease-in-out;
  365. -o-transition: all 0.4s ease-in-out;
  366. -ms-transition: all 0.4s ease-in-out;
  367. transition: all 0.4s ease-in-out;
  368. }
  369.  
  370. #pagination {
  371. text-align:center;
  372. font-family:'Dixel';
  373. font-size:8px;
  374. position:fixed;
  375. }
  376.  
  377. #pagination a {
  378. display:block;
  379. }
  380.  
  381. .back {
  382. background-color:{color:Background};
  383. border:1px solid {color:SidebarBorder};
  384. width:250px;
  385. padding:5px;
  386. margin-top:-33px;
  387. }
  388.  
  389. .next {
  390. background-color:{color:Background};
  391. border:1px solid {color:SidebarBorder};
  392. width:250px;
  393. padding:5px;
  394. margin-top:420px;
  395. margin-left:270px;
  396. position:fixed;
  397. }
  398.  
  399. /*AUDIO INFO*/
  400.  
  401. .playerbuttonbg {
  402. position: absolute;
  403. left: 20px;
  404. top: 15px;
  405. width: 30px;
  406. height: 30px;
  407. background-color: #ffffff;
  408. padding: 10px;
  409. opacity: .4;
  410. filter: alpha(opacity=40);
  411. -moz-opacity: 0.4;
  412. -khtml-opacity: 0.4;
  413. transition: opacity .7s ease-in-out;
  414. -moz-transition: opacity .7s ease-in-out;
  415. -webkit-transition: opacity .7s ease-in-out;
  416. }
  417.  
  418. .playerbuttonbg:hover {
  419. opacity: 1;
  420. filter: alpha(opacity=100);
  421. -moz-opacity: 1;
  422. -khtml-opacity: 1;
  423. }
  424.  
  425. .newplayerbutton {
  426. position: relative;
  427. width:30px;
  428. height:30px;
  429. margin-top:-4px;
  430. overflow: hidden;
  431. }
  432.  
  433. .playerbuttonhug {
  434. position: absolute;
  435. top: -25px;
  436. left: -10px;
  437. }
  438.  
  439. .tumblr_audio_player {
  440. height: 90px;
  441. width: 270px;
  442.  
  443. -moz-transform-origin: top left;
  444. -webkit-transform-origin: top left;
  445. -o-transform-origin: top left;
  446. -ms-transform-origin: top left;
  447. transform-origin: top left;
  448. }
  449.  
  450. .audioimgwrapper {
  451. position: absolute;
  452. left: 0px;
  453. top: 0px;
  454. overflow: hidden;
  455. width: 79px;
  456. height: 79px;
  457. border-left:5px solid {color:Post Links};
  458. }
  459.  
  460. .audioimgwrapper img {
  461. width: 100%;
  462. height: auto;
  463. }
  464.  
  465. .trackdetails {
  466. text-transform:uppercase;
  467. width: auto;
  468. display:inline-block;
  469. margin-top:23px;
  470. margin-left: 90px;
  471. border-left:5px solid {color:Text};
  472. padding:5px;
  473. }
  474.  
  475. .audiowrapper {
  476. position: relative;
  477. display:inline-block;
  478. padding-bottom:10px;
  479. }
  480.  
  481. /*POST INFO*/
  482.  
  483. #info {
  484. text-align:right;
  485. font-family:'Dixel';
  486. letter-spacing:1px;
  487. font-size:8px;
  488. font-style:none;
  489. color:{color:Border};
  490. line-height:10px;
  491. text-transform:uppercase;
  492. padding:5px;
  493. background-color:{color:SidebarBorder};
  494. border-color:{color:Border};
  495. }
  496.  
  497. #info a {
  498. text-align:right;
  499. color:{color:Hover};
  500. }
  501.  
  502. #info a:hover {
  503. -moz-transition-duration:0.3s;
  504. -webkit-transition-duration:0.3s;
  505. -o-transition-duration:0.3s;
  506. color:{color:Hover}
  507. }
  508.  
  509. #tags {
  510. margin-top:4px;
  511. width:500px;
  512. text-align:right;
  513. font-size:8px;
  514. margin-left:-5px;
  515. font-family:'arial';
  516. opacity:1;
  517. padding:0px;
  518. text-transform:lowercase;
  519. transition-duration: 0.5s;
  520. -moz-transition-duration: 0.5s;
  521. -webkit-transition-duration: 0.5s;
  522. -o-transition-duration: 0.5s;
  523. background-color:{color:Border};
  524. }
  525.  
  526. #tags a {
  527. padding:5px;
  528. color:{color:SidebarBorder};
  529. letter-spacing:0px;
  530. font-family:'helvetica';
  531. text-decoration:none;
  532. display:inline-block;
  533. }
  534.  
  535. #tags a:hover {
  536. -moz-transition-duration:0.3s;
  537. -webkit-transition-duration:0.3s;
  538. -o-transition-duration:0.3s;
  539. color:{color:Hover};
  540. }
  541.  
  542. /*QUESTION*/
  543.  
  544. .question {
  545. border-left:5px solid {color:Border};
  546. padding:10px;
  547. text-transform:uppercase;
  548. background-image:url('{image:AskBG}');
  549. background-color:{color:SidebarBorder};
  550. }
  551.  
  552. .asker {
  553. font-family:'Dixel';
  554. font-size:8px;
  555. display:inline-block;
  556. color:{color:Border};
  557. background-color:{color:Background};
  558. padding:2px 4px 2px;
  559. }
  560.  
  561. .q {
  562. text-transform:lowercase;
  563. font-size:8px;
  564. background-color:{color:Background};
  565. opacity:0.9;
  566. display:inline;
  567. margin-left:20px;
  568. }
  569.  
  570. .q small,big,code {
  571. background-color:{color:Background};
  572. opacity:0.9;
  573. }
  574.  
  575. /*CREDIT*/
  576.  
  577. #cred {
  578. position:fixed;
  579. font-family:'helvetica';
  580. text-transform:uppercase;
  581. font-size:20px;
  582. background-color:{color:PostBG};
  583. right:9px;
  584. bottom:9px;
  585. padding:5px;
  586. padding-bottom:11px;
  587. border:2px solid {color:Border};
  588. letter-spacing:1px;
  589. }
  590.  
  591. #notes {
  592. font-family:helvetica;
  593. text-transform:uppercase;
  594. }
  595.  
  596. #notes li{
  597. list-style-type:none;
  598. background-color:{color:PostBG};
  599. padding:6px;
  600. }
  601.  
  602. #notes img {
  603. opacity:0;
  604. }
  605.  
  606. #s-m-t-tooltip{
  607. position:absolute;
  608. background-color:{color:PostBG};
  609. padding:3px;
  610. z-index:9999;
  611. border-left:5px solid {color:DescriptionText};
  612. margin-top:-10px;
  613. margin-left:5px;
  614. display:block;
  615. text-transform:uppercase;
  616. font-size:7px;
  617. color:{color:text};
  618. }
  619.  
  620.  
  621. {CustomCSS}</style>
  622. </head><body>
  623. <div id="sidebar">
  624. <div id="one"><img src="{image:Image One}">
  625. <div class="textone"><div id="three"><h2>HEADER ONE</h2><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce varius sollicitudin libero vitae vulputate. Morbi lectus sem, pellentesque sit amet vulputate ut, malesuada vitae velit. Sed sagittis nibh vehicula urna condimentum, et blandit diam scelerisque. Nulla et nunc in nisi venenatis sollicitudin. Quisque mauris lectus, eleifend in velit sed, ultrices semper est. Quisque sit amet elit auctor, eleifend massa a, accumsan risus. Nullam vel diam fringilla, luctus ante at, cursus nisl.</p></div>
  626. <div id="four"><h2>HEADER TWO</h2><p>Just write whatever you want, yup. You have to edit this in the HTML.</p></div>
  627. </div>
  628. </div>
  629. <div id="two">
  630. <img src="{image:Image Two}">
  631. <div class="stuff"><div id="desc">
  632. <div class="des">{Description}
  633. </div>
  634. <div class="links">
  635. <a class="ew" href="{text:LINK1URL}">{text:LINK1}</a>
  636. <a class="ew" href="{text:LINK2URL}">{text:LINK2}</a>
  637. <a class="ew" href="{text:LINK3URL}">{text:LINK3}</a>
  638. <a class="ew" href="{text:LINK4URL}">{text:LINK4}</a></div>
  639. <div class="stuff"></div></div>
  640. </div>
  641. </div>
  642.  
  643. {block:Pagination}
  644. <div id="pagination">
  645. {block:PreviousPage}<div class="back"><a href="{PreviousPage}" title="back">PREV</a></div>{/block:PreviousPage}
  646. {block:NextPage}<div class="next"><a href="{NextPage}" title="next">NEXT</a></div>{/block:NextPage}
  647. </div>
  648. {/block:Pagination}
  649.  
  650. </div>
  651.  
  652. <!-- SIDEBAR ENDS AFTER NEXT DIV -->
  653. </div>
  654.  
  655. <!-- POSTS START -->
  656. <div id="entries">
  657. <div id="banner"><img src="{image:Banner}"></div>
  658. {block:Posts}
  659. <div id="post">
  660.  
  661. {block:Text}
  662. <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>
  663. {Body}<br>{/block:Text}
  664.  
  665. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  666. {block:Caption}{Caption}{/block:Caption}<br>{/block:Photo}
  667.  
  668. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  669. {/block:Caption}<br>{/block:Photoset}
  670.  
  671. {block:Quote}<div style="width:490px;font-size:11px;padding:5px;background-color:{color:Border};color:{color:PostBG};">"{Quote}"</div><br/>
  672. {block:Source}<div class="qsource"> —{Source}</div>
  673. {/block:Source}<br>{/block:Quote}
  674.  
  675. {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}
  676.  
  677. {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}
  678.  
  679. {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}
  680.  
  681.  
  682. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}<br>{/block:Video}
  683.  
  684. <!--- Please don't steal anything. I find it rude and unethical. -->
  685. {block:Answer}<div id="answer"><div class="question"><div class="asker">{Asker}</div><br/><div class="q">{Question}</div></div>{block:Answerer}<br/><div class="question"><div class="asker">{Answerer}</div><br/><div class="q">{Answer}</div></div>{/block:Answerer}{Replies}</div><br/>{/block:Answer}
  686.  
  687. <div id="info">
  688. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a>
  689. {block:NoteCount}
  690. | <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom} {block:ContentSource} |
  691. <a href="{SourceURL}" title="{SourceTitle}">source</a>{/block:ContentSource}
  692. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="Reblogged From" target="_blank"></a>{/block:RebloggedFrom}
  693. {block:HasTags}<div id="tags">
  694. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  695. </div>{block:HasTags}
  696. </div>
  697. </div>
  698. {/block:Posts}
  699. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  700. {/block:Posts}</div></div></div>
  701. <br><br><br><br>
  702.  
  703. <div id="cred">
  704. <a href="http://cocoofrps.tumblr.com/" title="THEME 17 BY COCO">♚</a>
  705. </div>
  706. </div>
  707.  
  708.  
  709.  
  710. </body>
  711.  
  712. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement