Advertisement
vickkyu

theme #05 by minivicky

Nov 26th, 2013
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.15 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--theme 05 'halcyon' by minivicky.tumblr.com (you can customize as much as you want to, but please, leave the credits where it is).-->
  5.  
  6. <head>
  7. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  12.  
  13. <meta name="color:background" content="#ffffff">
  14.  
  15. <meta name="color:link" content="#c3c3c3">
  16. <meta name="color:link hover" content="#ececec">
  17.  
  18. <meta name="color:scrollbar" content="#000000">
  19. <meta name="color:scrollbar bg" content="#ffffff">
  20.  
  21. <meta name="color:side 1" content="#000000">
  22. <meta name="color:side 2" content="#000000">
  23. <meta name="color:side 3" content="#000000">
  24. <meta name="color:side 4" content="#000000">
  25.  
  26. <meta name="color:blockquote" content="#000000">
  27.  
  28. <meta name="color:sidebar background" content="#ffffff">
  29.  
  30. <meta name="color:sidebar link" content="#000000">
  31. <meta name="color:sidebar link hover" content="#000000">
  32. <meta name="color:sidebar link background" content="#f9f9f9">
  33. <meta name="color:sidebar link background hover" content="#f5f5f5">
  34.  
  35. <meta name="color:sidebar main links" content="#f9f9f9">
  36. <meta name="color:sidebar main links hover" content="#000000">
  37. <meta name="color:sidebar main links background" content="#000000">
  38. <meta name="color:sidebar main links background hover" content="#f9f9f9">
  39.  
  40. <meta name="color:border" content="#000000">
  41.  
  42. <meta name="color:description background" content="#000000">
  43. <meta name="color:description text" content="#ffffff">
  44.  
  45. <meta name="color:pagination" content="#000000">
  46.  
  47. <meta name="color:title post background" content="#000000">
  48. <meta name="color:title post text" content="#ffffff">
  49.  
  50. <meta name="color:post background" content="#ffffff">
  51. <meta name="color:text" content="#000000">
  52.  
  53. <meta name="color:perma background" content="#000000">
  54. <meta name="color:perma text" content="#f9f9f9">
  55. <meta name="color:perma background hover" content="#f9f9f9">
  56. <meta name="color:perma text hover" content="#000000">
  57.  
  58. <meta name="color:question background" content="#f2f2f2">
  59.  
  60. <meta name="image:sidebar" content="http://static.tumblr.com/ctnjtyx/Qpzmwvu25/sidebar.png">
  61.  
  62. <meta name="if:Captions" content="0">
  63.  
  64. <meta name="text:Link 1" content="Link 1">
  65. <meta name="text:Link 1 url" content="">
  66. <meta name="text:Link 2" content="Link 2">
  67. <meta name="text:Link 2 url" content="">
  68. <meta name="text:Link 3" content="Link 3">
  69. <meta name="text:Link 3 url" content="">
  70. <meta name="text:Link 4" content="Link 4">
  71. <meta name="text:Link 4 url" content="">
  72. <meta name="text:Link 5" content="Link 5">
  73. <meta name="text:Link 5 url" content="">
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. /*ma body*/
  79. body{
  80. background-color:{color:background};
  81. font-family:'cambria';
  82. margin:0px;
  83. padding:0px;
  84. }
  85.  
  86. /*links*/
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. -moz-outline-style:none;
  91. color:{color:link};
  92. -webkit-transition: all 0.5s ease;
  93. -moz-transition: all 0.5s ease;
  94. -o-transition: all 0.5s ease;
  95. }
  96.  
  97. a:hover {
  98. -webkit-transition: all 0.5s ease-out;
  99. -moz-transition: all 0.5s ease-out;
  100. transition: all 0.5s ease-out;
  101. color: {color:link hover};
  102. -webkit-transition: all 0.5s ease;
  103. -moz-transition: all 0.5s ease;
  104. -o-transition: all 0.5s ease;
  105. }
  106.  
  107. /*scrollbar*/
  108. ::-webkit-scrollbar {
  109. height: 0px;
  110. width: 5px;
  111. }
  112.  
  113. ::-webkit-scrollbar-thumb {
  114. background-color:{color:scrollbar};
  115. }
  116.  
  117. ::-webkit-scrollbar-track{
  118. background-color:{color:scrollbar bg};
  119.  
  120. }
  121. ::-webkit-scrollbar-buttom{
  122. background-color:{color:scrollbar bg};
  123. }
  124.  
  125. /*tumblr controls*/
  126. iframe#tumblr_controls {
  127. z-index:999999999 !important;
  128. right:3px !important;
  129. position: fixed !important;
  130. -webkit-transition: opacity 0.7s linear;
  131. opacity: 0.8;
  132. -webkit-transition: all 0.8s ease-out;
  133. -moz-transition: all 0.8s ease-out;
  134. transition: all 0.8s ease-out;
  135. z-index:999999999
  136. }
  137.  
  138. iframe#tumblr_controls:hover {
  139. -webkit-transition: opacity 0.7s linear;
  140. opacity: 1;
  141. -webkit-transition: all 0.4s ease-out;
  142. -moz-transition: all 0.4s ease-out;
  143. transition: all 0.4s ease-out;
  144. }
  145.  
  146. /*link hover title*/
  147. #s-m-t-tooltip{
  148. max-width:300px;
  149. z-index:10;
  150. margin:14px 10px 5px 15px;
  151. padding:3px;
  152. background-color:{color:sidebar main links background};
  153. text-transform:uppercase;
  154. font-family:calibri;
  155. font-size:9px;
  156. color:{color:sidebar main links};
  157. z-index:99999;
  158. }
  159.  
  160. /*sides*/
  161. #side1 {
  162. position:fixed;
  163. color:{color:side 1};
  164. top:-56px;
  165. left:-17px;
  166. text-transform:uppercase;
  167. letter-spacing:1px;
  168. font-size:150px;
  169. }
  170.  
  171. #side2{
  172. position:fixed;
  173. color:{color:side 2};
  174. top:-56px;
  175. right:-17px;
  176. text-transform:uppercase;
  177. letter-spacing:1px;
  178. font-size:150px;
  179. }
  180.  
  181. #side3{
  182. position:fixed;
  183. color:{color:side 3};
  184. bottom:-33px;
  185. left:-17px;
  186. text-transform:uppercase;
  187. letter-spacing:1px;
  188. font-size:150px;
  189. }
  190.  
  191. #side4{
  192. position:fixed;
  193. color:{color:side 4};
  194. bottom:-33px;
  195. right:-17px;
  196. text-transform:uppercase;
  197. letter-spacing:1px;
  198. font-size:150px;
  199. }
  200.  
  201. /*blockquote*/
  202. blockquote {
  203. border-left:2px solid {color:blockquote};
  204. padding-left:5px;
  205. margin-left:1px;
  206. }
  207.  
  208. blockquote img{
  209. max-width:150px;
  210. }
  211.  
  212.  
  213. /*sidebar background*/
  214. .backgroundsidebar {
  215. margin-left:10px;
  216. margin-top:-130px;
  217. width:280px;
  218. height:145px;
  219. background-color:{color:sidebar background};
  220. position:fixed;
  221. }
  222.  
  223.  
  224. /*sidebar links*/
  225. .sidebartitle {
  226. margin-left:29px;
  227. margin-top:-114px;
  228. position:fixed;
  229. font-family: calibri;
  230. font-size: 13px;
  231. text-transform: uppercase;
  232. width:200px;
  233. padding-left:5px;
  234. height:11px;
  235. vertical-align:top;
  236. }
  237.  
  238. /*sidebar links*/
  239. .sidebarlinks {
  240. margin-left:96px;
  241. margin-top:-100px;
  242. position:fixed;
  243. font-family: Consolas;
  244. text-transform: uppercase;
  245. font-size: 8px;
  246. width:75px;
  247. padding-left:5px;
  248. height:11px;
  249. vertical-align:top;
  250. border-left:1px solid {color:border};
  251. }
  252.  
  253. .sidebarlinks a {
  254. font-family: Consolas;
  255. text-transform: uppercase;
  256. font-size: 8px;
  257. display:inline-block;
  258. width:77px;
  259. padding-left:5px;
  260. height:11px;
  261. color: {color:sidebar link};
  262. background-color: {color:sidebar link background};
  263. margin-top:1px;
  264. vertical-align:top;
  265. border-left:1px solid {color:border};
  266. }
  267.  
  268. .sidebarlinks a:hover {
  269. color: {color:sidebar link hover};
  270. background-color: {color:sidebar link background hover};
  271. }
  272.  
  273.  
  274. /*sidebar main links*/
  275. .mainlinks {
  276. margin-left:190px;
  277. margin-top:-101px;
  278. position:fixed;
  279. }
  280.  
  281. .mainlinks a {
  282. font-family: calibri;
  283. text-align:center;
  284. text-transform: uppercase;
  285. font-size: 8px;
  286. display:inline-block;
  287. width:80px;
  288. height:15px;
  289. color: {color:sidebar main links};
  290. padding-top:4px;
  291. background-color: {color:sidebar main links background};
  292. margin-top:1px;
  293. vertical-align:top;
  294. -webkit-transition: 0.4s ease-in-out;
  295. -webkit-border-radius:3px;
  296. border-radius:3px;
  297.  
  298. }
  299.  
  300. .mainlinks a:hover {
  301. color:{color:sidebar main links hover};
  302. background-color: {color:sidebar main links background hover};
  303. }
  304.  
  305. /*sidebar image*/
  306. .sideimage {
  307. text-align:center;
  308. }
  309.  
  310. .sideimage img {
  311. margin-left:-115px;
  312. position:fixed;
  313. margin-top:-100px;
  314. background-image: url('{image:sidebar');
  315. display:inline-block;
  316. border:1px solid {color:border};
  317. padding:5px 5px 5px 5px;
  318. width:50px;
  319. height:50px;
  320. z-index:99;
  321. }
  322.  
  323. /*description box*/
  324. #desc{
  325. font-family:calibri;
  326. text-transform:lowercase;
  327. margin-left:25px;
  328. position:fixed;
  329. margin-top:-30px;
  330. margin-bottom:-8px;
  331. overflow-y:scroll;
  332. overflow-x:hidden;
  333. padding:7px;
  334. letter-spacing:1px;
  335. font-size:10px;
  336. line-height:12px;
  337. text-align:left;
  338. height:30px;
  339. background:{color:description background};
  340. color:{color:description text};
  341. width:241px;
  342. }
  343.  
  344. /*sexy pagination*/
  345. #pagi{
  346. width:20px;
  347. font-size:65px;
  348. margin-top:-123px;
  349. margin-left:258px;
  350. text-align:center;
  351. color: {color:pagination};
  352. position:fixed;
  353. font-family:cambria;
  354. letter-spacing:0px;
  355. -webkit-transform: rotate(45deg);
  356. -moz-transform: rotate(45deg);
  357. -o-transform: rotate(45deg);
  358. -ms-transform: rotate(45deg);
  359. }
  360.  
  361. #pagi a{
  362. text-decoration:none;
  363. color: {color:pagination};
  364. outline:none;
  365. -moz-outline-style:none;
  366. -webkit-transition: all 0.7s ease;
  367. -moz-transition: all 0.7s ease;
  368. -o-transition: all 0.7s ease;
  369. }
  370.  
  371. #pagi2{
  372. width:100px;
  373. font-size:65px;
  374. margin-top:-112px;
  375. margin-left:-18px;
  376. text-align:center;
  377. color: {color:pagination};
  378. position:fixed;
  379. font-family:cambria;
  380. letter-spacing:0px;
  381. -webkit-transform: rotate(45deg);
  382. -moz-transform: rotate(45deg);
  383. -o-transform: rotate(45deg);
  384. -ms-transform: rotate(45deg);
  385. }
  386.  
  387.  
  388. #pagi2 a{
  389. text-decoration:none;
  390. outline:none;
  391. color: {color:pagination};
  392. -moz-outline-style:none;
  393. -webkit-transition: all 0.7s ease;
  394. -moz-transition: all 0.7s ease;
  395. -o-transition: all 0.7s ease;
  396. }
  397.  
  398.  
  399. /*everything*/
  400. .all {
  401. width:300px;
  402. position:relative;
  403. margin-top:130px;
  404. bottom:5px;
  405. margin-left:auto!important;
  406. margin-right:auto!important;
  407. z-index:999;
  408. }
  409.  
  410. /*posts*/
  411. .posts {
  412. background-color:{color:post background};
  413. width:250px;
  414. padding:15px 15px 15px 15px;
  415. margin:10px!important;
  416. display:block;
  417. font-family:calibri;
  418. font-weight:normal;
  419. font-size:11px;
  420. color:{color:text};
  421. text-align:left;
  422. z-index:9999!important;
  423. float:left;
  424. }
  425.  
  426. .posts h1 {
  427. padding-left: 5px;
  428. font-family: calibri;
  429. text-align:center;
  430. text-transform: uppercase;
  431. background-color: {color:title post background};
  432. font-size: 8px;
  433. color: {color:title post text};
  434. font-weight: normal;
  435. text-transform: uppercase;
  436. letter-spacing: 4px;
  437. padding-bottom:1px;
  438. }
  439.  
  440. .posts h1 a{
  441. color: {color:title post text};
  442. text-decoration: none;
  443. }
  444.  
  445. .posts img{
  446. max-width:250px;
  447. -webkit-transition: all 0.7s ease-in-out;
  448. -moz-transition: all 0.7s ease-in-out;
  449. -o-transition: all 0.7s ease-in-out;
  450. -ms-transition: all 0.7s ease-in-out;
  451. transition: all 0.7s ease-in-out;
  452. background-color:transparent!important;
  453. }
  454.  
  455. .photo{
  456. max-width:250px;
  457. display:block;
  458. background-color:transparent!important;
  459. padding:0px 0px 5px 0px;
  460. }
  461.  
  462. .postinfo {
  463. font-family:calibri;
  464. width:250px;
  465. font-size: 8px;
  466. text-transform: uppercase;
  467. letter-spacing: 1px;
  468. z-index:1000000000000;
  469. -webkit-border-radius:3px;
  470. border-radius:3px;
  471. }
  472.  
  473. .postinfo a {
  474. display:inline-block;
  475. padding:3px;
  476. margin-bottom:3px;
  477. color:{color:perma text};
  478. background:{color:perma background};
  479. -moz-transition-duration: 0.5s;
  480. -o-transition-duration: 0.5s;
  481. -webkit-transition-duration: 0.5s;
  482. transition-duration: 0.5s;
  483. -webkit-border-radius:3px;
  484. border-radius:3px;
  485. }
  486.  
  487. .postinfo a:hover {
  488. background:{color:perma background hover};
  489. color:{color:perma text hover};
  490. }
  491.  
  492. .posts h2{
  493. font-family: calibri;
  494. font-size: 11px;
  495. color: {color: text};
  496. font-weight: normal;
  497. text-transform: uppercase;
  498. letter-spacing: 2px;
  499. }
  500.  
  501.  
  502. /*quote*/
  503. .quote {
  504. font-family: georgia;
  505. font-size: 24px;
  506. color: {color: text};
  507. float: left;
  508. margin-top: 2px;
  509. }
  510.  
  511.  
  512. /*chat*/
  513. .chat {
  514. line-height:12px;
  515. list-style:none
  516. }
  517.  
  518. .chat ul {
  519. line-height:15px;
  520. list-style:none;
  521. padding:0px;
  522. line-height:20px;
  523. }
  524.  
  525. .person1 {
  526. background-color:{color:question background};
  527. padding-left:6px;
  528. padding-right:6px;
  529. }
  530.  
  531. .person1 .label {
  532. font-weight:bold;
  533. color:{color:bold};
  534. }
  535.  
  536. .person2 {
  537. background-color:{color:post background};
  538. padding-left:6px;
  539. padding-right:6px;
  540. }
  541.  
  542. .person2 .label {
  543. font-weight:bold;
  544. color:{color:bold};
  545. }
  546.  
  547. /*audio*/
  548. #audio{
  549. margin-left:10px;
  550. margin-top:6px;
  551. }
  552. .audio img {
  553. max-width: 50px;
  554. float: left;
  555. margin-right: 5px;
  556. border: 4px solid {color:border};
  557. }
  558.  
  559. .player {
  560. background-color: #fff;
  561. height: 25px;
  562. width: 25px;
  563. padding: 5px;
  564. margin-left: 80px;
  565. margin-top: 10px;
  566. overflow: hidden;
  567. position: absolute;
  568. margin-left: 12px;
  569. margin-top: 12px;
  570. opacity: .2;
  571. transition: 0.5s;
  572. -moz-transition: 0.5s;
  573. -webkit-transition: 0.5s;
  574. -o-transition: 0.5s;
  575. }
  576.  
  577. .player:hover {
  578. opacity: .7;
  579. }
  580. {CustomCSS}
  581.  
  582. .notes {
  583. width:250px;
  584. margin-left: -25px;
  585. }
  586. </style>
  587.  
  588. <script src="http://static.tumblr.com/6hsqxdt/s7Vm2rb3k/jquery.masonry.min.js"></script>
  589. <script src="http://static.tumblr.com/6hsqxdt/JBvm2rb44/masonry.js"></script>
  590.  
  591. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  592.  
  593. <script src="http://static.tumblr.com/taiol9r/FKKmcv180/jquery.style-my-tooltips.js"></script>
  594.  
  595. <script>
  596. (function($){
  597. $(document).ready(function(){
  598. $("[title]").style_my_tooltips({
  599. tip_follows_cursor:true,
  600. tip_delay_time:100,
  601. tip_fade_speed:500,
  602. });
  603. });
  604. })(jQuery);
  605. </script>
  606.  
  607. </head>
  608.  
  609. <body>
  610.  
  611. <div class="all">
  612.  
  613.  
  614. <div class="backgroundsidebar">
  615. <img src="{image:sidebar background}" align="center"/>
  616. </div>
  617.  
  618. <div class="sidebartitle">
  619. {Title}
  620. </div>
  621.  
  622. {block:Pagination}
  623.  
  624. <div id="pagi2">
  625. {block:PreviousPage}
  626. <a href="{PreviousPage}" title="back" >◣</a>
  627. {/block:PreviousPage}
  628. </div>
  629.  
  630. <div id="pagi">
  631. {block:NextPage}
  632. <a href="{NextPage}" title="next" >◥</a>
  633. {/block:NextPage}
  634. </div>
  635.  
  636. {/block:Pagination}
  637.  
  638. <div class="sidebarlinks">
  639. {block:IfLink1}<a href="{text:Link 1 url}" id="a1" title="{text:Link 1}">{text:Link 1}</a>{/block:IfLink1}
  640. <br>
  641. {block:IfLink2}<a href="{text:Link 2 url}" id="a1" title="{text:Link 2}">{text:Link 2}</a>{/block:IfLink2}
  642. <br>
  643. {block:IfLink3}<a href="{text:Link 3 url}" id="a1" title="{text:Link 3}">{text:Link 3}</a>{/block:IfLink3}
  644. <br>
  645. {block:IfLink4}<a href="{text:Link 4 url}" id="a1" title="{text:Link 4}">{text:Link 4}</a>{/block:IfLink4}
  646. <br>
  647. {block:IfLink5}<a href="{text:Link 5 url}" id="a1" title="{text:Link 5}">{text:Link 5}</a>{/block:IfLink5}
  648. </div>
  649.  
  650. <div class="mainlinks">
  651. <a href="/" title="index">index</a>
  652. <br>
  653. <a href="/ask" title="message me">message</a>
  654. <br>
  655. <a href="http://minivicky.tumblr.com" title="theme">theme</a>
  656. <br>
  657. </div>
  658.  
  659. <div class="sideimage">
  660. <a href="/"><img src="{image:sidebar}" align="center"/></a>
  661. </div>
  662.  
  663. <div id="desc">
  664. {Description}
  665. </div>
  666.  
  667.  
  668. {block:Posts}
  669. <div class="posts">
  670.  
  671. {block:Text}
  672. {block:Title}<h1>{Title}</h1>{/block:Title}
  673. {Body}
  674. {/block:Text}
  675.  
  676. {block:Photo}
  677. <center><div class="photo">
  678. {LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}</div></center>
  679. {block:IfCaptions}{block:Caption}
  680. {Caption}
  681. {/block:Caption}{/block:IfCaptions}
  682. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  683. {Caption}
  684. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  685. {/block:Photo}
  686.  
  687. {block:Photoset}
  688. <div class="photo">
  689. {Photoset-250}
  690. </div>
  691. {block:IfCaptions}{block:Caption}
  692. {Caption}
  693. {/block:Caption}{/block:IfCaptions}
  694. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  695. {Caption}
  696. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  697. {/block:Photoset}
  698.  
  699. {block:Quote}
  700. <div class="quote">&#10077;</div>
  701. <h2>{Quote}</h2>
  702. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  703. {/block:Quote}
  704.  
  705. {block:Link}
  706. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  707. {block:Description}{Description}{/block:Description}
  708. {/block:Link}
  709.  
  710. {block:Chat}
  711. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  712. <div class="chat"><ul>{block:Lines}
  713. <li class="person{UserNumber}">{block:Label}
  714. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  715. {/block:Chat}
  716.  
  717. {block:Audio}
  718. <div id="audio">
  719. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  720. <div class="player">{AudioPlayerWhite}</div>
  721. <div style="font-size: 9px; margin-top: 8px; margin-left: 10px; text-transform: uppercase; line-height: 11px;">{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br />{block:Album}<b>Album:</b> {Album}{/block:Album}<br />{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br /><b>Plays:</b> {FormattedPlayCount}</div><br><br>
  722. </div>
  723. {/block:Audio}
  724.  
  725. {block:Video}
  726. {Video-250}
  727. {block:IfCaptions}{block:Caption}
  728. {Caption}
  729. {/block:Caption}{/block:IfCaptions}
  730. {block:IfNotCaptions}{block:PermalinkPage}{block:Caption}
  731. {Caption}
  732. {/block:Caption}{/block:PermalinkPage}{block:IfNotCaptions}
  733. {/block:Video}
  734.  
  735. {block:Answer}
  736. <table>
  737. <tr><td colspan="3" width="250px" style="padding:9px; text-align:center; background-color:{color:question background};">{Asker} asked: {Question}</td> <img src="{AskerPortraitURL-30}" style="padding:2px;" align="right"></tr>
  738. </table>
  739. {Answer}
  740. {/block:Answer}
  741.  
  742. {block:PermalinkPage}
  743. <div class="postinfo">
  744.  
  745. {block:Date}
  746. <a href="{Permalink}">Posted {ShortMonth}.{DayOfMonthWithZero}</a>
  747. {/block:Date}
  748.  
  749. {block:Notecount}
  750. <a href="{Permalink}">{NoteCountWithLabel}</a>
  751. {/block:Notecount}
  752.  
  753. {block:Tags}
  754. {block:HasTags}
  755. <a href="{TagURL}">#{Tag}</a>
  756. {/block:HasTags}
  757. {/block:Tags}
  758.  
  759. </div>
  760. {/block:PermalinkPage}
  761.  
  762. {block:IndexPage}
  763. <div class="postinfo">
  764.  
  765. {block:Date}
  766. <a href="{Permalink}">Posted {ShortMonth}.{DayOfMonthWithZero}</a>
  767. {/block:Date}
  768.  
  769. {block:Notecount}
  770. <a href="{Permalink}">{NoteCountWithLabel}</a>
  771. {/block:Notecount}
  772.  
  773. {block:Tags}
  774. {block:HasTags}
  775. <a href="{TagURL}">#{Tag}</a>
  776. {/block:HasTags}
  777. {/block:Tags}
  778.  
  779. </div>
  780. {/block:IndexPage}
  781.  
  782. {block:PostNotes}
  783. <div id="notes">{PostNotes}</div>
  784. {/block:PostNotes}
  785.  
  786. </div>
  787.  
  788. {/block:Posts}
  789.  
  790. </div></div>
  791.  
  792. <div id="side1">◤</div>
  793. <div id="side2">◥</div>
  794. <div id="side3">◣</div>
  795. <div id="side4">◢</div>
  796.  
  797. </body>
  798. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement