Advertisement
enemylinnes

Theme 45 - Royalty

Apr 13th, 2014
1,391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.26 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. <!-- Theme created by Sheila ( rosetyller.tumblr.com ) DON'T STEAL OR USE THIS AS A BASE CODE. FEEL FREE FOR EDIT IT AND ASK ME ANY DOUBT!
  4. -->
  5. <head>
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:Background" content ="#fdfeff"/>
  8. <meta name="color:Scrollbar" content= "#969090"/>
  9. <meta name="font:Text" content="Helvetica"/>
  10. <meta name="color:Text" content="#686461"/>
  11. <meta name="color:Sidebar" content="#686461"/>
  12. <meta name="color:Link" content=โ€"#72716e"/>
  13. <meta name="color:Link Hover" content="#9c9a9a"/>
  14. <meta name="image:Sidebar" content=""/>
  15. <meta name="image:Sidebarbg" content=""/>
  16. <meta name="color:Info" content="#464646"/>
  17. <meta name="text:link1" content="link 1" />
  18. <meta name="text:url1" content="/" />
  19. <meta name="text:link2" content="link 2" />
  20. <meta name="text:url2" content="/" />
  21. <meta name="text:link3" content="link3"/>
  22. <meta name="text:url3" content="/"/>
  23. <meta name="text:link4" content="link 4" />
  24. <meta name="text:url4" content="/" />
  25. <meta name="text:link5" content="link 5" />
  26. <meta name="text:url5" content="/" />
  27. <meta name="text:link6" content="link 6" />
  28. <meta name="text:url6" content="/" />
  29. <meta name="text:update" content="" />
  30.  
  31.  
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Oleo Script' rel='stylesheet' type='text/css'>
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45.  
  46. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("a[title]").style_my_tooltips({
  51. tip_follows_cursor:true,
  52. tip_delay_time:20,
  53. tip_fade_speed:400,
  54. attribute:"title"
  55. });
  56. });
  57. })(jQuery);
  58. </script>
  59.  
  60.  
  61. <style type="text/css">
  62. body {
  63. background-color: {color:Background};
  64. background-image: {image:Background};
  65. font-family: calibri;
  66. font-size: 11px;
  67. color: {color:Text};}
  68. a, a:active, a:visited {color: {color:Link};
  69. font-weight: none;
  70. text-decoration: none;
  71. -webkit-transition: all 0.4s ease-out;
  72. -o-transition: all 0.4s ease-out;
  73. -webkit-transition: all 0.4s ease-out;
  74. -moz-transition: all 0.4s ease-out;}
  75. a:hover {
  76. color: {color:Link Hover};}
  77. a:visited {color:{color:Link};}
  78. img {width:auto;}
  79. a img {
  80. border: 0px;}
  81. blockquote {
  82. padding: 0px;
  83. padding-left:5px;
  84. border-left: 3px solid {color:Link Hover};
  85. margin:5px;}
  86. p{margin-top:5px;
  87. margin-bottom:5px}
  88. small{font-size:10px}
  89. big{font-size:20px;}
  90. hr{border:1px solid;
  91. border-color:{color:info};}
  92. h1 {text-align:center;
  93. color:red;
  94. font-size:18px;
  95. margin: 5px;
  96. }
  97. b, strong{color:{color:Link Hover}}
  98. i, em {color:{color:text}}
  99. center{line-height:8px;}
  100.  
  101. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:30px;}
  102. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
  103. ::-webkit-scrollbar {background-color:{color:background}; height:6px; width:6px}
  104.  
  105.  
  106. @font-face {
  107. font-family: calibri;
  108. font-style: normal;
  109. src: url(fonts/calibri/calibri.ttf);}
  110. @font-face {
  111. font-family: georgia;
  112. font-style: normal;
  113. src: url(fonts/georgia/georgia.ttf);}
  114.  
  115. @font-face {
  116. font-family: consolas;
  117. font-style: normal;
  118. src: url(fonts/consolas/consolas.ttf);}
  119.  
  120. #entries {margin-left:480px; margin-top:10px; max-width:500px;
  121. padding:50px 20px 15px ;}
  122.  
  123. #posts{margin-bottom:-10px;
  124. max-width:500px;
  125. margin-top:-30px;
  126. overflow:hidden;
  127. padding:5px;
  128. -webkit-transition: all 0.5s
  129. ease-out;-moz-transition: all 0.5s
  130. ease-out;transition: all 0.5s ease-out;
  131. background-color:transparent;}
  132.  
  133. #sidebar {
  134. width:520px;
  135. height:70px;
  136. padding:6px;
  137. font-size:10px;
  138. text-align:center;
  139. font-family:calibri;
  140. margin-left:358px;
  141. letter-spacing:0px;
  142. line-height:10px;
  143. margin-top:-100px;
  144. position:fixed;
  145. background-color:black;
  146. overflow:visible;
  147. z-index: 100;}
  148.  
  149. #borderbg{width:300px;
  150. margin-left:-10px;
  151. margin-top:-10px;
  152. height:100%;
  153. position:fixed;
  154. background-color:{color:Sidebar};
  155. background-image:url('{image:Sidebar}');
  156. background-attachment:fixed;
  157. background-repeat:repeat;}
  158.  
  159. #borderbg img {width:auto;
  160. height:auto;
  161. margin-top:0px;
  162. z-index:100;}
  163.  
  164. #container {
  165. width:250px;
  166. height:200px;
  167. padding:6px;
  168. font-size:11px;
  169. text-align:justify;
  170. font-family:helvetica;
  171. margin-left:-100px;
  172. letter-spacing:0px;
  173. margin-top:420px;
  174. opacity:1;
  175. position:fixed;
  176. background-color:transparent;
  177. z-index: 100;
  178. -webkit-transition:all 0.8s ease-out;
  179. -o-transition:all 0.5s ease-out;
  180. -moz-transition:all 0.5s ease-out;
  181. -ms-transition:all 0.5s ease-out;}
  182.  
  183. #image {width:400px;
  184. height:100px;
  185. text-align:center;
  186. margin-top:0px;
  187. position:fixed;
  188. margin-left:0px;
  189. z-index:-100;
  190. background-color:transparent;
  191. opacity:1;
  192. -webkit-transition:all 0.8s ease-out;
  193. -o-transition:all 0.5s ease-out;
  194. -moz-transition:all 0.5s ease-out;
  195. -ms-transition:all 0.5s ease-out;}
  196.  
  197. #image img {
  198. margin-left:0px;
  199. margin-top:0px;
  200. max-width:100px;
  201. z-index:-100;
  202. height:auto;}
  203.  
  204.  
  205. #description {text-align:justify;
  206. font-family:helvetica;
  207. margin-top:0px;
  208. margin-left:25px;
  209. padding:3px;
  210. opacity:1;
  211. width:175px;
  212. position:fixed;
  213. padding-top:5px;
  214. padding-left:5px;
  215. text-indent:30px;
  216. z-index:100;
  217. color:{color:text};
  218. background-color:transparent;
  219. border-left:1px dotted black;
  220. -webkit-transition:all 0.8s ease-out;
  221. -o-transition:all 0.5s ease-out;
  222. -moz-transition:all 0.5s ease-out;
  223. -ms-transition:all 0.5s ease-out;}
  224.  
  225.  
  226.  
  227. #description b {color:{color:text};}
  228.  
  229. #description a {color:{color:text};}
  230.  
  231. #description a:hover {color:{color:sidebar};}
  232.  
  233. #title2 {width:250px;
  234. color:{color:sidebar};
  235. height:auto;
  236. padding:5px 5px 5px;
  237. text-align:justify;
  238. font-size:20px;
  239. margin-left:-7px;
  240. margin-top:0px;
  241. font-family:helvetica;
  242. font-weight:bold;
  243. line-height:9px;
  244. z-index:-100;
  245. letter-spacing:-2px;}
  246.  
  247.  
  248. #title {font-family:helvetica;
  249. text-align:center;
  250. letter-spacing:5px;
  251. text-transform:uppercase;
  252. font-size:16px;
  253. color:{color:text};}
  254.  
  255.  
  256. #links {text-align:right;
  257. font-family:helvetica;
  258. font-size:9px;
  259. width:20px;
  260. margin-left:0px;
  261. margin-top:0px;
  262. letter-spacing:1px;
  263. text-transform: uppercase;
  264. z-index:120;
  265. opacity:1;
  266. background-color:white;
  267. -webkit-transition:all 0.5s ease-out;
  268. -o-transition:all 0.5s ease-out;
  269. -moz-transition:all 0.5s ease-out;
  270. -ms-transition:all 0.5s ease-out;}
  271.  
  272. #links a {color:{color:background};
  273. display:inline-block;
  274. text-align:center;
  275. width:10px;
  276. height:10px;
  277. padding:5px 5px 5px 5px;
  278. background-color:{color:sidebar};}
  279.  
  280. #links a:hover {color:{color:background};
  281. background-color:{color:link hover};}
  282.  
  283.  
  284. .pagination{
  285. background-color:transparent;
  286. width:170px;
  287. font-family:helvetica;
  288. font-style:none;
  289. color:{color:link};
  290. margin-top:2px;
  291. margin-left:0px;
  292. height:10px;
  293. text-align:right;
  294. text-transform:lowercase;
  295. font-size:14px;}
  296.  
  297. .pagination a {color:{color:info};}
  298.  
  299. .pagination a:hover {color:{color:sidebar};}
  300.  
  301.  
  302.  
  303. #info{font-family:arial;
  304. font-style:none;
  305. width:504px;
  306. margin-top:10px;
  307. line-height:2px;
  308. margin-left:0px;
  309. height:10px;
  310. padding:3px;
  311. padding-top:5px;
  312. font-size:11px;
  313. letter-spacing:1px;
  314. text-align:left;
  315. text-transform:uppercase;
  316. color:{color:info};
  317. -webkit-transition:all 0.5s ease-out;
  318. -o-transition:all 0.5s ease-out;
  319. -moz-transition:all 0.5s ease-out;
  320. -ms-transition:all 0.5s ease-out;}
  321.  
  322. #info a {font-family:calibri;
  323. color:{color:info};
  324. font-size:11px;
  325. background-color:transparent;
  326. padding:2px;}
  327.  
  328. #info a:hover {color:{color:Link Hover};}
  329.  
  330. #tags {text-align:left;
  331. padding-left:5px;
  332. display:inline-block;
  333. font-size:9px;
  334. font-family:arial;
  335. color:{color:info};
  336. width:404px;
  337. margin-top:0px;
  338. margin-bottom:10px;
  339. margin-bottom:30px;
  340. text-transform:lowercase;
  341. -webkit-transition:all 1s ease-out;
  342. -o-transition:all 0.5s ease-out;
  343. -moz-transition:all 0.5s ease-out;
  344. -ms-transition:all 0.5s ease-out;}
  345.  
  346. #tags a {color:{color:info};
  347. padding:2px;}
  348.  
  349. #tags a:hover {color:black;
  350. text-decoration:underline;}
  351.  
  352.  
  353.  
  354. #answer {font-family:georgia; font-style:italic; text-align:right;max-width:500px;text-transform:lowercase;margin-left:0px;margin-top:0px;padding:5px;font-size:12px;color:{color:background};background-color:{color:Link Hover};}
  355.  
  356. #answer a {color:{color:background};
  357. padding:2px;;}
  358.  
  359. #quote {
  360. font-family: helvetica;
  361. font-style:italic;
  362. font-size: 20px;
  363. margin-bottom:5px;
  364. color: {color:link};}
  365.  
  366. .newplayerbutton {
  367. position: relative;
  368. width: 28px;
  369. height: 27px;
  370. overflow: hidden;
  371. }
  372.  
  373. .playerbuttonhug {
  374. position: absolute;
  375. top: -11px;
  376. left: -12px;
  377. }
  378.  
  379.  
  380. .tumblr_audio_player {
  381. border: none;
  382. padding: 0px;
  383. margin: 0px;
  384. height: 50px;
  385. width: 500px;
  386. }
  387.  
  388. .playerbuttonbg {
  389. position: absolute;
  390. left: 15px;
  391. top: 15px;
  392. width: 28px;
  393. height: 28px;
  394. background-color: #ffffff;
  395. padding: 10px;
  396. -webkit-border-radius: 40px;
  397. -moz-border-radius: 40px;
  398. border-radius: 40px;
  399. opacity: .4;
  400. filter: alpha(opacity=40);
  401. -moz-opacity: 0.4;
  402. -khtml-opacity: 0.4;
  403. transition: opacity .7s ease-in-out;
  404. -moz-transition: opacity .7s ease-in-out;
  405. -webkit-transition: opacity .7s ease-in-out;
  406. }
  407.  
  408. .playerbuttonbg:hover {
  409. opacity: 1;
  410. filter: alpha(opacity=100);
  411. -moz-opacity: 1;
  412. -khtml-opacity: 1;
  413. }
  414.  
  415. .audioimgwrapper {
  416. position: absolute;
  417. left: 0px;
  418. top: 0px;
  419. -webkit-border-radius: 50px;
  420. -moz-border-radius: 50px;
  421. border-radius: 50px;
  422. overflow: hidden;
  423. width: 78px;
  424. height: 78px;
  425. }
  426.  
  427. .audioimgwrapper img {
  428. width: 100%;
  429. height: auto;
  430. -webkit-border-radius: 50px;
  431. -moz-border-radius: 50px;
  432. border-radius: 50px;
  433. }
  434.  
  435. .trackdetails {
  436. width: auto;
  437. display:inline-block;
  438. margin-left: 100px;
  439. min-height: 95px;
  440. }
  441.  
  442. .audiowrapper {
  443. position: relative;
  444. display:inline-block;
  445. }
  446.  
  447.  
  448.  
  449. .source {font-size:11px;
  450. color: {color:text};
  451. margin-left: 35px;}
  452.  
  453. .link {
  454. font-family:helvetica;
  455. font-size:22px;
  456. background-color: transparent;
  457. letter-spacing:0px;
  458. color: {color:text};
  459. margin-bottom:5px;
  460. padding: 5px;
  461. font-weight: normal;
  462. -webkit-transition: all 0.3s ease-out;
  463. -o-transition: all 0.3s ease-out;
  464. -webkit-transition: all 0.3s ease-out;
  465. -moz-transition: all 0.3s ease-out;}
  466.  
  467. .link:hover {letter-spacing:5px;
  468. color: {color:link};}
  469. ul.chat {
  470. margin: 0px;
  471. padding: 0px;}
  472.  
  473. .chat li {
  474. list-style-type: none;
  475. margin-left: 0px;
  476. padding: 3px;}
  477.  
  478. .chat li.odd {
  479. background-color: transparent;
  480. margin-bottom: 1px;
  481. color:{color:Link};
  482. max-width:500px;}
  483.  
  484. .chat li.even {
  485. background-color: {color:sidebar};
  486. margin-bottom: 5px;
  487. color: {color:background};
  488. max-width:500px;รง}
  489.  
  490. .label {
  491. padding:2px;
  492. font-size:10px;
  493. font-family:helvetica;
  494. font-weight:none;
  495. margin-bottom:5px;
  496. letter-spacing:1px;}
  497.  
  498. #credit {font-size:10px;
  499. font-family:calibri;
  500. text-transform:uppercase;
  501. bottom:10px;
  502. width:30px;
  503. padding:5px;
  504. text-align:center;
  505. height:20px;
  506. right:10px;
  507. position:fixed;
  508. color:{color:text};
  509. -webkit-transition: all 0.5s ease-out;
  510. -o-transition: all 0.5s ease-out;
  511. -webkit-transition: all 0.5s ease-out;
  512. -moz-transition: all 0.5s ease-out;}
  513.  
  514. #credit a {display:inline-block;
  515. padding:3px;
  516. width:15px;
  517. font-size:10px;
  518. border-width: 4px; border-style: double; border-color:{color:background};
  519. font-family:calibri;
  520. color:{color:info};}
  521.  
  522. #credit a:hover {color:{color:background};
  523. border-width: 4px; border-style: double; border-color: {color:background};
  524. background-color:{color:info};}
  525.  
  526. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;-webkit-transition: all 0.4s ease-out;
  527. -o-transition: all 0.4s ease-out;
  528. -webkit-transition: all 0.4s ease-out;
  529. -moz-transition: all 0.4s ease-out;
  530. }
  531.  
  532. iframe#tumblr_controls:hover {opacity:1;}
  533.  
  534.  
  535. #update {background-color:transparent;
  536. text-align:justify;
  537. margin-top:{text:adjust update};
  538. margin-left:300px;
  539. width:130px;
  540. height:130px;
  541. -webkit-transition: all 0.5s ease-out;
  542. -o-transition: all 0.5s ease-out;
  543. -webkit-transition: all 0.5s ease-out;
  544. -moz-transition: all 0.5s ease-out;}
  545.  
  546. #update img {
  547. margin-left:0px;
  548. margin-top:2px;
  549. max-width:145px;
  550. z-index:-100;
  551. height:auto;}
  552.  
  553. #update b {color:black;}
  554.  
  555. #update:hover {margin-top:50px;}
  556.  
  557. a {color: {color:Link};
  558. font-weight: none;
  559. text-decoration: none;
  560. -webkit-transition: all 0.4s ease-out;
  561. -o-transition: all 0.4s ease-out;
  562. -webkit-transition: all 0.4s ease-out;
  563. -moz-transition: all 0.4s ease-out;
  564.  
  565. }
  566.  
  567.  
  568.  
  569. #s-m-t-tooltip {
  570. font-size:8px;
  571. background-color:{color:sidebar};
  572. color:{color:background};
  573. letter-spacing:1px;
  574. font-family:helvetica;
  575. text-transform:uppercase;
  576. padding:8px;
  577. max-width:500px;
  578. margin:20px 0px 0px 10px;
  579. z-index:99999999999999999999999999999;
  580. }
  581.  
  582. </style>
  583. <!-- start of script tooltip -->
  584. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  585.  
  586. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  587.  
  588. <script>
  589.  
  590. (function($){
  591.  
  592. $(document).ready(function(){
  593.  
  594. $("a[title]").style_my_tooltips({
  595.  
  596. tip_follows_cursor:true,
  597.  
  598. tip_delay_time:90,
  599.  
  600. tip_fade_speed:300,
  601.  
  602. attribute:"title"
  603.  
  604. });
  605.  
  606. });
  607.  
  608. })(jQuery);
  609.  
  610. </script>
  611.  
  612. <!-- end of script tooltip -->
  613. </head>
  614. <div id="borderbg"> </div>
  615. <div id="sidebar">
  616. <div id="container">
  617. <div id="description">{block:Description}{Description}{/block:Description}<div class="pagination"> {block:Pagination}
  618. {block:PreviousPage}
  619. <a href="{PreviousPage}">-</a>
  620. {/block:PreviousPage}
  621. {block:NextPage}
  622. <a href="{NextPage}">+</a>{/block:NextPage}
  623. {/block:Pagination}</div></div>
  624. <div id="links">
  625. <a href="/" title="home"> 1 </a>
  626. <a href="/ask" title="ask" >2</a>
  627. {block:ifLink1}<a href="{text:url1}" title="{text:link1}">3</a>{/block:ifLink1}
  628. {block:ifLink2}<a href="{text:url2}" title="{text:link2}">4</a>{/block:ifLink2}
  629. {block:ifLink3}<a href="{text:url3}" title="{text:link3}" >5</a>{/block:ifLink3}
  630. {block:ifLink4}<a href="{text:url4}" title="{text:link4}">6</a>{/block:ifLink4}
  631. </div>
  632. </div></div>
  633.  
  634.  
  635.  
  636. <div id="entries">
  637. {block:Posts}
  638.  
  639. <div id="posts">
  640.  
  641.  
  642.  
  643. {block:Text}<br>
  644. <div class="post">
  645. {block:Title}<div id="title">{Title}</div>
  646. {/block:Title}{Body}</div>
  647. {/block:Text}
  648.  
  649. {block:Photo}<br>
  650. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  651. {block:Caption}{Caption}{/block:Caption}
  652. {/block:Photo}
  653.  
  654. {block:Photoset}<br>
  655. <center>{Photoset-500}</center>
  656. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  657.  
  658. {block:Quote}<br>
  659. <div style="font-size:20px; font-family:georgia; font-style:italic;"><font size="6">&ldquo;</font>{Quote}&#8221;{block:Source}</div><div class="source">&#8212;{Source}</div>{/block:Source}{/block:Quote}
  660.  
  661. {block:Link}<br><div class="post"><center><a href="{URL}" class="link" {Target}>{Name}</a></center></div>{block:Description}{Description}{/block:Description}{/block:Link}
  662.  
  663. {block:AudioPlayer}<br>
  664. <div class="audiowrapper">
  665. {block:AlbumArt}
  666. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  667. {/block:AlbumArt}
  668.  
  669. <div class="playerbuttonbg">
  670. <div class="newplayerbutton">
  671. <div class="playerbuttonhug">
  672.  
  673. {AudioPlayerWhite}
  674.  
  675. </div>
  676. </div>
  677. </div>
  678.  
  679. <div class="trackdetails">
  680.  
  681. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  682. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  683. {block:Album}Album: {Album}{/block:Album}<br/>
  684. {PlayCountWithLabel}
  685.  
  686. </div>
  687. </div>
  688. {/block:AudioPlayer}
  689.  
  690. {block:Chat}<br><div class="post">{block:Title}<div id="title">{Title}</div>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}{/block:Label}{Line}</li> {/block:Lines}</ul></div>{/block:Chat}
  691.  
  692. {block:Video}<br>
  693. {Video-500}{block:Caption}{Caption} {/block:Caption} {/block:Video}
  694.  
  695. {block:Answer}
  696. <div id="answer">{Question} - {Asker}</div>
  697. {Answer}{/block:Answer}
  698.  
  699.  
  700. </div>
  701. <div id="info">
  702. {block:Date}<a href="{Permalink}">{DayOfMonth} {ShortMonth} </a> {/block:Date}
  703. <a href="{Permalink}">+{NoteCount}</a>
  704. <div style="text-align:right; ">{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>
  705. {/block:RebloggedFrom}{block:ContentSource}/ <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}</div>
  706.  
  707. </div>
  708. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  709. {block:PostNotes}{PostNotes} {/block:PostNotes} {/block:Posts}
  710. </div>
  711.  
  712. </div>
  713.  
  714. <div id="credit"> <a href="http://rosetyllerthemes.tumblr.com">SH</a>
  715. </body>
  716.  
  717. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement