Advertisement
Guest User

{Theme #39: Gilbert | By: Vervainnecklacethemes}

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