Advertisement
thewisepotato

Orbs Tumblr Theme

Jan 26th, 2014
1,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title> {Title}{block:TagPage}: posts tagged {Tag}{/block:TagPage}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7. <link rel="shortcut icon" href="{Favicon}"/>
  8.  
  9. <meta name="color:Background" content="#000000"/>
  10. <meta name="color:Sidebar Text" content="#333333"/>
  11. <meta name="color:Sidebar Background" content="#ffffff"/>
  12. <meta name="color:Post Background" content="#ffffff"/>
  13. <meta name="color:Post Text" content="#000000"/>
  14. <meta name="color:Accent" content="#46d4db"/>
  15.  
  16. <meta name="select:Body Font" content="VT323" title="VT323"/>
  17. <meta name="select:Body Font" content="Calibri" title="Calibri"/>
  18. <meta name="select:Body Font" content="Cambria" title="Cambria"/>
  19. <meta name="select:Body Font" content="Indie Flower" title="Indie Flower"/>
  20.  
  21. <meta name="select:Title Font" content="Petit Formal Script" title="Petit Formal Script"/>
  22. <meta name="select:Title Font" content="Nova Square" title="Nova Square"/>
  23. <meta name="select:Title Font" content="Fugaz One" title="Fugaz One"/>
  24.  
  25. <meta name="if:Background Stretch" content="0"/>
  26. <meta name="if:Infinite Scroll" content="1"/>
  27. <meta name="if:Uppercase Permalink" content="1"/>
  28. <meta name="if:Online Counter" content="1"/>
  29. <meta name="if:Updates" content="1"/>
  30. <meta name="if:Style My Tooltips" content="1"/>
  31. <meta name="if:Selection Color" content="1"/>
  32. <meta name="if:Sidebar Border" content="0"/>
  33.  
  34. <meta name="image:Background" content="">
  35. <meta name="image:Sidebar" content=""/>
  36. <meta name="image:Sidebar 2" content=""/>
  37. <meta name="image:Default Album Art" content="http://static.tumblr.com/puls2hm/Qznmwtmen/default-cover.png"/>
  38.  
  39. <meta name="text:Sidebar Background Opacity" content="0.2"/>
  40. <meta name="text:Updates" content="<b>Currently Reading:</b><br/> a book <br/>
  41. <b>Currently Watching:</b><br/> a TV show <br/>
  42. <b>Currently Listening to:</b><br/> some songs <br/>
  43. <b>Currently Working on:</b><br/> some things <br/>"/>
  44. <meta name="text:Online Counter Script" content=" "/>
  45.  
  46. <meta name="text:Link1" content="http://"/>
  47. <meta name="text:Link2" content="http://"/>
  48. <meta name="text:Link3" content="http://"/>
  49. <meta name="text:Link4" content="http://"/>
  50. <meta name="text:Link5" content="http://"/>
  51. <meta name="text:Link6" content="http://"/>
  52.  
  53. <meta name="text:Link1 Title" content=""/>
  54. <meta name="text:Link2 Title" content=""/>
  55. <meta name="text:Link3 Title" content=""/>
  56. <meta name="text:Link4 Title" content=""/>
  57. <meta name="text:Link5 Title" content=""/>
  58. <meta name="text:Link6 Title" content=""/>
  59.  
  60. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  61.  
  62. {block:ifStyleMyTooltips}
  63. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  64. {/block:ifStyleMyTooltips}
  65.  
  66. {block:ifInfiniteScroll}
  67. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  68. {/block:ifInfiniteScroll}
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Fugaz+One|Nova+Square|VT323|Petit+Formal+Script|Indie+Flower' rel='stylesheet' type='text/css'>
  71.  
  72. {block:ifUpdates}
  73. <script type="text/javascript">
  74. $(document).ready(function(){
  75. var plus = $('#plus').html();
  76. $('#plus').click(function(){
  77. if ($('#desc').html() == $('#updates').html()) {
  78. $('#desc').html('{MetaDescription}');
  79. $('#desc').css('text-align','justify');
  80. $('#plus').html(plus);
  81. } else {
  82. $('#desc').html($('#updates').html());
  83. $('#desc').css('text-align','center');
  84. $('#plus').html('click for description');
  85. };
  86. });
  87. });
  88. </script>
  89. {block:ifUpdates}
  90.  
  91. <style type="text/css">
  92.  
  93. /*----GENERAL----*/
  94.  
  95. *{-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; transition:all 0.5s ease-in-out;}
  96.  
  97. body {font-size:0.8em !important; background:{color:Background} url({image:Background}) fixed; font-family:{select:Body Font}; position:relative;}
  98.  
  99. {block:ifBackgroundStretch}
  100. body {background-size:100% 100%;}
  101. {block:ifBackgroundStretch}
  102.  
  103. {block:ifStyleMyTooltips}
  104. div#qTip {display:none; text-align:center; position:absolute; background:rgba({RGBcolor:Post Background},0.9); padding:4px; border:solid 1px {color:Post Text}; color:{color:Post Text}; margin-left:-15px; z-index:999999; border-radius:7px;}
  105. {/block:ifStyleMyTooltips}
  106.  
  107. {block:ifSelectionColor}
  108. ::selection {color:{color:Accent} !important;}
  109.  
  110. ::-moz-selection {color:{color:Accent} !important;}
  111.  
  112. ::-webkit-selection {color:{color:Accent} !important;}
  113. {/block:ifSelectionColor}
  114.  
  115. a,a:hover,a:visited,a:link,a:active {border:solid 1px transparent;}
  116.  
  117. #posts a,#posts a:visited, #posts a:link, #posts a:active {text-decoration:none; color:{color:Post Text};}
  118.  
  119. #side a,#side a:visited, #side a:link, #side a:active {text-decoration:none !important; color:{color:Sidebar Text} !important;}
  120.  
  121. #posts a:hover {color:rgba({RGBcolor:Post Text},0.7);}
  122.  
  123. #side a:hover {color:rgba({RGBcolor:Sidebar Text},0.7);}
  124.  
  125. h3 {font-size:1.4em; border-radius:20px; border:solid 1px transparent; padding:5px; font-family:{select:Title Font};}
  126.  
  127. h3:hover {border:solid 1px rgba({RGBcolor:Accent},0.4);}
  128.  
  129. blockquote {margin:-5px 0 -5px 6px; padding-left:17px; border-left:solid 2px {color:Post Text};}
  130.  
  131. img {max-width:100%;}
  132.  
  133. /*--------*/
  134.  
  135.  
  136. /*----SIDEBAR----*/
  137.  
  138. #side {width:350px; height:100%; position:fixed; text-align:center; top:0; left:0; z-index:9999; background-color:rgba({RGBcolor:Accent},{text:Sidebar Background Opacity}); color:{color:Sidebar Text}; overflow:hidden; padding-bottom:2px;}
  139.  
  140. {block:ifSidebarBorder}
  141. #side {border-right:solid 5px {color:Sidebar Background}; width:348px;}
  142. {/block:ifSidebarBorder}
  143.  
  144. #title {margin: 140px 85px -5px 35px; font-family:{select:Title Font}; font-weight:bold; font-size:1.3em; background-color:rgba({RGBcolor:Sidebar Background},0.8); padding:5px; border-radius:20px;}
  145.  
  146. #desc {padding:10px; margin:5px 85px 35px 35px; margin-right:85px; text-align:justify; background-color:rgba({RGBcolor:Sidebar Background},0.5); border-radius:10px;}
  147.  
  148. #plus {text-align:center; z-index:99; margin:0 85px 5px 35px; padding:10px; font-family:{select:Title Font}; font-size:0.9em; color:{color:Accent}; cursor:pointer;}
  149.  
  150. {block:ifNotUpdates}
  151. #plus {display:none;}
  152. {/block:ifNotUpdates}
  153.  
  154. #updates {display:none;}
  155.  
  156. /*--------*/
  157.  
  158. /*----SIDEBAR IMAGES----*/
  159.  
  160. #sp {position:fixed; z-index:99999; top:50px; border-radius:150px; height:140px; width:140px; left:275px; border:solid 5px {color:Sidebar Background}; overflow:hidden;}
  161.  
  162. #sp img {height:140px; width:140px; position:absolute; top:0; left:0; border-radius:100%;}
  163.  
  164. #sp img:last-child {opacity:0;}
  165.  
  166. #sp img:last-child:hover {opacity:1;}
  167.  
  168. /*--------*/
  169.  
  170. /*----LINKS----*/
  171.  
  172. #links {position:fixed; top:250px; left:325px; height:45px; width:45px; text-align:center; overflow:hidden; border-radius:100%; background-color:{color:Sidebar Background}; background-image:url('{PortraitURL-48}'); background-size:100% 100%; z-index:99999; border:solid 5px {color:Sidebar Background}; font-size:0.8em;}
  173.  
  174. #links select {width:25px; height:25px; color:{color:Sidebar Text}; font-family:{select:Body Font}; -webkit-appearance:none; border:solid 1px transparent; border-radius:100%; position:fixed; background-color:{color:Sidebar Background}; top:265px; left:340px; padding-left:9px;}
  175.  
  176. #link1 {width:25px; height:23px; color:{color:Sidebar Text}; font-family:{select:Body Font}; border:solid 1px transparent; border-radius:100%; position:fixed; background-color:{color:Sidebar Background}; top:265px; left:340px; padding-top:2px; text-align:center; font-size:1.6em;}
  177.  
  178. #links img {padding:5px; background-color:{color:Sidebar Background}; border-radius:100%; position:fixed; top:265px; left:340px; border:solid 1px transparent;}
  179.  
  180. #links img:hover {border:solid 1px {color:Accent};}
  181.  
  182. #links select:hover {border:solid 1px {color:Accent};}
  183.  
  184. #links #link1:hover {border:solid 1px {color:Accent};}
  185.  
  186. #links:hover img.nav1 {top:234px; left:370px;}
  187.  
  188. #links:hover img.nav2 {top:262px; left:383px;}
  189.  
  190. #links:hover select {top:291px; left:376px;}
  191.  
  192. #links:hover #link1 {top:291px; left:376px;}
  193.  
  194. /*--------*/
  195.  
  196. /*----PAGINATION----*/
  197.  
  198. #pg {height:38px; width:38px; padding:6px; background-color:{color:Sidebar Background}; border-radius:100%; position:fixed; top:350px; left:325px; text-align:center; z-index:99999;}
  199.  
  200. #pg a {display:block; text-decoration:none; color:{color:Accent};}
  201.  
  202. {block:ifInfiniteScroll}
  203. #pg {display:none;}
  204. {/block:ifInfiniteScroll}
  205.  
  206. /*--------*/
  207.  
  208. /*----ONLINE COUNTER----*/
  209.  
  210. #counter {position:fixed; top:350px; left:330px; height:28px; width:40px; text-align:center; background-color:{color:Sidebar Background}; border-radius:100%; z-index:99999; padding-top:12px;}
  211.  
  212. {block:ifNotInfiniteScroll}{block:Pagination}
  213. #counter {top:450px !important;}
  214. {/block:Pagination}{/block:ifNotInfiniteScroll}
  215.  
  216. #counter a {text-decoration:none; color:{color:Accent};}
  217.  
  218. /*--------*/
  219.  
  220. /*----POSTS----*/
  221.  
  222. #posts {position:absolute; padding:0 15px 15px 15px; top:0px; left:550px; width:550px; text-align:center; color:{color:Post Text}; opacity:1;}
  223.  
  224. #entry {margin:25px 0; padding:10px; background-color:{color:Post Background}; overflow:hidden; border-radius:10px; border-top:solid 5px rgba({RGBcolor:Post Background},0.5);}
  225.  
  226. #entry:hover {border-radius:0;}
  227.  
  228. .c {text-align:justify;}
  229.  
  230. /*----AUDIO POSTS----*/
  231.  
  232. .audio {text-align:right;}
  233.  
  234. .tumblr_audio_player {height:45px; width:45px; overflow:hidden; position:relative; top:27px; left:-27px; z-index:99; border-radius:50px;}
  235.  
  236. .pwrap {margin:10px; float:left; background-color:rgba({RGBcolor:Accent},0.25); height:100px; width:100px; border-radius:50px;}
  237.  
  238. .pwrap:hover .tumblr_audio_player {width:235px; left:-5px;}
  239.  
  240. .pwrap:hover {width:245px;}
  241.  
  242. .audinfo {text-align:left; float:right; line-height:25px; margin:10px; margin-left:-5px; white-space:nowrap; max-width:135px; overflow:hidden; height:100px;}
  243.  
  244. .audtitle {text-align:right; width:100px; height:100px; line-height:25px; background-image:url({image:Default Album Art}); background-size:100%; margin:10px; float:right;}
  245.  
  246. .audttext {padding:0 2px; border-radius:5px 0 0 5px; background-color:{color:Post Background}; opacity:0;}
  247.  
  248. .audio .c {clear:both !important; display:block;}
  249.  
  250. .audtitle:hover .audttext {opacity:1;}
  251.  
  252. /*----CHAT POSTS----*/
  253.  
  254. .chat li {margin-left:-20px; padding:5px; border-radius:5px; border:solid 1px transparent;}
  255.  
  256. .chat li.odd:hover {border:solid 1px rgba({RGBcolor:Accent},1);}
  257.  
  258. .chat li.even:hover {border:solid 1px rgba({RGBcolor:Accent},0.7);}
  259.  
  260. ul.chat {list-style-type:none;}
  261.  
  262. .chat li b {text-transform:uppercase; font-size:0.95em; padding:1px 3px 1px 5px; border-radius:10px;}
  263.  
  264. .chat li.odd b.clabel {color:rgba({RGBcolor:Accent},1);}
  265.  
  266. .chat li.even b.clabel {color:rgba({RGBcolor:Accent},0.7);}
  267.  
  268. /*----ASK POSTS----*/
  269.  
  270. .ask {padding:5px; margin:5px; border-radius:5px; background-color:rgba({RGBcolor:Accent},0.1); border:solid 1px transparent;}
  271.  
  272. .ask:hover {border:solid 1px {color:Accent};}
  273.  
  274. .answer {padding:5px; border-radius:5px; margin:5px; border:solid 1px transparent;}
  275.  
  276. .answer:hover {border:solid 1px rgba({RGBcolor:Accent},0.4);}
  277.  
  278. /*----QUOTE POSTS----*/
  279.  
  280. .medium, .long {text-align:justify;}
  281.  
  282. /*--------*/
  283.  
  284.  
  285. /*----PERMALINK AND TAGS----*/
  286.  
  287. #info {font-size:0.85em; line-height:17px; margin-top:-20px;}
  288.  
  289. {block:ifUppercasePermalink}
  290. #info {text-transform:uppercase;}
  291. {/block:ifUppercasePermalink}
  292.  
  293. #info a {border:solid 1px transparent; border-radius:10px; padding:1px 5px; margin:2px; background-color:{color:Post Background}; line-height:20px;}
  294.  
  295. #info a:hover {border:solid 1px {color:Accent}; color:{color:Post Text} !important;}
  296.  
  297. #tags em {text-shadow:1px 1px {color:Post Background}, -1px -1px {color:Post Background}, 1px -1px {color:Post Background}, -1px 1px {color:Post Background}; background-color:transparent; border:solid 1px transparent;}
  298.  
  299. {block:PermalinkPage}
  300. #permalink a:last-child {display:none;}
  301. #info {text-align:center !important;}
  302. .timeago {display:none;}
  303. {/block:PermalinkPage}
  304.  
  305. /*--------*/
  306.  
  307.  
  308. /*----NOTES----*/
  309.  
  310. ol.notes {list-style-type:none; text-align:left; color:{color:Post Text}; margin-left:-40px;}
  311.  
  312. ol.notes li {padding:10px; margin:10px; background-color:rgba({RGBcolor:Post Background},0.8);}
  313.  
  314. ol.notes li:hover {border-radius:15px;}
  315.  
  316. ol.notes li:hover img.avatar {border-radius:10px;}
  317.  
  318. ol.notes li blockquote {margin-top:5px;}
  319.  
  320. /*--------*/
  321.  
  322.  
  323. /*----SCROLLBAR----*/
  324.  
  325. ::-webkit-scrollbar {height:0; width:0;}
  326.  
  327. /*--------*/
  328.  
  329. {CustomCSS}
  330. </style>
  331.  
  332.  
  333. </head>
  334. <body>
  335.  
  336. <div id="side">
  337.  
  338. <a href="/"><div id="title">{Title}</div></a>
  339.  
  340. <div id="plus">click for updates</div>
  341.  
  342. <div id="updates">{text:Updates}</div>
  343.  
  344. <div id="desc">
  345. {Description}
  346. </div>
  347. </div><!--side-->
  348.  
  349.  
  350. <a href="/"><div id="sp">
  351. <img src="{image:Sidebar}"/>
  352. <img src="{image:Sidebar 2}"/>
  353. </div></a>
  354.  
  355.  
  356.  
  357. <div id="links">
  358.  
  359. <a href="/"><img class="nav1" src="https://lh5.googleusercontent.com/-a9L9yNfBG0A/UcvEIm4nJMI/AAAAAAAABRE/xSUIG40WpRQ/s13/home_clear.png"/></a>
  360.  
  361. <a href="/ask"><img class="nav2" src="https://lh6.googleusercontent.com/-X2X6dRNY-6A/UcvD6WkZa8I/AAAAAAAABME/ImMmmPlL4ZY/s12/bubble_clear.png"/></a>
  362.  
  363. {block:ifNotLink2Title}{block:ifLink1Title}
  364. <a href="{text:Link1}"><div id="link1">+</div></a>
  365. {/block:ifLink1Title}{/block:ifNotLink2Title}
  366.  
  367. {block:ifLink2Title}
  368. <select onchange='location=this.options[this.selectedIndex].value;'>
  369. <option>+</option>
  370. {block:ifLink1Title}<option value="{text:Link1}">{text:Link1 Title}</option>{/block:ifLink1Title}
  371. {block:ifLink2Title}<option value="{text:Link2}">{text:Link2 Title}</option>{/block:ifLink2Title}
  372. {block:ifLink3Title}<option value="{text:Link3}">{text:Link3 Title}</option>{/block:ifLink3Title}
  373. {block:ifLink4Title}<option value="{text:Link4}">{text:Link4 Title}</option>{/block:ifLink4Title}
  374. {block:ifLink5Title}<option value="{text:Link5}">{text:Link5 Title}</option>{/block:ifLink5Title}
  375. {block:ifLink6Title}<option value="{text:Link6}">{text:Link6 Title}</option>{/block:ifLink6Title}
  376.  
  377. </select>
  378. {/block:ifLink2Title}
  379.  
  380. </div>
  381.  
  382.  
  383. {block:ifOnlineCounter}
  384. <div id="counter">
  385. {text:Online Counter Script}
  386. </div>
  387. {/block:ifOnlineCounter}
  388.  
  389. {block:Pagination}<div id="pg">
  390. {block:NextPage}
  391. <a href="{NextPage}">></a>
  392. {/block:NextPage}
  393. {block:PreviousPage}
  394. <a href="{PreviousPage}"><</a>
  395. {/block:PreviousPage}
  396. </div>{/block:Pagination}
  397.  
  398.  
  399. <!---POSTS---------------->
  400.  
  401.  
  402. <div id="posts">
  403.  
  404. {block:Posts}
  405.  
  406. <div id="entry">
  407.  
  408. {block:Text}
  409. {block:Title}<h3>{Title}</h3>{/block:Title}
  410. <span class="c">{Body}</span>
  411. {/block:Text}
  412.  
  413. {block:Audio}<div class="audio">
  414. <div class="pwrap">
  415. <div class="player">{AudioPlayerWhite}</div>
  416. </div>
  417. <div class="audinfo">
  418. {block:TrackName}<span title="{TrackName}">{TrackName}</span><br/>{/block:TrackName}
  419. {block:Artist}<span title="{Artist}">{Artist}</span><br/>{/block:Artist}
  420. {block:Album}<span title="{Album}">{Album}</span><br/>{/block:Album}
  421. {block:PlayCount}<span title="{PlayCount}">{PlayCount}</span><br/>{/block:PlayCount}
  422. </div>
  423. <div class="audtitle" {block:AlbumArt}style="background-image:url({AlbumArtURL})"{/block:AlbumArt}>
  424. {block:TrackName}<span class="audttext">Track Name: </span><br/>{/block:TrackName}
  425. {block:Artist}<span class="audttext">Artist: </span><br/>{/block:Artist}
  426. {block:Album}<span class="audttext">Album: </span><br/>{/block:Album}
  427. {block:PlayCount}<span class="audttext">Plays: </span><br/>{/block:PlayCount}
  428. </div>
  429. {block:Caption}<span class="c">{Caption}</span>{/block:Caption}
  430. </div>{/block:Audio}
  431.  
  432. {block:Video}
  433. {Video-500}
  434. {PlayCountWithLabel}
  435. {block:Caption}<span class="c">{Caption}</span>{/block:Caption}
  436. {/block:Video}
  437.  
  438. {block:Photo}
  439. {LinkOpenTag}
  440. <img src="{PhotoURL-500}">
  441. {LinkCloseTag}
  442. {block:Caption}<span class="c">{Caption}</span>{/block:Caption}
  443. {/block:Photo}
  444.  
  445. {block:Photoset}
  446. {Photoset-500}
  447. {block:Caption}<span class="c">{Caption}</span>{/block:Caption}
  448. {/block:Photoset}
  449.  
  450. {block:Panorama}
  451. {LinkOpenTag}<img src="{PhotoURL-Panorama}"/>{LinkCloseTag}
  452. {block:Caption}<span class="c">{Caption}</span>{/block:Caption}
  453. {/block:Panorama}
  454.  
  455. {block:Quote}
  456. <h3 class="{Length}">"{Quote}"</h3>
  457. {block:Source}<div style="text-align:center;">- {Source}</div>{/block:Source}
  458. {/block:Quote}
  459.  
  460. {block:Link}
  461. <a href="{URL}"><h3 class="link">{Name} <span style="font-family:serif;">⟼</span></h3></a>
  462. {block:Description}<span class="c">{Description}</span>{/block:Description}
  463. {/block:Link}
  464.  
  465. {block:Chat}
  466. {block:Title}<h3>{Title}</h3>{/block:Title}
  467. {block:Lines}<span class="c">
  468. <ul class="chat">
  469. <li class="{Alt}">{block:Label}<b class="clabel">{Label}</b> {/block:Label}{Line}</li>
  470. </ul></span>{/block:Lines}
  471. {/block:Chat}
  472.  
  473. {block:Answer}
  474. <b>{Asker}</b> asked:
  475. <div class="ask">
  476. {Question}
  477. </div>
  478. {block:Answerer}
  479. <br/><div><b>{Answerer}</b> answered:</div>
  480. {/block:Answerer}
  481. <span class="c"><div class="answer">
  482. {Answer}
  483. </div>
  484. {block:Answerer}
  485. {Replies}
  486. {/block:Answerer}
  487. </span>
  488. {/block:Answer}
  489.  
  490. </div><!--entry-->
  491.  
  492. {block:Date}
  493. <div id="info" {block:Odd} style="text-align:left"{/block:Odd}{block:Even}
  494. style="text-align:right"{/block:Even}>
  495.  
  496. <div id="permalink">
  497. <a href="{Permalink}">
  498. posted <span class="timeago">{TimeAgo}</span>{block:PermalinkPage} at {12Hour}:{Minutes}{AmPm} on {DayOfMonthWithZero} {ShortMonth} {ShortYear}{/block:PermalinkPage} with {NoteCountWithLabel}</a>
  499. {block:PermalinkPage}<span style="display:none;">{/block:PermalinkPage}{block:PermalinkPage}</span>{/block:PermalinkPage}<a href="{ReblogURL}">reblog</a>
  500. </div>
  501.  
  502. {block:PermalinkPage}<div id="reblog">
  503. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>
  504. <a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  505. <a href="{ReblogURL}">reblog</a></div>{/block:PermalinkPage}
  506.  
  507. {block:HasTags}<div id="tags"> <em> TAGGED : </em>
  508. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  509. </div>{/block:HasTags}
  510.  
  511. </div><!--infooo-->
  512. {/block:Date}
  513.  
  514. {block:PostNotes}
  515. <div id="notecontainer">{PostNotes}</div>
  516. {/block:PostNotes}
  517.  
  518. {/block:Posts}
  519. </div><!--posts-->
  520.  
  521.  
  522. <!------DO NOT REMOVE THE CREDIT. DOING SO WOULD MAKE YOU A THIEF.------->
  523. <a href="http://syntaxthemes.tumblr.com">
  524. <img style="position:fixed; bottom:0; right:0; display:block; opacity:0.7; margin:0; z-index:999999999999!important;" onmouseover="this.style.opacity=0.9" onmouseout="this.style.opacity=0.7" src="http://static.tumblr.com/puls2hm/QOHn1brjx/st.png"/></a>
  525. <!----------------------------------THANK-------------------------------->
  526.  
  527.  
  528. </body>
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement