Advertisement
benizora

Theme 03: {太陽} Taiyou

Aug 28th, 2012
18,822
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.31 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <!--
  7.  
  8. theme 03: 太陽 taiyou
  9. by jackie @ benizora.tumblr.com
  10. please keep all of the credits
  11. and don’t steal or distribute.
  12.  
  13. thank you! enjoy!
  14.  
  15. -->
  16.  
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.  
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}"/>
  23. {/block:Description}
  24.  
  25. <meta name="color:background" content="#f5f3d7"/>
  26.  
  27. <meta name="color:text" content="#000"/>
  28. <meta name="color:bold" content="#096347"/>
  29. <meta name="color:italic" content="#080420"/>
  30.  
  31. <meta name="color:entry background" content="#fff"/>
  32.  
  33. <meta name="color:title" content="#000"/>
  34. <meta name="color:top links" content="#fbfce7"/>
  35. <meta name="color:top links text" content="#000"/>
  36.  
  37. <meta name="color:sidelinks" content="#158d76"/>
  38. <meta name="color:description text" content="#000"/>
  39. <meta name="color:sidelinks hover" content="#042f41"/>
  40. <meta name="color:sidelinks hover text" content="#fff"/>
  41. <meta name="color:sidelinks text" content="#fff"/>
  42. <meta name="color:side title" content="#fff"/>
  43. <meta name="color:side title box" content="#080420"/>
  44. <meta name="color:description box" content="#fff"/>
  45. <meta name="color:navigation box" content="#fbfce7"/>
  46. <meta name="color:ask background" content="#fff"/>
  47.  
  48. <meta name="color:permalink" content="#158d76"/>
  49. <meta name="color:permalink text" content="#fff"/>
  50. <meta name="color:scrollbar" content="#fff"/>
  51. <meta name="color:link" content="#000"/>
  52. <meta name="color:link hover" content="#52ceb5"/>
  53. <meta name="color:quote" content="#11083f"/>
  54.  
  55. <meta name="image:sidebar" content="" />
  56. <meta name="image:background" content=""/>
  57. <meta name="image:navigation" content=""/>
  58.  
  59. <meta name="font:title" content="Niconne"/>
  60. <meta name="font:body" content="Calibri"/>
  61.  
  62. <meta name="text:link 1" content="" />
  63. <meta name="text:link 1 title" content="" />
  64. <meta name="text:link 2" content="" />
  65. <meta name="text:link 2 title" content="" />
  66. <meta name="text:link 3" content="" />
  67. <meta name="text:link 3 title" content="" />
  68. <meta name="text:link 4" content="" />
  69. <meta name="text:link 4 title" content="" />
  70. <meta name="text:link 5" content="" />
  71. <meta name="text:link 5 title" content="" />
  72. <meta name="text:link 6" content="" />
  73. <meta name="text:link 6 title" content="" />
  74. <meta name="text:link 7" content="" />
  75. <meta name="text:link 7 title" content="" />
  76.  
  77. <meta name="if:InfiniteScroll" content="0" />
  78. <meta name="if:ShowCaptions" content="0">
  79. <meta name="if:BigPosts" content="0" />
  80. <meta name="if:ShowTags" content="0" />
  81.  
  82. <link href='http://fonts.googleapis.com/css?family=Niconne' rel='stylesheet' type='text/css'>
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. /*-- entries info --*/
  88.  
  89. body {
  90. background-image: url('{image:background}');
  91. background-color: {color:background};
  92. background-attachment: fixed;
  93. background-repeat: {text:Background Repeat};
  94. {/block:IfNoBackgroundImageNoRepeat};
  95. color: {color:text};
  96. font-family: {font:body};
  97. font-size: 12px;
  98. }
  99.  
  100. @font-face {
  101. font-family: "Niconne";
  102. src: url('http://static.tumblr.com/e1ydrvt/6ijm9g7d7/niconne-regular.ttf') format("truetype");
  103. }
  104.  
  105. /*-- scrollbar --*/
  106.  
  107. ::-webkit-scrollbar-thumb:vertical {
  108. background-color: {color:background};
  109. height: 20px;
  110. }
  111.  
  112. ::-webkit-scrollbar {
  113. height: 30px;
  114. width: 8px;
  115. background-color: {color:scrollbar};
  116. }
  117.  
  118. /*-- links info --*/
  119.  
  120. a {
  121. color: {color:link};
  122. text-decoration: none;
  123. }
  124.  
  125. a:link, a:active, a:visited {
  126. text-decoration: none;
  127. color: {color:link};
  128. -webkit-transition: all 0.5s linear;
  129. -moz-transition: all 0.5s linear;
  130. -o-transition: all 0.5s linear;
  131. }
  132.  
  133. a:hover {
  134. color:{color:link hover};
  135. text-decoration: none;
  136. -webkit-transition: all 0.5s linear;
  137. -moz-transition: all 0.5s linear;
  138. -o-transition: all 0.5s linear;
  139. }
  140.  
  141. /*-- pagination --*/
  142.  
  143.  
  144. #pagination {
  145. font-family: 'Calibri';
  146. font-size: 10px;
  147. width: 120px;
  148. margin-left:17px;
  149. margin-top:30px;
  150. position: fixed;
  151. text-align: center;
  152. z-index:999;
  153. }
  154.  
  155. .current_page {
  156. background-color: {color:permalink};
  157. color: #eee;
  158. padding: 5px;
  159. }
  160.  
  161. #pagination a {
  162. background-color: {color:ask background};
  163. padding: 5px;
  164. margin: 0px;
  165. color: {color:link};
  166. text-decoration: none;
  167. }
  168.  
  169. /*-- toplinks info --*/
  170.  
  171. #toplinks {
  172. width:270px;
  173. margin:20px 0px 0px 175px;
  174. padding-top:3px;
  175. height: 30px;
  176. position:fixed;
  177. text-align:center;
  178. font-family:'Calibri', sans-serif;
  179. background-color:{color:top links};
  180. border-radius:20px 20px 0px 0px;
  181. -moz-border-radius:20px 20px 0px 00px;
  182. }
  183.  
  184. #toplinks a {
  185. padding:0px 10px 12px 10px;
  186. text-transform:uppercase;
  187. font-family: 'Calibri', sans-serif;
  188. font-size:8px;
  189. text-align:center;
  190. letter-spacing:2px;
  191. color:{color:top links text};
  192. }
  193.  
  194. #toplinks a:hover{
  195. opacity: .5;
  196. -webkit-transition: all 0.5s ease-in-out;
  197. -moz-transition: all 0.5s ease-in-out;
  198. -o-transition: all 0.5s ease-in-out;
  199. }
  200.  
  201.  
  202. /*-- sidebar info --*/
  203.  
  204.  
  205. #navigation {
  206. margin-left:27px;
  207. margin-top:-10px;
  208. height: 100%;
  209. width: 100px;
  210. background-image: url('{image:navigation}');
  211. background-color: {color:navigation box};
  212. background-attachment: fixed;
  213. background-repeat: {text:Background Repeat};
  214. {/block:IfNoBackgroundImageNoRepeat};
  215. position: fixed;
  216. text-align:center;
  217. }
  218.  
  219. #sidelinks {
  220. margin-top:70px;
  221. text-align: center;
  222. width: 100px;
  223. font-family: 'Calibri', sans-serif;
  224. }
  225.  
  226. #sidelinks a {
  227. display: block;
  228. width: 70px;
  229. margin-left:8px;
  230. padding:8px;
  231. font-family: 'Calibri', sans-serif;
  232. font-size: 9px;
  233. text-transform: uppercase;
  234. text-align: center;
  235. letter-spacing: 2px;
  236. line-height: 13px;
  237. margin-bottom:-65px;
  238. background-color:{color:sidelinks};
  239. color:{color:sidelinks text};
  240. }
  241.  
  242. #sidelinks a:hover{
  243. background-color:{color:sidelinks hover};
  244. color:{color:sidelinks hover text};
  245. -webkit-transition: all 0.5s ease-in-out;
  246. -moz-transition: all 0.5s ease-in-out;
  247. -o-transition: all 0.5s ease-in-out;
  248. }
  249.  
  250. .sidebar {
  251. width: 270px;
  252. margin-top: 40px;
  253. margin-left: 160px;
  254. position: fixed;
  255. text-align:center;
  256. }
  257.  
  258. #banner {
  259. display: block;
  260. font-family: "Niconne", Georgia, serif;
  261. font-size: 20px;
  262. color: {color:side title};
  263. text-transform: none;
  264. text-align: center;
  265. letter-spacing: 2px;
  266. background-color:{color:side title box};
  267. margin:-3px 0px 0px 15px;
  268. padding: 6px;
  269. width: 258px;
  270. }
  271.  
  272. .main img {
  273. max-width:270px;
  274. margin-left:15px;
  275. height:auto;
  276. }
  277.  
  278.  
  279. #sidedesc {
  280. width:251px;
  281. margin-left:15px;
  282. margin-top:0px;
  283. position: fixed;
  284. padding: 10px;
  285. font-family:'Calibri', Georgia, sans-serif;
  286. font-size: 10px;
  287. letter-spacing: 1px;
  288. text-align:center;
  289. color: {color:description text};
  290. background-color:{color:description box};
  291. }
  292.  
  293.  
  294. /*-- posts & entries --*/
  295.  
  296. #content {
  297. font-family: 'Calibri', sans-serif;
  298. margin-left: 490px;
  299. margin-top:10px;
  300. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  301. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  302. }
  303.  
  304. #entries {
  305. z-index:#999;
  306. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  307. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  308. background-color: {color:entry background};
  309. padding: 10px;
  310. margin: 10px 0px 30px 10px;
  311. }
  312.  
  313. #entries b, strong {
  314. color: {color:bold};
  315. }
  316.  
  317. #entries i, em {
  318. color: {color:italic};
  319. }
  320.  
  321. #entries:hover #permalink {
  322. height: auto;
  323. position:absolute;
  324. margin-top: 0px;
  325. margin-left: -10px;
  326. opacity: 1.1;
  327. filter:alpha(opacity=100);
  328. -moz-opacity: 1.1;
  329. -webkit-transition: all 0.5s ease;
  330. -moz-transition: all 0.5s ease;
  331. -o-transition: all 0.5s ease;
  332. position: absolute;
  333. }
  334.  
  335. #entries img {
  336. {block:IfBigPosts}max-width: 500px;{/block:IfBigPosts}
  337. {block:IfNotBigPosts}max-width: 400px;{/block:IfNotBigPosts}
  338. }
  339.  
  340.  
  341. /*-- blockquote info --*/
  342.  
  343. blockquote{
  344. border-left: 5px solid {color:permalink};
  345. padding:0px 3px;
  346. }
  347.  
  348. blockquote img {
  349. {block:ifBigPosts}max-width: 420px;{/block:ifBigPosts}
  350. {block:ifNotBigPosts}max-width: 320px;{/block:ifNotBigPosts}
  351. }
  352.  
  353.  
  354. /*-- quote info --*/
  355.  
  356. #quotes{
  357. padding: 10px 10px 10px 10px;
  358. font-family: "Niconne", Georgia, sans-serif;
  359. letter-spacing: 1px;
  360. line-height: 100%;
  361. font-size:20px;
  362. color: {color:quote};
  363. text-align: center;
  364. }
  365.  
  366. #sources {
  367. font-family:{font:body}, sans-serif;
  368. font-size:9pt;
  369. text-align: right;
  370. margin-top: -5px;
  371. padding-top:10px;
  372. border-top: 1px {color:sidelinks} dotted;
  373. }
  374.  
  375. /*-- permalink info --*/
  376.  
  377.  
  378. #permalink {
  379. font-size:9px;
  380. letter-spacing:1px;
  381. {block:ifBigPosts}width: 520px;{/block:ifBigPosts}
  382. {block:ifNotBigPosts}width: 420px;{/block:ifNotBigPosts}
  383. margin-left:-10px;
  384. text-align:center;
  385. padding:3px 0px 3px 0px;
  386. text-transform: uppercase;
  387. position:absolute;
  388. background-color: {color:permalink};
  389. color: {color:permalink text};
  390. font-family:{font:body};
  391. opacity: 0;
  392. filter:alpha(opacity=0);
  393. -moz-opacity: 0;
  394. -webkit-transition: all 0.5s ease;
  395. -moz-transition: all 0.5s ease;
  396. -o-transition: all 0.5s ease;
  397. }
  398.  
  399. #permalink a:link {
  400. color: {color:link};
  401. }
  402.  
  403. #permalink a:hover {
  404. color: {color:link hover};
  405. }
  406.  
  407. /*-- tags info --*/
  408.  
  409.  
  410. #tags {
  411. {block:ifBigPosts}width: 500px;{/block:ifBigPosts}
  412. {block:ifNotBigPosts}width: 400px;{/block:ifNotBigPosts}
  413. background-color: {color:entry background};
  414. padding: 10px;
  415. font-size: 9px;
  416. font-family: {font:body};
  417. margin: 4px;
  418. margin-left: -10px;
  419. text-align: left;
  420. text-transform: uppercase;
  421. font-style: none;
  422. }
  423.  
  424. /*-- entry title info --*/
  425.  
  426. .title{
  427. padding-bottom: 3px;
  428. font-size: 25px;
  429. font-family: "Niconne", Georgia, sans-serif;
  430. line-height: 100%;
  431. letter-spacing: 2px;
  432. color: {color:title};
  433. text-transform:capitalize;
  434. }
  435.  
  436. /*-- asks info --*/
  437.  
  438.  
  439. #asks {
  440. position: relative;
  441. background-color: {color:entry background};
  442. padding: 10px 0px 20px 0px;
  443. {block:IfBigPosts}width: 500px;{/block:IfBigPosts}
  444. {block:IfNotBigPosts}width: 400px;{/block:IfNotBigPosts}
  445. display: block;
  446. }
  447.  
  448. #asks img {
  449. width: 45px;
  450. height: 45px;
  451. margin: -5px 4px -5px 0px;
  452. border: 5px solid {color:sidelinks};
  453. }
  454.  
  455. #asks a {
  456. font-size: 15px;
  457. color: {color:link};
  458. font-family: "Niconne", Georgia, sans-serif;
  459. text-align: center;
  460. text-transform: none;
  461. }
  462.  
  463. #asks a:hover {
  464. color: {color:link hover};
  465. }
  466.  
  467. #another1 {
  468. border-top:10px solid {color:sidelinks};
  469. border-right:10px solid transparent;
  470. position:absolute;
  471. margin: 13px 0px -5px 50px;
  472. }
  473.  
  474. #another2 {
  475. border-top:10px solid transparent;
  476. border-left:10px solid {color:sidelinks};
  477. position:absolute;
  478. margin: 3px 0px -5px 50px;
  479. }
  480.  
  481. #askcontainer {
  482. {block:IfBigPosts}width: 417px;{/block:IfBigPosts}
  483. {block:IfNotBigPosts}width: 317px;{/block:IfNotBigPosts}
  484. border-bottom: 1px dotted {color:permalink};
  485. background-color: {color:ask background};
  486. margin-left:63px;
  487. text-align: left;
  488. font-size: 12px;
  489. padding-left:10px;
  490. padding-top:5px;
  491. padding-bottom:5px;
  492. padding-right:10px;
  493. line-height:130%;
  494. color: {color:bold};
  495. font-family: 'Calibri';
  496. display:block;
  497. }
  498.  
  499.  
  500. /*-- chatbox info --*/
  501.  
  502. .user_1 .label {
  503. color:{color:link};
  504. font-weight:regular;
  505. }
  506.  
  507. .user_2 .label {
  508. color:{color:bold};
  509. font-weight:regular;
  510. }
  511.  
  512. ul.chat, .chat ol, .chat li {
  513. list-style:none;
  514. margin:0px;
  515. padding:0px;
  516. }
  517.  
  518. /*-- notes info --*/
  519.  
  520. ol.notes {
  521. font-family: 'Calibri', sans-serif;
  522. font-size:10px;
  523. padding: 0px;
  524. margin: 15px 0px 0px 15px;
  525. list-style-type: square;
  526. background: transparent;
  527. border: 0px;
  528. letter-spacing: 0px;
  529. text-transform: lowercase;
  530. }
  531.  
  532. ol.notes li.note {
  533. padding: 1px;
  534. font-family: 'Calibri', sans-serif;
  535. font-size:10px;
  536. text-align: left;
  537. letter-spacing: 0px;
  538. text-transform: lowercase;
  539. }
  540.  
  541. .notes img{
  542. width: 10px;
  543. position: relative;
  544. top: 1px;
  545. opacity: .5;
  546. }
  547.  
  548. .permalink {
  549. font-family: 'Calibri', sans-serif;
  550. font-size:10px;
  551. letter-spacing:1px;
  552. color: {color:text};
  553. text-transform:uppercase;
  554. }
  555.  
  556. .music {
  557. background-color: {color: entry background};
  558. display:block;
  559. }
  560.  
  561. {CustomCSS}
  562.  
  563.  
  564. </style>
  565.  
  566. {block:IfInfiniteScroll}
  567. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  568. {/block:IfInfiniteScroll}
  569.  
  570. </head>
  571.  
  572.  
  573. <body>
  574.  
  575. <div id="toplinks">
  576. <a href="/">home</a>
  577. <a href="/ask">ask me</a>
  578. <a href="/archive">archive</a>
  579. <a href="http://benizora.tumblr.com">theme</a>
  580. </div>
  581.  
  582.  
  583. {block:IfNotInfiniteScroll}<div id="pagination">
  584. {block:Pagination}
  585. {block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>&nbsp;&nbsp;{/block:PreviousPage}
  586. {block:JumpPagination length="2"}
  587. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  588. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  589. {/block:JumpPagination}
  590. {block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}
  591. {/block:Pagination}
  592. </div>{/block:IfNotInfiniteScroll}</div>
  593.  
  594.  
  595. <div id="navigation"><div id="sidelinks">
  596. {block:IfLink1}<a href="{text:link 1}" id="sidelinks">{text:link 1 title}</a>{/block:IfLink1}
  597. {block:IfLink2}<a href="{text:link 2}" id="sidelinks">{text:link 2 title}</a>{/block:IfLink2}
  598. {block:IfLink3}<a href="{text:link 3}" id="sidelinks">{text:link 3 title}</a>{/block:IfLink3}
  599. {block:IfLink4}<a href="{text:link 4}" id="sidelinks">{text:link 4 title}</a>{/block:IfLink4}
  600. {block:IfLink5}<a href="{text:link 5}" id="sidelinks">{text:link 5 title}</a>{/block:IfLink5}
  601. {block:IfLink6}<a href="{text:link 6}" id="sidelinks">{text:link 6 title}</a>{/block:IfLink6}
  602. {block:IfLink7}<a href="{text:link 7}" id="sidelinks">{text:link 7 title}</a>{/block:IfLink7}
  603. </div></div>
  604.  
  605. <div class="sidebar">
  606. <div class="main">
  607. <img src="{image:sidebar}">
  608. <div id="banner">{title}</div>
  609.  
  610. <div id="sidedesc">{block:Description}{Description}{/block:Description}
  611.  
  612.  
  613. </div>
  614.  
  615. </div>
  616. </div>
  617.  
  618. <div id="content">
  619.  
  620. <div class="autopagerize_page_element">
  621.  
  622. {block:Posts}
  623.  
  624. <div id="entries">
  625.  
  626. {block:Text}
  627.  
  628. {block:Title}<div class="title">{Title}</div>{/block:Title}
  629. {Body}
  630.  
  631. {/block:Text}
  632.  
  633.  
  634.  
  635. {block:Photo}
  636.  
  637. {LinkOpenTag}<img src="{PhotoURL-500}" class="center">{LinkCloseTag}
  638.  
  639. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  640. {block:IfNotShowCaptions}
  641.  
  642. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  643.  
  644. {/block:Photo}
  645.  
  646. {block:Photoset}
  647.  
  648. {block:IfBigPosts}{Photoset-500}{/block:IfBigPosts}{block:IfNotBigPosts}{Photoset-400}{/block:IfNotBigPosts}
  649.  
  650. {block:ifshowcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaptions}{block:ifnotshowcaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:ifnotshowcaptions}
  651.  
  652. {/block:Photoset}
  653.  
  654.  
  655.  
  656. {block:Quote}
  657.  
  658. <div id="quotes">{Quote}</div>{block:Source}<div id="sources"> {Source}</div>{/block:Source}
  659.  
  660. {/block:Quote}
  661.  
  662.  
  663.  
  664. {block:Link}
  665.  
  666. <div class="title">
  667. <a href="{URL}" {Target}>{Name}</a>
  668. </div>
  669. {block:Description}{Description}{/block:Description}
  670.  
  671. {/block:Link}
  672.  
  673.  
  674.  
  675. {block:Chat}
  676.  
  677. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  678.  
  679. {/block:Chat}
  680.  
  681.  
  682.  
  683. {block:Audio}
  684.  
  685. <div class="music">{AudioPlayerWhite}</div>{block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/block:Artist}{block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}{block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  686. {Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  687.  
  688. {/block:Audio}
  689.  
  690.  
  691.  
  692. {block:Video}
  693.  
  694. {block:IfBigPosts}{Video-500}{/block:IfBigPosts}{block:IfNotBigPosts}{Video-400}{/block:IfNotBigPosts}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  695. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  696.  
  697. {/block:Video}
  698.  
  699.  
  700.  
  701. {block:Answer}
  702.  
  703. <div id="asks"><img src="{AskerPortraitURL-40}" align="left"><div id="another1"></div><div id="another2"></div><div id="askcontainer"><b>{Asker}</b> <i>whispered:</i> {Question}</div></div>{Answer}
  704.  
  705. {/block:Answer}
  706.  
  707.  
  708. {block:IndexPage}
  709.  
  710. {block:Date}<div id="permalink">posted <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}"> {NoteCountWithLabel}</a>
  711. {/block:NoteCount}
  712. {block:RebloggedFrom}✿ origin: <a href="{ReblogRootURL}"> {ReblogRootName}</a> via: <a href="{ReblogParentURL}"> {ReblogParentName}</a>{/block:RebloggedFrom}{/block:Date}
  713.  
  714. {block:IfShowTags}<br>{block:HasTags}tagged: {block:Tags} #<a href="/tagged/{Tag}">{Tag}</a>{/block:Tags}
  715.  
  716. {/block:HasTags}{/block:IfShowTags}</div>
  717.  
  718.  
  719. {/block:IndexPage}
  720.  
  721. {block:PermalinkPage}
  722.  
  723. <div class="permalink">
  724.  
  725. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  726.  
  727. {block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom} {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  728. {block:PostNotes}{PostNotes}{/block:PostNotes}
  729.  
  730. </div>
  731. {/block:PermalinkPage}
  732.  
  733. </div>
  734.  
  735. {/block:Posts}
  736.  
  737. </div>
  738.  
  739. </div>
  740.  
  741. </body>
  742.  
  743. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement