Advertisement
singforabsolution

Theme By Kelsey #29

May 27th, 2012
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.31 KB | None | 0 0
  1. <!-- please don't remove the credit or use as a base code-->
  2.  
  3. <head>
  4.  
  5. <!--Default Variables-->
  6. <!--Colors-->
  7. <meta name="color:Background" content="#E0FFFF"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Link" content="#cd0000"/>
  10. <meta name="color:Link Hover" content="#CDB7B5"/>
  11. <meta name="color:Blog Title" content="#8B7D7B"/>
  12. <meta name="color:Chat 1" content=""/>
  13. <meta name="color:Chat 2" content=""/>
  14. <meta name="color:Ask Background" content="#838b8b"/>
  15. <meta name="color:Sidelinks 1" content="#FFE4E1"/>
  16. <meta name="color:Sidelinks 2" content="#EED5D2"/>
  17. <meta name="color:Sidelinks 3" content="#CDB7B5"/>
  18. <meta name="color:Sidelinks 4" content="#8B7D7B"/>
  19. <meta name="color:Sidelinks Hover" content="#CFCFCF"/>
  20. <meta name="color:Sidelinks Text" content="#1C1C1C"/>
  21. <meta name="color:Permalink" content="#A9A9A9"/>
  22. <meta name="color:Scrollbar" content="#cd0000"/>
  23. <meta name="color:Scroll Background" content="#F5F5DC"/>
  24. <meta name="color:Highlight" content="#cd0000"/>
  25. <meta name="color:Highlight Text" content="#F5F5DC"/>
  26.  
  27. <!--Images-->
  28. <meta name="image:Background" content=""/>
  29. <meta name="image:Sidebar" content=""/>
  30.  
  31. <!--Options-->
  32. <meta name="if:Infinite Scrolling" content="1"/>
  33. <meta name="if:Tiny Cursor" content="1"/>
  34. <meta name="if:Tiny Scrollbar" content="1"/>
  35. <meta name="if:Rainbow Links" content=""/>
  36. <meta name="if:Blog Title" content="1"/>
  37. <meta name="if:Faded Images" content=""/>
  38. <meta name="if:Inverted Images" content=""/>
  39. <meta name="if:Link 1" content=""/>
  40. <meta name="if:Link 2" content=""/>
  41. <meta name="if:Link 3" content=""/>
  42. <meta name="if:Link 4" content=""/>
  43.  
  44. <!--Links-->
  45. <meta name="text:Link 1 URL" content="/"/>
  46. <meta name="text:Link 1 name" content=""/>
  47. <meta name="text:Link 2 URL" content="/"/>
  48. <meta name="text:Link 2 name" content=""/>
  49. <meta name="text:Link 3 URL" content="/"/>
  50. <meta name="text:Link 3 name" content=""/>
  51. <meta name="text:Link 4 URL" content="/"/>
  52. <meta name="text:Link 4 name" content="">
  53.  
  54. {block:Description}
  55. <meta name="description" content="{MetaDescription}" />{/block:Description}
  56. <title>
  57. {block:PostSummary}
  58. {PostSummary} - {/block:PostSummary}{Title}</title>
  59.  
  60. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  61.  
  62. </style>
  63. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  64. <style type="text/css">
  65.  
  66. {block:ifInvertedImages}img{
  67. opacity: 1;
  68. filter:alpha(opacity=10);
  69. -moz-opacity: 0.1;
  70. -moz-transition: all .9s ease;
  71. -o-transition: all .9s ease;
  72. transition: all .9s ease;
  73. -webkit-transition: all .9s ease;}
  74. {/block:ifInvertedImages}
  75.  
  76.  
  77. {block:ifInvertedImages} img:hover{
  78. opacity: .8;
  79. filter:alpha(opacity=100);
  80. -moz-opacity: 1;
  81. -moz-transition: all .9s ease;
  82. -o-transition: all .9s ease;
  83. transition: all .9s ease;
  84. -webkit-transition: all .9s ease;}
  85. {/block:ifInvertedImages}
  86.  
  87. {block:ifFadedImages}img{
  88. opacity: .8;
  89. filter:alpha(opacity=10);
  90. -moz-opacity: 0.1;
  91. -moz-transition: all .9s ease;
  92. -o-transition: all .9s ease;
  93. transition: all .9s ease;
  94. -webkit-transition: all .9s ease;}
  95. {/block:ifFadedImages}
  96.  
  97.  
  98. {block:ifFadedImages} img:hover{
  99. opacity: 1;
  100. filter:alpha(opacity=100);
  101. -moz-opacity: 1;
  102. -moz-transition: all .9s ease;
  103. -o-transition: all .9s ease;
  104. transition: all .9s ease;
  105. -webkit-transition: all .9s ease;}
  106. {/block:ifFadedImages}
  107.  
  108. {block:iftinyscrollbar}
  109. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:Scroll Background};}
  110. ::-webkit-scrollbar-corner {background:{color:Scroll background};}
  111. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:Scrollbar};}
  112. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:Scrollbar};}
  113. ::-webkit-scrollbar-thumb:vertical {background:{color:Scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  114. ::-webkit-scrollbar-thumb:horizontal {background:{color:Scrollbar};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
  115. ::-webkit-scrollbar-thumb {background:{color:Scrollbar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:Scroll Background};}
  116. ::-webkit-scrollbar-track-piece {background: {color:Scroll Background}; width:4px;}
  117. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:Scrollbar};}
  118. {/block:iftinyscrollbar}
  119.  
  120. {block:iftinycursor}
  121. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}{/block:iftinycursor}
  122.  
  123. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  124.  
  125. body{
  126. background-color: {color:Background};
  127. background-image:url({image:Background});
  128. background-attachment:fixed;
  129. background-repeat:repeat;
  130. background-position:center;
  131. font-family:nano;
  132. font-size:10px;
  133. line-height:10px;
  134. letter -spacing:0px;
  135. color:{color:Text};
  136. }
  137.  
  138. @font-face {
  139. font-family: "nano";
  140. src: url('http://static.tumblr.com/myz4qk3/N59m4nnov/nano.ttf');
  141. }
  142.  
  143. ::selection { background:{color:Highlight}; color:{color:Highlight Text}; }
  144. ::-moz-selection {background:{color:Highlight}; color:{color:Highlight Text};}
  145.  
  146. a:link, a:active, a:visited{
  147. color:{color:Link};
  148. text-decoration:none;
  149. -webkit-transition: all 0.2s linear;
  150. -moz-transition: all 0.2s linear;
  151. transition: all 0.2s linear;
  152. }
  153. a:hover{
  154. color: {color:Link Hover};
  155. -webkit-transition: all 0.2s linear;
  156. -moz-transition: all 0.2s linear;
  157. transition: all 0.2s linear;
  158. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  159. }
  160.  
  161. #container {
  162. margin:auto;
  163. position:right;
  164. width:1200px;
  165. color: {color:Title};
  166. _margin-left:10%;
  167. }
  168.  
  169. #content {
  170. float:center;
  171. width:408px;
  172. padding:3px;
  173. margin-top:0px;
  174. margin-left:530px;
  175. background:transparent;
  176. }
  177.  
  178. #entry {
  179. margin-top:15px;
  180. padding:3px;
  181. }
  182.  
  183. #entry img{
  184. {block:IndexPage}max-width:400px;{/block:IndexPage}
  185. }
  186.  
  187. #permalink{
  188. display: block;
  189. padding:1px;
  190. padding-right:3px;
  191. margin-top:2px;
  192. font-family:silkscreen;
  193. font-size:8px;
  194. line-height:11px;
  195. text-align:right;
  196. text-transform: uppercase;
  197. }
  198.  
  199. #side {
  200. position:fixed !important;
  201. width:220px;
  202. height:auto;
  203. margin-top:40px;
  204. margin-left:270px ;
  205. padding:2px;
  206. }
  207.  
  208. #links {
  209. position:fixed !important;
  210. width:55px;
  211. height:100px;
  212. line-height:30px;
  213. font-family:silkscreen;
  214. font-size:8px;
  215. background-color:clear;
  216. margin-top:140px;
  217. margin-left:-324px ;
  218. padding 2px;
  219. }
  220.  
  221. .nav{
  222. text-transform:uppercase;
  223. }
  224.  
  225. .nav1 a{
  226. height:20px;
  227. padding-top:20px;
  228. letter-spacing: 0px;
  229. display:block;
  230. padding:0px;
  231. margin-top:0px;
  232. position:relative;
  233. z-index:1;
  234. -webkit-transition: all 0.3s linear;
  235. -moz-transition: all 0.3s linear;
  236. transition: all 0.3s linear;
  237. border-right:10px solid {color:Sidelinks 1};
  238. }
  239.  
  240. .nav1 a:hover{
  241. -webkit-transition: all 0.3s linear;
  242. -moz-transition: all 0.3s linear;
  243. transition: all 0.3s linear;
  244. border-right:20px solid {color:Sidelinks Hover};
  245. }
  246.  
  247. .nav2 a{
  248. height:20px;
  249. padding-top:20px;
  250. letter-spacing: 0px;
  251. display:block;
  252. padding:0px 0;
  253. padding-bottom:1px;
  254. margin-top:0px;
  255. position:relative;
  256. z-index:1;
  257. border-right:10px solid {color:Sidelinks 2};
  258. }
  259.  
  260. .nav2 a:hover{
  261. -webkit-transition: all 0.3s linear;
  262. -moz-transition: all 0.3s linear;
  263. transition: all 0.3s linear;
  264. border-right:20px solid {color:Sidelinks Hover};
  265. }
  266.  
  267. .nav3 a{
  268. height:20px;
  269. padding-top:20px;
  270. letter-spacing: 0px;
  271. display:block;
  272. padding:0px 0;
  273. padding-bottom:1px;
  274. margin-top:0px;
  275. position:relative;
  276. z-index:1;
  277. border-right:10px solid {color:Sidelinks 3};
  278. }
  279.  
  280. .nav3 a:hover{
  281. -webkit-transition: all 0.3s linear;
  282. -moz-transition: all 0.3s linear;
  283. transition: all 0.3s linear;
  284. border-right:20px solid {color:Sidelinks Hover};
  285. }
  286.  
  287. .nav4 a{
  288. height:20px;
  289. padding-top:20px;
  290. letter-spacing: 0px;
  291. display:block;
  292. padding:0px 0;
  293. padding-bottom:1px;
  294. margin-top:0px;
  295. position:relative;
  296. z-index:1;
  297. border-right:10px solid {color:Sidelinks 3};
  298. }
  299.  
  300. .nav4 a:hover{
  301. -webkit-transition: all 0.3s linear;
  302. -moz-transition: all 0.3s linear;
  303. transition: all 0.3s linear;
  304. border-right:20px solid {color:Sidelinks Hover};
  305. }
  306.  
  307. .cred a{
  308. height:20px;
  309. padding-top:20px;
  310. letter-spacing: 0px;
  311. display:block;
  312. padding:0px 0;
  313. padding-bottom:1px;
  314. margin-top:0px;
  315. position:relative;
  316. z-index:1;
  317. -webkit-transition: all 0.3s linear;
  318. -moz-transition: all 0.3s linear;
  319. transition: all 0.3s linear;
  320. border-right:10px solid {color:Sidelinks 4};
  321. color: {color:Sidelinks Text};
  322. }
  323.  
  324. .cred a:hover{
  325. -webkit-transition: all 0.3s linear;
  326. -moz-transition: all 0.3s linear;
  327. transition: all 0.3s linear;
  328. border-right:20px solid {color:Sidelinks Hover};
  329. }
  330.  
  331. @font-face {
  332. font-family: "onedirection";
  333. src: url('http://static.tumblr.com/myz4qk3/NxPm4nnt8/onedirection.ttf');
  334. }
  335.  
  336. .blogtitle{
  337. font-size:35px;
  338. line-height:40px;
  339. font-family:onedirection;
  340. -webkit-transition: all 0.3s linear;
  341. -moz-transition: all 0.3s linear;
  342. transition: all 0.3s linear;
  343. -webkit-transform:rotateY(0deg);
  344. -ms-transform:rotateY(0deg);
  345. -moz-transform:rotateY(0deg);
  346. -o-transform:rotateY(0deg);
  347. transform:rotateY(0deg);
  348. }
  349.  
  350. .blogtitle:hover{
  351. -webkit-transform:rotateY(360deg);
  352. -ms-transform:rotateY(360deg);
  353. -moz-transform:rotateY(360deg);
  354. -o-transform:rotateY(360deg);
  355. transform:rotateY(360deg);
  356. }
  357.  
  358. .posttitle{
  359. font-family:onedirection;
  360. font-size:23px;
  361. line-height:18px;
  362. }
  363.  
  364. blockquote{
  365. padding:0px 0px 2px 5px;
  366. margin:0px 0px 2px 1px;
  367. border-left: 1px solid {color:Text};}
  368. blockquote p, ul{margin:0px; padding:0px;
  369. }
  370.  
  371. .chat .line{
  372. background-color:{color:Chat 1};
  373. margin: 0 0 0px;
  374. padding: 2px;
  375. }
  376. .chat .line.odd{
  377. background-color:{color:Chat 2};
  378. }
  379.  
  380. .label {font-weight:bold; color:{color:text}}
  381.  
  382. .question {
  383. color:{color:Text};
  384. font-size:10px;
  385. font-weight:normal;
  386. line-height:95%;
  387. background: {color:Ask Background};
  388. margin: 0 0 10px 0;
  389. padding:8px;
  390. position:relative;
  391. }
  392.  
  393. .questionarrow {
  394. width:13px;
  395. height:7px;
  396. font-size:30px;
  397. position:absolute;
  398. color:{color:Ask Background};
  399. bottom: -3.5px;
  400. left: 260px;
  401. }
  402.  
  403.  
  404. .asker {
  405. width:500px;
  406. text-align:left;
  407. color:{color:Text};
  408. }
  409.  
  410. .asker a {
  411. color:{color:Link};
  412. }
  413. .asker a:hover {
  414. color:{color:LinkHover};
  415. }
  416.  
  417. .asker img {
  418. float:left;
  419. margin-left:220px;
  420. vertical-align:top;
  421. margin-right:3px;
  422. max-height:15px;
  423. }
  424.  
  425. a img{border:0px;}
  426.  
  427. .p { padding-top:5px; }
  428. .ol, ul { margin-left:10px; padding:5px; }
  429. .ul { list-style-type:square; }
  430.  
  431. .albumart { margin-bottom:0px; }
  432. .albumart img, .audio embed { width:55px; padding-right:3px; }
  433.  
  434. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  435.  
  436. .notes img{width:10px; position:left; top:3px;}
  437.  
  438.  
  439. .pages {
  440. {block:ifNotInfiniteScrolling}
  441. height:16px;
  442. padding-top:5px;
  443. margin-top:10px;
  444. font-size:12px;
  445. font-family:default;
  446. float:center;
  447. {/block:ifNotInfiniteScrolling}
  448. }
  449.  
  450. {font-size: 100%;}
  451.  
  452. iframe#tumblr_controls {
  453. top: 0% !important;
  454. right:0% !important;
  455. position: fixed !important;}
  456.  
  457.  
  458. {CustomCSS}
  459. </style>
  460.  
  461. <link rel="shortcut icon" href="{Favicon}">
  462.  
  463. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  464.  
  465. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  466. "></script>{/block:ifrainbowlinks}
  467.  
  468. {block:ifinfinitescrolling}<style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  469. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  470. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  471.  
  472. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  473. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  474. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  475. <script type="text/javascript">
  476. $(document).ready(function() {
  477. $().UItoTop({ easingType: 'easeOutQuart' });
  478. });
  479. </script>{/block:ifinfinitescrolling}
  480.  
  481.  
  482. </head>
  483. <body>
  484. <div id="container">
  485. <div id="content">
  486. <div id="links">
  487. <center>
  488. <div class="navigate">
  489. <div class="nav1">
  490. <a href="/"><img src="http://i43.tinypic.com/ea2rer.jpg"></a>
  491. </div>
  492. <div class="nav2">
  493. <a href="/ask"><img src="http://p.yusukekamiyamane.com/icons/search/fugue/icons/mail.png"></a>
  494. </div>
  495. <div class="nav3">
  496. <a href="/archive"><img src="http://p.yusukekamiyamane.com/icons/search/fugue/icons/calendar-month.png"></a>
  497. </div>
  498. <div class="cred">
  499. <a href="http://orgyofsymmetry.tumblr.com/themes"><img src="http://p.yusukekamiyamane.com/icons/search/fugue/icons/box--plus.png"></a>
  500. </center>
  501. </div></div>
  502. <div id="side">
  503. <center>
  504. {block:IfBlogTitle}
  505. <div class="blogtitle"><a href="/">{Title}</a></div>
  506. {/block:IfBlogTitle}
  507. </center>
  508. <img src="{image:sidebar}" width="220" style=" float:right; border:0px solid {color:borders}; padding:0px; background:transparent;
  509. -webkit-border-top-left-radius: 55px;
  510. -webkit-border-bottom-right-radius: 0px;
  511. -moz-border-radius-topleft: 55px;
  512. -moz-border-radius-bottomright: 55px;
  513. border-top-left-radius: 55px;
  514. border-bottom-right-radius: 55px;"/>
  515. <br>
  516. <div class="nav">
  517. <center>
  518. {block:ifLink1}
  519. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> |
  520. {/block:ifLink1}
  521. {block:ifLink2}
  522. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> |
  523. {/block:ifLink2}
  524. {block:ifLink3}
  525. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> |
  526. {/block:ifLink3}
  527. {block:ifLink4}
  528. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  529. {/block:ifLink4}
  530. </center>
  531. </div>
  532.  
  533. {Description}
  534. <br><br>
  535. <center>
  536. {block:ifNotInfiniteScrolling}
  537. <div class="pages">
  538. <center>
  539. {block:PreviousPage} <a href="{PreviousPage}">←</a>{/block:PreviousPage}
  540. {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
  541. {/block:ifNotInfiniteScrolling}
  542. </center>
  543. </div>
  544. </div>
  545.  
  546.  
  547.  
  548. <div id="content">
  549. {block:Posts}
  550. <div id="entry">
  551.  
  552. {block:Text}{block:Title}<span class="posttitle">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:text}
  553.  
  554. {block:Link}<a href="{URL}" class="posttitle">{Name}</a>{block:Description}{Description}{/block:Description}{/block:link}
  555.  
  556. {block:Photo}<center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>{LinkCloseTag}</center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}
  557. {block:ContentSource}
  558. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  559. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  560. {/block:SourceLogo}
  561. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  562. {/block:ContentSource}
  563. {block:ReblogParentURL}
  564. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  565. {/block:ReblogParentURL}
  566. {/block:Photo}
  567.  
  568. {block:Photoset}<center>{Photoset-400}</center></span>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  569.  
  570. {block:Quote}<span class="posttitle">{Quote}</span>{block:Source}<i> - {Source}</i>{/block:Source}<br>{/block:Quote}
  571.  
  572. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  573. {block:Label}<span class="label"><b>{Label}</b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>{/block:Chat}
  574.  
  575. {block:Audio}{block:albumart}<div class="albumart"><img src="{albumarturl}" align="left"></div>{/block:albumart}<div style="width: 300px; height: 20px;">{AudioPlayerGrey}</div><BR>{block:TrackName}<span><strong>Title</strong>:
  576. {TrackName}</span>{/block:TrackName}<br>
  577. {block:Artist}<span><strong>Artist:</strong>
  578. {Artist}</span>{/block:Artist}<br>
  579. {block:Caption}{Caption}{/block:Caption}
  580. {/block:Audio}
  581.  
  582. {block:Video}<center>{Video-400}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  583.  
  584.  
  585.  
  586. {block:Answer}
  587. <div class="question">
  588. <div class="questionarrow">▼</div>
  589. {Question}
  590. </div>
  591. <div class="asker"><img src="{AskerPortraitURL-24}">{Asker}</div>
  592. <div class="answer">{Answer}</div>
  593. {/block:answer}
  594.  
  595. </center>
  596.  
  597. {block:PermalinkPage}
  598. <div id="permalink">
  599. <Br>
  600. {block:Date}
  601. {TimeAgo} on
  602. {ShortMonth} {DayofMonth},{Year}
  603. {/block:Date}
  604. {block:NoteCount} · {NoteCountWithLabel}
  605. {/block:NoteCount}
  606. {block:HasTags} · Tags:
  607. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  608. {/block:Tags}
  609. {/block:HasTags}
  610. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  611. </div>
  612. {/block:PermalinkPage}
  613.  
  614. {block:IndexPage}
  615. <div id="permalink">
  616. <l><a href="{Permalink}">
  617. {NoteCountWithLabel}</a> +
  618. <a href="{ReblogURL}" target="_blank" class="details">Reblog</a></l>
  619. </div>
  620. {/block:IndexPage}
  621.  
  622. {block:PostNotes}{PostNotes}
  623. {/block:PostNotes}</div>{/block:Posts}
  624.  
  625. </div>
  626.  
  627. </div></div>
  628. </div>
  629.  
  630. </div>
  631. </body>
  632. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement