Advertisement
enemylinnes

Theme 43 - Meant to be

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