Advertisement
work-it-out-themes2

Christmas theme for tumblr

Nov 16th, 2013
5,101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.72 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">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  6. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}{block:PostSummary} - {PostSummary}{/block:PostSummary}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13.  
  14.  
  15.  
  16.  
  17.  
  18. {block:IfEndlessScrolling}
  19. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  20.  
  21. <!--
  22. http://work-it-out.tumblr.com/
  23. You can edit as much as you want just please keep the credit and don't claim as your own :)
  24. -->
  25.  
  26.  
  27. <html lang="en">
  28. <head>
  29.  
  30. <meta name="color:Asks" content="#ededed"/>
  31. <meta name="color:Scrollbar" content="#bf392f"/>
  32. <meta name="color:Links" content="#c64242"/>
  33. <meta name="color:Navigation hover" content="#4e1717"/>
  34. <meta name="color:Navigation" content="#e3e3e3"/>
  35. <meta name="color:Navigation buttons" content="#b64646"/>
  36. <meta name="color:Posts bg" content="#fcfcfd"/>
  37. <meta name="color:Text" content="#a0a0a0"/>
  38. <meta name="color:Title" content="#f8f7f7"/>
  39. <meta name="color:Chat" content="#c7c7c7"/>
  40. <meta name="color:Post borders" content="#e2e3e4"/>
  41. <meta name="color:Permalink" content="#e6e6e6"/>
  42. <meta name="color:Links hover" content="#630f0f"/>
  43. <meta name="color:Description" content="#f7f7f7"/>
  44. <meta name="text:Custom Link 1 Title" content=""/>
  45. <meta name="text:Custom Link 1" content=""/>
  46. <meta name="text:Custom Link 2 Title" content=""/>
  47. <meta name="text:Custom Link 2" content=""/>
  48. <meta name="text:Custom Link 3 Title" content=""/>
  49. <meta name="text:Custom Link 3" content=""/>
  50. <meta name="text:Custom Link 4 Title" content=""/>
  51. <meta name="text:Custom Link 4" content=""/>
  52. <meta name="text:Navigation position" content="30"/>
  53. <meta name="if:Snow" content="1"/>
  54. <meta name="if:EndlessScrolling" content="0"/>
  55. <meta name="if:ShowCaptions" content="1"/>
  56. <meta name="image:Sidebar IMG" content="http://static.tumblr.com/ent6nfp/Vktmwcmk7/tumblr_mekryvpamf1rkikato1_500.jpg"/>
  57.  
  58. <title>{title}</title>
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  61.  
  62. <link href='http://fonts.googleapis.com/css?family=Scada' rel='stylesheet' type='text/css'>
  63.  
  64. <!-- start of script tooltip -->
  65. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  66.  
  67. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  68.  
  69. <script>
  70.  
  71. (function($){
  72.  
  73. $(document).ready(function(){
  74.  
  75. $("a[title]").style_my_tooltips({
  76.  
  77. tip_follows_cursor:true,
  78.  
  79. tip_delay_time:90,
  80.  
  81. tip_fade_speed:600,
  82.  
  83. attribute:"title"
  84.  
  85. });
  86.  
  87. });
  88.  
  89. })(jQuery);
  90.  
  91. </script>
  92.  
  93. {block:IfSnow}
  94. <script src="http://static.tumblr.com/ent6nfp/RClmwb9kt/snowstorm-min.js"></script>
  95. {/block:IfSnow}
  96.  
  97.  
  98.  
  99.  
  100. <style type="text/css">
  101.  
  102. #maincontainer{
  103. margin: 0 auto;
  104. width: 810px;
  105. padding: 0px ;
  106. height: 100%;
  107. }
  108.  
  109.  
  110. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:50px;}
  111. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:5px!important;}
  112. ::-webkit-scrollbar {background-color:white;height:5px;width:6px;}
  113.  
  114.  
  115. scrollbar {
  116. /* clear useragent default style*/
  117. -moz-appearance: none !important;
  118. }
  119. /* buttons at two ends */
  120. scrollbarbutton {
  121. -moz-appearance: none !important;
  122. }
  123. /* the sliding part*/
  124. thumb{
  125. -moz-appearance: none !important;
  126. }
  127. scrollcorner {
  128. -moz-appearance: none !important;
  129. resize:both;
  130. }
  131. /* vertical or horizontal */
  132. scrollbar[orient="vertical"] {
  133. color:silver;
  134. }
  135.  
  136. ol.pnotes {
  137. float:left;
  138. margin-left:16px;
  139. width:514px;
  140. text-align:left;
  141. }
  142.  
  143. ol.pnotes li.pnote {
  144. background-color:pink;
  145. list-style-type: none;
  146. margin-bottom:1px;
  147. padding: 2px;
  148. text-align:left;
  149. }
  150.  
  151. ol.pnotes li.pnote img.avatar {
  152. height: 16px;
  153. vertical-align: -4px;
  154. margin-right: 10px;
  155. width: 16px;
  156. }
  157.  
  158. ol.pnotes li.pnote span.action {
  159. list-style-type: none;
  160. font-weight: normal;
  161. }
  162.  
  163. ol.pnotes li.pnote .answer_content {
  164. list-style-type: none;
  165. font-weight: normal;
  166. }
  167.  
  168. .pagenumbers {
  169. color:{color:text};
  170. font-family:'pt sans';
  171. font-size:9px;
  172. margin-top:-10px;
  173. margin-bottom:5px;
  174. padding-top:5px;
  175. padding-bottom:2px;
  176. padding-left:3px;
  177. padding-right:3px;
  178. text-align: center;
  179. }
  180.  
  181. .pagenumbers a, .pagenumbers a:link, .pagenumbers a:visited {
  182. background-color:;
  183. color:{color:Links};
  184. cursor:pointer;
  185. font-family:'pt sans';
  186. font-size:24pt;
  187. font-weight: normal;
  188. letter-spacing: px;
  189. text-decoration: none;
  190. }
  191.  
  192. .pagenumbers a:hover {
  193. color:{color:Links};
  194. }
  195.  
  196. .pnotes {
  197. color:{color:text};
  198. max-height:350px;
  199. overflow-y:auto;
  200. background:{color:posts bg};
  201. font-family:'pt sans';
  202. font-size:8pt;
  203. margin-right:-40px;
  204. margin-bottom:25px;
  205. padding-top:5px;
  206. padding-bottom:3px;
  207. padding-left:3px;
  208. padding-right:3px;
  209. }
  210.  
  211. iframe#tumblr_controls {
  212. top: 0% !important;
  213. right:0% !important;
  214. position: fixed !important;}
  215.  
  216. body{
  217. background:#a4d6de;
  218. font-size:9pt;
  219. margin: 0 auto;
  220. height: 100%;
  221. font-family:'pt sans';
  222. background-attachment: fixed;
  223. background-repeat: repeat;
  224. -moz-scrollbar-border: 1px solid red;
  225. -moz-scrollbar-background-color: white;
  226. -moz-scrollbar-track-background-color: silver;
  227. -moz-scrollbar-arrow-background-color: silver;
  228. -moz-scrollbar-arrow-color: blue;
  229. }
  230.  
  231. h1{
  232. font-family:Alwaysforever;
  233. font-size:22pt;
  234. text-transform: lowercase;
  235. text-decoration:none;
  236. font-weight:100;
  237. margin-top:20px;
  238. }
  239.  
  240. a:link, a:active, a:visited{
  241. color: {color:Links};
  242. text-decoration: none;
  243. }
  244.  
  245. a:hover{
  246. color: {color:Links hover};
  247. text-decoration: none;
  248. -webkit-transition: all 0.3s linear ;
  249. -moz-transition: all 0.3s linear ;
  250. transition: all 0.3s linear;
  251. }
  252.  
  253. .inposts {
  254. padding-left:3px;
  255. padding-right:3px;
  256. }
  257.  
  258. h2 {
  259. color: {color:text};
  260. font-family:'pt sans';
  261. font-size:10pt;
  262. font-style: normal;
  263. font-weight: normal;
  264. margin:0 0 0;
  265. }
  266.  
  267. #main {margin: 0 auto;
  268. margin-top:5px;
  269. float:left;
  270. z-index:-999;
  271. width:800px;
  272. }
  273.  
  274. #posts {
  275. background-color:{color:posts bg};
  276. color:{color:text};
  277. border: 1px solid {color:post borders};
  278. width:506px;
  279. font-family:'pt sans';
  280. font-size:9pt;
  281. margin-left:20px;
  282. padding-top:px;
  283. margin-bottom:-7px;
  284. padding-bottom:0px;
  285. padding-left:2px;
  286. padding-right:3px;
  287. position:relative;
  288. overflow:hidden;
  289. }
  290.  
  291.  
  292. .desc{
  293. width:210px;
  294. height:76px;
  295. text-align:left;
  296. padding:3px;
  297. font-family:'scada';
  298. font-size:7.5pt;
  299. position:relative;
  300. overflow-y:auto;
  301. letter-spacing:0px;
  302. color:{color:text};
  303. margin-top:7px;
  304. margin-left:5px;
  305. background-color:{color:description};
  306. }
  307.  
  308. blockquote {
  309. border-left:2px solid {color:side borders};
  310. padding-left:2px;
  311. margin-left:5px;
  312. }
  313.  
  314. .navig {
  315. font-family:'scada';
  316. position:fixed;
  317. filter:alpha(opacity=0);
  318. opacity:0;
  319. z-index:9999;
  320. margin-left:30px;
  321. margin-top:{text:Navigation position}px;
  322. }
  323.  
  324.  
  325. .navig a {
  326. padding-top:0px;
  327. height:40px;
  328. margin-left:6px;
  329. margin-top:6px;
  330. width:70px;
  331. color:{color:navigation};
  332. background:{color:navigation buttons};
  333. font-size:8.5pt;
  334. letter-spacing:-1px;
  335. display:inline-block;
  336. text-transform:uppercase;
  337. text-align:center;
  338. padding-top:26px;
  339. -webkit-transition:0.5s linear ;
  340. transition: 0.5s;
  341. -moz-transition: 0.5s;
  342. -o-transition: 0.5s;
  343.  
  344. }
  345.  
  346. .navig a:hover{
  347. color:{color:navigation hover};
  348. -webkit-transition:0.3s linear ;
  349. transition: 0.5s;
  350. -moz-transition: 0.3s;
  351. -o-transition: 0.3s;
  352. }
  353.  
  354.  
  355. .title{
  356. padding-left:2px;
  357. padding-right:2px;
  358. position:relative;
  359. bottom:-2px;
  360. color:{color:title};
  361. text-shadow: 1px 1px 2px rgba(147, 150, 150, 1);
  362. line-height: 0.8em;
  363. line-height: 80%;
  364. font-size:28pt;
  365. text-align:center;
  366. font-family:santa;
  367. }
  368.  
  369.  
  370. .pagination {
  371. line-height:0px;
  372. position:trelative;
  373. font-family:'scada';
  374. width:220px;
  375. text-transform:uppercase;
  376. text-align:center;
  377. font-size:22px;
  378. margin-top:11px;
  379. }
  380.  
  381. .pagination a {
  382. padding:4px;
  383. color:{color:Links};
  384. }
  385.  
  386. .menu {
  387. -webkit-transition: all 0.6s linear ;
  388. -moz-transition: all 0.6s linear ;
  389. transition: all 0.6s linear;
  390. padding-left:12px;
  391. padding-right:3px;
  392. font-family:'scada';
  393. position:relative;
  394. text-transform:uppercase;
  395. margin-top:3px;
  396. }
  397.  
  398. .menu a {
  399. padding:3px;
  400. color:{color:menu text};
  401. font-size:6.5pt;
  402. letter-spacing:1px;
  403. display:inline;
  404. width:150px;
  405. padding:2px 10px 2px;
  406. text-align:center;
  407. -webkit-transition:0.5s linear ;
  408. transition: 0.5s;
  409. -moz-transition: 0.5s;
  410. -o-transition: 0.5s;
  411. }
  412.  
  413. .menu a:hover{
  414. -webkit-transition:0.5s linear ;
  415. transition: 0.5s;
  416. -moz-transition: 0.5s;
  417. -o-transition: 0.5s;
  418. left:1px;
  419. }
  420.  
  421. .user_1 .label {
  422. color:{color:Body text};
  423. font-weight:bold
  424. }
  425.  
  426. .user_2 .label {
  427. color:{color:Scrollbar and Borders};
  428. font-weight:bold
  429. }
  430.  
  431. ul.chat, .chat ol, .chat li {
  432. list-style:none;
  433. margin:0px;
  434. border-bottom:1px solid {color:chat};
  435. padding:0px
  436. }
  437.  
  438. @font-face {
  439. font-family: "alwaysforever";
  440. src: url(http://static.tumblr.com/ent6nfp/4fWmhnjc9/kiwischoolhandwritingregular.ttf);
  441. }
  442.  
  443. @font-face {
  444. font-family: "'pt sans'";
  445. src: url(http://static.tumblr.com/ent6nfp/reLmaqzr0/'pt sans'.ttf);
  446. }
  447.  
  448. @font-face {
  449. font-family: "santa";
  450. src: url(https://www.dropbox.com/s/y8n8obgftlb9avb/chrioc__.eot);
  451. src:url(http://static.tumblr.com/ent6nfp/r22mex351/chrioc__.ttf) format('truetype'),
  452. url(https://www.dropbox.com/s/yc9qhspicpv0mwr/chrioc__.svg) format('svg');
  453. url(https://www.dropbox.com/s/5v4x28tzs6h1hl5/chrioc__.woff)
  454. }
  455.  
  456.  
  457. #aske{
  458. float: center;
  459. margin: 0px 4px 2px 0
  460. }
  461.  
  462. #questions{
  463. background:{color:asks};
  464. padding:10px;
  465. margin-bottom:0px;
  466. font-size:10px;
  467. }
  468.  
  469. .tags{
  470. text-align:left;
  471. padding:2px;
  472. margin-top:6px;
  473. font-size:7.5pt;
  474. font-family:'pt sans';
  475. color:{color:text};
  476. border-top:1px solid {color:side borders};
  477. }
  478.  
  479. .tags a{
  480. color:{color:links};
  481. }
  482.  
  483. .tags a:hover{
  484. color:{color:links hover};
  485. }
  486. .permalink{
  487. font-size:7pt;
  488. position:absolute;
  489. margin-left:-64px;
  490. margin-top:10px;
  491. width:85px;
  492. background:url(http://i.imgur.com/IZTJqm7.png);
  493. padding-left:5px;
  494. font-family:'Scada';
  495. text-transform:uppercase;
  496. padding-top:9px;
  497. height:26px;
  498. line-height:1;
  499. z-index:999;
  500. text-align:left;
  501. color:{color:text};
  502. }
  503.  
  504. .permalink a{
  505. color:{color:permalink};
  506. }
  507.  
  508. #sidebar { width:225px;
  509. margin-left:560px;
  510. margin-top:90px;
  511. float:left;
  512. position:fixed;
  513. -webkit-transform: perspective(400px) rotateX(0deg);
  514. -webkit-transition: all 0.5s linear ;
  515. -moz-transition: all 0.5s linear ;
  516. transition: all 0.5s linear;
  517. }
  518.  
  519. #sidebar img {
  520. max-width:218px;
  521. padding:3px;
  522. }
  523.  
  524. #sidebar:hover .navig{
  525. -webkit-transform: perspective(400px) rotateX(360deg);
  526. -moz-transform:perspective(400px) rotateX(360deg);
  527. -webkit-transition: all 0.5s linear ;
  528. -moz-transition: all 0.5s linear ;
  529. transition: all 0.5s linear;
  530. filter:alpha(opacity=100);
  531. opacity:100;}
  532.  
  533. .bgsnow{
  534. background:url(http://static.tumblr.com/ent6nfp/vffmwbcs4/trgdfhbdf.png);
  535. background-repeat: repeat-x;
  536. width:100%;
  537. position:fixed;
  538. float:bottom;
  539. z-index:-99;
  540. height:353px;
  541. bottom:-5px;
  542. }
  543.  
  544. #s-m-t-tooltip {
  545. max-width:150px;
  546. padding:5px 10px 5px 10px;
  547. margin:20px 14px 7px 10px;
  548. background-color:{color:navigation};
  549. font-family:Calibri;
  550. font-style: normal;
  551. font-size:10px;
  552. line-height:11px;
  553. letter-spacing:1px;
  554. text-transform:uppercase;
  555. color:{color:Links};
  556. z-index:999;-webkit-transition:opacity 0.8s linear;
  557. -webkit-transition:all 0.3s ease-out;
  558. -moz-transition:all 0.3s ease-out;
  559. transition:all 0.3s ease-out;
  560. }
  561.  
  562. .near{
  563. position:fixed;
  564. margin-right:10px;
  565. width:30px;
  566. }
  567.  
  568. {CustomCSS}
  569. </style>
  570. </head>
  571.  
  572. <body>
  573.  
  574.  
  575.  
  576. <div id="maincontainer">
  577.  
  578. <div id="main">
  579.  
  580. <br>
  581.  
  582.  
  583.  
  584.  
  585. <div id="top" >
  586.  
  587.  
  588.  
  589.  
  590.  
  591. <div id="sidebar">
  592.  
  593. <div class="title">{title}</div>
  594.  
  595.  
  596. <div class="navig">
  597. <a href="/">home</a>
  598. <a href="/ask">message</a><br>
  599. <a href="/archive">archive</a>
  600. <a href="http://work-it-out.tumblr.com/">theme</a>
  601.  
  602. </div>
  603. <img src="{image:Sidebar IMG}">
  604.  
  605.  
  606. <div class="desc">{description}</div>
  607.  
  608. <div class="menu">
  609.  
  610.  
  611. {block:IfCustomLink1}
  612. <a href="{text:Custom Link 1}" title="{text:Custom Link 1 Title}" ><img src="http://static.tumblr.com/ent6nfp/Erdmwcm3j/tumblr_inline_m.gif"></a>
  613. {/block:IfCustomLink1}
  614.  
  615. {block:IfCustomLink2}
  616. <a href="{text:Custom Link 2}" title="{text:Custom Link 2 Title}" ><img src="http://static.tumblr.com/ent6nfp/Erdmwcm3j/tumblr_inline_m.gif"></a>
  617. {/block:IfCustomLink2}
  618.  
  619. {block:IfCustomLink3}
  620. <a href="{text:Custom Link 3}" title="{text:Custom Link 3 Title}" ><img src="http://static.tumblr.com/ent6nfp/Erdmwcm3j/tumblr_inline_m.gif"></a>
  621. {/block:IfCustomLink3}
  622.  
  623. {block:IfCustomLink4}
  624. <a href="{text:Custom Link 4}" title="{text:Custom Link 4 Title}" ><img src="http://static.tumblr.com/ent6nfp/Erdmwcm3j/tumblr_inline_m.gif"></a>
  625. {/block:IfCustomLink4}
  626.  
  627.  
  628. </div>
  629.  
  630. {block:IfNotEndlessScrolling}
  631. <div class="pagination">
  632. {block:Pagination}
  633. {block:PreviousPage}<a href="{PreviousPage}"> Β« </a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"> Β» </a>{/block:NextPage}
  634. {/block:Pagination}
  635. </div>{/block:IfNotEndlessScrolling}
  636.  
  637.  
  638. </div>
  639.  
  640.  
  641.  
  642. </div>
  643.  
  644.  
  645.  
  646. <div class = "autopagerize_page_element" >
  647. {block:Posts}
  648. <div class="permalink">
  649.  
  650.  
  651. <a href="{Permalink}">{NoteCountWithLabel}</a>
  652. <br><a href="{ReblogURL}" target="_blank" >Reblog </a>
  653. </div>
  654.  
  655. <div id="posts">
  656. <div class="inposts">
  657.  
  658.  
  659.  
  660. {block:Title}<div style="padding:2px;margin-bottom:-19px; font-family:alwaysforever; font-size:11pt; margin-top:2px;">{Title}&nbsp;</div>{/block:Title}
  661.  
  662. <br>
  663.  
  664. {block:Text}{Body}{/block:Text}
  665.  
  666. {block:Quote}<h2>"<i>{Quote}</i>"</h2><div style="text-align:right;"> - {Source}<br></div>{/block:Quote}
  667.  
  668. {block:Link}<a href="{URL}" class="link" {Target}><div style="padding:2px;margin-bottom:-9px; font-family:alwaysforever; font-size:12pt; margin-top:-2px;">{Name}&nbsp;</div></a>
  669. {block:Description}<P>{Description}{/block:Description}</p>{/block:Link}
  670.  
  671. {block:Photo}<center>{LinkOpenTag}
  672.  
  673. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  674.  
  675. {LinkCloseTag}</center>{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  676. {block:ContentSource}
  677. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  678. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  679. {/block:SourceLogo}
  680. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  681. {/block:ContentSource}
  682. {block:ReblogParentURL}
  683. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  684. {/block:ReblogParentURL}
  685. {/block:Photo}
  686.  
  687. {block:Photoset}<center>{Photoset-500}</center>{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:Photoset}
  688.  
  689. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  690.  
  691. {block:Video}<center>{Video-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
  692.  
  693. {block:Answer}<div id="questions"><div class="aske"><img src="{AskerPortraitURL-16}">&nbsp;<strong>{Asker}</strong> asked: "{Question}"</div></div>
  694. {Answer}{/block:answer}
  695.  
  696. {block:Audio}
  697. <div id="audio">
  698. <left>{block:AlbumArt}
  699. <img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px;" />
  700. {/block:AlbumArt}
  701. <span class="audio">
  702. <div style="margin-left:0px;">
  703. <div style="overflow:hidden;height:27px;">{AudioPlayergrey}</div></left></div></span>
  704. <br>
  705. {block:TrackName}<b>Title:</b> {TrackName}<br/>{/block:TrackName}
  706. {block:Artist}<b>Artist:</b> {Artist}<br/>{/block:Artist}
  707. {block:Album}<b>Album:</b> {Album}<br/>{/block:Album}
  708. {block:PlayCount}<b>Played:</b> {PlayCountWithLabel}<br/>{/block:PlayCount}
  709. {/block:ExternalAudio}</div>
  710.  
  711. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  712. {/block:Audio}
  713.  
  714.  
  715.  
  716. </div>
  717.  
  718.  
  719.  
  720.  
  721.  
  722. <div class="tagswrap"><div class="tags">
  723.  
  724. {block:HasTags} <b> tagged as:</b> {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
  725.  
  726. </div></div>
  727. </div>
  728. <br><br>
  729.  
  730. {block:PermalinkPage}
  731. <div class="tags" style="width:500px; margin-left:20px;">
  732. {block:RebloggedFrom}
  733. VIA: <a href="{ReblogParentURL}">{ReblogParentName}</a> Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  734. {/block:RebloggedFrom} <br>
  735. {block:Date} {TimeAgo} {/block:Date} |
  736.  
  737. {block:Date}{DayOfMonth}/{shortmonth}/{year}{/block:Date}
  738. </div>
  739. {/block:PermalinkPage}
  740.  
  741. {/block:Posts} </div>
  742. {block:PostNotes}
  743. <div class="posts">
  744. <div class="inposts">
  745. <ol class="pnotes">
  746. {PostNotes}
  747. </ol>
  748.  
  749. </div>
  750.  
  751. {/block:PostNotes}
  752.  
  753.  
  754. <br>
  755. </div></div>
  756. </div>
  757. </div>
  758. </div>
  759. <div class="bgsnow"></div>
  760. </body>
  761.  
  762. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement