Advertisement
Guest User

Theme 45 by: VervainNecklaceThemes

a guest
Jun 28th, 2014
1,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.90 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. <!--
  4. Theme by VervainNecklaceThemes
  5. http://vervainnecklacethemes.tumblr.com
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head>
  11. <link href="css/adipoli.css" rel="stylesheet" type="text/css"/>
  12. <script src="js/jquery-1.7.1.js" type="text/javascript"></script>
  13. <script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
  14. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  15. <script>
  16.  
  17. (function($){
  18.  
  19. $(document).ready(function(){
  20.  
  21. $("a[title]").style_my_tooltips({
  22.  
  23. tip_follows_cursor:true,
  24.  
  25. tip_delay_time:0,
  26.  
  27. tip_fade_speed:0,
  28.  
  29. attribute:"title"
  30.  
  31. });
  32.  
  33. });
  34.  
  35. })(jQuery);
  36.  
  37. </script>
  38. <!-- DEFAULT VARIABLES -->
  39.  
  40.  
  41. {block:IfInfiniteScrolling}
  42. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  43. <meta name="color:background" content="#f8eeee" />
  44. <meta name="color:text" content="#e7b0bc" />
  45. <meta name="color:description text" content="#e7b0bc" />
  46. <meta name="color:link" content="#8b8b8b" />
  47. <meta name="color:border" content="#cf8d9a" />
  48. <meta name="color:bold text color" content="#b8b7b6" />
  49. <meta name="color:italic text color" content="#99999b" />
  50. <meta name="color:posts title" content="#ffffff" />
  51. <meta name="color:title" content="#ffffff" />
  52. <meta name="color:title bg" content="#ffffff" />
  53. <meta name="color:audio bg" content="#ffffff" />
  54. <meta name="color:audio text" content="#ffffff" />
  55. <meta name="color:Highlight Text" content="#ffffff" />
  56. <meta name="color:Highlight Text Color" content="#ffffff" />
  57. <meta name="color:Question Area" content="#f8eeee" />
  58. <meta name="color:Question Text" content="#e7b0bc" />
  59. <meta name="color:question background" content="#ffffff" />
  60. <meta name="color:Asker" content="#ffffff">
  61. <meta name="color:Asker Background" content="#ffffff">
  62. <meta name="color:Answer Bg" content="#ffffff">
  63. <meta name="color:answer text" content="#ffffff">
  64. <meta name="color:nav links bg" content="#ffffff">
  65. <meta name="color:navigation links" content="#ffffff">
  66. <meta name="color:navigation links hover" content="#ffffff">
  67. <meta name="color:Hover Bg One" content="#ffffff">
  68. <meta name="color:Hover Bg Two" content="#ffffff">
  69. <meta name="color:Stats Text" content="#7a858b">
  70. <meta name="color:Stats Link" content="#5e707c">
  71. <meta name="color:Tags Text" content="#8b868b">
  72. <meta name="color:Tags Hover" content="#8b868b">
  73. <meta name="color:Stats Border" content="#f5f3f2">
  74. <meta name="color:Stats Background" content="#ffffff">
  75. <meta name="color:scrollbar" content="#f8eeee">
  76.  
  77. <meta name="color:Posts Background" content="#f8eeee">
  78. <meta name="color:entries border" content="#ffffff">
  79. <meta name="image:background" content="" />
  80. <meta name="image:sb image1" content="" />
  81. <meta name="text:Link1" content="" />
  82. <meta name="text:Link1 Title" content="one" />
  83. <meta name="text:Link2" content="" />
  84. <meta name="text:Link2 Title" content="two" />
  85. <meta name="text:Link3" content="" />
  86. <meta name="text:Link3 Title" content="three" />
  87.  
  88. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  89. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  90. <title>{Title}</title>
  91. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  92. <link rel="shortcut icon" href="{Favicon}" />
  93. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  94. <link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  95. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  96. <link href='http://fonts.googleapis.com/css?family=Calligraffitti' rel='stylesheet' type='text/css'>
  97. <link href='http://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400,400italic' rel='stylesheet' type='text/css'>
  98. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
  99. <link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
  100. <style type="text/css">
  101.  
  102. ::-webkit-scrollbar-thumb {background-color: {color:Scrollbar}; height: auto; border: 4px solid {color:background}; }
  103. ::-webkit-scrollbar {background-color: {color:Scrollbar}; height:15px; width:13px; border: 6px solid {color:background};}
  104.  
  105. ::selection {
  106. background: {color:Highlight Text};
  107. color:{color:Highlight Text Color};
  108. }
  109.  
  110. ::-moz-selection {
  111. background: {color:Highlight Text};
  112. color:{color:Highlight Text Color};
  113. }
  114.  
  115. ::-webkit-selection {
  116. background: {color:Highlight Text};
  117. color:{color:Highlight Text Color};
  118. }
  119.  
  120.  
  121. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family: calibri; font-size:11px; line-height:110%; text-align:justify;}
  122.  
  123. a:link, a:active, a:visited{color: {color:link}; text-decoration:none;-webkit-transition:opacity 0.6s linear;
  124. -webkit-transition:all 0.6s ease-out;
  125. -moz-transition:all 0.6s ease-out;
  126. transition:all 0.6s ease-out;}
  127.  
  128.  
  129.  
  130. links {position:fixed; text-align:center;margin-left:160px;margin-top:100px}
  131.  
  132. links a {margin: 174px 0 -183px -870px; width:100px; display:block; color:{color:text}; background-color:{color:LeftLinksBgColor}; font:10px georgia ;font-style:italic; text-transform: lowercase; text-decoration: none; letter-spacing: 3px; padding:3px;}
  133.  
  134. links a:hover {background-color:{color:hoverlink};
  135. -webkit-transition: all 0.6s ease-in-out;
  136. -moz-transition: all 0.6s ease-in-out;
  137. -o-transition: all 0.6s ease-in-out;
  138. -ms-transition: all 0.6s ease-in-out;
  139. transition: all 0.6s ease-in-out;
  140. }
  141.  
  142.  
  143. #icon {position:fixed; width-auto; height-auto;margin-top:110px; margin-left:110px;border-top:4px solid{color:border};border-bottom:4px solid{color:border};border-left:4px solid{color:border};border-right:4px solid{color:border}}
  144.  
  145.  
  146. #title {
  147. text-align:center;
  148.  
  149. width:200px;
  150. font-size:22px;
  151. letter-spacing:1px;
  152. text-transform:uppercase;
  153. margin-top:;
  154. margin-left:25px;
  155. line-height:27px;
  156. color:{color:title};
  157. background-color:{color:title bg};
  158. font-family: 'Abel', sans-serif;
  159. }
  160.  
  161.  
  162. /* STATISTICS */
  163. .stats {
  164. opacity:1;
  165. background-color:{color:Stats Background};
  166. font-family: calibri;
  167. font-size: 9px;
  168. font-style:;
  169. color: {color:Stats Text};
  170. text-transform:uppercase;
  171. line-height: 16px;
  172. text-align: center;
  173. letter-spacing: 1px;
  174. width: 495px;
  175. margin-left:px;
  176. padding:3px;
  177. height:19px;
  178.  
  179. }
  180.  
  181.  
  182. .stats b {
  183. background-color:{color:Stats Background};
  184. padding: 2px;
  185. }
  186.  
  187. .stats a {
  188. color: {color:Stats Link};
  189. text-decoration: none;
  190. }
  191.  
  192.  
  193.  
  194. #tags {
  195. margin-top:5px;
  196. width:500px;
  197. opacity:0;
  198. text-align:center;
  199. text-transform:uppercase;
  200. letter-spacing:1px;
  201. font-size:8px;
  202. font-family: calibri;
  203. line-height: 10px;
  204. padding: 2px;
  205. text-decoration: none;
  206. }
  207.  
  208. #tags a {
  209. display:inline-block;
  210. text-align: center;
  211. color: {color:Tags Text};
  212. padding:1px;
  213. margin-left:3px;
  214. margin-top:2px;
  215. -webkit-transition:opacity 0.8s linear;
  216. -webkit-transition:all 0.3s ease-out;
  217. -moz-transition:all 0.3s ease-out;
  218. transition:all 0.3s ease-out;
  219. }
  220.  
  221. #tags a:hover{
  222. color:{color:tags hover};
  223. -webkit-transition:opacity 0.8s linear;
  224. -webkit-transition:all 0.3s ease-out;
  225. -moz-transition:all 0.3s ease-out;
  226. transition:all 0.3s ease-out;
  227. }
  228.  
  229. #all{
  230. width:900px;
  231. margin:auto;
  232. position:relative;
  233. }
  234.  
  235.  
  236. #leftarea{
  237. margin-left:35px;
  238. margin-top:143px;
  239. width:137px;
  240. height:100%;
  241. background-color:{color:Left Sidebar};
  242. position:fixed;
  243. }
  244.  
  245. #leftarea2{
  246. margin-left:65px;
  247. margin-top:363px;
  248. width:205px;
  249. height:100%;
  250. background-color:{color:Left Sidebar Two};
  251. position:fixed;
  252. }
  253.  
  254.  
  255. .credit a{bottom:9px; right:7px; opacity:.8; position:fixed; color:{color:Entry Text}; font-size:25px}
  256. .credit a:hover{background-color:{color:backgroundm}}
  257.  
  258.  
  259. #pagination {
  260. width:260px;
  261. bottom:20px; right:7px;
  262. text-align:center;
  263. line-height:20px;
  264. font-family:calibri;
  265. font-style:none;
  266. font-size:10px;
  267. color:{color:text};
  268. background-color:{color:page links bg}
  269. }
  270.  
  271. #pagination a {
  272. background-color:{color:page links bg};
  273. text-decoration:none;
  274. font-family:calibri;
  275. padding: 2px 4px 2px 4px}
  276.  
  277.  
  278. #audiopost {margin-bottom:5px; width:500px; height:150px;background-color:{color:audio bg};color:{color:audio text};}
  279. .cover {width:150px; height:150px; position:absolute;}
  280. .cover img {width:150px; height:150px; float:left;}
  281. .player {opacity: 0.5;position:absolute; z-index:1; background:#fff; width:150px; height:150px; display:block;-webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
  282. .playerr {width:25px; height:25px; margin-top:55px; margin-left:55px; overflow:hidden; padding:3px;}
  283. .track {margin-left:160px; line-height:12px; padding-top: 35px;text-align:center;}
  284.  
  285.  
  286. .cred {z-index:99999999;
  287. font-family:calibri; letter-spacing:1px; font-size:10px; bottom:2px; right:4px; position:fixed; padding:10px; text-align:right; font-weight:bold; }
  288.  
  289. .cred:hover #name
  290. { margin-bottom:0;
  291. -webkit-transition: all 0.2s ease-out;
  292. -o-transition: all 0.2s ease-out;
  293. -webkit-transition: all 0.2s ease-out;
  294. -moz-transition: all 0.2s ease-out;}
  295.  
  296. .cred:hover #star { opacity:0;
  297. -webkit-transition: all 0.2s ease-out;
  298. -o-transition: all 0.2s ease-out;
  299. -webkit-transition: all 0.2s ease-out;
  300. -moz-transition: all 0.2s ease-out;}
  301.  
  302. #star {padding-bottom:10px;font-size:9px;font-family:calibri;}
  303. #name {
  304. -webkit-transition: all 0.2s ease-out;
  305. -o-transition: all 0.2s ease-out;
  306. -webkit-transition: all 0.2s ease-out;
  307. -moz-transition: all 0.2s ease-out;}
  308. #name a {font-size:9px;color:{color:text};padding:2px;font-style:italic;}
  309.  
  310.  
  311.  
  312. #sidebarimage img{
  313. max-width:200px;
  314. border-radius: 100px 100px 0 0;
  315. -moz-border-radius: 100px 100px 0 0;
  316. -webkit-border-radius: 100px 100px 0 0;
  317. margin-left:25px;
  318. margin-top:16px;
  319. }
  320.  
  321. #description{
  322. width:195px;
  323. padding:2px;
  324. margin-left:25px;
  325. font-size:10px;
  326. color:{color:description text};
  327. font-family: calibri;
  328. }
  329.  
  330.  
  331.  
  332.  
  333. #rightnavigation {
  334. width:200px;
  335. margin-right:5px;
  336. margin-left:25px;
  337. margin-top:;
  338. }
  339.  
  340. #rightnavigation a {
  341. font-size:8px;
  342. font-family:calibri;
  343. font-weight:900;
  344. display:inline-block;
  345. letter-spacing:3px;
  346. text-transform:uppercase;
  347. text-align:center;
  348. width:200px;
  349. padding-left:5px;
  350. margin-bottom:3px;
  351. background-color:{color:nav links bg};
  352. color:{color:navigation links};
  353. -webkit-transition:opacity 0.8s linear;
  354. -webkit-transition:all 0.3s ease-out;
  355. -moz-transition:all 0.3s ease-out;
  356. transition:all 0.3s ease-out;
  357. }
  358.  
  359. #rightnavigation a:hover {
  360. color:{color:navigation links hover};
  361. transition-duration: 0.6s;
  362. -moz-transition-duration: 0.6s;
  363. -webkit-transition-duration: 0.6s;
  364. -o-transition-duration: 0.6s;
  365. }
  366.  
  367. #rightnavigation a:nth-of-type(odd):hover{;box-shadow:inset 210px 0px {color:Hover Bg One};-webkit-box-shadow:inset 210px 0px {color:Hover Bg One} }
  368.  
  369. #rightnavigation a:nth-of-type(even):hover{;box-shadow:inset 210px 0px {color:Hover Bg Two};-webkit-box-shadow:inset 210px 0px {color:Hover Bg Two} }
  370.  
  371.  
  372. #s-m-t-tooltip {
  373. max-width:150px;
  374. padding:5px 10px 5px 10px;
  375. margin:20px 14px 7px 10px;
  376. border:1px solid {color:border};
  377. background-color:{color:navigation BG hover};
  378. font-family:Calibri;
  379. font-style: normal;
  380. font-size:10px;
  381. line-height:11px;
  382. letter-spacing:1px;
  383. text-transform:uppercase;
  384. color:{color:navigation links hover};
  385. z-index:999;-webkit-transition:opacity 0.8s linear;
  386. -webkit-transition:all 0.3s ease-out;
  387. -moz-transition:all 0.3s ease-out;
  388. transition:all 0.3s ease-out;
  389. }
  390.  
  391.  
  392.  
  393.  
  394.  
  395. #entries {margin: 18px 0 5px 500px; float:left; text-align: justify;margin-left:320px;background-color:{color:entries};border-right:11px solid {color:entries border};border-left:11px solid {color:entries border}}
  396.  
  397. #posts {margin: 40px 0px 0px 0px; width: 500px; text-align: left; padding: 19px;height:auto;}
  398. #posts:hover #tags{margin-top:15px;opacity:1;
  399. -webkit-transition:opacity 0.8s linear;
  400. -webkit-transition:all 0.3s ease-out;
  401. -moz-transition:all 0.3s ease-out;
  402. transition:all 0.3s ease-out;
  403. transition-duration: 0.6s;
  404. -moz-transition-duration: 0.6s;
  405. -webkit-transition-duration: 0.6s;
  406. -o-transition-duration: 0.6s;
  407. }
  408.  
  409. h1{color:{color:posts title}; font-family: Georgia; font-size:15px; line-height:15px; letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; text-align:left;text-transform:;font-style:italic;}
  410.  
  411. h2{color:{color:posts title}; font-family:{font:title}; font-size:18px; line-height:12px; letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left;text-transform:;font-style:italic;}
  412.  
  413. h3{color:{color:link}; font-family:georgia; font-size:13px; letter-spacing:1px; font-weight:normal; font-style:normal; text-transform:lowercase; line-height:15px; margin-top:-4px; margin-bottom:-10px; text-align:center}
  414.  
  415. h3 a:hover{background-color:transparent}
  416.  
  417.  
  418.  
  419. #info{font-family:georgia; font-size:9px; text-transform:lowercase; text-align:center; background-color:;letter-spacing:2px;
  420. -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  421.  
  422.  
  423.  
  424. #questions {background-color:{color:question background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:calibri; font-size:11px;text-transform:uppercase;}
  425. #questions a {color:{color:link}}
  426. #asker{text-align:center;background-color:{color:Asker Background};text-transform:uppercase;font-size:20;font-family:calibri;letter-spacing:11px;padding:5px;color:{color:Asker};}
  427. #asker a {color:{color:Asker};}
  428. #answer {border-top:4px solid {color:posts background};width:490px;padding:5px;background-color:{color:Answer Bg};color:{color:answer text};font-family:calibri;text-size:12;}
  429. #answer a{color:{color:answer text};}
  430.  
  431. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px;}
  432.  
  433. b, strong{color:{color:bold text color}}
  434. i, em {color:{color:italic text color}}
  435. p{margin-top:5px; margin-bottom:5px}
  436. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  437.  
  438. img a{border:none; width:100%}
  439. .audio{background-color:black; display:block;}
  440.  
  441. .user_1 .label {color:{color:link}; font-weight:bold}
  442. .user_2 .label {color:{color:text}; font-weight:bold}
  443. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  444.  
  445. .notes img{width:10px; position:relative; top:1px}
  446. ol.notes, .notes li{list-style:none; width:490px; margin:-7px 0 7px 5px; padding:4px}
  447.  
  448.  
  449.  
  450.  
  451.  
  452. </style>
  453. <style type="text/css">{CustomCSS}</style>
  454. <script type="text/javascript"
  455. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  456.  
  457.  
  458.  
  459. </head>
  460.  
  461. <body>
  462. <div id="all">
  463. <div id="container">
  464.  
  465. <div id="entries">
  466.  
  467. {block:Posts}
  468. {block:IfInfiniteScrolling}
  469. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  470. <script src="http://static.tumblr.com/ko3o6ju/QzNls3n3y/smoothscroll.js" type="text/javascript"></script>
  471. {/block:IfInfiniteScrolling}
  472.  
  473. <div id="posts">
  474.  
  475. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  476. {block:Text}{Body}{/block:Text}
  477.  
  478. {block:Quote}
  479. <h2>"{Quote}" — {Source}</h2>
  480. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  481. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  482. {/block:SourceLogo}
  483. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}<br>
  484. {/block:Quote}
  485.  
  486.  
  487.  
  488. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  489. {block:Description}<P>{Description}</p>{/block:Description}
  490. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  491. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  492. {/block:SourceLogo}
  493. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}<br>
  494. {/block:Link}
  495.  
  496.  
  497.  
  498. {block:Photo}
  499.  
  500. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  501.  
  502. {block:Photoset}<center>{Photoset-500}</center><div style="width:500px">{block:Caption}{Caption}{/block:Caption}</div>
  503. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  504. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  505. {/block:SourceLogo}
  506. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}<br>
  507. {/block:Photoset}
  508.  
  509.  
  510.  
  511. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  512. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  513. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  514. {/block:SourceLogo}
  515. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}<br>
  516. {/block:Chat}
  517.  
  518.  
  519.  
  520. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{block:ContentSource}
  521.  
  522. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  523. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  524. {/block:SourceLogo}
  525. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}<br>
  526.  
  527. {/block:ContentSource}{/block:Video}
  528.  
  529.  
  530.  
  531.  
  532.  
  533. {block:Answer}
  534. <div id="asker">
  535. {Asker}</div>
  536.  
  537. <div id="questions"><img src="{AskerPortraitURL-30}">
  538. <div style="margin-left:45px;padding:8px ;margin-top:-27px;color:{color:Question Text}">
  539.  
  540. {Question}
  541.  
  542. </div></div>
  543. <div id="answer">{Answer}</div>
  544. <br>
  545. {/block:answer}
  546.  
  547.  
  548.  
  549.  
  550. {block:Audio}
  551. <div id="audiopost">{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="player">
  552. <div class="playerr">{AudioPlayerWhite}</div></div><div class="track"><br>{block:TrackName}{TrackName}{/block:TrackName}<br />{block:Artist}{Artist}{/block:Artist}<br />{PlayCountWithLabel}</div></div>
  553. {Caption}
  554.  
  555. {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  556. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  557. {/block:SourceLogo}
  558. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}<br>
  559. {/block:Audio}
  560.  
  561. {block:ContentSource}
  562. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  563. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  564. {/block:SourceLogo}
  565. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  566. {/block:ContentSource}
  567.  
  568.  
  569.  
  570. <br><div id="info"><div class="stats">
  571. <a href="{Permalink}">{ShortMonth}.{DayOfMonthWithZero}</a>
  572. {block:NoteCount} . {NoteCount} {/block:NoteCount}.
  573.  
  574.  
  575. {block:IfReblogLink} &middot;
  576. <a href="{ReblogURL}">Reblog</a>{/block:IfReblogLink}</a><a href="{ReblogURL}" target="_blank">Reblog</a></div>
  577.  
  578. {block:HasTags}<div id="tags">
  579. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  580. </div>{block:HasTags}</div>
  581. </div>
  582.  
  583.  
  584. {block:ContentSource}
  585. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  586. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  587. {/block:SourceLogo}
  588. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  589. {/block:ContentSource}
  590.  
  591. {/block:Posts}
  592. {block:ContentSource}
  593. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  594. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  595. {/block:SourceLogo}
  596. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  597. {/block:ContentSource}
  598.  
  599. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  600.  
  601. {block:PostNotes}{PostNotes}{/block:PostNotes}
  602.  
  603. </div>
  604.  
  605. <div id="leftarea2"></div>
  606. <div id="leftarea">
  607.  
  608. <div id="sidebarimage"><img src="{image:sb image1}"></div><p>
  609. <div id="title">{Title}</div>
  610. <div id="description"><br>
  611. {Description}</div>
  612. <br>
  613. <div id="rightnavigation">
  614. <center>
  615. <a href="/">index</a>
  616. <a href="/ask">message</a>
  617. <a href="/archive">archive</a>
  618. {block:IfLink1Title}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:IfLink1Title}
  619. {block:IfLink2Title}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:IfLink2Title}
  620. {block:IfLink3Title}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:IfLink3Title}
  621.  
  622. {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS - </a>{/block:PreviousPage}
  623. {block:NextPage}<a href="{NextPage}">NEXT</a> {/block:NextPage}
  624.  
  625. </center>
  626.  
  627. </div>
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634. </div>
  635. </div>
  636. </div></div>
  637. <div class="cred">
  638. <div id="name"><a href="http://vervainnecklacethemes.tumblr.com">vervainnecklacethemes</div></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement