Advertisement
23themess

Lookin' Like Facebook

Nov 13th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 21.41 KB | None | 0 0
  1. <!---DO NOT STEAL THIS OR I WILL FIND YOU AND SHOVE AN ICE CUBE UP YOUR ASS UNTIL IT COMES OUT YOUR MOUTH AND THEN I WILL MAKE YOU DRINK THE LIQUID AFTER IT MELTS OK SOUNDS NASTY BUT I WILL DO IT IF YOU STEAL THIS THEME AND DONT THINK I WONT--->
  2.  
  3. <!DOCTYPE html PUBLIC
  4. "-//W3C//DTD XHTML 1.0 Transitional//EN"
  5. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <head>
  9.  
  10. <!---TITLE--->
  11. <title>{Title}</title>
  12.  
  13. <!---FAVICON--->
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <!---RSS FEED--->
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18.  
  19. <!---DESCRIPTION--->
  20. {block:Description}
  21.     <meta name="description" content="{MetaDescription}"/>
  22. {/block:Description}
  23.  
  24. <!---COLORS--->
  25. <meta name="color:Background" content="#ffffff" />
  26. <meta name="color:Font" content="#b6b5b5" />
  27. <meta name="color:Border" content="" />
  28. <meta name="color:Posts" content="" />
  29. <meta name="color:Post" content="" />
  30. <meta name="color:Link" content="b8b8b8" />
  31. <meta name="color:Link Hover" content="f0e7e1" />
  32. <meta name="color:Scrollbar" content="#b8b8b8" />
  33.  
  34. <!---LINKS--->
  35. <meta name="text:Ask Title" content="" />
  36. <meta name="text:Home Title" content="" />
  37. <meta name="text:Link 1 URL" content="" />
  38. <meta name="text:Link 1 Title" content="" />
  39. <meta name="text:Link 2 URL" content="" />
  40. <meta name="text:Link 2 Title" content="" />
  41. <meta name="text:Link 3 URL" content="" />
  42. <meta name="text:Link 3 Title" content="" />
  43. <meta name="text:Link 4 URL" content="" />
  44. <meta name="text:Link 4 Title" content="" />
  45.  
  46. <meta name="text:friend1" content="" />
  47. <meta name="text:friend2" content="" />
  48. <meta name="text:friend3" content="" />
  49. <meta name="text:friend4" content="" />
  50. <meta name="text:friend5" content="" />
  51. <meta name="text:friend6" content="" />
  52. <meta name="text:friend7" content="" />
  53. <meta name="text:friend8" content="" />
  54. <meta name="text:friend9" content="" />
  55.  
  56. <!---IMAGES--->
  57. <meta name="image:Sidebar Image" content="" />
  58. <meta name="image:header" content="" />
  59. <meta name="image:png" content="" />
  60. <meta name="image:home" content="" />
  61. <meta name="image:ask" content="" />
  62. <meta name="image:nav" content="" />
  63. <meta name="image:friend1" content="" />
  64. <meta name="image:friend2" content="" />
  65. <meta name="image:friend3" content="" />
  66. <meta name="image:friend4" content="" />
  67. <meta name="image:friend5" content="" />
  68. <meta name="image:friend6" content="" />
  69. <meta name="image:friend7" content="" />
  70. <meta name="image:friend8" content="" />
  71. <meta name="image:friend9" content="" />
  72.  
  73. <style type="text/css">
  74.  
  75. /*---WEBKIT SCROLLBAR---*/
  76. ::selection {background: #fff; color:{color:selection};}
  77. ::-moz-selection {background: #fff; color:{color:selection};}
  78. ::-webkit-selection {background: #fff; color:{color:selection};}
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};
  81. height:100px;}
  82.  
  83. ::-webkit-scrollbar { height:10px;width:5px; background-color:#fff;}
  84.  
  85.  
  86. /*---BODY---*/
  87. body {
  88.     font-style:none;
  89.         background:{color:background};
  90.         margin:0px; color:{color:Font};
  91.         font-family:tahoma;
  92.         font-size:11px;
  93.         line-height:100%;
  94. }
  95.  
  96. blockquote {
  97.         border-left:1px solid #b8b8b8;
  98.         padding-left:2px;
  99.         margin:5px;
  100. }
  101.  
  102. a {
  103.         color:{color:Link}
  104. }
  105.  
  106. a {
  107.         text-decoration:none;
  108.     text-transform:uppercase;
  109.         -webkit-transition:all 0.5s ease-in-out;
  110.         -moz-transition:all 0.5s ease-in-out;
  111.         -o-transition:all 0.5s ease-in-out;
  112.         -ms-transition:all 0.5s ease-in-out;
  113.         -transition:all 0.5s ease-in-out;
  114. }
  115.  
  116. a:hover {
  117.         color:{color:Link Hover}
  118. }
  119.  
  120. img {
  121.         max-height:100%;
  122. }
  123.  
  124. h1 , h2 {
  125.         font-family:cambria;
  126.         text-transform:none;
  127.         font-size:13px;
  128.         line-height:30px;
  129.         letter-spacing:0px;
  130.         text-align:center;
  131.         font-style:none;
  132. }
  133.  
  134. /*---ENTRIES/POSTS---*/
  135. #entry {
  136.         width:500px;
  137.         margin-top:0px;
  138. }
  139.  
  140. #posts {
  141.         width:500px;
  142.         padding-bottom:100px;
  143.         font-style:none;
  144.         padding:15px;
  145.         margin-left: 420px;
  146.         margin-bottom: -210px;
  147.         border: 1px double {color:border};
  148.         border-radius: 3px;
  149.         margin-top: 231px;
  150.         background-color: {color:post};
  151. }
  152.  
  153. /* --- SIDEBAR ---*/
  154. #sidebar {
  155.         width:300px;
  156.         position:fixed;
  157.         margin-left:30px;
  158.         margin-top:-404px;
  159.         position:relative;
  160. }
  161.  
  162. #sidebarimage img {
  163.         margin-left:90px;
  164.         width:150px;
  165.         height:150px;
  166.         margin-top:0px;
  167.         border: 4px solid {color:border};
  168.         border-radius: 2px;
  169. }
  170.  
  171. #nav {
  172.         position:fixed;
  173.         overflow:hidden;
  174.         margin-top:150px;
  175.         margin-left:315px;
  176. }
  177.  
  178. #link1 a, #link2 a, #link3 a, #link4 a, #link 5 a
  179.  
  180. #title {
  181.         font-family:cambria;
  182.         text-align:center;
  183.         margin-top:-129px;
  184.         padding-bottom:0px;
  185.         text-transform:none;
  186.         font-style:normal;
  187.         font-size:10px;
  188. }
  189.  
  190. #description {
  191.         margin-left: 607px;
  192.         margin-top:-25px;
  193.         width: 300px;
  194.         line-height: 100%;
  195.         text-transform:uppercase;
  196.         text-align:justify;
  197.         font-family:calibri;
  198.         font-size: 10px;
  199.         font-style:none;
  200.         padding-bottom:0px;
  201.         padding-top:5px;
  202. }
  203.  
  204. #links  {
  205.         position: fixed;
  206.         font-family:calibri;
  207.         padding-top: 0px;
  208.         padding-bottom: 5px;
  209.         margin-top: 5px;
  210.         margin-left: 125px;
  211.         padding-left: 0px;
  212.         padding-right: 0px;
  213.         letter-spacing: 1px;
  214.         height: 10px;
  215.         width: 150px;
  216. }
  217.  
  218. #links a {
  219.         padding 5px;
  220.         padding-top: 0px;
  221.         padding-bottom: 1px;
  222.         padding-right:2px;
  223.         padding-left:2px;
  224.         margin-bottom: 5px;
  225.         font-size: 10px;
  226.         font-style:normal;
  227.         text-align:center;
  228.         text-transform:none;
  229.         width: 50px;
  230. }
  231.  
  232. /*---BAR---*/
  233.  
  234. #bar {
  235.     background-color: {color: posts};
  236.     border-bottom: 1px solid {color:border};
  237.     width: 847px;
  238.     height:30px;
  239.     border-left: 1px solid {color:border};
  240.     border-right: 1px solid {color:border};
  241.     border-bottom-left-radius: 3px;
  242.     border-bottom-right-radius: 3px;
  243.     margin-left: 102px;
  244. }
  245.  
  246. /*---ASKS/INFO---*/
  247. #questions {
  248.         background-color:{color:posts};
  249.         color:{color:Font};
  250.         margin-left:0px;
  251.         padding:5px;
  252.         margin-top:5px;
  253.         margin-bottom:5px;
  254.         font-family:calibri;
  255.         font-size:10px;
  256.         font-style:normal;
  257.         text-align:center;
  258. }
  259.  
  260. #answers {
  261.         background-color:{color:posts};
  262.         color:{color:Font};
  263.         padding:2px;
  264.         font-family:cambria;
  265.         font-size:10px;
  266.         font-style:normal;
  267.         text-align:justify;
  268. }
  269.  
  270. .note {
  271.         padding:0px 20px 0px 20px;
  272.         background-color:#ffffff;
  273.         text-transform:lowercase;
  274.         letter-spacing:0px;
  275.         font-size: 11px;
  276.         font-style:normal;
  277.         text-align:left;
  278.         line-height:120%;
  279. }
  280.    
  281. .note li {
  282.         list-style-type:none;
  283.         padding:5px 25px 5px 25px;
  284.         text-align:left;
  285.         margin-right:30px;
  286.         margin-top:-50px;
  287. }
  288.  
  289. #info {
  290.         font-family:calibri;
  291.         text-align:center;
  292.         margin-top:10px;
  293.         padding-top:10px;
  294.         padding:0px;
  295.         padding-bottom:1px;
  296.         text-transform:uppercase;
  297.         font-style:none;
  298.         font-size:10px;
  299.         line-height:100%;
  300. }
  301.  
  302. #RebloggedFrom {
  303.         font-family:calibri;
  304.         text-align:center;
  305.         margin-top:-5px;
  306.         padding-bottom:0px;
  307.         text-transform:uppercase;
  308.         font-style:none;
  309.         font-size:10px;
  310. }
  311.  
  312. /*---TAGS---*/
  313. #tags {
  314.         font-family:calibri;
  315.         text-align:center;
  316.         margin-top:0px;
  317.         padding-bottom:0px;
  318.         text-transform:uppercase;
  319.         font-style:none;
  320.         font-size:10px;
  321. }
  322.  
  323. /*---PAGINATION---*/
  324. #pagination {
  325.         font-size:10px;
  326.         margin-top:5px;
  327.         margin-left:78px;
  328.         font-family:calibri;
  329.         font-style:normal;
  330.         text-align:center;
  331.         width:50px
  332.         text-transform:uppercase;
  333.         letter-spacing:1px;
  334. }
  335.  
  336. /*---CREDIT---*/
  337. #cred {
  338.         position:fixed;
  339.     color:{color:Font};
  340.         bottom:15px;
  341.         right:15px;
  342.         font-size:8px;
  343.         padding:5px;
  344.         text-transform:uppercase;
  345.         border:1px solid; padding: 2px 3px 2px 3px;
  346.         border-color: #b8b8b8
  347. }
  348.  
  349.  /*TABS*/
  350.    
  351.     #about {
  352.         height: 30px;
  353.         width: 100px;
  354.         padding: 5px;
  355.         margin-top: -40px;
  356.         margin-left: 300px;
  357.         border-right: 1px solid {color:border};
  358.         border-left: 1px solid {color:border};
  359.     }
  360.    
  361.     #friends {
  362.         height: 30px;
  363.         width: 100px;
  364.         padding: 5px;
  365.         margin-top: -40px;
  366.         margin-left: 411px;
  367.         border-right: 1px solid {color:border};
  368.         border-left: 1px solid {color:border};
  369.     }
  370.    
  371.     #memories {
  372.         height: 30px;
  373.         width: 100px;
  374.         padding: 5px;
  375.         margin-top: -40px;
  376.         margin-left: 522px;
  377.         border-right: 1px solid {color:border};
  378.         border-left: 1px solid {color:border};
  379.     }
  380.    
  381.    
  382. /*---LINKS&BOX---*/
  383.  
  384.     #linksbox {
  385.         width: 295px;
  386.         height: 234px;
  387.         border: 1px solid {color:border};
  388.         background-color: {color:post};
  389.         border-radius: 3px;
  390.         margin-bottom: -450px;
  391.         margin-top: 20px;
  392.         margin-left: 100px;
  393.     }
  394.    
  395.     #linksboxtitle {
  396.         background-color: {color:posts};
  397.         width: 295px;
  398.         height: 40px;
  399.         border-top-right-radius: 3px;
  400.         border-top-left-radius: 3px;
  401.     }
  402.    
  403.     #linksboxtext {
  404.         margin-left: 15px;
  405.         margin-top: -27px;
  406.     }
  407.    
  408.     #linksboxhome {
  409.         margin-top: 20px;
  410.         margin-left: 4px;
  411.     }
  412.    
  413.     #linksboxask {
  414.         margin-top: 27px;
  415.         margin-left: 4px;
  416.     }
  417.    
  418.     #linksboxnav {
  419.         margin-top: 27px;
  420.         margin-left: 4px;
  421.     }
  422.    
  423.     #navtext {
  424.         margin-top: -35px;
  425.         margin-left: 70px;
  426.     }
  427.    
  428.     #asktext {
  429.         margin-top: -35px;
  430.         margin-left: 70px;
  431.     }
  432.    
  433.     #hometext {
  434.         margin-top: -35px;
  435.         margin-left: 70px;
  436.     }
  437.    
  438. /*---FAVORITES&BOX---*/
  439.  
  440.     #favoritesbox {
  441.         width: 295px;
  442.         height: 343px;
  443.         border: 1px solid {color:border};
  444.         background-color: {color:post};
  445.         margin-bottom: -790px;
  446.         border-radius: 3px;
  447.         margin-top: 470px;
  448.         margin-left: 100px;
  449.     }
  450.    
  451.     #favoritesboxtitle {
  452.         background-color: {color:posts};
  453.         width: 295px;
  454.         height: 40px;
  455.         border-top-right-radius: 3px;
  456.         border-top-left-radius: 3px;
  457.     }
  458.    
  459.      #favoritesboxtext {
  460.         margin-left: 15px;
  461.         margin-top: -27px;
  462.     }
  463.    
  464.     #friend1 {
  465.         margin-top: 20px;
  466.         margin-left: 4px;
  467.        
  468.     }
  469.    
  470.     #friend2 {
  471.         margin-top: -93px;
  472.         margin-left: 101px;
  473.     }
  474.    
  475.     #friend3 {
  476.         margin-top: -93px;
  477.         margin-left: 198px;
  478.     }
  479.    
  480.     #friend4 {
  481.         margin-top: 4px;
  482.         margin-left: 4px;
  483.     }
  484.    
  485.     #friend5 {
  486.         margin-top: -93px;
  487.         margin-left: 101px;
  488.     }
  489.    
  490.     #friend6 {
  491.         margin-top: -93px;
  492.         margin-left: 198px;
  493.     }
  494.    
  495.     #friend7 {
  496.         margin-top: 4px;
  497.         margin-left: 4px;
  498.     }
  499.    
  500.     #friend8 {
  501.         margin-top: -93px;
  502.         margin-left: 101px;
  503.     }
  504.    
  505.     #friend9 {
  506.         margin-top: -93px;
  507.         margin-left: 198px;
  508.     }
  509.    
  510. /*---ASK---*/
  511.  
  512.     #askbox {
  513.         width: 530px;
  514.         padding: 15px;
  515.         margin-left: 405px;
  516.         margin-top: 174px;
  517.     }
  518.    
  519.  
  520. /*---END CSS---*/
  521.  
  522. {CustomCSS}</style></head><body>
  523.  
  524. <!---HEADER--->
  525.     <img src="{image:header}" style="margin-top: 0px; margin-left: 100px; border: 1px solid {color:border}; width: 851px; height: 315px;margin-bottom:0px; position: relative;" />
  526.    
  527. <!---BAR--->
  528.     <div id="bar"></div>
  529.    
  530. <!---TABSTRIP--->
  531.  
  532.  
  533. <div id="about"><a href="/about"><br><strong><BIG><CENTER>
  534. ABOUT</CENTER></BIG></strong><br></a></div>
  535. <div id="friends"><a href="/friends"><strong><br><BIG><CENTER>
  536. FRIENDS</CENTER></BIG></strong></a></div>
  537. <div id="memories"><a href="/memories"><strong><br><BIG><CENTER>
  538. MEMORIES</CENTER></BIG></strong></a></div>
  539. </div>
  540.  
  541. <!---LINKS/BOX--->
  542.     <div id="linksbox">
  543.         <div id="linksboxtitle"></div>
  544.         <div id="linksboxtext"><big><strong>Places</strong></big></div>
  545.         <div id="linksboxhome"><a href="/"><img src="{image:home}"/><div id="hometext">Milwaukee</div></a></div>
  546.         <div id="linksboxask"><a href="/ask"><img src="{image:ask}"/><div id="asktext">Customer Service</div></a></div>
  547.         <div id="linksboxnav"><a href="/nav"><img src="{image:nav}"/><div id="navtext">Tourist Information</div></a></div>
  548.     </div>
  549.  
  550. <!---FAVORITES/BOX--->
  551.  
  552.     <div id="favoritesbox">
  553.         <div id="favoritesboxtitle">
  554.            
  555.         </div>
  556.         <div id="favoritesboxtext"><big><strong>Friends</strong></big></div>
  557.         <div id="friend1"><a href="{text:friend1}"><img src="{image:friend1}" style="width: 93px; height: 93px"/></a></div>
  558.         <div id="friend2"><a href="{text:friend2}"><img src="{image:friend2}" style="width: 93px; height: 93px"/></a></div>
  559.         <div id="friend3"><a href="{text:friend3}"><img src="{image:friend3}" style="width: 93px; height: 93px"/></a></div>
  560.         <div id="friend4"><a href="{text:friend4}"><img src="{image:friend4}" style="width: 93px; height: 93px"/></a></div>
  561.         <div id="friend5"><a href="{text:friend5}"><img src="{image:friend5}" style="width: 93px; height: 93px"/></a></div>
  562.         <div id="friend6"><a href="{text:friend6}"><img src="{image:friend6}" style="width: 93px; height: 93px"/></a></div>
  563.         <div id="friend7"><a href="{text:friend7}"><img src="{image:friend7}" style="width: 93px; height: 93px"/></a></div>
  564.         <div id="friend8"><a href="{text:friend8}"><img src="{image:friend8}" style="width: 93px; height: 93px"/></a></div>
  565.         <div id="friend9"><a href="{text:friend9}"><img src="{image:friend9}" style="width: 93px; height: 93px"/></a></div>
  566.     </div>
  567.    
  568. <!---ASKBOX--->
  569.  
  570.     <div id="askbox">
  571.         <iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/lauridays.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  572.     </div>
  573.    
  574. <!---PNG--->
  575.     <img src="{image:png}" style="width: 200px; height: 300px;margin-bottom: -400px; margin-top: -200px; margin-left: 950px; position:fixed;" />
  576.  
  577. <!---SIDEBAR--->
  578. <div id="sidebar">
  579. <div id="sidebarimage"><img src="{image:Sidebar Image}"/></div><br>
  580.  
  581. <div id="description">{Description}</div>
  582.  
  583. <div id="scrollbar">{scrollbar}</div>
  584.  
  585. <div id="pagination">
  586.         {block:Pagination}
  587.                 <div id="pagination">
  588.                         {block:PreviousPage}
  589.                                 <a href="{PreviousPage}">Back</a>
  590.                         {/block:PreviousPage}
  591.                        
  592.                         {block:NextPage}
  593.                                 <a href="{NextPage}">Next</a>
  594.                         {/block:NextPage}</div>
  595.         {/block:Pagination}</div>
  596.  
  597. {block:HasPages}
  598.         {block:Pages}
  599.                 <a href="{URL}">{Label}</a>
  600.         {/block:Pages}
  601. {/block:HasPages}
  602.  
  603. </div></center>
  604. </div>
  605. <!---END SIDEBAR--->
  606.  
  607. <!---POSTS--->
  608. <div id="entry">
  609.         {block:Posts}
  610.                 <div id="posts">
  611.  
  612. <!---TEXT POSTS--->
  613.                         {block:Text}
  614.                                 <h1>
  615.                                         {block:Title}
  616.                                                 {Title}
  617.                                         {/block:Title}
  618.                                 </h1>
  619.                                                 {Body}
  620.                         {/block:Text}
  621.  
  622. {block:blockquote}
  623. {/block:blockquote}
  624.  
  625. <!---PHOTO POSTS--->    
  626.             {block:Photo}
  627.                                 <center>
  628.                                         {LinkOpenTag}
  629.                                                 <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  630.                                         {LinkCloseTag}
  631.                                 </center>
  632.                                         {block:Caption}
  633.                                                 {Caption}
  634.                                         {/block:Caption}
  635.                         {/block:Photo}
  636.            
  637. <!---PHOTOSET POSTS--->
  638.                         {block:Photoset}
  639.                                 <center>
  640.                                         {Photoset-500}
  641.                                 </center>
  642.                                         {block:Caption}
  643.                                                 <i>{Caption}</i>
  644.                                         {/block:Caption}
  645.                         {/block:Photoset}
  646.  
  647. <!---QUOTE POSTS--->
  648.                         {block:Quote}
  649.                                 {Quote}<p>
  650.                                         <center>
  651.                         {block:Source}
  652.                                                  —{Source}
  653.                                         {/block:Source}
  654.                                 </center>
  655.             {/block:Quote}
  656.  
  657. <!---LINK POSTS--->
  658.                         {block:Link}
  659.                                 <h1>
  660.                                         <a href="{URL}"{Target}>{Name}</a>
  661.                                 </h1>
  662.                                         {block:Description}
  663.                                                 {Description}
  664.                                         {/block:Description}
  665.                         {/block:Link}
  666. <!---CHAT POSTS--->
  667.                         {block:Chat}
  668.                                 {block:Title}
  669.                                         <h1>
  670.                                                 {Title}
  671.                                         </h1>
  672.                                 {/block:Title}
  673.                                         {block:Lines}
  674.                                                 {block:Label}
  675.                                                         <b>{Label}</b>
  676.                                                 {/block:Label}
  677.                                                         {Line}<br>
  678.                                         {/block:Lines}
  679.                         {/block:Chat}
  680. <!---AUDIO POSTS--->
  681.                         {block:Audio}
  682.                                 {AudioPlayerBlack}
  683.                                         {block:Caption}
  684.                                                 {Caption}
  685.                                         {/block:Caption}
  686.                         {/block:Audio}
  687. <!---VIDEO POSTS--->
  688.                         {block:Video}
  689.                                 {Video-500}
  690.                                         {block:Caption}
  691.                                                 {Caption}
  692.                                         {/block:Caption}
  693.                                 {/block:Video}
  694. <!---ASK POSTS--->
  695.                         {block:Answer}
  696.                                 <div id="questions">
  697.                                         <a href="{askerURL}"><b>{Asker}</b> whispered:
  698.                                                 {Question}
  699.                                 </div>
  700.                                 <div id="answers">{Answer}</div>
  701.                         {/block:answer}
  702.  
  703. <!---END POSTS--->
  704.  
  705. <!---POST INFO--->
  706.                 <div id="info">
  707.  
  708. <!---DATE--->
  709.                         {block:Date}
  710.                                 <a href="{Permalink}">{TimeAgo},</a>
  711.                         {/block:Date}
  712. <!---NOTE COUNT--->
  713.                         {block:NoteCount}
  714.                                 <a href="{Permalink}"> with {NoteCountWithLabel}</a>.
  715.                         {/block:NoteCount}
  716. <!---VIA--->
  717.                         {block:RebloggedFrom}
  718.                                 <a href="{ReblogParentURL}"> From {ReblogParentName}</a>.
  719.                         {/block:RebloggedFrom}
  720.  
  721. <!---SOURCE--->
  722.                         {block:ContentSource}
  723.                                 <a href="{SourceURL}">{ReblogRootName}</a>
  724.                         {/block:ContentSource}
  725.                 </div>
  726.  
  727. <!---END POST INFO--->
  728.  
  729. <!---TAGS--->
  730.                 <div id="tags">
  731.                         {block:HasTags}
  732.                                 {block:Tags}
  733.                                         <a href="{TagURL}">#{Tag} </a>&nbsp;
  734.                                 {/block:Tags}
  735.                         {/block:HasTags}
  736.                 </div>
  737.  
  738. <!---POST NOTES--->
  739.                         {block:PostNotes}
  740.                                 {PostNotes}
  741.                         {/block:PostNotes}
  742.                 </div>
  743.                 </div>
  744.  
  745. <!---CREDIT--->
  746.                 <div id="cred">
  747.                         <a href="http://lauridays.tumblr.com">CREATOR</a>
  748.                 </div>
  749.                
  750.                
  751. </body>
  752. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement