Advertisement
missdilaurentis

MissDiLaurentis Theme #32

Sep 23rd, 2014
2,510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.68 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <script src="js/jquery-1.7.1.js" type="text/javascript"></script>
  5. <script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
  6. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  7. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  8.  
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!--
  15. THEME #32 BY EVILQUEENEDTHEMES
  16.  
  17. http://evilqueenedthemes.tumblr.com
  18.  
  19. Please do not use as base
  20. Don't claim as your own
  21. Don't remove my credit.
  22.  
  23. Thank you!
  24. -->
  25.  
  26. <!--DEFAULT VARIABLES-->
  27.  
  28. <!--COLORS-->
  29. <meta name="color:Audio title" content="#cab1da"/>
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Blog title" content="#000000"/>
  32. <meta name="color:Bold" content="#b5dcdf"/>
  33. <meta name="color:Icon border" content="#d1d1d1"/>
  34. <meta name="color:Info" content="#000000"/>
  35. <meta name="color:Info hover" content="#86649b"/>
  36. <meta name="color:Info bg" content="#b5dcdf"/>
  37. <meta name="color:Info bg hover" content="#cab1da"/>
  38. <meta name="color:Italic" content="#cab1da"/>
  39. <meta name="color:Links" content="#ae549c"/>
  40. <meta name="color:Links Hover" content="#cab1da"/>
  41. <meta name="color:NavLinks" content="#b5dcdf"/>
  42. <meta name="color:NavLinks Hover" content="#86649b"/>
  43. <meta name="color:Pagination" content="#9f9f9f"/>
  44. <meta name="color:Pagination current" content="#86649b"/>
  45. <meta name="color:Post title" content="#d1d1d1"/>
  46. <meta name="color:Question Border" content="#cab1da"/>
  47. <meta name="color:Selection" content="#ffffff"/>
  48. <meta name="color:Selection BG" content="#cab1da"/>
  49. <meta name="color:Scrollbar" content="#cab1da"/>
  50. <meta name="color:Scrollbar bg" content="#ffffff"/>
  51. <meta name="color:Sidebar Text" content="#9f9f9f"/>
  52. <meta name="color:Tags" content="#9f9f9f"/>
  53. <meta name="color:Text" content="#9f9f9f"/>
  54. <meta name="color:Topbar" content="#cab1da"/>
  55. <meta name="color:Topbar hover" content="#b5dcdf"/>
  56.  
  57. <!--IMAGES AND SUBTITLE-->
  58. <meta name="image:Background" content="" />
  59. <meta name="image:Sidebar" content=""/>
  60.  
  61. <!--NAVIGATION LINKS-->
  62. <meta name="text:Link 1 URL" content="/" />
  63. <meta name="text:Link 1 Title" content="link 1" />
  64. <meta name="text:Link 2 URL" content="/" />
  65. <meta name="text:Link 2 Title" content="link 2" />
  66. <meta name="text:Link 3 URL" content="/" />
  67. <meta name="text:Link 3 Title" content="link 3" />
  68. <meta name="text:Link 4 URL" content="/" />
  69. <meta name="text:Link 4 Title" content="link 4" />
  70.  
  71. <!--SHOW NAVIGATION LINKS-->
  72. <meta name="if:Show Link1" content="1">
  73. <meta name="if:Show Link2" content="1">
  74. <meta name="if:Show Link3" content="1">
  75. <meta name="if:Show Link4" content="1">
  76.  
  77. <!--DEFAULT FONTS AND FONTS SIZE-->
  78. <meta name="text:Post Font Size" content="10px"/>
  79. <meta name="text:Post Font" content="Arial"/>
  80. <meta name="text:Small Font Size" content="10px"/>
  81. <meta name="text:Small Font" content="Consolas"/>
  82. <meta name="text:Sidebar Font Size" content="9px"/>
  83. <meta name="text:Sidebar Font" content="Arial"/>
  84.  
  85. <!--END OF DEFAULT VARIABLES-->
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90. .tmblr-iframe, #tumblr_controls {
  91. position:fixed !important;
  92. z-index:999999999!important;
  93. }
  94.  
  95. body {
  96. background:{color:background};
  97. background-image: url('{image:background}');
  98. background-attachment:fixed;
  99. margin:0px;
  100. color:{color:text};
  101. font-family:'arial';
  102. font-size:11px;
  103. line-height:100%;}
  104.  
  105. /* SCROLLBAR */
  106.  
  107. ::-webkit-scrollbar-thumb:vertical {
  108. height:12px;
  109. border:2px solid;
  110. border-color:{color:scrollbar bg};
  111. background-color:{color:scrollbar};}
  112.  
  113. ::-webkit-scrollbar-thumb:horizontal {
  114. background-color:{color:background};}
  115.  
  116. ::-webkit-scrollbar {
  117. width:11px;
  118. height:7px;
  119. border:5px solid;
  120. border-color:{color:scrollbar bg};
  121. background-color:{color:scrollbar};}
  122.  
  123. /* BASICS */
  124.  
  125. a, a:active, a:visited {
  126. transition:0.8s;
  127. -o-transition-transition:0.8s;
  128. -webkit-transition-duration:0.8s;
  129. -moz-transition-duration:0.8s;
  130. text-decoration:none;
  131. color:{color:links};}
  132.  
  133. a:hover {
  134. transition:0.8s;
  135. -o-transition-transition:0.8s;
  136. -webkit-transition-duration:0.8s;
  137. -moz-transition-duration:0.8s;
  138. text-decoration:none;
  139. color:{color:links hover};
  140. background-color:{color:transparent};}
  141.  
  142. small, sub {
  143. font-family:{text:Small Font};
  144. font-size:{text:Small Font Size};}
  145.  
  146. b, strong {color:{color:bold};}
  147. i, em {color:{color:italic};}
  148. p{margin-top:5px; margin-bottom:5px}
  149.  
  150. blockquote {
  151. padding:0px;
  152. padding-left:5px;
  153. margin:5px;
  154. margin-top:10px;
  155. margin-bottom:10px;
  156. border-left:3px solid ; border-color:{color:text};
  157. max-width:500px;}
  158.  
  159. blockquote blockquote {
  160. padding-left:5px;
  161. border-left:2px solid ;border-color:{color:text};
  162. max-width:500px;}
  163.  
  164. blockquote img {
  165. max-width:450px}
  166.  
  167. ul, li img {
  168. max-width:400px}
  169.  
  170. h1 {
  171. font-size:14px;
  172. font-family:'cambria';
  173. line-height:100%;
  174. margin-bottom:10px;
  175. text-transform:none;
  176. font-weight:bold;
  177. font-style:italic;
  178. text-align:left;
  179. color:{color:post title};}
  180.  
  181. /* POSTS */
  182.  
  183. #entries {
  184. padding:20px;
  185. width:520px;
  186. margin-left:450px;
  187. margin-right:auto;
  188. margin-top:0px;
  189. font-family:'arial';
  190. color:{color:Text};}
  191.  
  192. #post {
  193. width:500px;
  194. padding:10px;
  195. margin-top:-10px;
  196. font-family:{text:Post Font};
  197. font-size:{text:Post Font Size};
  198. text-transform:none;
  199. color:{color:text};
  200. background:{color:background};
  201. word-wrap: break-word;}
  202.  
  203. #quote {
  204. font-size: 12px;
  205. line-height: 100%;
  206. font-weight:bold;
  207. font-style:italic;
  208. color: {color:text};
  209. font-family: 'cambria';
  210. padding-left: 0px;}
  211.  
  212. #source {
  213. text-align: left;
  214. font-size:8px;
  215. letter-spacing:1px;
  216. font-family:'calibri';
  217. text-transform:uppercase;
  218. font-style:none;}
  219.  
  220. /* AUDIO */
  221.  
  222. #Allaudio {
  223. width:500px;
  224. height:50px;
  225. background-color:#000;}
  226.  
  227. #audioplayer {
  228. float:right;
  229. height:50px;
  230. width:50px;
  231. margin-top:0px;
  232. margin-left:10px;
  233. overflow:hidden;
  234. background-color:#000;
  235. opacity: 1;filter:alpha(opacity=60);
  236. -webkit-transition: all 0.7s ease;
  237. -moz-transition: all 0.7s ease;
  238. -o-transition: all 0.7s ease;}
  239.  
  240. #audioplayer:hover {
  241. opacity: 1; filter:alpha(opacity=60);}
  242.  
  243. #audioplayerz {
  244. width:25px;
  245. height:25px;
  246. margin-top:10px;
  247. margin-left:8px;
  248. overflow:hidden;
  249. padding:3px;}
  250.  
  251. #albumart {
  252. margin-left:0px;
  253. margin-right:10px;
  254. float:left;}
  255.  
  256. #audiostuff {
  257. color:{color:bold};
  258. text-transform:uppercase;
  259. font-family:'calibri';
  260. float:left;
  261. text-align:left;
  262. height:35px;
  263. padding:0px;
  264. font-size:9px;
  265. letter-spacing:1px;
  266. margin-top:12px;
  267. margin-left:0px;}
  268.  
  269. /* CREDIT */
  270.  
  271. .credit a{z-index:99999;font-family:'calibri'; letter-spacing:0px; font-size:8px; bottom:1px; right:5px; position:fixed; padding:3px; text-align:right; font-weight:normal;opacity:1;}
  272.  
  273. /* SIDEBAR */
  274.  
  275. #sidebar {
  276. z-index:9999;
  277. width:320px;
  278. height:100%;
  279. position:fixed;
  280. left:110px;
  281. margin-top:-20px;
  282. padding-top:10px;
  283. padding-bottom:10px;
  284. background:{color:background};}
  285.  
  286. #sidebarimage {
  287. margin-top:210px;
  288. width:245px;
  289. margin-bottom:0px;
  290. height:auto;
  291. margin-left:auto;
  292. margin-right:auto;
  293. text-align:center;}
  294.  
  295. #sidebarimage img {
  296. width:245px;
  297. height:auto;}
  298.  
  299. #description {
  300. z-index:99999;
  301. width:245px;
  302. margin-top:10px;
  303. margin-left:auto;
  304. margin-right:auto;
  305. font-family:{text:Sidebar Font};
  306. font-size:{text:Sidebar Font Size};
  307. font-weight:normal;
  308. text-transform:none;
  309. font-style:none;
  310. text-align:justify;
  311. padding:0px;
  312. color:{color:sidebar text};
  313. background-color:transparent;}
  314.  
  315. /* PAGINATION */
  316.  
  317. #pagination {
  318. font-family:'calibri';
  319. width:245px;
  320. height:30px;
  321. text-transform:uppercase;
  322. word-spacing:-1px;
  323. letter-spacing:1px;
  324. line-height:30px;
  325. font-size:8px;
  326. margin-top:0px;
  327. margin-left:auto;
  328. margin-right:auto;
  329. font-weight:bold;
  330. background-color:transparent;
  331. font-style:normal;
  332. text-align:center;}
  333.  
  334. #pagination a {
  335. color:{color:pagination};
  336. background-color:transparent;
  337. padding:3px;}
  338.  
  339. #pagination a:hover {
  340. color:{color:links hover};}
  341.  
  342. /*QTIP*/
  343.  
  344. div#qTip {
  345. display: none;
  346. text-align:left;
  347. position:absolute;
  348. letter-spacing:2px;
  349. text-transform:uppercase;
  350. font-weight:bold;
  351. z-index:99;
  352. font-family:'calibri';
  353. font-size:8px;
  354. padding:1px 3px;
  355. margin-top:5px;
  356. line-height:13px;
  357. color:{color:info};
  358. background:{color:info bg};}
  359.  
  360. /* NAVIGATION LINKS */
  361.  
  362. #icon {
  363. width:64px;
  364. height:64px;
  365. border-radius:100%;
  366. margin-left:50px;
  367. margin-top:5px;
  368. margin-left:20px;
  369. border:5px solid;
  370. border-color:{color:icon border};}
  371.  
  372. #title {
  373. text-align:left;
  374. width:auto;
  375. margin-left:100px;
  376. margin-top:-50px;
  377. margin-right:auto;
  378. margin-bottom:8px;
  379. font-family:'consolas';
  380. color:{color:blog title};
  381. letter-spacing:0px;
  382. font-style:none;
  383. text-transform:lowercase;
  384. font-size:14px;}
  385.  
  386. #topbar {
  387. height:45px;
  388. width:100%;
  389. position:fixed;
  390. border-bottom:5px solid;
  391. border-color:{color:icon border};
  392. margin-top:0px;
  393. z-index:999999;
  394. float:center;
  395. background-color:{color:topbar};
  396. -webkit-transition: opacity 0.5s linear;
  397. -webkit-transition: all 0.5s ease-in-out;
  398. -moz-transition: all 0.5s ease-in-out;
  399. -o-transition: all 0.5s ease-in-out;}
  400.  
  401. #topbar:hover {
  402. background-color:{color:topbar hover};
  403. -webkit-transition: opacity 0.5s linear;
  404. -webkit-transition: all 0.5s ease-in-out;
  405. -moz-transition: all 0.5s ease-in-out;
  406. -o-transition: all 0.5s ease-in-out;}
  407.  
  408. .Navlinks {
  409. z-index:9999999;
  410. max-width:350px;
  411. position:fixed;
  412. height:40px;
  413. margin-left:95px;
  414. margin-right:auto;
  415. margin-top:50px;
  416. margin-bottom:10px;
  417. word-spacing:0px;
  418. text-align:center;
  419. background-color:transparent;
  420. font-family:'calibri';
  421. font-size:8px;
  422. text-transform:uppercase;
  423. transition:0.5s;
  424. -o-transition-transition:0.5s;
  425. -webkit-transition-duration:0.5s;
  426. -moz-transition-duration:0.5s;}
  427.  
  428. .Navlinks a{
  429. display:inline-block;
  430. white-space:nowrap;
  431. color:{color:Navlinks};
  432. letter-spacing:2px;
  433. padding:5px;
  434. margin-bottom:-3px;
  435. transition:0.3s;
  436. -o-transition-transition:0.3s;
  437. -webkit-transition-duration:0.3s;
  438. -moz-transition-duration:0.3s;}
  439.  
  440. .Navlinks a:hover{
  441. color:{color:Navlinks hover};
  442. font-weight:bold;
  443. -webkit-transform: scale(1.2);
  444. -webkit-transition: -webkit-transform 0.2s ease-in-out;
  445. transition: transform 0.2s ease-in-out;}
  446.  
  447. /* INFO & TAGS */
  448.  
  449. #info {
  450. width:490px;
  451. margin-left:auto;
  452. margin-right:auto;
  453. text-align:center;
  454. text-transform:uppercase;
  455. letter-spacing:0px;
  456. font-family:'calibri';
  457. font-style:none;
  458. letter-spacing:1px;
  459. font-weight:bold;
  460. font-size:8px;
  461. color:{color:info};
  462. background-color:{color:info bg};
  463. margin-top:0px;
  464. margin-bottom:0px;
  465. padding:5px;
  466. -webkit-transition: opacity 0.5s linear;
  467. -webkit-transition: all 0.5s ease-in-out;
  468. -moz-transition: all 0.5s ease-in-out;
  469. -o-transition: all 0.5s ease-in-out; }
  470.  
  471. #info a{
  472. color:{color:info};}
  473.  
  474. #info:hover{
  475. background-color:{color:info bg hover};
  476. -webkit-transition: opacity 0.5s linear;
  477. -webkit-transition: all 0.5s ease-in-out;
  478. -moz-transition: all 0.5s ease-in-out;
  479. -o-transition: all 0.5s ease-in-out; }
  480.  
  481. #info a:hover{
  482. color:{color:info hover};
  483. background-color:transparent;
  484. -webkit-transition: opacity 0.5s linear;
  485. -webkit-transition: all 0.5s ease-in-out;
  486. -moz-transition: all 0.5s ease-in-out;
  487. -o-transition: all 0.5s ease-in-out; }
  488.  
  489. #tags {
  490. width:490px;
  491. word-wrap:break-word;
  492. font-family: 'arial';
  493. text-transform:lowercase;
  494. text-align:left;
  495. font-style:none;
  496. font-size:9px;
  497. line-height:10px;
  498. letter-spacing:0px;
  499. font-weight:normal;
  500. color:{color:tags};
  501. margin-top:-2px;
  502. padding: 3px 3px 40px 10px;
  503. -webkit-transition: opacity 0.5s linear;
  504. -webkit-transition: all 0.5s ease-in-out;
  505. -moz-transition: all 0.5s ease-in-out;
  506. -o-transition: all 0.5s ease-in-out; }
  507.  
  508. #tags a{
  509. color:{color:tags};}
  510.  
  511. #tags a:hover{
  512. color:{color:links hover};
  513. background-color:transparent;}
  514.  
  515. /* QUESTIONS */
  516.  
  517. #allask {
  518. background-color:transparent;
  519. padding-bottom:2px;
  520. background-color:{color:question bg};}
  521.  
  522. #question {
  523. background-color: none;
  524. color:{color:text};
  525. text-transform:none;
  526. text-align: justify;
  527. letter-spacing:0px;
  528. font-style:none;
  529. margin-left:0px;
  530. margin-top:0px;
  531. padding-bottom:1px;
  532. border-bottom:3px solid;
  533. border-color:{color:question border};}
  534.  
  535. #answer {
  536. text-align: justify;
  537. margin-top:15px;
  538. background-color:none;
  539. margin-left:0px;}
  540.  
  541. #askerportrait {
  542. float:left;
  543. background-color:{color:background};
  544. padding-right:4px;
  545. margin-top:-1px;
  546. width:24px;
  547. height:24px;}
  548.  
  549. /*SOURCE*/
  550.  
  551. .source {display:none;}
  552.  
  553. /* SELECTION */
  554.  
  555. ::selection {color:{color:selection}; background: {color:selection BG};}
  556. ::-moz-selection {color: {color:selection}; background: {color:selection BG};}
  557. ::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}
  558.  
  559.  
  560. {CustomCSS}</style></head><body>
  561.  
  562.  
  563. <div id="sidebar">
  564. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  565. <div id="description">{Description}</div>
  566.  
  567. <center>{block:Pagination}
  568. <div id="pagination">
  569. {block:PreviousPage}<a href="{PreviousPage}">NEWER</a>&nbsp;&nbsp;{/block:PreviousPage}
  570. {block:JumpPagination length="5"}
  571. {block:CurrentPage}<span class="current_page"><span style="color:{color:pagination};color:{color:pagination current};padding:3px">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  572. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  573. {/block:JumpPagination}
  574. {block:NextPage}<a href="{NextPage}">OLDER</a>{/block:NextPage}
  575. </div>{/block:Pagination}</center>
  576.  
  577. </div>
  578.  
  579. <div id="topbar">
  580.  
  581. <div id="icon"><img src="{PortraitURL-64}" style="border-radius:64px"></div>
  582.  
  583. <div id="title">{Title}</div></div>
  584.  
  585. <div class="Navlinks">
  586.  
  587. <a href="/">home</a>&nbsp;&nbsp;
  588. <a href="/ask">ask</a>&nbsp;&nbsp;
  589. {block:IfShowLink1}<a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a>&nbsp;&nbsp;{/block:IfShowLink1}
  590. {block:IfShowLink2}<a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a>&nbsp;&nbsp;{/block:IfShowLink2}
  591. {block:IfShowLink3}<a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a>&nbsp;&nbsp;{/block:IfShowLink3}
  592. {block:IfShowLink4}<a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a>{/block:IfShowLink4}
  593. </div>
  594.  
  595. <div id="entries"></br></br></br></br></br></br>
  596.  
  597. {block:Posts}<div id="post">
  598.  
  599. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}
  600.  
  601. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  602.  
  603. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  604.  
  605. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}
  606.  
  607. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  608.  
  609. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  610.  
  611. {block:Audio}
  612. <div id="Allaudio">
  613. <div id="audioplayer">
  614. <div id="audioplayerz">{AudioPlayerBlack}</div></div>
  615. <div id="albumart">
  616. {block:AlbumArt}<img src="{AlbumArtURL}" width="50" height="50">{/block:AlbumArt}</div>
  617. <div id="audiostuff">
  618. <span style="color:{color:audio title};text-transform:lowercase;font-size:14px;font-weight:bold;font-family:cambria;font-style:italic">{block:TrackName}{TrackName}{/block:TrackName}</span></br>
  619. {block:Artist}{Artist}{/block:Artist} &
  620. PLAYED {PlayCount} TIMES.</div></div>
  621. {block:caption}<br><span style="margin-top:-3px">{Caption}</span>{/block:caption}
  622. {/block:Audio}
  623.  
  624. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  625.  
  626. {block:Answer}
  627. <div id="allask">
  628. <div id="askerportrait"><span style="width:24px;height:24px;"><img src="{AskerPortraitURL-24}" style="border-radius:100%;"></span></div>
  629. <div id="question">
  630. <span style="text-transform:lowercase;font-size:14px;font-family:cambria;font-weight:bold;font-style:italic">{asker}:</span>
  631. <span style="font-family:cambria;font-style:italic;text-transform:none;font-size:12px;">{Question}</span>
  632. </div></div>
  633. <div id="answer">
  634. <span style="color:{color:text};">{Answer}</span></div>{/block:Answer}</div>
  635.  
  636. <div class="source">
  637. {block:ContentSource}
  638. <a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a>{/block:ContentSource}</div>
  639.  
  640. <div id="info"><p style="margin-top:4px">
  641. <span style="font-weight:bold">{block:Date}{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</span>,&nbsp;<a href="{Permalink}">{NoteCount} notes</a>
  642. {block:RebloggedFrom}- <a title ="{ReblogParentName}" href="{ReblogParentURL}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</span>
  643. -&nbsp;<a href="{ReblogURL}" target="_blank" class="details"><img src="http://static.tumblr.com/g1muzcu/6Pfnazngu/reload.png" style="margin:-6px 0px" title="reblog"></a></p></div>
  644.  
  645. <div id="tags">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag};</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  646.  
  647. {/block:Posts}{block:PostNotes}{PostNotes}</div>{/block:PostNotes}</div>
  648.  
  649. <div class="credit"><a href="http://evilqueenedthemes.tumblr.com">© EVILQUEENED</a></div>
  650.  
  651. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement