Advertisement
leightonmeester

THEME 07: THEM GIRLS BE LIKE

Sep 16th, 2014
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.69 KB | None | 0 0
  1.  
  2. <!-- THEME 007: "THEM GIRLS BE LIKE" BY LIZZIEMCGUIRERPS
  3.  
  4. please do not steal or redistribute as your own work, and keep the credit in tact! if you have any questions, please feel free to contact me at lizziemcguirerps.tumblr.com/ask
  5.  
  6. ---->
  7.  
  8. <html><head>
  9.  
  10. <!-- DEFAULT VARIABLES -->
  11.  
  12. <meta name="text:subtitle" content="this is your subtitle" />
  13.  
  14. <meta name="color:background" content="#F4EBC3" />
  15. <meta name="color:sidebar" content="#F4EBC3" />
  16. <meta name="color:sbartitle" content="#AB526B" />
  17. <meta name="color:borders" content="#AB526B" />
  18. <meta name="color:backbar" content="#C5CEAE" />
  19. <meta name="color:navbar" content="#F4EBC3" />
  20. <meta name="color:nav" content="#F4EBC3" />
  21. <meta name="color:body" content="#FFFFFF" />
  22. <meta name="color:title" content="#AB526B" />
  23. <meta name="color:audiobg" content="#C5CEAE" />
  24. <meta name="color:audio text" content="#BCA297" />
  25. <meta name="color:link" content="#AB526B" />
  26. <meta name="color:sidelinktext" content="#FFFFFF" />
  27. <meta name="color:sidelinkhov" content="#000000" />
  28. <meta name="color:text" content="#313131" />
  29. <meta name="color:hovtext" content="#AB526B" />
  30. <meta name="color:question" content="#FFFFFF" />
  31. <meta name="color:scrollbar" content="#BCA297" />
  32. <meta name="color:scrollbg" content="#FFFFFF" />
  33.  
  34. <meta name="color:linkbg1" content="#F4EBC3" />
  35. <meta name="color:linkbg2" content="#F0E2A4" />
  36. <meta name="color:linkbg3" content="#C5CEAE" />
  37. <meta name="color:linkbg4" content="#BCA297" />
  38. <meta name="color:linkbg5" content="#AB526B" />
  39.  
  40. <meta name="image:background" content="" />
  41. <meta name="image:infoback" content="" />
  42. <meta name="image:sideimg" content="" />
  43. <meta name="image:icon" content="" />
  44.  
  45. <meta name="if:show tags" content="1"/>
  46.  
  47. <meta name="text:Link1" content="link" />
  48. <meta name="text:Link1 URL" content="/" />
  49. <meta name="text:Link2" content="link" />
  50. <meta name="text:Link2 URL" content="/" />
  51. <meta name="text:Link3" content="link" />
  52. <meta name="text:Link3 URL" content="/" />
  53.  
  54. <title>{Title}</title>
  55.  
  56. <link rel="shortcut icon" href="{Favicon}">
  57. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  58. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
  61.  
  62. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. @font-face{font-family:Soymilk;src:url(http://static.tumblr.com/hrcotqb/J7Ln6nwth/denne-soymilk.otf);}
  68.  
  69. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  70. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  71. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  72. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  73. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  74. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  75. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  76.  
  77. /* -- GENERAL THINGS -- */
  78.  
  79. body {
  80. color:#000;
  81. text-align:justify;
  82. font-size:12px;
  83. font-family: georgia;
  84. background-color:{color:background};
  85. background-image:url('{image:background}');
  86. background-attachment:fixed;
  87. }
  88.  
  89. ::selection {background:transparent; color:{color:link};}
  90. ::-moz-selection {background:#fff; color:{color:link};}
  91. ::-webkit-selection {background:#fff; color:{color:link}}
  92.  
  93.  
  94. a {
  95. color:{color:link};
  96. font-weight: normal;
  97. text-decoration:none}
  98.  
  99. a:hover {
  100. color:{color:link};
  101. font-style: normal;
  102. letter-spacing: 1px;
  103. -webkit-transition: all 0.5s ease-out;
  104. -moz-transition: all 0.5s ease-out;
  105. transition: all 0.5s ease-out;
  106. }
  107.  
  108. div#qTip {
  109. display: none;
  110. text-align: center;
  111. position :absolute;
  112. letter-spacing: 0px;
  113. text-transform: lowercase;
  114. z-index: 5;
  115. font-family: georgia;
  116. font-size:9px;
  117. padding:4px;
  118. color: {color:linkbg1};
  119. background: {color:linkbg4};
  120. border: 1px solid {color:link5bg}}
  121.  
  122. b, strong {color:{color:link};}
  123. i, em {color:{color:link};}
  124. big {color:{color:link};}
  125. p {margin-top:5px; margin-bottom:5px}
  126.  
  127. blockquote {
  128. padding-left:5px;
  129. border-left:1px solid;
  130. }
  131.  
  132. blockquote img {
  133. max-width:250px;
  134. }
  135.  
  136. blockquote blockquote {
  137. padding-left:5px;
  138. border-left:1px solid;
  139. }
  140.  
  141. h1 {
  142. color:#000;
  143. font-family: "georgia";
  144. font-size: 10px;
  145. }
  146.  
  147. h2 {
  148. color:{color:title};
  149. background-color: {color:audiobg};
  150. font-family:calibri;
  151. font-size:8px;
  152. line-height:12px;
  153. letter-spacing:1px;
  154. font-weight:normal;
  155. text-transform:uppercase;
  156. margin:0px;
  157. padding:25px;
  158. text-align:center;
  159. font-style: normal;
  160. }
  161.  
  162. small {
  163. color: {color:link};
  164. font-family: georgia;
  165. font-size: 9px;
  166. letter-spacing:1px;
  167. }
  168.  
  169. sub {
  170. color: {color:link};
  171. font-family: georgia;
  172. font-size: 9px;
  173. letter-spacing:1px;
  174. }
  175.  
  176. pre {
  177. color:{color:link};
  178. margin-top:3px;
  179. background-color:{color:background};
  180. font-family: georgia;
  181. font-size: 10px;
  182. border:1px solid {color:borders};
  183. letter-spacing:2px;
  184. }
  185.  
  186.  
  187.  
  188. /*SIDEBAR BUSINESS*/
  189.  
  190. #titlebar {
  191. float:left;
  192. position:fixed;
  193. width:501px;
  194. height:30px;
  195. margin-left:290px;
  196. margin-top:0px;
  197. overflow:hidden;
  198. padding:10px;
  199. background-color:transparent;
  200. color:{color:sbartitle};
  201. text-shadow: 1px 1px 1px {color:scrollbar};
  202. word-spacing:-4px;
  203. }
  204.  
  205. #titlebar2 {
  206. float:left;
  207. position:fixed;
  208. width:500px;
  209. height:10px;
  210. margin-left:290px;
  211. margin-top:28px;
  212. overflow:hidden;
  213. padding:10px;
  214. background-color:transparent;
  215. color:{color:sbartitle};
  216. text-shadow: 1px 1px 1px {color:scrollbar};
  217. word-spacing:-4px;
  218. }
  219.  
  220. #topbar {
  221. float:right;
  222. left:0;
  223. top:0;
  224. position: fixed;
  225. height:70px;
  226. width:100%;
  227. overflow:hidden;
  228. background-color:{color:backbar};
  229. }
  230.  
  231. #icon {
  232. float:right;
  233. margin-left:850px;
  234. position: fixed;
  235. width:90px;
  236. height:90px;
  237. overflow:hidden;
  238. margin-top:15px;
  239. border-radius:100%;
  240. background-color:{color:background};
  241. border:5px solid {color:backbar};}
  242.  
  243. .hov {
  244. opacity:0.8;
  245. letter-spacing:1px;
  246. text-align:right;
  247. margin-left:883px;
  248. margin-top:62px;
  249. color:{color:hovtext};
  250. position:fixed;
  251. font-family:{font:body};
  252. font-style:italic;
  253. font-size:8px;
  254. text-transform:uppercase
  255. }
  256.  
  257. #backbar {
  258. float:right;
  259. left:0;
  260. top:0;
  261. position: fixed;
  262. height:100%;
  263. width:245px;
  264. overflow:hidden;
  265. background-color:{color:backbar};
  266. background-image:url({image:sideimg});
  267. background-repeat:no-repeat;
  268. background-attachment:fixed;
  269. background-position:left bottom;
  270. }
  271.  
  272. #description {
  273. margin-top: 220px;
  274. margin-left:5px;
  275. width:225px;
  276. height:173px;
  277. border:1px solid {color:borders};
  278. font-style:normal;
  279. padding:3px;
  280. color:{color:link};
  281. font-size:10px;
  282. text-align:justify;
  283. font-family: georgia;
  284. letter-spacing:1px;
  285. }
  286.  
  287.  
  288. #pgbar {
  289. float:right;
  290. margin-top:430px;
  291. margin-bottom:5px;
  292. margin-left:12px;
  293. position:fixed;
  294. width:215px;
  295. height:20px;
  296. background-color:transparent;}
  297.  
  298.  
  299. #links {
  300. float:right;
  301. margin-top:33px;
  302. margin-left:851px;
  303. position:fixed;
  304. width:100px;
  305. height:190px;
  306. opacity:0;
  307. background-color:transparent;
  308. -webkit-transition: opacity 0.8s linear;
  309. }
  310.  
  311. #links:hover {
  312. -webkit-transition: opacity 0.8s linear;
  313. opacity: 0.95;
  314. }
  315.  
  316. .pagination {
  317. margin-top:-10px;
  318. margin-left:0px;
  319. text-align:center}
  320.  
  321. .pagination a {
  322. display:inline-block;
  323. color:{color:nav};
  324. font-family: georgia;
  325. font-size:25px;
  326. text-transform:lowercase;
  327. -webkit-transition: all 0.6s ease-out;
  328. -moz-transition: all 0.6s ease-out;
  329. transition: all 0.6s ease-out;
  330. }
  331.  
  332. .pagination a:hover {
  333. color:{color:link};
  334. font-style: normal;
  335. letter-spacing: 0px;
  336. -webkit-transition: all 0.5s ease-in;
  337. -moz-transition: all 0.5s ease-in;
  338. transition: all 0.5s ease-in
  339. }
  340.  
  341.  
  342.  
  343. /* -- NAVIGATION STATION -- */
  344.  
  345. #linksthings {
  346. text-align:center; margin-top:0px;}
  347.  
  348. #linksthings a {
  349. display:inline-block;
  350. width: 65px;
  351. height:50px;
  352. padding:7px 0px;
  353. margin-bottom:25px;
  354. color:{color:sidelinktext};
  355. font-family: 'arial';
  356. text-transform:uppercase;
  357. text-align:center;
  358. font-size:10px;
  359. line-height:50px;
  360. letter-spacing:2px;
  361. border-radius:100px;
  362. -webkit-transition: all 0.6s ease-out;
  363. -moz-transition: all 0.6s ease-out;
  364. transition: all 0.6s ease-out;
  365. }
  366.  
  367. #linksthings a:hover {
  368. letter-spacing:2px;
  369. color:{color:sidelinkhov};
  370. -webkit-transition: all 0.5s ease-in;
  371. -moz-transition: all 0.5s ease-in;
  372. transition: all 0.5s ease-in}
  373.  
  374. /* -- ENTRIES -- */
  375.  
  376. #title {
  377. text-align:center;
  378. color:{color:sbartitle};
  379. font: 25px 'Bitter', serif;
  380. letter-spacing:1px;
  381. text-transform:uppercase;
  382. margin-top:0px;
  383. margin-bottom:10px;
  384. background-color:{color:sidenav};
  385. }
  386.  
  387. #subtitle {
  388. text-align:right;
  389. color:{color:entries};
  390. font-family:'arial';
  391. font-size:10px;
  392. letter-spacing:4px;
  393. font-style:italic;
  394. margin-bottom:10px;
  395. background-color:{color:sidenav};
  396. }
  397.  
  398. #body {
  399. font-size:10px;
  400. margin-left:290px;
  401. width:515px;
  402. margin-top:105px;
  403. float: left;
  404. text-align: justify;
  405. }
  406.  
  407. #post {
  408. font-size:10px;
  409. padding: 10px;
  410. width: 501px;
  411. background-color:{color:body};
  412. color:{color:text};
  413. border:1px solid {color:borders};
  414. text-align: justify;
  415. overflow:hidden;
  416. word-wrap:break-word;
  417. }
  418.  
  419.  
  420. #title1 {
  421. font: 25px 'Bitter', serif;
  422. text-transform:uppercase;
  423. font-weight: normal;
  424. text-align:right;
  425. color:{color:title};}
  426.  
  427. .consource {
  428. display:none;}
  429.  
  430. /*TAGS AND INFO*/
  431.  
  432. #info {
  433. margin-top:3px;
  434. margin-bottom:3px;
  435. width: 510px;
  436. color:{color:text};
  437. text-align: center;
  438. margin-left:3px;
  439. font-size:9px;
  440. text-transform:lowercase;
  441. background-color: {color:audiobg};
  442. padding:0px;
  443. border:1px {color:borders} solid;
  444. }
  445.  
  446. #tags {
  447. color:{color:text};
  448. font-size:9px;
  449. text-transform:lowercase;
  450. width: 510px;
  451. margin-bottom:-2px;
  452. margin-top: 2px;
  453. background-color: {color:audiobg};
  454. padding:0px;
  455. border:1px {color:borders} solid;
  456. }
  457.  
  458. #infoback {
  459. background-image:url('{image:infoback}');
  460. background-color:{color:backbar};
  461. width:517px;
  462. border: 1px {color:borders} solid;
  463. padding:2px;
  464. margin-top:-1px;
  465. margin-bottom:30px;
  466. }
  467.  
  468. /* CHAT THINGS */
  469.  
  470. .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  471. .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  472. .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  473. .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  474. .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  475. .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  476. .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  477. .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  478. .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  479. .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  480.  
  481. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:4px}
  482.  
  483.  
  484. /*QUESTIONS FOR QUESTIONS, I'VE GOT A QUESTION*/
  485.  
  486. #asks {
  487. text-transform:lowercase;
  488. text-align:left;
  489. font-size:11px;
  490. font-family: helvetica;
  491. letter-spacing:2px;
  492. font-style:normal;
  493. color:{color:audio text};
  494. padding:5px 5px 5px 8px;
  495. background-color:{color:background};
  496. border:1px solid {color:sbartitle};
  497. min-height:50px;
  498. margin-left:0px}
  499.  
  500. .asker {
  501. text-align:left;
  502. margin-top:3px;
  503. margin-bottom:0px;
  504. font-size:20px;
  505. letter-spacing:1px;
  506. font-family: 'Bitter', serif;
  507. font-style:normal}
  508.  
  509. .asker a {
  510. text-align:left;
  511. margin-top:3px;
  512. margin-bottom:0px;
  513. font-size:20px;
  514. letter-spacing:1px;
  515. font-family: 'Bitter', serif;
  516. color:{color:link};
  517. font-style:normal}
  518.  
  519. .asker a:hover {
  520. text-align:center;
  521. margin-bottom:0px;
  522. font-size:20px;
  523. letter-spacing:1px;
  524. color:{color:audiobg};
  525. font-family: 'Bitter', serif;
  526. font-style:normal
  527. -webkit-transition: all 0.5s ease-out;
  528. -moz-transition: all 0.5s ease-out;
  529. transition: all 0.5s ease-out
  530. }
  531.  
  532. #answers {
  533. margin-top:8px
  534. }
  535.  
  536.  
  537. /*HEY RADIO*/
  538.  
  539. .playbutton {
  540. position: relative;
  541. width: 20px;
  542. height: 20px;
  543. overflow: hidden;
  544. }
  545.  
  546. .playbuttonsurround {
  547. position: absolute;
  548. top: -14px;
  549. left: -4px;
  550. }
  551.  
  552.  
  553. .audioplayer {
  554. border: none;
  555. padding: 0px;
  556. margin: 0px;
  557. height: 50px;
  558. width: 500px;
  559. }
  560.  
  561. .playerbuttonbg {
  562. position: absolute;
  563. left: 10px;
  564. top: 25px;
  565. width: 20px;
  566. height: 20px;
  567. background-color: #ffffff;
  568. padding: 10px;
  569. -webkit-border-radius: 0px;
  570. -moz-border-radius: 0px;
  571. border-radius: 50%;
  572. opacity: .3;
  573. -moz-opacity: 0.4;
  574. transition: opacity .7s ease-in-out;
  575. -moz-transition: opacity .7s ease-in-out;
  576. -webkit-transition: opacity .7s ease-in-out;
  577. }
  578.  
  579. .playerbuttonbg:hover {
  580. opacity: 0.7;
  581. -moz-opacity: 1;
  582. }
  583.  
  584. .audioimg {
  585. position: absolute;
  586. left: 5px;
  587. top: 20px;
  588. -webkit-border-radius: 0px;
  589. -moz-border-radius: 0px;
  590. border-radius: 0px;
  591. overflow: hidden;
  592. width: 50px;
  593. height: 50px;
  594. }
  595.  
  596. .audioimg img {
  597. width: 100%;
  598. height: auto;
  599. -webkit-border-radius: 0px;
  600. -moz-border-radius: 0px;
  601. border-radius: 0px;
  602. }
  603.  
  604. .songinfo {
  605. width: 408px;
  606. display:inline-block;
  607. margin-left: 70px;
  608. min-height: 55px;
  609. margin-top:6px;
  610. line-height:140%;
  611. font-family:georgia;
  612. text-transform:lowercase;
  613. font-style:italic;
  614. font-size:11px;
  615. background-color:{color:audiobg};
  616. color:{color:audio text};
  617. padding:10px;
  618. }
  619.  
  620. .songtitle {
  621. margin-bottom:-10px;
  622. }
  623.  
  624. .audios {
  625. position: relative;
  626. display:inline-block;
  627. }
  628.  
  629.  
  630. /*PLS DON'T REMOVE I DON'T WANT TO BE SAD*/
  631.  
  632. #cred a {position:fixed;
  633. font:20px 'georgia';
  634. background-color:{color:backbar};
  635. border:1px solid {color:borders};
  636. color:{color:link};
  637. padding:5px;
  638. bottom:45px;
  639. right:45px}
  640.  
  641. #cred a:hover {
  642. letter-spacing:0px;
  643. color:{color:scrollbar};
  644. }
  645.  
  646. /*THANK YOUUUUUUUUU*/
  647.  
  648.  
  649. </style>
  650. <style type="text/css">{CustomCSS}</style>
  651. </head>
  652.  
  653. <body>
  654.  
  655. <div id="backbar">
  656. <div id="description">
  657. <div style="overflow:auto; margin-left:2px; width: 220px; height: 185px; text-align: justify;">{Description}</div>
  658. </div>
  659. </div>
  660.  
  661.  
  662.  
  663. <div id="navbar">
  664.  
  665. <div id="topbar">
  666. </div>
  667.  
  668. <div id="icon"><img src="{image:icon}"/></div>
  669. <div class="hov">hover</div>
  670.  
  671.  
  672. </div>
  673.  
  674. <div id="titlebar">
  675. <div id="title">{Title}</div>
  676. </div>
  677.  
  678. <div id="titlebar2">
  679. <div id="subtitle">{text:subtitle}</div>
  680. </div>
  681.  
  682. <div id="links">
  683. <div id="linksthings">
  684. <a href="/" style="background-color:{color:linkbg1}">home</a>
  685. <a href="/ask" style="background-color:{color:linkbg2}">asks</a>
  686. <a href="{text:Link1 URL}" style="background-color:{color:linkbg3}">{text:Link1}</a><br>
  687. <a href="{text:Link2 URL}" style="background-color:{color:linkbg4}">{text:Link2}</a><br>
  688. <a href="{text:Link3 URL}" style="background-color:{color:linkbg5}">{text:Link3}</a><br>
  689. </div>
  690. </div>
  691.  
  692. <div id="pgbar">
  693. <div class="pagination">{block:Pagination}
  694. {block:PreviousPage}<a href="{PreviousPage}">last</a>
  695. &nbsp;&nbsp;{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  696. {/block:Pagination}</div>
  697. </div>
  698.  
  699. </div>
  700.  
  701.  
  702. <div id="body">
  703. {block:Posts}
  704.  
  705. <div id="postback">
  706. <div id="post">
  707.  
  708. {block:Quote}<strong><h2>{Quote}</strong> - {Source}</h2>{/block:Quote}
  709.  
  710. {block:Title}<div id="title1">{Title}</div>{/block:Title}
  711. {block:Text}{Body}{/block:Text}
  712.  
  713. {block:Link}
  714. <div id="title1"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  715. {block:Description}<div class="description">{Description}</div>{/block:Description}
  716. {/block:Link}
  717.  
  718. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  719. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  720.  
  721. {block:Chat}
  722. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">
  723. {block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  724. {/block:Chat}
  725.  
  726. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  727.  
  728. {block:Audio}{block:AudioPlayer}
  729. <div class="audios">
  730. {block:AlbumArt}
  731. <div class="audioimg"><img src="{AlbumArtURL}"></div>
  732. {/block:AlbumArt}
  733. <div class="playerbuttonbg"><div class="playbutton"><div class="playbuttonsurround">{AudioPlayerWhite}
  734. </div></div></div>
  735. <div class="songinfo"><br>
  736. {block:TrackName}<b><em>you are listening to:</em></b> {TrackName}{/block:TrackName}<br/>
  737. {block:Artist}<b><em>by:</b></em> {Artist}{/block:Artist}<br/>
  738. </div></div>
  739. {/block:AudioPlayer}
  740. {block:Caption}{Caption}{/block:Caption}
  741. {/block:Audio}<br>
  742.  
  743. {block:Answer}
  744. <img src="{AskerPortraitURL-64}" style="height:50px; width:50px; float:left; margin-top:3px; margin-left:5px; padding: 2px; border-radius: 100%">
  745. <div id="asks"><div class="asker">&nbsp;new message from: {Asker}</div>
  746. <br>{Question}</div>
  747. <div id="answers">{Answer}</div>
  748. {/block:Answer}</div>
  749.  
  750. <div id="infoback">
  751. {block:Date}<div id="info">
  752. posted <a href="{Permalink}">{TimeAgo}</a>
  753. {block:NoteCount} ❤ {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} ❤ <a href="{ReblogParentURL}">via</a>{block:ContentSource}/<a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}<br>{block:HasTags}{block:Tags}<a href="{TagURL}">✘{Tag}</a> {/block:Tags}{/block:HasTags}</div>{/block:Date}</div></div>
  754.  
  755. {/block:Posts}
  756.  
  757. {block:PostNotes}{PostNotes}{/block:PostNotes}
  758.  
  759. </div>
  760.  
  761.  
  762. <div id="cred">
  763. <a href="http://lizziemcguirerps.tumblr.com/tagged/mytheme" title="credit">♡</a>
  764. </div>
  765.  
  766.  
  767. </div>
  768.  
  769. </body>
  770. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement