Advertisement
Guest User

for jeessss ♥

a guest
Feb 7th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.27 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22. <meta name="image:background" content=""/>
  23.  
  24. <meta name="text:link 1" content="Link 1"/>
  25. <meta name="text:link 1 url" content="/"/>
  26. <meta name="text:link 2" content="Link 2"/>
  27. <meta name="text:link 2 url" content="/"/>
  28. <meta name="text:link 3" content="Link 3"/>
  29. <meta name="text:link 3 url" content="/"/>
  30. <meta name="text:link 4" content="Link 4"/>
  31. <meta name="text:link 4 url" content="/"/>
  32. <meta name="text:link 5" content="Link 5"/>
  33. <meta name="text:link 5 url" content="/"/>
  34.  
  35. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  36.  
  37. <style>
  38. ::-webkit-scrollbar-thumb{
  39. background-color: {color:scrollbar};
  40. border: 0px solid transparent;
  41. height:auto;
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:auto;
  46. width:0px;
  47. background-color: transparent;
  48. border:5px solid transparent;
  49. }
  50.  
  51.  
  52. iframe#tumblr_controls {
  53. white-space:nowrap;
  54. -webkit-filter: invert(100%);
  55. -moz-filter: invert(100%);
  56. -o-filter: invert(100%);
  57. -ms-filter: invert(100%);
  58. filter: invert(100%);
  59. opacity:.2;transition: .8s ease-in-out;
  60. -webkit-transition: .8s ease-in-out;
  61. -moz-transition: .8s ease-in-out;
  62. -o-transition: .8s ease-in-out;
  63. }
  64.  
  65. div#qTip {
  66. padding: 3px;
  67. display: none;
  68. text-align: center;
  69. position: absolute;
  70. font-size:7px;
  71. margin-left:10px;
  72. margin-top:-2px;
  73. line-height:9px;
  74. font-family:arial;
  75. z-index: 1000;
  76. border: 1px solid #cacaca;
  77. background-color:#fff;
  78. color: #9b9b9b;
  79. text-transform:uppercase;
  80. letter-spacing: 2px;
  81. }
  82. </style>
  83.  
  84. <style type="text/css">
  85. @font-face {font-family: kg only human; src:url(http://static.tumblr.com/0acsjtb/0nJnm0lu2/kgonlyhuman.ttf;)}
  86.  
  87.  
  88.  
  89.  
  90.  
  91. h1 {
  92. font-weight:normal;
  93. font-size:13px;
  94. text-align:center;
  95. font-style:normal;
  96. line-height:100%;
  97. letter-spacing:1px;
  98. text-transform:normal;
  99. color:{color:text};
  100. }
  101.  
  102. h2 {
  103. font-size:10px;
  104. text-align:center;
  105. line-height:100%;
  106. letter-spacing:-0.5px;
  107. color:{color:text};
  108. font-weight:bold;
  109. text-transform:uppercase;
  110. padding:5px;
  111. padding-bottom:2px;
  112. }
  113.  
  114. h3 {
  115. font-size:16px;
  116. text-align:center;
  117. line-height:100%;
  118. letter-spacing:1px;
  119. color: #9e180f;
  120. font-family: kg only human;
  121. text-transform:lowecase;
  122. text-shadow: 0 0 2px #494747;
  123. padding:5px;
  124. padding-bottom:2px;
  125. }
  126.  
  127.  
  128. #fade {
  129. display:none;
  130. position:fixed;
  131. left:0px;
  132. top:0px;
  133. width:100%;
  134. height:100%;
  135. z-index:9999;
  136. background:#000; /* change to #fff for solid white */
  137. opacity:0.5; /* change to opacity:1; */
  138. }
  139.  
  140. blockquote {
  141. border-left:2px solid {color:text};
  142. padding-left:5px;
  143. margin:5px;
  144. }
  145.  
  146.  
  147. body {
  148. background:#d1cecd;
  149. background-image:url('http://i.imgur.com/UPwwMmz.png');
  150. background-repeat: no-repeat;
  151. margin:0px;
  152. color:{color:text};
  153. font-family:times new roman;
  154. font-size:13px;
  155. line-height:100%;
  156. }
  157.  
  158. a {
  159. text-decoration:none;
  160. outline:none;
  161. -moz-outline-style:none;
  162. color:{color:link};
  163. -moz-transition-duration:0.5s;
  164. -webkit-transition-duration:0.5s;
  165. -o-transition-duration:0.5s;
  166. }
  167.  
  168. a:hover {
  169. text-decoration:none;
  170. outline:none;
  171. -moz-outline-style:none;
  172. color:{color:link hover};
  173. }
  174.  
  175. img {
  176. border: 0px solid #transparent;
  177. max-width: 100%;
  178. }
  179.  
  180. blockquote {
  181. padding-left:5px;
  182. border-left:2px solid;
  183. }
  184.  
  185. blockquote blockquote {
  186. padding-left:5px;
  187. border-left:2px solid;
  188. }
  189.  
  190. b {
  191. color: #4d514a;
  192. text-shadow: 0 0 2px #494747;
  193. font-family: kg only human;
  194. text-transform:lowercase;
  195.  
  196. font-size:16px;
  197. letter-spacing:1px;
  198. }
  199.  
  200.  
  201.  
  202. i {
  203. color: #404040;
  204.  
  205. font-family: times;
  206.  
  207. font-size:13px;
  208. letter-spacing:1px;
  209. }
  210.  
  211. #post {
  212. width:485px;
  213. padding-bottom:30px;
  214. margin-top:30px;
  215. -webkit-filter:grayscale(65%);
  216. -webkit-transition: all 0.6s ease-in-out;
  217. opacity: .9;
  218. }
  219.  
  220. #post:hover{
  221. -webkit-filter:none;
  222. -webkit-transition: all 0.6s ease-in-out;
  223. opacity: 1.0;
  224.  
  225. }
  226.  
  227. #entries {
  228. padding:10px;
  229. width:485px;
  230. margin-left:335px;
  231. margin-top:362px;
  232. overflow:scroll;
  233. overflow-x:hidden;
  234. height:290px;
  235. padding:15px;
  236. background-color: #transparent;
  237. border:0x #000 solid;
  238. text-align:justify;
  239. }
  240.  
  241. img {
  242. max-width:485px;
  243. height:auto;
  244. }
  245.  
  246. .html_photoset {
  247. max-width:485px;
  248. height:auto;
  249. }
  250.  
  251.  
  252.  
  253. .alinks {
  254. display:inline-block;
  255. position:fixed;
  256. font-family:cambria;
  257.  
  258. width:10px;
  259. margin-top:250px;
  260. margin-left:360px;
  261. font-size:20px;
  262. text-transform:uppercase;
  263. text-align:center;
  264. line-height:330%;
  265. -webkit-transition: all .5s linear;
  266. }
  267.  
  268.  
  269. .alinks a{
  270. display:inline-block;
  271. width:3px;
  272. border-radius:0px;
  273. color:#fff;
  274.  
  275.  
  276. text-decoration:none;
  277. -moz-transition-duration:.2s;
  278. -webkit-transition-duration:.2s;
  279. -o-transition-duration:.2s;
  280.  
  281. }
  282.  
  283. .alinks a:hover {
  284.  
  285. width:3px;
  286. height:3px;
  287. -moz-transition-duration:0.2s;
  288. -webkit-transition-duration:0.2s;
  289. -o-transition-duration:0.2s;
  290.  
  291. }
  292.  
  293.  
  294.  
  295. .blinks {
  296. display:inline-block;
  297. position:fixed;
  298. font-family:cambria;
  299. width:10px;
  300. margin-top:278px;
  301. margin-left:435px;
  302. font-size:20px;
  303. text-transform:uppercase;
  304. text-align:center;
  305. line-height:330%;
  306. -webkit-transition: all .5s linear;
  307. }
  308.  
  309.  
  310. .blinks a{
  311. display:inline-block;
  312. width:3px;
  313. border-radius:0px;
  314. color:#fff;
  315. text-decoration:none;
  316. -moz-transition-duration:.2s;
  317. -webkit-transition-duration:.2s;
  318. -o-transition-duration:.2s;
  319.  
  320. }
  321.  
  322. .blinks a:hover {
  323.  
  324. width:3px;
  325. height:3px;
  326. -moz-transition-duration:0.2s;
  327. -webkit-transition-duration:0.2s;
  328. -o-transition-duration:0.2s;
  329.  
  330. }
  331.  
  332.  
  333.  
  334.  
  335.  
  336. .clinks {
  337. display:inline-block;
  338. position:fixed;
  339. font-family:cambria;
  340. width:10px;
  341. margin-top:220px;
  342. margin-left:495px;
  343. font-size:20px;
  344. text-transform:uppercase;
  345. text-align:center;
  346. line-height:330%;
  347. -webkit-transition: all .5s linear;
  348. }
  349.  
  350.  
  351. .clinks a{
  352. display:inline-block;
  353. width:3px;
  354. border-radius:0px;
  355. color:#fff;
  356. text-decoration:none;
  357. -moz-transition-duration:.2s;
  358. -webkit-transition-duration:.2s;
  359. -o-transition-duration:.2s;
  360.  
  361. }
  362.  
  363. .clinks a:hover {
  364.  
  365. width:3px;
  366. height:3px;
  367. -moz-transition-duration:0.2s;
  368. -webkit-transition-duration:0.2s;
  369. -o-transition-duration:0.2s;
  370.  
  371. }
  372.  
  373.  
  374. .dlinks {
  375. display:inline-block;
  376. position:fixed;
  377. font-family:cambria;
  378. width:10px;
  379. margin-top:265px;
  380. margin-left:555px;
  381. font-size:20px;
  382. text-transform:uppercase;
  383. text-align:center;
  384. line-height:330%;
  385. -webkit-transition: all .5s linear;
  386. }
  387.  
  388.  
  389. .dlinks a{
  390. display:inline-block;
  391. width:3px;
  392. border-radius:0px;
  393. color:#fff;
  394. text-decoration:none;
  395. -moz-transition-duration:.2s;
  396. -webkit-transition-duration:.2s;
  397. -o-transition-duration:.2s;
  398.  
  399. }
  400.  
  401. .dlinks a:hover {
  402.  
  403. width:3px;
  404. height:3px;
  405. -moz-transition-duration:0.2s;
  406. -webkit-transition-duration:0.2s;
  407. -o-transition-duration:0.2s;
  408.  
  409. }
  410.  
  411.  
  412.  
  413. .elinks {
  414. display:inline-block;
  415. position:fixed;
  416. font-family:cambria;
  417. width:10px;
  418. margin-top:285px;
  419. margin-left:645px;
  420. font-size:20px;
  421. text-transform:uppercase;
  422. text-align:center;
  423. line-height:330%;
  424. -webkit-transition: all .5s linear;
  425. }
  426.  
  427.  
  428. .elinks a{
  429. display:inline-block;
  430. width:3px;
  431. border-radius:0px;
  432. color:#fff;
  433. text-decoration:none;
  434. -moz-transition-duration:.2s;
  435. -webkit-transition-duration:.2s;
  436. -o-transition-duration:.2s;
  437.  
  438. }
  439.  
  440. .elinks a:hover {
  441.  
  442. width:3px;
  443. height:3px;
  444. -moz-transition-duration:0.2s;
  445. -webkit-transition-duration:0.2s;
  446. -o-transition-duration:0.2s;
  447.  
  448. }
  449.  
  450.  
  451. #description {
  452. position:fixed;
  453. width:200px;
  454. font-family:trebuchet ms;
  455. margin-top:55px;
  456. margin-left:-9px;
  457. text-align:justify;
  458. font-size:9px;
  459. color: {color:text};
  460. letter-spacing:0px;
  461. line-height:130%;
  462. -moz-transition-duration:1s;
  463. -webkit-transition-duration:1s;
  464. -o-transition-duration:1s;
  465. }
  466.  
  467. #description a {
  468. color:{color:link};
  469. }
  470.  
  471. #description a:hover {
  472. color:{color:link hover};
  473. }
  474.  
  475.  
  476. #pagination {
  477. font-family:cambria;
  478. text-shadow: 1px 1px 1px #000;
  479. width:210px;
  480. font-size:9px;
  481. margin-top:650px;
  482. margin-left:675px;
  483. padding-left:5px;
  484. letter-spacing:1px;
  485. text-align:center;
  486. }
  487.  
  488. #pagination a {
  489. color:#ffffff
  490. }
  491.  
  492. #info {
  493. width:465px;
  494. padding:10px;
  495. font-size:8px;
  496. color: #f5cadd;
  497. text-transform:uppercase;
  498. font-style:normal;
  499. letter-spacing:2px;
  500. text-align:center;
  501. -moz-transition-duration:0.5s;
  502. -webkit-transition-duration:0.5s;
  503. -o-transition-duration:0.5s;
  504. background-image:url('http://i.imgur.com/jCMPTV0.png');
  505. border: 1px dotted #939292;
  506. }
  507.  
  508. #info a {
  509. color:{color:post links};
  510. text-align:center;
  511. letter-spacing:1px;
  512. font-style:normal;
  513. }
  514.  
  515. #postinfo a:hover {
  516. color:{color:hover};
  517. }
  518.  
  519. .note {
  520. text-transform:uppercase;
  521. font-style:normal;
  522. letter-spacing:0px;
  523. font-size: 9px;
  524. text-align:left;
  525. line-height:90%;
  526. margin-left:-40px;
  527. }
  528.  
  529. .note li {
  530. list-style-type:none;
  531. padding:10px 25px 10px 25px;
  532. text-align:left;
  533. margin:0px;
  534. -moz-transition-duration:0.5s;
  535. -webkit-transition-duration:0.5s;
  536. -o-transition-duration:0.5s;
  537. }
  538.  
  539.  
  540.  
  541. .tags {
  542. font-family:calibri;
  543. font-style:normal;
  544. width:480px;
  545. text-transform:normal;
  546. font-style:normal;
  547. line-height:120%;
  548. padding-left:5px;
  549. font-size:10px;
  550. text-align:left;
  551. padding-top:5px;
  552. padding-bottom:15px;
  553. -moz-transition-duration:0.2s;
  554. -webkit-transition-duration:0.2s;
  555. -o-transition-duration:0.2s;
  556. }
  557. .tags a{
  558. color:{color:link};
  559. -moz-transition-duration:0.2s;
  560. -webkit-transition-duration:0.2s;
  561. -o-transition-duration:0.2s;
  562. }
  563. .tags a:hover{
  564. color:{color:link hover};
  565. -moz-transition-duration:0.2s;
  566. -webkit-transition-duration:0.2s;
  567. -o-transition-duration:0.2s;
  568. }
  569.  
  570. .audio{
  571. background-color:#transparent;
  572. height:65px;
  573. overflow:hidden;
  574. }
  575.  
  576. #ask {
  577. float:left;
  578. color:{color:text};
  579. }
  580.  
  581. #credit {
  582. font-size:9px;
  583. font-family:cambria;
  584. font-style:italic;
  585. letter-spacing:1px;
  586. -moz-transition-duration:0.5s;
  587. -webkit-transition-duration:0.5s;
  588. -o-transition-duration:0.5s;
  589. }
  590.  
  591. #credit a {
  592. background-color:transparent;
  593. color:#ffff;
  594. padding:5px;
  595. border:1px solid #e9e9e9;
  596. position:fixed;
  597. right:15px;
  598. bottom:10px
  599. }
  600.  
  601. #credit a:hover {
  602. color:#fff;
  603. background-color: #4e5a49;
  604. }
  605.  
  606. /* UPDATES TAB #1 by http://wizardring.tumblr.com */
  607.  
  608. #tab {width:140px; position:fixed; top:20px; left:20px; z-index:3; transition:all .5s ease;}
  609. #tab:hover {transition:all .8s ease;}
  610.  
  611. /* box */
  612. #tab_box {position:relative; text-align:justify; opacity:0; transition:all .5s ease; margin:15px -200px 8px; width:140px;}
  613. #tab:hover #tab_box {opacity:1; transition:all 1s ease; margin:15px 0px 8px;}
  614.  
  615. /* the navicon: change the color of it by putting other color code instead of #eee*/
  616. .border1 {width:20px; height:1px; background:#4d514a; position:absolute; margin-top:0px; transition:all .5s ease;}
  617. .border2 {width:20px; height:1px; background:#4d514a; position:absolute; margin-top:5px; transition:all .5s ease;}
  618. .border3 {width:20px; height:1px; background:#4d514a; position:absolute; margin-top:10px; transition:all .5s ease;}
  619.  
  620. #tab:hover .border1 {margin-top:0px; width:50px; transition:all .9s ease;}
  621. #tab:hover .border2 {margin-top:0px; width:50px; margin-left:50px; transition:all .9s ease;}
  622. #tab:hover .border3 {margin-top:0px; width:40px; margin-left:100px; transition:all .9s ease;}
  623.  
  624. /* title: change the title/background color by changing the #COLORCODE; */
  625. .updates_title {padding-right:5px; text-align:left; background:#fff; color:#000; text-transform:uppercase; font-size:7.5px; transition:all .5s ease; position:absolute; font-weight:bold; width:auto; display:inline-block; margin-top:-6.5px; margin-left:-200px; opacity:0; letter-spacing:3px;}
  626. #tab:hover .updates_title {transition:all 1.5s ease; opacity:1; margin-left:0px;}
  627.  
  628. /* tab divisor: change the color of it by putting other color code instead of #eee; if you want it centered, change the margin to 'margin:8px auto 0px' */
  629. #tab_border {height:1px; background:#eee; width:100px; position:relative; margin:8px 0px 8px;}
  630.  
  631. /* UPDATES TAB #1 by http://wizardring.tumblr.com */
  632.  
  633. {CustomCSS}</style></head><body>
  634.  
  635. <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
  636. <div id="tab">
  637. <!--navicon-->
  638. <div class="border1"></div>
  639. <div class="border2"></div>
  640. <div class="border3"></div>
  641. <!--navicon-->
  642.  
  643. <!--tab title-->
  644. <div class="updates_title">about</div>
  645. <!--box-->
  646. <div id="tab_box">
  647. <!--write things here, break a line by using <br>-->
  648.  
  649. <center><small> 【 ❥】 oɴ ʏᴏᴜʀ ʜ ᴇ ᴀ ᴅ s ᴛ ᴏ ɴ ᴇ
  650.    ᴡᴇ sʜᴏᴜʟᴅ ᴡʀɪᴛᴇ ᴛʜᴀᴛ
  651.    уσυ ℓσνє∂ αℓℓ тнє тнιηgѕ
  652.   тнαт ɗєѕтяσуєɗ уσυ;
  653.   bᴜᴛ ᴛʜᴇ ᴛʜɪɴɢs ᴛʜᴀᴛ ʀᴜɪɴᴇᴅ ʏᴏᴜ
  654.  
  655. ──︻╦̵̵͇̿̿̿̿ ͠ ʟ͠ᴏ͠ᴠ͠ᴇ͠ᴅ ͠ʏ͠ᴏ͠ᴜ ͠ᴛ͠ᴏ͠ᴏ ╤──</small>
  656. <!--to use a divider just copy and paste this: <div id="tab_border"></div>-->
  657. <div id="tab_border"></div>
  658. <small>independent roleplay blog for rebekah mikaelson from cw's the vampire diaries & the originals. <i>!!</i></small>
  659. <div id="tab_border"></div>
  660. <center><small>written by <i>jess</i>. 21.
  661. <br>gmt + 11
  662. <div id="tab_border"></div>
  663. <p><b>#stubbornstrumpet</b>
  664.  
  665.  
  666. <!--write things here-->
  667. </div>
  668. </div>
  669. <!-- UPDATES TAB #1 by http://wizardring.tumblr.com -->
  670.  
  671.  
  672. </div>
  673. </div>
  674.  
  675. <div id="sidebar">
  676.  
  677. <div id="sidebarimage">
  678. <a href="/"><img src="{image:sidebar}"></a></div>
  679.  
  680. <div class="sidebartitle">{text:sidebartitle}</div>
  681.  
  682. <div id="links">
  683. <div class="alinks">
  684. <a href="/">★</a></div>
  685. <div class="blinks">
  686. <a href="/ask">★</a></div>
  687. <div class="clinks">
  688. <a href="/rules">★</a></div>
  689. <div class="dlinks">
  690. <a href="/n">★</a></div>
  691. <div class="elinks">
  692. <a href="/v">★</a></div>
  693. </div>
  694.  
  695. <div id="description">{description}
  696.  
  697. <div id="pagination">
  698. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  699. </div></div></div>
  700.  
  701. <div id="entries">{block:Posts}<div id="post">
  702.  
  703. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  704.  
  705. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  706.  
  707. {block:Photoset}<center>{Photoset}</center>
  708. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  709.  
  710. {block:Quote}"{Quote}"</big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  711.  
  712. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  713.  
  714. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  715.  
  716. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  717. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  718.  
  719. {block:Video}{Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  720.  
  721.  
  722. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  723.  
  724. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  725. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  726.  
  727. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; / &nbsp; <a title="{SourceTitle}" href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; ( <a href="{ReblogURL}"target="_blank" title="reblog this post"><big>+</big> </a> ) </div>
  728. </div>
  729.  
  730.  
  731. {block:HasTags}
  732. <div class="tags">
  733. tagged as:{block:Tags} <a href="{TagURL}">&nbsp; #{Tag}</a> {/block:Tags}</div>
  734. {/block:HasTags}
  735. <div class="postnote">
  736. {block:PostNotes}{PostNotes}{/block:PostNotes}
  737. </div>
  738. </div>
  739. {/block:Posts}
  740.  
  741. </div>
  742. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  743.  
  744.  
  745. </body>
  746.  
  747. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement