dearhannibal

Vivacious

Jul 28th, 2013
1,474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <!-- oh hey look i made a theme *high five* edit all you want really, basically everything is customizable! as long as you leave the credit intact thank you :)
  4.  
  5. the way the bottompost looks was inspired by one of varst.tumblr.com's themes, go check them out!>
  6.  
  7. <!--basics-->
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#a7a7a7"/>
  18. <meta name="color:Link" content="#707070"/>
  19. <meta name="color:Title"content="#070707"/>
  20. <meta name="color:perma"content="#e6e6e6"/>
  21. <meta name="color:Scrollbar" content="#d5d5d5" />
  22. <meta name="color:Link hover" content="#e6e6e6" />
  23. <meta name="color:Header" content="#ffffff" />
  24. <meta name="color:audio and ask" content="ffffff">
  25.  
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="font:body" content="arial"/>
  28.  
  29. <meta name="text:Link 1 URL" content="" />
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 2 URL" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 3 URL" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 4 URL" content="" />
  36. <meta name="text:Link 4" content=""/>
  37. <meta name="text:Link 5 URL" content="" />
  38. <meta name="text:Link 5" content="" />
  39.  
  40. <meta name="if:Show Sidebar Image" content="1">
  41. <meta name="if:Round Sidebar Image" content="0">
  42. <meta name="if:Hide Title" content="0">
  43. <meta name="if:Italic Description" content="1">
  44.  
  45. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=Felipa|Libre+Baskerville:400italic|Damion' rel='stylesheet' type='text/css'>
  48.  
  49. <link href='http://fonts.googleapis.com/css?family=Ropa+Sans|Jacques+Francois' rel='stylesheet' type='text/css'>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
  52.  
  53.  
  54. <!-- CSS styling aww yeah. This is the fun part. -->
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60.  
  61. /*scrollbar*/
  62. ::-webkit-scrollbar{height: 5px;
  63. width: 5px;
  64. -webkit-border-radius: 0px;
  65. background-color:{color:background}}
  66. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  67. ::-webkit-scrollbar-track{background-color:{color:background};}
  68. iframe#tumblr_controls {
  69. position: fixed !important;
  70. z-index: 9999;
  71. opacity:.5;
  72. -webkit-transition:all 0.5s ease-in-out;
  73. -moz-transition:all 0.5s ease-in-out;
  74. transition:all 0.5s ease-in-out;}
  75. iframe#tumblr_controls:hover {
  76. opacity: 0.9;
  77. -webkit-transition:all 0.5s ease-in-out;
  78. -moz-transition:all 0.5s ease-in-out;
  79. transition:all 0.5s ease-in-out;}
  80.  
  81. .op {opacity: {text:image opacity};
  82. -webkit-transition: all 0.9s ease;
  83. {block:permalinkpage} opacity:1;{/block:permalinkpage}}
  84.  
  85. .op:hover {opacity: 1;}
  86.  
  87. .op:hover .op2{width:auto;height:auto;
  88. opacity:0.85;
  89. filter: alpha(opacity = 70);
  90. -moz-transition: all 0.5;
  91. -webkit-transition: all 0.5s;
  92. -o-transition: all 0.5s;
  93. transition: all 0.5;}
  94.  
  95.  
  96. /*credit, do not remove!*/
  97.  
  98. #credit {position:fixed;
  99. float:right;
  100. opacity:0.7;
  101. bottom:18px;
  102. right:18px;
  103. padding:6px;
  104. font-size:10px;
  105. text-align:center;
  106. height:10px;
  107. width:10px;
  108. font-family:georgia;
  109. -webkit-transition:all 0.5s ease-in-out;
  110. -moz-transition:all 0.5s ease-in-out;
  111. transition:all 0.5s ease-in-out;}
  112. #credit a {color:black;}
  113.  
  114.  
  115. /*main structure*/
  116. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.25s linear;opacity: 0.25;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  117.  
  118. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.5s linear;opacity: .7;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  119.  
  120.  
  121.  
  122. ::-webkit-scrollbar {width:.5%; height:auto; background:{color:scrollbg};}
  123. ::-webkit-scrollbar-corner {background:{color:scroll};}
  124. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  125. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  126.  
  127.  
  128. blockquote {
  129. border-left:2px solid {color:link};
  130. padding-left:5px;
  131. max-width:500px!important;
  132. margin:0px 2px 0px 10px}
  133.  
  134. h1 {
  135. font-size:11px;
  136. text-align:center;
  137. color:{color:title};
  138. font-style:italic;
  139. font-weight:bold}
  140.  
  141. body {
  142. background-color:{color:background};
  143. color:{color:text};
  144. font-family: 'Libre Baskerville', serif;
  145. font-size:9px;
  146. text-align:justify;
  147. line-height:13px;
  148. margin:0;
  149. line-height:120%;}
  150.  
  151.  
  152. a {
  153. color:{color:link};
  154. text-decoration:none;}
  155.  
  156. a:hover {
  157. color:{color:link hover};
  158. text-decoration:none;}
  159.  
  160. img{
  161. opacity:1;
  162. border:none;
  163. text-decoration:none}
  164.  
  165. b, strong {
  166. color:{color:title}}
  167. i, em {
  168. color:{color:text}}
  169. p {
  170. margin-top:5px;
  171. margin-bottom:5px}
  172. ol {
  173. list-style:normal;}
  174. ul {
  175. list-style:square;}
  176.  
  177. small {
  178. font-size:9px;}
  179.  
  180. big {
  181. font-size:12px;}
  182.  
  183.  
  184. #title{font-size:11px;
  185. font-weight:none;
  186. text-align:center;
  187. padding-bottom:2px;
  188. color:{color:title};
  189. font-style:italic}
  190.  
  191. /*sidebar*/
  192.  
  193.  
  194. #sidebar {width:500px;
  195. margin-top:30px;
  196. font-family: 'Libre Baskerville', serif;
  197. padding:15px 0;
  198. background-color:{color:header};
  199. }
  200.  
  201. #sidebarimage {
  202. margin:auto;
  203. padding-bottom:15px;
  204. {block:ifNotShowSidebarImage}
  205. display:none;
  206. {/block:ifNotShowSidebarImage}}
  207.  
  208. #sidebarimage img{
  209. width:130px;
  210. {block:ifShowSidebarImage}
  211. {block:ifRoundSidebarImage}
  212. border-radius:100%;
  213. {/block:ifRoundSidebarImage}
  214. {/block:ifShowSidebarImage}
  215. text-align:center;
  216.  
  217. }
  218.  
  219. #blogt {
  220. font-family: 'Felipa', cursive;
  221. line-height:120%;
  222. font-size:25px;
  223. letter-spacing:1px;
  224. padding-left:5px;
  225. margin-top:-5px;
  226. margin-bottom:4px;
  227. text-align:center;
  228. text-transform:lowercase;
  229. font-weight:none;
  230. {block:ifHideTitle}
  231. display:none;
  232. {/block:ifHideTitle}
  233. }
  234.  
  235. #blogt a {color:{color:title};}
  236. #blogt a:hover {
  237. text-decoration:none;
  238. color:{color:title}}
  239.  
  240. #standardlinks {
  241. font-family: 'Cutive Mono', serif;
  242. padding-top:11px;
  243. padding-bottom:6px;
  244. padding-left:13px;
  245. font-size:12px;
  246. font-style:none;
  247. font-weight:normal;
  248. text-transform:lowercase;
  249. letter-spacing:1px;
  250. text-align:center;
  251. }
  252.  
  253.  
  254. #standardlinks a {
  255. padding:0 4px;
  256. line-height:15px;
  257. margin-bottom:3px;
  258. text-align:center;
  259. display:inline-block;
  260. border-bottom:2px solid transparent;
  261. border: 3px double #f1f1f1;
  262. background:#fff;
  263. }
  264. #standardlinks a:hover {text-decoration:none;
  265. border-bottom:2px solid {color:link};}
  266.  
  267. #description {
  268. width:250px;
  269. font-family: 'Libre Baskerville', serif;
  270. margin-left:100px;
  271. font-size:9px;
  272. letter-spacing:1px;
  273. line-height:130%;
  274. margin-left:auto;
  275. padding:11px;
  276. {block:ifItalicDescription}
  277. font-style:italic;
  278. {/block:ifItalicDescription}
  279. margin-right:auto;
  280. text-align:justify;}
  281.  
  282.  
  283. /*pagination*/
  284.  
  285. #pagination {
  286. font-family: 'Cutive Mono', serif;
  287. width:500px;
  288. margin-left:14px;
  289. background-color:{color:background};
  290. position:fixed;
  291. opacity:.7;
  292. z-index:999;
  293. bottom:0;
  294. height:30px;
  295. line-height:30px;
  296. font-size:12px;
  297. font-weight:bold;
  298. text-transform:lowercase;
  299. text-align:center;
  300. word-spacing:5px;}
  301.  
  302. #pagination a {
  303. color:#3c3c3c;
  304. letter-spacing:0px;
  305. padding-bottom:10px;
  306. margin-left:-10px;
  307. text-align:center;
  308. display:inline-block;
  309. -webkit-transition:all 0.5s ease-in-out;
  310. -moz-transition:all 0.5s ease-in-out;
  311. transition:all 0.5s ease-in-out;}
  312. .current_page {
  313. padding:0 4px;
  314. text-align:center;
  315. bottom:5px;
  316. -webkit-transition: all 0.5s;
  317. -moz-transition: all 0.5s;
  318. transition: all 0.5s;}
  319. #pagination a:hover {text-decoration:none}
  320.  
  321. .jump_page {
  322. padding:0 4px;
  323. text-align:center;}
  324.  
  325. /*container*/
  326. #con {position:absolute;
  327. left:50%;
  328. margin-left:-230px}
  329.  
  330. /*posts*/
  331. #entries {position:absolute;
  332. width:500px;
  333. margin-top:100px;
  334. }
  335.  
  336. #posts {
  337. overflow:hidden;
  338. width:500px;
  339. }
  340. #posts img {
  341. max-width: 500px;}
  342.  
  343. #posts {
  344. {block:IndexPage}
  345. margin-bottom:160px;
  346. {/block:IndexPage}
  347. {block:PermalinkPage}
  348. margin-bottom:50px
  349. {/block:PermalinkPage}
  350. overflow:hidden;
  351. width:500px;
  352. border:0px double {color:Borders};
  353. padding:14px;
  354. }
  355. #posts img {
  356. max-width: 500px;}
  357.  
  358. #titlequote{font-size:11px;
  359. color:{color:title};
  360. text-align:center;
  361. padding:10px;
  362. font-style:italic;
  363. background-color:{color:header};
  364. }
  365.  
  366. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  367. .caption img{max-width:500px;}
  368. .caption {width:500px;
  369. display: block;
  370. margin-top: 5px;
  371. {block:IfNotShowCaptions}
  372. {block:IndexPage}
  373. display: none;
  374. {/block:IndexPage}
  375. {/block:IfNotShowCaptions}}
  376.  
  377. #source {text-align:right;
  378. padding-bottom:5px;
  379. font-size:9px}
  380.  
  381. /*audio*/
  382. #audios {
  383. height:75px;
  384. background-color:transparent}
  385. .albumart img{float:left;
  386. width:75px;
  387. height:75px;}
  388. .player {width:25px;
  389. height:25px;
  390. overflow:hidden;
  391. position:absolute;
  392. padding:5px;
  393. margin-left:20px;
  394. margin-top:20px;
  395. opacity:0.4; }
  396. .playerback:hover .player {opacity:1; }
  397. .audi {font-size:14px;
  398. font-style:normal;
  399. margin-top:25px;
  400. color:{color:title}}
  401. .audioinfo {margin-left:80px;
  402. line-height:14px;
  403. width:420px;
  404. height:75px;
  405. color:{color:text};
  406. text-align:center;
  407. font-style:italic;
  408. position:absolute;
  409. background-color:{color:audio and ask};}
  410.  
  411. .playerback {height:75px;
  412. width:75px;
  413. position:absolute;
  414. background-color:white;
  415. opacity:0;}
  416.  
  417. .playerback:hover {opacity:.6;
  418. }
  419.  
  420. /*asks*/
  421. #question {
  422. color:{color:text}}
  423.  
  424. .q {
  425.  
  426. background-color:{color:audio and ask};
  427. border-bottom:1px solid {color:link hover};
  428. width:480px;
  429. margin-left:1px;
  430. font-size:9px;
  431. text-align:left;
  432. padding:8px;
  433. }
  434. .a {color:{color:text};
  435. font-size:9px;
  436. margin-top:5px;
  437. margin-left:1px;
  438. text-align:left}
  439.  
  440.  
  441.  
  442. .chat ol {
  443. padding:0;
  444. line-height:180%;
  445. list-style:none;
  446. }
  447.  
  448.  
  449. .label {
  450. padding-right:1px;
  451. text-transform:uppercase;
  452. font-weight:bold;
  453. color:{color:link};
  454. }
  455.  
  456.  
  457. /*permalink and notes*/
  458. #permalink {
  459. margin-left:-3px;
  460. font-size: 8px;
  461. text-transform: lowercase;
  462. font-family: 'arial';
  463. font-style: normal;
  464. font-weight:lighter;
  465. letter-spacing: 1px;
  466. padding:11px;
  467. padding-top: 10px;
  468. opacity:.60;
  469. padding-bottom: 9px;
  470. margin-top:11px;
  471. border: 3px double #fff;
  472. background: {color:perma};
  473. padding:11px;
  474. text-transform:uppercase;
  475. {block:IfNotShowInfo}
  476. display:none;
  477. {/block:IfNotShowInfo}
  478. -webkit-transition: all 0.6s ease-in-out;
  479. -moz-transition: all 0.6s ease-in-out;
  480. -o-transition: all 0.6s ease-in-out;
  481. -ms-transition: all 0.6s ease-in-out;
  482. transition: all 0.6s ease-in-out;}
  483. }
  484.  
  485. #permalink a {color:{color:text};}
  486. #permalink a:hover {
  487. -webkit-transition:all 0.5s ease-in-out;
  488. -moz-transition:all 0.5s ease-in-out;
  489. transition:all 0.5s ease-in-out;
  490. color:{color:link hover};}
  491. #permalink:hover{opacity:1;
  492. -webkit-transition: all 0.6s ease-in-out;
  493. -moz-transition: all 0.6s ease-in-out;
  494. -o-transition: all 0.6s ease-in-out;
  495. -ms-transition: all 0.6s ease-in-out;
  496. transition: all 0.6s ease-in-out;}
  497. }
  498.  
  499.  
  500.  
  501. #tags {
  502. opacity:0;
  503. position:absolute;
  504. overflow:hidden;
  505. max-width:200px;
  506. font-size:9px;
  507. text-transform:none;
  508. -webkit-transition:all 0.5s ease-in-out;
  509. -moz-transition:all 0.5s ease-in-out;
  510. transition:all 0.5s ease-in-out;
  511. }
  512. .tags a{
  513. letter-spacing:0px;
  514. padding:1px;
  515. color:{color:link};
  516. text-transform:none;}
  517.  
  518. .tags a:hover{
  519. -webkit-transition:all 0.5s ease-in-out;
  520. -moz-transition:all 0.5s ease-in-out;
  521. transition:all 0.5s ease-in-out;
  522. color:{color:link hover};}
  523.  
  524. .pagenotes {
  525. float:center;
  526. font-family:'Share';
  527. width:400px;
  528. text-align:left;
  529.  
  530. }
  531. .pagenotes img {
  532. display:none}
  533. .pagenotes li {
  534. list-style-type:none;
  535. padding:20px 0px;
  536. text-align:left;
  537. margin:0 0 0 -30px;
  538. line-height:110%;
  539. -webkit-transition:all 0.5s ease-in-out;
  540. -moz-transition:all 0.5s ease-in-out;
  541. transition:all 0.5s ease-in-out;
  542. }
  543. .pagenotes li:hover {
  544. background-color:{color:header};
  545. -webkit-transition:all 0.5s ease-in-out;
  546. -moz-transition:all 0.5s ease-in-out;
  547. transition:all 0.5s ease-in-out;}
  548.  
  549.  
  550. {CustomCSS}
  551.  
  552. </style></head>
  553.  
  554. <body>
  555.  
  556.  
  557. <div id="credit"><a href="http://dearhannibal.tumblr.com/"><img src="http://oi43.tinypic.com/11rryja.jpg"></a></div>
  558.  
  559. <div id="con">
  560.  
  561. <div id="sidebar">
  562.  
  563. <div id="sidebarimage">
  564.  
  565. <center><a href="/"><img src="{image:sidebar}"></a></center>
  566.  
  567. </div>
  568.  
  569. <div id="blogt"><a href="/">{Title}</a></div>
  570.  
  571. <div id="standardlinks">
  572. {block:ifLink1}<a href="{text:Link 1 URL}" title="home">{text:Link 1}</a>{/block:ifLink1}&nbsp;
  573. {block:ifLink2}<a href="{text:Link 2 URL}" title="message">{text:Link 2}</a>{/block:ifLink2}&nbsp;
  574. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}&nbsp;
  575. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}&nbsp
  576. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  577. </div>
  578.  
  579. <div id="description">{Description} </div>
  580.  
  581. </div>
  582.  
  583.  
  584. <div id="pagination">
  585.  
  586. {block:Pagination}
  587. {block:PreviousPage}
  588. <a href="{PreviousPage}">back</a>
  589. {/block:PreviousPage}
  590. &nbsp;
  591. {block:NextPage}
  592. <a href="{NextPage}">forward</a>
  593. {/block:NextPage}
  594. {/block:Pagination}
  595. </div>
  596.  
  597. <div id="entries">
  598.  
  599. {block:Posts}
  600. {block:ContentSource}
  601.  
  602. <!--{SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  603.  
  604. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  605.  
  606. {/block:SourceLogo}
  607.  
  608. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  609.  
  610. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  611.  
  612. <div id="posts">
  613.  
  614. {block:Quote}
  615.  
  616.  
  617. <div id="titlequote">“{Quote}”</div>
  618. {block:Source}<div id="source">{Source}</div>{/block:Source}
  619. {/block:Quote}
  620.  
  621. {block:Text}
  622.  
  623. {block:Title}
  624. <div id="title">{Title}</div>{/block:Title}
  625. {Body}
  626.  
  627.  
  628. {/block:Text}
  629.  
  630. {block:Link}
  631.  
  632. <h1><a href="{URL}">> {Name}</a></h1>{block:Description}{Description}{/block:Description}
  633.  
  634. {/block:Link}
  635.  
  636. {block:Chat}
  637. {block:Title}
  638. <h1>{Title}</h1>
  639. {/block:Title}
  640. <div class="chat">
  641. <ol>{block:Lines}
  642. <li class="line {Alt}">
  643. {block:Label}
  644. <span class="label">
  645. {Label}</span>
  646. {/block:Label}{Line}</li>
  647. {/block:Lines}
  648. </ol></div>
  649. {/block:Chat}
  650.  
  651. {block:Photo}
  652.  
  653. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  654. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  655.  
  656. {/block:Photo}
  657.  
  658. {block:Photoset}
  659.  
  660. <center>{Photoset-500}</center>
  661. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  662.  
  663.  
  664. {/block:Photoset}
  665.  
  666. {block:Video}
  667.  
  668. {Video-500}
  669. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  670.  
  671.  
  672.  
  673. {/block:Video}
  674.  
  675. {block:Audio}
  676.  
  677. <div id="audios">
  678. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100"> {/block:AlbumArt}</div>
  679. <div class="playerback">
  680. <div class="player">{AudioPlayerWhite}</div>
  681. </div>
  682. <div class="audioinfo">
  683. <div class="audi">{block:TrackName}{TrackName}{/block:TrackName}</div>
  684. {block:Artist}{Artist}{/block:Artist} //
  685. {block:Album}{Album}{/block:Album}
  686. </div>
  687. </div>
  688. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  689.  
  690. {/block:Audio}
  691.  
  692. {block:Answer}
  693. <div id="question">
  694.  
  695. <div class="q"> <span style="color:{color:audio and ask}; font-family: 'Libre Baskerville', serif; font-size:9px; font-style:normal; padding:10px; margin-left:-20px;"></span>❝&nbsp;{Asker} asked: {Question}</div><br><div class="a" style="font-size:9px; font-family: 'Libre Baskerville', serif; margin-top:4px ;padding-left:3px;">{Answer}</div></div>{/block:Answer}
  696.  
  697.  
  698. <div id="permalink">
  699. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  700. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  701. {/block:ContentSource}{block:indexpage}
  702.  
  703. <span style="float:left;">
  704. <a href="{Permalink}"title="{NoteCountWithLabel}">{DayOfWeek}; {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}</a></span><span style="float:right;"><a href="{Permalink}"title=""><span style="opacity:.60;">+{block:NoteCount}&nbsp;{NoteCount}{/block:NoteCount}</a></span></span><BR><div style="font-size:10px; text-transform:lowercase; font-family: 'Jacques Francois', serif; margin-top:3px; opacity:.85;text-align:left;font-style:normal;letter-spacing:0px;{block:ifplayfair}font-family:playfair display;font-style:italic;{/block:ifplayfair}">{block:HasTags}<span style="opacity:.80;"></span>{block:Tags} <a href="{TagURL}">{Tag}.</a> </i>{/block:Tags}</span>{/block:HasTags}</div>
  705.  
  706. {/block:indexpage}
  707.  
  708. {block:permalinkpage}
  709. <div style="text-align:center; letter-spacing:0px; text-transform:lowercase;">
  710. <span style="font-size:10px;margin-top:5px;">
  711. <span style="font-size:11px;">{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount} </span>
  712. <BR>
  713. {DayOfWeek} ; {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year} &nbsp;&nbsp;/&nbsp;&nbsp; {24Hour}:{Minutes} {CapitalAmPm}
  714. <BR>
  715. {block:RebloggedFrom} reblogged via: <a href="{ReblogParentURL}"title="{ReblogParentURL}">{ReblogParentName}.</a> &nbsp;/&nbsp; originally posted: <a href="{ReblogRootURL}"title="{ReblogRootURL}">{ReblogRootName}.</a>{/block:RebloggedFrom}<div style="margin-top:5px;font-size:10px;">
  716. {block:HasTags}tagged:{block:Tags} <span style="opacity:.55;">#</span><a href="{TagURL}">{Tag}</a></i> {/block:Tags}</span>
  717. {/block:HasTags}
  718.  
  719. </span></div></div>
  720. {/block:permalinkpage}
  721. </div>
  722.  
  723. </div>
  724.  
  725.  
  726.  
  727. <div class="pagenotes">
  728. {PostNotes}
  729. </ol>
  730.  
  731.  
  732. </div>
  733. {/block:PostNotes}
  734. {/block:Posts}
  735.  
  736.  
  737.  
  738. </div>
  739.  
  740. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment