Advertisement
Guest User

here u go doll

a guest
Jul 31st, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.86 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head><title>{Title}</title>
  6.  
  7. <link rel="shortcut icon" href="{Favicon}">
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. <link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Dosis:400,700' rel='stylesheet' type='text/css'>
  12.  
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16.  
  17. <!---- this is theme 41 by Hollywhood
  18.  
  19. please don't remove the credit
  20.  
  21. thank you
  22.  
  23. --->
  24.  
  25.  
  26.  
  27. <meta name="color:Background" content="#fedddc"/>
  28.  
  29. <meta name="color:Text" content="#9B9B9B"/>
  30.  
  31. <meta name="color:Link" content="#b8b8b8"/>
  32.  
  33. <meta name="color:scrollbar" content="#999999">
  34.  
  35. <meta name="color:title" content="#999999">
  36.  
  37. <meta name="color:Link Hover" content="#eeeeee"/>
  38.  
  39. <meta name="image:Background" content=""/>
  40.  
  41.  
  42.  
  43. <meta name="image:sidebar" content=""/>
  44.  
  45. <meta name="text:sidebartitle" content="">
  46.  
  47.  
  48.  
  49. <meta name="text:link 1" content="Link 1"/>
  50.  
  51. <meta name="text:link 1 url" content="/"/>
  52.  
  53. <meta name="text:link 2" content="Link 2"/>
  54.  
  55. <meta name="text:link 2 url" content="/"/>
  56.  
  57. <meta name="text:link 3" content="Link 3"/>
  58.  
  59. <meta name="text:link 3 url" content="/"/>
  60.  
  61. <meta name="text:link 4" content="Link 4"/>
  62.  
  63. <meta name="text:link 4 url" content="/"/>
  64.  
  65. <meta name="text:link 5" content="Link 5"/>
  66.  
  67. <meta name="text:link 5 url" content="/"/>
  68.  
  69.  
  70.  
  71. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  72.  
  73.  
  74.  
  75. <style>
  76.  
  77. div#qTip {
  78.  
  79. padding: 1px;
  80.  
  81. display: none;
  82.  
  83. text-align: center;
  84.  
  85. position: absolute;
  86.  
  87. font-size:15px;
  88.  
  89. left:10px;
  90.  
  91. top:-2px;
  92.  
  93. line-height:9px;
  94.  
  95. font-family: 'Dosis', sans-serif;
  96.  
  97. z-index: 1000;
  98.  
  99. border: 1px solid #cacaca;
  100.  
  101. background-color:#fff;
  102.  
  103. color: #9b9b9b;
  104.  
  105. text-transform:uppercase;
  106.  
  107. letter-spacing: 2px;
  108.  
  109. }
  110.  
  111. </style>
  112.  
  113.  
  114.  
  115. <style type="text/css">
  116.  
  117. #pcontainer {
  118.  
  119. background-color: ;
  120.  
  121. opacity:.90;
  122.  
  123. width:400px;
  124.  
  125. height:382px;
  126.  
  127. left: -775px;
  128.  
  129. right: 50px;
  130. top:84px;
  131.  
  132. margin: auto;
  133.  
  134. position:absolute;
  135.  
  136. overflow-y:scroll;
  137.  
  138. overflow-x:hidden;
  139.  
  140. border:0px dotted #000000;}
  141.  
  142.  
  143.  
  144. ::-webkit-scrollbar-thumb{
  145.  
  146. background-color: {color:scrollbar};
  147.  
  148. border: 0px solid {color:background};
  149.  
  150. height:auto;
  151.  
  152.  
  153.  
  154. }
  155.  
  156.  
  157.  
  158. ::-webkit-scrollbar {
  159.  
  160. height:auto;
  161.  
  162. width:0px;
  163.  
  164. align: left
  165.  
  166. background-color: {color:scrollbar};
  167.  
  168. border:5px white {color:background};
  169.  
  170. }
  171.  
  172.  
  173.  
  174.  
  175.  
  176. iframe#tumblr_controls {
  177.  
  178. white-space:nowrap;
  179.  
  180. -webkit-filter: invert(100%);
  181.  
  182. -moz-filter: invert(100%);
  183.  
  184. -o-filter: invert(100%);
  185.  
  186. -ms-filter: invert(100%);
  187.  
  188. filter: invert(100%);
  189.  
  190. opacity:.2;transition: .8s ease-in-out;
  191.  
  192. -webkit-transition: .8s ease-in-out;
  193.  
  194. -moz-transition: .8s ease-in-out;
  195.  
  196. -o-transition: .8s ease-in-out;
  197.  
  198. }
  199.  
  200.  
  201.  
  202. h1 {
  203.  
  204. font-weight:normal;
  205.  
  206. font-size:15px;
  207.  
  208. text-align:left;
  209.  
  210. font-family: 'Dosis', sans-serif;
  211.  
  212. font-style:normal;
  213.  
  214. line-height:100%;
  215.  
  216. letter-spacing:.3px;
  217.  
  218. text-transform:normal;
  219.  
  220. color:{color:text};
  221.  
  222. }
  223.  
  224.  
  225.  
  226. h2 {
  227.  
  228. font-size:18px;
  229.  
  230. text-align:center;
  231.  
  232. line-height:100%;
  233.  
  234. letter-spacing:-0.5px;
  235.  
  236. color:{color:text};
  237.  
  238. font-weight:bold;
  239.  
  240. text-transform:uppercase;
  241.  
  242. padding:5px;
  243.  
  244. padding-bottom:2px;
  245.  
  246. }
  247.  
  248.  
  249.  
  250.  
  251.  
  252. blockquote {
  253.  
  254. border-left:2px solid {color:text};
  255.  
  256. padding-left:5px;
  257.  
  258. margin:5px;
  259.  
  260. }
  261.  
  262.  
  263.  
  264.  
  265.  
  266. body {
  267.  
  268. background:{color:background};
  269.  
  270. margin:0px;
  271.  
  272. color:{color:text};
  273.  
  274. font-family: 'Dosis', sans-serif;
  275.  
  276. font-size:14px;
  277.  
  278. line-height:100%;
  279.  
  280. background:#fff;
  281.  
  282. background-image: url('{image:Background}');
  283.  
  284. background-repeat:no-repeat;
  285.  
  286. background-attachment:fixed;
  287.  
  288. background-position:fixed;
  289.  
  290. }
  291.  
  292.  
  293.  
  294. a {
  295.  
  296. text-decoration:none;
  297.  
  298. outline:none;
  299.  
  300. -moz-outline-style:none;
  301.  
  302. color:{color:link};
  303.  
  304. -moz-transition-duration:0.5s;
  305.  
  306. -webkit-transition-duration:0.5s;
  307.  
  308. -o-transition-duration:0.5s;
  309.  
  310. }
  311.  
  312.  
  313.  
  314. a:hover {
  315.  
  316. text-decoration:none;
  317.  
  318. outline:none;
  319.  
  320. -moz-outline-style:none;
  321.  
  322. color:{color:link hover};
  323.  
  324. }
  325.  
  326.  
  327.  
  328. img {
  329.  
  330.  
  331. border:none;
  332.  
  333. }
  334.  
  335.  
  336.  
  337. blockquote {
  338.  
  339. padding-left:5px;
  340.  
  341. border-left:2px solid;
  342.  
  343. }
  344.  
  345.  
  346.  
  347. blockquote blockquote {
  348.  
  349. padding-left:5px;
  350.  
  351. border-left:2px solid;
  352.  
  353. }
  354.  
  355.  
  356.  
  357. #post {
  358.  
  359. width:400px;
  360.  
  361. padding-bottom:30px;
  362.  
  363.  
  364.  
  365. }
  366.  
  367.  
  368.  
  369. #entries {
  370.  
  371. padding:0px;
  372.  
  373. width:400px;
  374.  
  375. left:232px;
  376.  
  377. top:80px;
  378.  
  379.  
  380. }
  381.  
  382.  
  383.  
  384.  
  385.  
  386. #sidebar {
  387.  
  388. color:{color:text};
  389.  
  390. position:fixed;
  391.  
  392. width:100px;
  393.  
  394. height:auto;
  395.  
  396. margin-top:39px;
  397.  
  398. left:250px;
  399.  
  400. text-align:left;
  401.  
  402. }
  403.  
  404.  
  405.  
  406. #sidebarimage img {
  407.  
  408. width:0px;
  409.  
  410. margin-top:-10px;
  411.  
  412. margin-bottom:0px;
  413.  
  414. left:-9px;
  415.  
  416. }
  417.  
  418.  
  419.  
  420. #links {
  421.  
  422. position:absolute;
  423.  
  424. position:fixed;
  425.  
  426. font-family: 'Dosis', sans-serif;
  427.  
  428.  
  429. width:125px;
  430.  
  431.  
  432. top:370px;
  433.  
  434. left:797px;
  435.  
  436. font-size:90px;
  437.  
  438. text-transform:uppercase;
  439.  
  440. text-align:center;
  441.  
  442. line-height:10%;
  443.  
  444. }
  445.  
  446.  
  447.  
  448. #links a{
  449.  
  450. line-height:280%;
  451.  
  452. border-bottom:1px none #fff;
  453.  
  454. margin-top:4px;
  455.  
  456. left:13px;
  457.  
  458. color:{color:link};
  459.  
  460. text-decoration:none;
  461.  
  462. -moz-transition-duration:.2s;
  463.  
  464. -webkit-transition-duration:.2s;
  465.  
  466. -o-transition-duration:.2s;
  467.  
  468. }
  469.  
  470.  
  471.  
  472. #links a:hover {
  473.  
  474. color: {color:link hover};
  475.  
  476. width:60px;
  477.  
  478. -moz-transition-duration:0.2s;
  479.  
  480. -webkit-transition-duration:0.2s;
  481.  
  482. -o-transition-duration:0.2s;
  483.  
  484. }
  485.  
  486.  
  487.  
  488. #description {
  489.  
  490. position:fixed;
  491.  
  492. width:200px;
  493.  
  494. font-family:verdana;
  495.  
  496. text-decoration:italic;
  497.  
  498. top:400px;
  499.  
  500. left:615px;
  501.  
  502. text-align:justify;
  503.  
  504. font-size:25px;
  505.  
  506. color: {color:text};
  507.  
  508. letter-spacing:0px;
  509.  
  510. line-height:130%;
  511.  
  512. -moz-transition-duration:1s;
  513.  
  514. -webkit-transition-duration:1s;
  515.  
  516. -o-transition-duration:1s;
  517.  
  518. }
  519.  
  520.  
  521.  
  522. #description a {
  523.  
  524. color:{color:link};
  525.  
  526. }
  527.  
  528.  
  529.  
  530. #description a:hover {
  531.  
  532. color:{color:link hover};
  533.  
  534. }
  535.  
  536.  
  537.  
  538. .sidebartitle {
  539.  
  540. width:210px;
  541.  
  542. text-align:center;
  543.  
  544. position:fixed;
  545.  
  546. font-family:arial;
  547.  
  548. line-height:120%;
  549.  
  550. left:-13px;
  551.  
  552. font-size:13px;
  553.  
  554. top:10px;
  555.  
  556. color:{color:title};
  557.  
  558. }
  559.  
  560.  
  561.  
  562. #pagination {
  563.  
  564. font-family:verdana;
  565.  
  566. width:70px;
  567.  
  568. font-size:30px;
  569.  
  570. margin-top:85px;
  571.  
  572. margin-left:325px;
  573.  
  574. padding-left:5px;
  575.  
  576. letter-spacing:1px;
  577.  
  578. font-style:none;
  579.  
  580. text-align:center;
  581. position:fixed;
  582.  
  583. }
  584.  
  585.  
  586.  
  587. #pagination a {
  588.  
  589. color:{color:link};
  590.  
  591. }
  592.  
  593.  
  594.  
  595. #info {
  596.  
  597. font-family: 'Dosis', sans-serif;
  598.  
  599.  
  600. width:490px;
  601.  
  602. top:5px;
  603.  
  604. padding-top:1px;
  605.  
  606. font-size:9px;
  607.  
  608. background:#f7f7f7;
  609.  
  610. padding:4px;
  611.  
  612. color:{color:text};
  613.  
  614. text-transform:uppercase;
  615.  
  616. font-style:normal;
  617.  
  618. text-align:center;
  619.  
  620. -moz-transition-duration:0.5s;
  621.  
  622. -webkit-transition-duration:0.5s;
  623.  
  624. -o-transition-duration:0.5s;
  625.  
  626. }
  627.  
  628.  
  629.  
  630. #info a {
  631.  
  632. color:{color:link};
  633.  
  634. font-style:normal;
  635.  
  636. }
  637.  
  638.  
  639.  
  640. #info a:hover {
  641.  
  642. color:{color:link hover};
  643.  
  644. }
  645.  
  646.  
  647.  
  648. .tags {
  649.  
  650. font-family: 'Dosis', sans-serif;
  651.  
  652. font-style:normal;
  653.  
  654. width:495px;
  655.  
  656. text-transform:normal;
  657.  
  658. font-style:normal;
  659.  
  660. line-height:120%;
  661.  
  662. padding-left:5px;
  663.  
  664. font-size:9px;
  665.  
  666. text-align:left;
  667.  
  668. padding-top:5px;
  669.  
  670. padding-bottom:15px;
  671.  
  672. -moz-transition-duration:0.2s;
  673.  
  674. -webkit-transition-duration:0.2s;
  675.  
  676. -o-transition-duration:0.2s;
  677.  
  678. }
  679.  
  680. .tags a{
  681.  
  682. color:{color:link};
  683.  
  684. -moz-transition-duration:0.2s;
  685.  
  686. -webkit-transition-duration:0.2s;
  687.  
  688. -o-transition-duration:0.2s;
  689.  
  690. }
  691.  
  692. .tags a:hover{
  693.  
  694. color:{color:link hover};
  695.  
  696. -moz-transition-duration:0.2s;
  697.  
  698. -webkit-transition-duration:0.2s;
  699.  
  700. -o-transition-duration:0.2s;
  701.  
  702. }
  703.  
  704.  
  705.  
  706. .audio{
  707.  
  708. background-color:#e5e5e5;
  709.  
  710. height:65px;
  711.  
  712. overflow:hidden;
  713.  
  714. }
  715.  
  716.  
  717.  
  718. #ask {
  719.  
  720. float:left;
  721.  
  722. color:{color:text};
  723.  
  724. }
  725.  
  726.  
  727.  
  728. #credit {
  729.  
  730. font-size:8px;
  731.  
  732. font-family:verdana;
  733.  
  734. font-style:italic;
  735.  
  736. letter-spacing:1px;
  737.  
  738. -moz-transition-duration:0.5s;
  739.  
  740. -webkit-transition-duration:0.5s;
  741.  
  742. -o-transition-duration:0.5s;
  743.  
  744. }
  745.  
  746.  
  747.  
  748. #credit a {
  749.  
  750. background-color:transparent;
  751.  
  752. padding:5px;
  753.  
  754. border:1px none #e9e9e9;
  755.  
  756. position:fixed;
  757.  
  758. right:15px;
  759.  
  760. bottom:10px
  761.  
  762. }
  763.  
  764.  
  765.  
  766. #credit a:hover {
  767.  
  768. color:#fff;
  769.  
  770. background-color:#191919;
  771.  
  772. }
  773.  
  774. /************** FLAGS UPDATES TAB **************/
  775.  
  776. /* tutorial by deanlirium|tumblr (clarence.tk) */
  777.  
  778.  
  779.  
  780. #flags {
  781.  
  782. position:fixed;
  783.  
  784. top:350px; /* distance from the top of the page - adjust as you wish! */
  785.  
  786. left:1019px;
  787.  
  788. text-align:center;
  789.  
  790. text-transform:none; /* the text is in all caps - delete this line and it won't be */
  791.  
  792. color:#9b9b9b; /* change text color: use sites like http://www.colorpicker.com/ or the tumblr thing, copy the code it gives you and paste it! remember the #! */
  793.  
  794. font-size:8px; /* adjust font size */
  795.  
  796. letter-spacing:1px;
  797.  
  798. z-index:2147483607;
  799.  
  800. font-family: 'Dosis', sans-serif;}
  801.  
  802.  
  803.  
  804.  
  805.  
  806. #flag1 {
  807.  
  808. border:solid 6px #a19c9c; /* flag color */
  809.  
  810. border-right:solid 6px transparent; /* IMPORTANT! -- to make the flag thicker increase the border and border-right value; it looks better if they both have the same number! */
  811.  
  812. padding-left:7px;
  813.  
  814. width:30px; /* increase or decrease to change the lenght of the CLOSED flag */
  815.  
  816. height:0px;
  817.  
  818. position:absolute;
  819.  
  820. -moz-transition:all 0.7s ease-out;
  821.  
  822. -webkit-transition:all 0.7s ease-out;
  823.  
  824. -o-transition:all 0.7s ease-out;
  825.  
  826. }
  827.  
  828.  
  829.  
  830. #flag1:hover {
  831.  
  832. width:200px;} /* lenght of the OPEN flag */
  833.  
  834.  
  835.  
  836. #upd1 {
  837.  
  838. position:absolute;
  839.  
  840. width:120px;
  841.  
  842. padding:10px;
  843.  
  844. padding-left:50px; /* adjust this if you've changed the length of the open flag, subtract what you add here to the 'left' value below */
  845.  
  846. left:-180px;
  847.  
  848. top:6px; /* keep this number equal to the 'border' value for the flag */
  849.  
  850. opacity:0;
  851.  
  852. -moz-transition:all 0.7s ease-out;
  853.  
  854. -webkit-transition:all 0.7s ease-out;
  855.  
  856. -o-transition:all 0.7s ease-out;}
  857.  
  858.  
  859.  
  860. #flag1:hover #upd1{
  861.  
  862. left:0px;
  863.  
  864. opacity:1;}
  865.  
  866.  
  867.  
  868. /* following is the coding for the other flags - same as above! */
  869.  
  870.  
  871.  
  872. #flag2 {
  873.  
  874. border:solid 6px #a19c9c;
  875.  
  876. top:20px;
  877.  
  878. position:absolute;
  879.  
  880. border-right:solid 6px transparent;
  881.  
  882. padding-left:10px;
  883.  
  884. width:20px;
  885.  
  886. height:0px;
  887.  
  888. -moz-transition:all 0.7s ease-out;
  889.  
  890. -webkit-transition:all 0.7s ease-out;
  891.  
  892. -o-transition:all 0.7s ease-out;}
  893.  
  894.  
  895.  
  896. #flag2:hover {
  897.  
  898. width:180px;}
  899.  
  900.  
  901.  
  902. #upd2 {
  903.  
  904. position:absolute;
  905.  
  906. width:110px;
  907.  
  908. padding:10px;
  909.  
  910. padding-left:60px;
  911.  
  912. left:-180px;
  913.  
  914. top:6px;
  915.  
  916. opacity:0;
  917.  
  918. -moz-transition:all 0.7s ease-out;
  919.  
  920. -webkit-transition:all 0.7s ease-out;
  921.  
  922. -o-transition:all 0.7s ease-out;}
  923.  
  924.  
  925.  
  926. #flag2:hover #upd2{
  927.  
  928. left:0px;
  929.  
  930. opacity:1;}
  931.  
  932.  
  933.  
  934. /*if you want more flags, just copy the part of the code below and change the numbers - then increase the margin-top value for the #flag(number) adding 20px each new flag! copy from here: */
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942. /* to here */
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952. {CustomCSS}</style></head><body>
  953.  
  954. <div id="flags">
  955.  
  956. <div id="flag1"><div id="upd1">
  957.  
  958.  
  959.  
  960. <b>INDIANA JONES.</b><br>ind. & ecl.
  961.  
  962.  
  963.  
  964. </div></div>
  965.  
  966.  
  967.  
  968. <div id="flag2"><div id="upd2">
  969.  
  970.  
  971.  
  972. narrated by <b><i>TIGER.</i></b><br>est. august <b>2013.</b>
  973.  
  974.  
  975.  
  976. </div></div>
  977.  
  978.  
  979.  
  980. <!---- if you want more flags, copy from here ---->
  981.  
  982.  
  983.  
  984.  
  985.  
  986. </div></div>
  987.  
  988.  
  989.  
  990. <!---- to here and change the numbers according to your css! ---->
  991.  
  992.  
  993.  
  994. <!---- thanks for passing by and using this tutorial you're raaaaaaaaad c: ---->
  995.  
  996.  
  997.  
  998. </div>
  999.  
  1000.  
  1001.  
  1002. <div id="sidebar">
  1003.  
  1004.  
  1005.  
  1006. <div id="sidebarimage">
  1007.  
  1008. <a href="/"><img src="{image:sidebar}"></a></div>
  1009.  
  1010.  
  1011.  
  1012. <div class="sidebartitle">{text:sidebartitle}</div>
  1013.  
  1014.  
  1015.  
  1016. <div id="links">
  1017.  
  1018. <a href="{text:link 1 url}">{text:link 1}</a>
  1019.  
  1020. <a href="{text:link 2 url}">{text:link 2}</a>
  1021.  
  1022. <a href="{text:link 3 url}">{text:link 3}</a>
  1023.  
  1024. <a href="{text:link 4 url}">{text:link 4}</a>
  1025.  
  1026. <a href="{text:link 5 url}">{text:link 5}</a>
  1027.  
  1028. </div>
  1029.  
  1030.  
  1031.  
  1032. <div id="description">{description}
  1033.  
  1034.  
  1035.  
  1036. <div id="pagination">
  1037.  
  1038. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↤</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">↦</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  1039.  
  1040. </div></div></div>
  1041.  
  1042.  
  1043.  
  1044. <div id="entries"> <div id="pcontainer">{block:Posts}<div id="post">
  1045.  
  1046.  
  1047.  
  1048. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1049.  
  1050.  
  1051.  
  1052. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1053.  
  1054.  
  1055.  
  1056. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1057.  
  1058.  
  1059.  
  1060. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1061.  
  1062.  
  1063.  
  1064. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1065.  
  1066.  
  1067.  
  1068. {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}
  1069.  
  1070.  
  1071.  
  1072. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1073.  
  1074.  
  1075.  
  1076. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1077.  
  1078.  
  1079.  
  1080. {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}
  1081.  
  1082.  
  1083.  
  1084. {block:Date}<div id="info"> <a href="{Permalink}">{TimeAgo}</a>
  1085.  
  1086. {/block:Date} {block:NoteCount}&nbsp; ( <font color=#ec3d3d>♥</font> <a href="{Permalink}">{NoteCount}</a> ) {/block:NoteCount}<div style="float:right;">
  1087.  
  1088.  
  1089.  
  1090. {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>
  1091.  
  1092. </div>
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098. {block:HasTags}
  1099.  
  1100. <div class="tags">
  1101.  
  1102. filed as --{block:Tags} <a href="{TagURL}">;; {Tag}</a> {/block:Tags}</div>
  1103.  
  1104. {/block:HasTags}
  1105.  
  1106. <div class="postnote">
  1107.  
  1108. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1109.  
  1110. </div>
  1111.  
  1112. </div>
  1113.  
  1114. {/block:Posts}
  1115.  
  1116.  
  1117.  
  1118. </div>
  1119.  
  1120. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div>
  1121.  
  1122.  
  1123.  
  1124. </body>
  1125.  
  1126.  
  1127.  
  1128. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement