Advertisement
melmoonyoz

noxvita theme: #11 - bitches, weed & leather jackets.

Mar 22nd, 2013
1,288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.48 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--noxvita theme: #11 - bitches, weed & leather jackets.
  5. do not remove credit nor redistribute as own.
  6. this is an original theme by mel @ noxvita-->
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15.  
  16. <meta name="color:text" content="#000000" />
  17. <meta name="color:link" content="#000000" />
  18. <meta name="color:linkhovercolor" content="#888888" />
  19. <meta name="color:big" content="#000000" />
  20. <meta name="color:bold" content="#000000" />
  21. <meta name="color:italic" content="#888888" />
  22. <meta name="color:border" content="#555555" />
  23. <meta name="color:nav link" content="#000000" />
  24. <meta name="color:topheader" content="#000000" />
  25. <meta name="color:title" content="#222222" />
  26. <meta name="color:description bg" content="#000000" />
  27.  
  28. <meta name="text:Link1" content="/" />
  29. <meta name="text:Link1 Title" content="link 1" />
  30. <meta name="text:Link2" content="/" />
  31. <meta name="text:Link2 Title" content="link 2" />
  32. <meta name="text:Link3" content="/" />
  33. <meta name="text:Link3 Title" content="link 3" />
  34. <meta name="text:Link4" content="/" />
  35. <meta name="text:Link4 Title" content="link 4" />
  36.  
  37.  
  38. <meta name="image:description bg" content="" />
  39.  
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  42.  
  43. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  44.  
  45. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  46. <script src="toggle.js" type="text/javascript"></script>
  47. <script type="text/javascript">
  48. $(document).ready(function(){
  49. $(".info").hide();
  50. $(".lala").click(function(){
  51. $('.info').slideToggle(500);
  52. return true;
  53. });
  54. });
  55. </script>
  56.  
  57.  
  58. {block:IndexPage}
  59. <script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  60. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script>
  61.  
  62.  
  63. <script type="text/javascript">
  64. $(window).load(function () {
  65. $('#posts').masonry(),
  66. $('.masonryWrap').infinitescroll({
  67. navSelector : "#nav",
  68. nextSelector : "#nav a#next",
  69. itemSelector : ".entry",
  70. bufferPx : 10000,
  71. extraScrollPx: 11000,
  72. loadingImg : "http://static.tumblr.com/plngtrn/ieqlmwwlc/ajax-loader.gif",
  73. loadingText : "<em></em>",
  74. },
  75. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  76. );
  77. });
  78. </script>
  79. {/block:IndexPage}
  80.  
  81. <style type="text/css">
  82.  
  83. ::-webkit-scrollbar-thumb:vertical {background-color: black; height:50px;}
  84.  
  85. ::-webkit-scrollbar-thumb:horizontal {background-color: white; height:10px !important;}
  86.  
  87. ::-webkit-scrollbar {height:10px; width:5px; background-color: white;}
  88.  
  89. body {background-color:white; color:{color:text}; text-align:justify; font-family:Playfair Display 400italic; line-height:100%; font-style:none; letter-spacing:1px;font-size: 9px; text-transform:normal; background-image: url('{image:background}'); background-position: bottom right; background-attachment:fixed; background-repeat:no-repeat;}
  90.  
  91. a:link, a:active, a:visited{color: #666666; text-decoration:none; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  92. a:hover{color:white; transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  93.  
  94. #posts {padding: 10px 0px 0px 0px;}
  95.  
  96. {block:IndexPage}
  97.  
  98. #center {margin-left:360px; margin-top:100px; width: 600px; padding-bottom:20px;}
  99.  
  100. .entry {padding:15px; width: 250px; float: left;}
  101.  
  102. .entry img {width:250px; height: auto; -moz-border-radius: 0px; -webkit-border-radius: 0px;}
  103.  
  104. img:hover{-webkit-transition: opacity 0.8s linear; opacity: 0.8; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  105.  
  106. img{-webkit-transition: opacity 1.0s linear; opacity: 1.0; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
  107. {/block:IndexPage}
  108.  
  109. {block:PermalinkPage}
  110.  
  111. #center {margin-left:380px; margin-top:100px; width: 500px; padding-bottom:20px;}
  112.  
  113. .entry {width: 500px; margin-top:20px;}
  114.  
  115. {/block:PermalinkPage}
  116.  
  117. {block:IndexPage}
  118. div.vid_photoset embed, div.entry div.vid_photoset object {width:250px !important; height:170px !important;}
  119. {/block:IndexPage}
  120.  
  121. {block:PermalinkPage}
  122. div.vid_photoset embed, div.entry div.vid_photoset object {width:500px !important; height:340px !important;}
  123. {/block:PermalinkPage}
  124.  
  125.  
  126. .perma {padding: 3px 0px 1px 2px; width:250px; opacity: 0; background-color: black; color:white; position: absolute; bottom:0px; -webkit-transition-duration: 1s; -webkit-transition: opacity 0.0s linear; opacity: 0.0; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; border-bottom:3px solid {color:border};}
  127.  
  128. .perma a{background-color:white; padding:1px; font-style:italic; color:black; text-align:right; font-size: 8px; letter-spacing:1px; font-family: times new; text-transform:uppercase; margin-right:3px;}
  129.  
  130. .perma a:hover{background-color:black; color:white;-webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;}
  133.  
  134. .dates{float:left;}
  135.  
  136. .entry:hover .perma {opacity: 1; -webkit-transition: opacity 1s linear; opacity: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  137.  
  138. ::selection {
  139. background-color:{color:italic};
  140. color:{color:Background}
  141. }
  142.  
  143. #links { text-align:center; margin-top:55px; position:fixed; width:530px; background-color:{color:topheader}; padding:5px 0px 2px 0px;}
  144. #links a {display:inline-block; width:auto; margin-bottom:3px; margin-right:1px; margin-left:1px; font-size:7px; line-height:8px; font-family:cambria; padding:3px 2px 1px 3px; font-style:italic; letter-spacing:2px; text-align:center; text-transform: uppercase; color: {color:nav link}; background-color:white; text-decoration:none;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. -o-transition: all 0.5s ease-in-out;}
  148. #links a:hover {color:black;background-color:white;}
  149.  
  150. #tophead{margin-top:-100px; height:auto; width:530px; background-color:white; margin-left:375px; position:fixed; z-index:9999; padding-bottom:10px; cursor:help;}
  151.  
  152. #tophead:hover #desc{opacity:1; height:100px; -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;}
  155.  
  156. #desc{width:530px height:0px; opacity:0; background-color:black; background-image:url('{image:description bg}'); background-attachment:scroll; -webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. -o-transition: all 0.5s ease-in-out; z-index:99999;}
  159.  
  160. #description {position:fixed; margin-top:30px; margin-left:90px; font-size:9px; letter-spacing:1px; text-transform:lowercase; line-height:9px; color:black; width:350px; font-family:times new; color:black; text-align:center; padding:5px; opacity:1; background-color:white;}
  161.  
  162. #title {text-align:center; font-size:25px; letter-spacing:2px; font-family: times new; text-transform:uppercase; padding:0px; line-height:100%; font-style:italic; border-bottom:1px solid {color:border}; color:black; padding-top:80px; padding-bottom:5px; color:{color:title};}
  163.  
  164. h1{ color:#252525; font-weight:none; font-family:times new; text-transform:uppercase; font-size:10px; font-style:italic; letter-spacing:0px; line-height:14px; margin-bottom:-4px;}
  165.  
  166. #titles{ color:#252525; font-weight:none; font-family:times new; text-transform:uppercase; font-size:10px; font-style:italic; letter-spacing:0px; line-height:14px; margin-bottom:-4px;}
  167.  
  168.  
  169. .bubble {position: relative;
  170. background-color:{color:topheader}; color:white; letter-spacing:1px; font-size:11px; font-style:italic; margin: 0; padding:10px; text-align:center;
  171. width:480px;
  172. -moz-border-radius:0px;
  173. -webkit-border-radius:0px;
  174. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  175. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  176. box-shadow: 0px 0 1px rgba(0,0,0,0);
  177. }
  178. .bubble:after {
  179. position: absolute; display: block;
  180. content: ""; border-color: black transparent transparent transparent; border-style: solid; border-width: 10px; height:0; width:0; position:absolute; bottom:-20px; left:1em;
  181. }
  182.  
  183.  
  184. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 20px}
  185. blockquote img, blockquote a img {max-width: 490px}
  186.  
  187. h3{color:{color:title}; font-family:cambria; text-transform:lowercase; font-size:12px; line-height:11px; letter-spacing:0px; font-style:italic; margin:0px; padding:0px;}
  188.  
  189. big{color:#252525; font-family:times new; text-transform:uppercase; font-size:10px; font-style:italic; letter-spacing:0px; line-height:9px;}
  190.  
  191. i, em{color:#1d1c1c; text-transform:lowercase; letter-spacing:0px; font-size:9px; font-style:italic;}
  192. small{color:black; font-family:times new; font-size:px; text-transform:uppercase; letter-spacing: 1px; line-height:6px; }
  193. p{margin-top:3px; margin-bottom:3px}
  194. b{color:black;}
  195.  
  196. img a{border:none}
  197.  
  198. ul li {list-style-type: circle; margin-left:-20px; list-style-position:inside;}
  199.  
  200. .notes img{width:10px; position:relative; top:1px; border-radius:100px;}
  201. ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
  202. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  203.  
  204. .label {background-color:black; letter-spacing:1px; color:white; padding:3px; text-transform:uppercase; font-style:normal; font-family:times new; font-size:7px; line-height:10px;}
  205. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  206.  
  207. .audio{background-color:white; display:block;}
  208.  
  209. #asker{font-family:casqueitalic; color:{color:title}; font-size:18px;
  210. letter-spacing:0px; font-style:normal; padding:3px; margin-bottom:-5px;}
  211.  
  212.  
  213. #album img{width:38px; margin-top:0px; padding:2px; background-color:black; border-right:5px solid white;}
  214.  
  215. #info {background-color:ffffff; color:{color:link}; font-family:times new; font-size:7px; text-transform: uppercase; letter-spacing: 1px; text-align:left; font-style:italic; margin-top:0px; width: 500px; padding:0px; border-top:1px solid {color:border}; border-bottom:1px solid {color:border}; padding-top:3px;}
  216.  
  217. #infolink {background-color:black; color:white; padding:1px; margin-top:1px;}
  218.  
  219. #pagination {position:fixed; z-index:999; margin-left:710px; margin-top:-54px; line-height:10px; width:30px;}
  220.  
  221. #pagination a{font-size:20px; padding:0px 2px 0px 5px; margin-top:10px; font-style:normal; letter-spacing:0px; text-align:center; text-transform:uppercase; background-color:black; color:white; -webkit-transition: all 0.8s ease;}
  222.  
  223. #pagination a:hover{color:#656565; -webkit-transition: all 0.8s ease;}
  224.  
  225. .bod blockquote, .caption blockquote {margin: 0px; border-left: 2px solid; padding-left: 5px; margin-left: 5px;}
  226.  
  227. </style>
  228. <style type="text/css">{CustomCSS}</style>
  229.  
  230. </head>
  231. <body>
  232.  
  233. <div id="pagination">
  234.  
  235. {block:Pagination}
  236. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  237.  
  238. <br><br>
  239. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  240. {/block:Pagination}
  241. </div>
  242.  
  243.  
  244. <div id="tophead">
  245.  
  246.  
  247. <div id="links">
  248. <div style="float:left; font-size:13px;">{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  249. </div>
  250. <a href="/">refresh</a>
  251. <a href="/ask">message</a>
  252. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  253. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  254. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  255. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  256. <div style="float:right; font-size:13px;">{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  257. </div>
  258.  
  259. </div>
  260.  
  261.  
  262. <div id="titlez">
  263. <div id="title">{title}</div>
  264. </div>
  265. <div id="desc">
  266. <div id="description">{Description}</div>
  267.  
  268. </div>
  269. </div>
  270.  
  271. <div id="center">
  272.  
  273.  
  274. <div id="posts">
  275.  
  276. {block:Posts}
  277.  
  278. {block:Text}
  279. <div class="entry">
  280. {block:Title}<div id="titles">{Title}</div>{/block:Title}<div class="bod">{Body}</div>
  281. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  282. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  283. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  284. {/block:ContentSource}</div> </div>{/block:IndexPage}
  285. </div>
  286. {/block:Text}
  287.  
  288. {block:Photo}
  289. <div class="entry">
  290. {LinkOpenTag}{block:indexpage}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:indexpage}{block:permalinkpage}{LinkOpenTag}<img src="{PhotoURL-500}" width="500px" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:permalinkpage}
  291. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  292. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  293. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  294. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  295. {/block:ContentSource}</div> </div>{/block:IndexPage}
  296. </div>
  297. {/block:Photo}
  298.  
  299. {block:Photoset}
  300. <div class="entry">
  301. <div class="vid_photoset">{block:IndexPage}{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
  302. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  303. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  304. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  305. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  306. {/block:ContentSource}</div> </div>{/block:IndexPage}
  307. </div>
  308. {/block:Photoset}
  309.  
  310. {block:Answer}
  311. <div class="entry" id="answer">
  312. <h1><div class="asker">{Asker} asked: {Question}<p></div></h1>
  313. <div style="border-top:1px solid {color:text};"><p>{Answer}</div>
  314. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  315. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  316. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  317. {/block:ContentSource}</div> </div>{/block:IndexPage}
  318. </div>
  319. {/block:Answer}
  320.  
  321. {block:Quote}
  322. <div class="entry" id="quote">
  323. <div id="titles">{Quote}</div>
  324. {block:Source}&mdash; {Source}{/block:Source}
  325. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  326. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  327. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  328. {/block:ContentSource}</div> </div>{/block:IndexPage}
  329. </div>
  330. {/block:Quote}
  331.  
  332. {block:Link}
  333. <div class="entry">
  334. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  335. {block:Description}{Description}{/block:Description}
  336. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  337. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  338. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  339. {/block:ContentSource}</div> </div>{/block:IndexPage}
  340. </div>
  341. {/block:Link}
  342.  
  343. {block:Chat}
  344. <div class="entry" id="chat">
  345. {block:Title}<div class="post_title"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  346. {block:Lines}<span style="align:left"><div class="{Alt} user_{UserNumber}">{block:Label}
  347. <span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</span>
  348. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  349. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  350. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  351. {/block:ContentSource}</div> </div>{/block:IndexPage}
  352. </div>
  353. {/block:Chat}
  354.  
  355. {block:Video}
  356. <div class="entry">
  357. <div class="vid_photoset">{Video-400}</div>
  358. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  359. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  360. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  361. {/block:ContentSource}</div> </div>{/block:IndexPage}
  362. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  363. </div>
  364. {/block:Video}
  365.  
  366. {block:Audio}
  367. <div class="entry">
  368. <span class="audio"><center>{AudioPlayerBlack}</center></span>
  369. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  370. {block:IndexPage}<div class="perma"> <span class="dates"><a href="{Permalink}">{block:Date}{ShortMonth} {MonthNumberWithZero}.{/block:Date} {block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</span></a> <div style="float:right;">
  371. {block:RebloggedFrom} <a href="{ReblogParentURL}" id="sourcelink">from</a>{/block:RebloggedFrom}
  372. {block:ContentSource} <a href="{SourceURL}" id="sourcelink">original</a>
  373. {/block:ContentSource}</div> </div>{/block:IndexPage}
  374. </div>
  375. {/block:Audio}
  376.  
  377. {block:PermalinkPage}
  378. <div class="permapage">
  379.  
  380. {block:RebloggedFrom}(source: <a href="{ReblogRootURL}">{ReblogRootName}</a>, via:
  381. <a href="{ReblogParentURL}">{ReblogParentName}</a>)<p><p>{/block:RebloggedFrom}
  382.  
  383. <span class="date">{block:Date}{ShortMonth} {DayOfMonth}, {Year}{/block:Date}</span>
  384.  
  385.  
  386. <span class="date">{block:HasTags}Tags: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}</span>{/block:HasTags}
  387.  
  388.  
  389. <span class="date">{block:ContentSource}
  390. <a href="{SourceURL}">
  391. {block:SourceLogo}
  392. <img src="{BlackLogoURL}" width="{LogoWidth}"
  393. height="{LogoHeight}" alt="{SourceTitle}" />
  394. {/block:SourceLogo}
  395. {block:NoSourceLogo}
  396. {/block:NoSourceLogo}
  397. </a>
  398. {/block:ContentSource}</span>
  399.  
  400.  
  401. <span class="date">{block:NoteCount}&hearts; {NoteCountWithLabel}{/block:NoteCount}</span>
  402.  
  403.  
  404. <span class="date">{block:Date}@{12Hour}: {Minutes}{AmPm}{/block:Date}</span>
  405. <p><p><p>
  406.  
  407. </div>
  408. {/block:PermalinkPage}
  409.  
  410. {block:PostNotes}
  411. {PostNotes}
  412. {/block:PostNotes}
  413.  
  414. {/block:Posts}
  415.  
  416. </div>
  417.  
  418. <div style="position:fixed; bottom:8px; right:5px; letter-spacing:2px;color:white;padding:3px; font-size:8px;font-family:calibri;text-transform:uppercase;"><center>
  419. <a href="http://noxvita.tumblr.com"><img src="http://i49.tinypic.com/33wmm0z.jpg"></a>
  420. </div>
  421. </div>
  422.  
  423.  
  424. </body>
  425. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement