Advertisement
purloinedinpetrograd

theme 06: delicate

Dec 30th, 2013
2,608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.18 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--
  4. THEME CREATED BY PURLOINED IN PETROGRAD.
  5. (c) 2013.
  6. DO NOT REMOVE CREDIT. THANKS!
  7. -->
  8. <!-- IMAGE DEFAULTS -->
  9. <meta name="image:Sidebar" content="http://static.tumblr.com/u4yilrn/EDAmynkev/screen_shot_2013-12-30_at_10.58.45_pm.png"/>
  10. <meta name="image:Background" content=""/>
  11.  
  12. <!-- COLOR DEFAULTS -->
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Scrollbar" content="#e3e3e3"/>
  15. <meta name="color:Blockquote" content="#d0d0d0"/>
  16. <meta name="color:Text" content="#3c3c3c"/>
  17. <meta name="color:Title" content="#3c3c3c"/>
  18. <meta name="color:Header Borders" content="#efefef"/>
  19. <meta name="color:Navigation" content="#000000"/>
  20. <meta name="color:Navigation Hover" content="#d0d0d0"/>
  21. <meta name="color:Post Links" content="#888888"/>
  22. <meta name="color:Post Links Hover" content="#000000"/>
  23. <meta name="color:Post Desc Background" content="#f3f3f3"/>
  24. <meta name="color:Post Desc Links" content="#a0a0a0"/>
  25. <meta name="color:Post Desc Links Hover" content="#3c3c3c"/>
  26. <meta name="color:Post Tags" content="#a0a0a0"/>
  27. <meta name="color:Quote Background" content="#efefef"/>
  28. <meta name="color:Quote Character" content="#a0a0a0"/>
  29. <meta name="color:Ask Background" content="#fafafa"/>
  30. <meta name="color:Ask Border" content="#efefef"/>
  31.  
  32. <!-- LAYOUT DEFAULTS -->
  33. <meta name="if:Use Pompiere for Title Font" content="1"/>
  34. <meta name="if:Slimmer 400px Posts" content="0"/>
  35. <meta name="if:Show Sidebar" content="1"/>
  36. <meta name="if:Faded Images" content="1"/>
  37. <meta name="if:Small Cursor" content="0"/>
  38.  
  39. <meta name="if:Show Tags" content="1"/>
  40. <meta name="if:Show Captions" content="1"/>
  41.  
  42. <meta name="select:Font" title="Sans Serif" content="calibri">
  43. <meta name="select:Font" title="Serif" content="cambria">
  44.  
  45. <meta name="if:Link 1" content="1"/>
  46. <meta name="if:Link 2" content="0"/>
  47. <meta name="if:Link 3" content="0"/>
  48. <meta name="if:Link 4" content="0"/>
  49.  
  50. <!-- DEFAULT LINKS -->
  51. <meta name="text:Asker Label" content="asked"/>
  52. <meta name="text:Link Name 1" content="about"/>
  53. <meta name="text:Link URL 1" content="/about"/>
  54. <meta name="text:Link Name 2" content="Link 2"/>
  55. <meta name="text:Link URL 2" content="/"/>
  56. <meta name="text:Link Name 3" content="Link 3"/>
  57. <meta name="text:Link URL 3" content="/"/>
  58. <meta name="text:Link Name 4" content="Link 4"/>
  59. <meta name="text:Link URL 4" content="/"/>
  60.  
  61. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  62. <link rel="icon" href="{Favicon}" />
  63. <link rel="apple-touch-icon" href="{PortraitURL-96}" />
  64.  
  65. <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  66. <style type="text/css">
  67. body {
  68. padding:0;
  69. margin:0;
  70. background:{color:Background};
  71. background-image:url('{image:Background}');
  72. font-size:12px;
  73. font-family:{select:Font},arial;
  74. line-height:1em;
  75. color:{color:Text};
  76. {block:IfSmallCursor}
  77. cursor:url('http://i.imgur.com/2qleX.jpg'), auto;
  78. {/block:IfSmallCursor}
  79. }
  80.  
  81. a:hover {
  82. {block:IfSmallCursor}
  83. cursor:url('http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif'), auto;
  84. {/block:IfSmallCursor}
  85. }
  86.  
  87. ::-webkit-scrollbar {
  88. height:7px;
  89. width:10px;
  90. }
  91.  
  92. ::-webkit-scrollbar-track {
  93. background-color:{color:Background};
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb {
  97. background-color: {color:Scrollbar};
  98. border: 1px solid {color:Background};
  99. height:auto;
  100. }
  101.  
  102. blockquote
  103. {
  104. margin:5px 0px 10px 5px;
  105. border-left: 2px solid {color:Blockquote};
  106. padding-left:10px;
  107. }
  108.  
  109. a {text-decoration:none;color:inherit;
  110. -webkit-transition: all .4s ease-in-out;
  111. -moz-transition: all .4s ease-in-out;
  112. -os-transition: all .4s ease-in-out;
  113. -ms-transition: all .4s ease-in-out;}
  114.  
  115. iframe { display:block; }
  116. a img {border:0px;}
  117. img {border:0px;}
  118.  
  119. #wrap {
  120. {block:IfSlimmer400pxPosts}
  121. width:400px;
  122. {/block:IfSlimmer400pxPosts}
  123. {block:IfNotSlimmer400pxPosts}
  124. width:500px;
  125. {/block:IfNotSlimmer400pxPosts}
  126. margin:auto;
  127. }
  128.  
  129. #sidebar {
  130. position:fixed;margin-left:-150px;top:100px;width:100px;display:none;
  131. }
  132.  
  133. .sidebarimgborder {
  134. border-radius:50px;height:100px;width:100px;border:1px solid {color:Header Borders};
  135. }
  136.  
  137. .sidebarimg {
  138. height:80px;width:80px;margin:10px;border-radius:40px;opacity:0.8;
  139. -webkit-transition: all .4s ease-in-out;
  140. -moz-transition: all .4s ease-in-out;
  141. -os-transition: all .4s ease-in-out;
  142. -ms-transition: all .4s ease-in-out;
  143. }
  144. .sidebarimg:hover {opacity:1;}
  145.  
  146. .sidebartitle {margin-top:10px;padding-bottom:10px;border-bottom:1px solid {color:Header Borders};color:{color:Title};}
  147.  
  148. .sidebardesc {
  149. font-size:11px;text-align:justify;margin-top:10px;padding-bottom:10px;border-bottom:1px solid {color:Header Borders};
  150. }
  151.  
  152. .sidebardesc a, .headerdesc a {font-weight:bold;}
  153.  
  154.  
  155. #header {position:relative;}
  156. #headertop {
  157. margin:10px 0;height:102px;
  158. }
  159. .headerimgborder {
  160. float:left;border-radius:50px;height:100px;width:100px;border:1px solid{color:Header Borders};
  161. }
  162. .headerdesc {
  163. float:right;
  164. {block:IfSlimmer400pxPosts}
  165. width:270px;
  166. {/block:IfSlimmer400pxPosts}
  167. {block:IfNotSlimmer400pxPosts}
  168. width:370px;
  169. {/block:IfNotSlimmer400pxPosts}
  170. margin-top:10px;height:92px;overflow:hidden;
  171. }
  172.  
  173. .headertitle {
  174. {block:IfUsePompiereforTitleFont}
  175. font-family:'pompiere';
  176. {/block:IfUsePompiereforTitleFont}
  177. font-size:22px;
  178. line-height:26px;
  179. color:{color:Title};
  180. }
  181.  
  182. .headertitle a{font-weight:normal;}
  183.  
  184. #nav {
  185. position:absolute;
  186. top:122px;
  187. {block:IfSlimmer400pxPosts}
  188. width:400px;
  189. {/block:IfSlimmer400pxPosts}
  190. {block:IfNotSlimmer400pxPosts}
  191. width:500px;
  192. {/block:IfNotSlimmer400pxPosts}
  193. background:{color:Background};
  194. border-top:1px solid {color:Header Borders};
  195. border-bottom:1px solid {color:Header Borders};
  196. padding:5px 0;
  197. text-align:center;
  198. box-shadow:0;
  199. opacity:0.9;
  200. font-size:9px;
  201. z-index:100;
  202. }
  203.  
  204. #pagination {
  205. position:fixed;
  206. bottom:0px;
  207. {block:IfSlimmer400pxPosts}
  208. width:400px;
  209. {/block:IfSlimmer400pxPosts}
  210. {block:IfNotSlimmer400pxPosts}
  211. width:500px;
  212. {/block:IfNotSlimmer400pxPosts}
  213. background:{color:Background};
  214. border-top:1px solid {color:Header Borders};
  215. border-bottom:1px solid {color:Header Borders};
  216. padding:5px 0;
  217. text-align:center;
  218. box-shadow:0;
  219. opacity:0.9;
  220. font-size:9px;
  221. z-index:100;
  222. text-transform:uppercase;
  223. {block:IfNotSmallCursor}cursor:default;{/block:IfNotSmallCursor}
  224. }
  225.  
  226. #pagination a{
  227. margin:0 15px;
  228. text-transform:uppercase;
  229. color:{color:Navigation};
  230. }
  231.  
  232. #nav a{
  233. padding:0 15px;
  234. text-transform:uppercase;
  235. color:{color:Navigation};
  236. }
  237.  
  238. #nav a:hover{
  239. text-shadow:-2px 0px 0px {color:Navigation Hover},2px 0px 0px {color:Navigation Hover};
  240. }
  241.  
  242. #posts {
  243. margin-top:52px;line-height:1em;padding-bottom:20px;
  244. }
  245.  
  246. {block:IfFadedImages}
  247. #posts .photo{
  248. -webkit-transition: all .4s ease-in-out;
  249. -moz-transition: all .4s ease-in-out;
  250. -os-transition: all .4s ease-in-out;
  251. -ms-transition: all .4s ease-in-out;
  252. opacity:0.8;
  253. }
  254. {/block:IfFadedImages}
  255. #posts .photo:hover {opacity:1;}
  256.  
  257. #posts .img {max-width:100%;display:block;}
  258.  
  259. #posts .post {margin:25px 0;}
  260.  
  261. .post .postdate {
  262. margin-top:10px;background:{color:Post Desc Background};padding:10px;font-size:10px;text-align:left;color:{color:Post Desc Links};{block:IfNotSmallCursor}cursor:default;{/block:IfNotSmallCursor}
  263. }
  264.  
  265. .post .postdate a:hover{color:{color:Post Desc Links Hover};}
  266.  
  267. .post .posttags {
  268. margin-top:2px;font-size:10px;color:{color:Post Tags};padding:0 5px;
  269. }
  270.  
  271. .post h1 {margin-bottom:0px;font-size:14px;}
  272.  
  273. .post p {margin:5px 0;}
  274.  
  275. .post .posttext a {color:{color:Post Links};font-weight:bold;}
  276. .post .posttext a:hover {color:{color:Post Links Hover};}
  277.  
  278. .posttext img{max-width:100%;}
  279.  
  280. /*QUOTE*/
  281.  
  282. .quotecharwrap {
  283. position:relative;text-align:center;{block:IfNotSmallCursor}cursor:default;{/block:IfNotSmallCursor}
  284. }
  285.  
  286. .quoteborder {
  287. position:absolute;
  288. height:24px;
  289. width:100%;
  290. border-bottom:2px solid {color:Quote Background};
  291. z-index:0;
  292. }
  293.  
  294. .quotechar {
  295. line-height:55px;
  296. margin:auto;
  297. background:{color:Quote Background};
  298. color:{color:Quote Character};
  299. height:40px;
  300. overflow:hidden;
  301. width:40px;
  302. border-radius:25px;
  303. font-size:40px;
  304. font-family:times new roman;
  305. border:5px solid {color:Background};
  306. z-index:15;
  307. position:relative;
  308. }
  309.  
  310. .quotetext {
  311. padding:5px 20px 15px 20px;font-size:14px;text-align:justify;
  312. }
  313.  
  314. /*CHAT*/
  315.  
  316. .chatodd {padding:5px;background:{color:Post Desc Background};}
  317. .chateven {padding:5px;}
  318.  
  319. .chatlabel {display:inline;text-transform:uppercase;font-weight:bold;}
  320.  
  321. /*ANSWER*/
  322.  
  323. .postask {
  324. position:relative;
  325. background:{color:Ask Background};
  326. padding:15px;
  327. border-bottom:1px solid {color:Ask Border};
  328. }
  329.  
  330. .postquestion {
  331. margin-left:40px;
  332. }
  333.  
  334. .askicon {
  335. float:left;
  336. width:30px;
  337. border-radius:15px;
  338. }
  339.  
  340. .postanswer {
  341. padding:15px;
  342. }
  343.  
  344. .postanswer a {
  345. color:{color:In Text Links};font-weight:bold;
  346. -webkit-transition: all .2s ease-in-out;
  347. -moz-transition: all .2s ease-in-out;
  348. -os-transition: all .2s ease-in-out;
  349. -ms-transition: all .2s ease-in-out;
  350. }
  351.  
  352. /*AUDIO*/
  353. .musicwrap{
  354.  
  355. }
  356.  
  357. .musicalbum { border-radius:24px;}
  358.  
  359. .music {
  360. position:relative;
  361. float:left;
  362. width:48px;
  363. height:48px;
  364. border:16px solid {color:Post Desc Background};
  365. border-radius:40px;
  366. margin-bottom:5px;
  367. }
  368.  
  369. .musicplayer {
  370. position:absolute;
  371. top:11px;
  372. left:11px;
  373. height:26px;
  374. width:26px;
  375. overflow:hidden;
  376. opacity:.6;
  377. border-radius:13px;
  378. }
  379.  
  380. .musicinfo {
  381. float:left;width:150px;margin-left:10px;text-align:center;padding-top:15px;
  382. }
  383.  
  384.  
  385. /* POST NOTES */
  386.  
  387. .postnotes {
  388. margin-top:0px;
  389. padding:10px;
  390. border-radius:5px;
  391. }
  392.  
  393. .postnotes a {color:inherit;text-transform:uppercase;text-decoration:none;}
  394.  
  395. .postnotes ol {
  396. list-style-type:none;
  397. margin-left:0px;
  398. margin-top:0px;
  399. padding-left:0px;
  400. font-size:10px;
  401. }
  402.  
  403. .postnotes ol li {
  404. padding: 10px 5px;
  405. margin: 0px;
  406. border-bottom:1px solid {color:Post Desc Background};
  407. }
  408. .postnotes ol li a {
  409. -webkit-transition: all .2s ease-in-out;
  410. -moz-transition: all .2s ease-in-out;
  411. -os-transition: all .2s ease-in-out;
  412. -ms-transition: all .2s ease-in-out;
  413. }
  414. .postnotes ol li a:hover {color:{color:Post Desc Background};}
  415.  
  416. .postnotes img {
  417. margin-right:5px;
  418. vertical-align:-4px;
  419. }
  420.  
  421. #credit {
  422. position:fixed;
  423. bottom:10px;
  424. right:10px;
  425. font-size:14px;
  426. font-family:arial;
  427. color:{color:Text};
  428. background:{color:Background};
  429. padding:10px;
  430. line-height:14px;
  431. opacity:.6;
  432. border-radius:5px;
  433. }
  434.  
  435. </style>
  436. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  437.  
  438. </head>
  439. <body>
  440.  
  441. <script type="text/javascript">
  442. $(document).ready(function() {
  443. $(window).scroll(function(){
  444. if ($(this).scrollTop() > 122) {
  445. $('#nav').css('position','fixed');
  446. $('#nav').css('top','0');
  447. $('#nav').css('box-shadow','0 6px 6px -6px #d0d0d0');
  448. {block:IfShowSidebar}
  449. $('#sidebar').fadeIn(700);
  450. {/block:IfShowSidebar}
  451. } else {
  452. $('#nav').css('position','absolute');
  453. $('#nav').css('top','122px');
  454. $('#nav').css('box-shadow','0px 0px 0px 0px');
  455. {block:IfShowSidebar}
  456. $('#sidebar').fadeOut(100);
  457. {/block:IfShowSidebar}
  458. }
  459. });
  460.  
  461. $('.scrollup').click(function(){
  462. $("html, body").animate({ scrollTop: 0 }, 600);
  463. return false;
  464. });
  465.  
  466. });
  467. </script>
  468. <div id="credit">
  469. <a href="http://purloinedinpetrograd.tumblr.com">&copy;</a>
  470. </div>
  471. <div id="wrap" style="">
  472. <div id="header" style="">
  473. <div id="headertop" style="">
  474. <div class="headerimgborder" style="">
  475. <a href="/"><img src="{image:Sidebar}" class="sidebarimg" /></a>
  476. </div>
  477. <div class= "headerdesc" style="">
  478. <span class="headertitle" style=""><a href="/">{Title}</a></span>
  479. <br />{Description}
  480. </div>
  481. <div style="clear:both;"></div>
  482. </div>
  483. </div>
  484.  
  485. <div id="nav" style="">
  486. <a href="/">home</a>
  487. {block:AskEnabled}
  488. <a href="/ask">ask</a>
  489. {/block:AskEnabled}
  490. {block:SubmissionsEnabled}
  491. <a href="/submit">submit</a>
  492. {/block:SubmissionsEnabled}
  493. {block:IfLink1}
  494. <a href="{text:Link URL 1}">{text:Link Name 1}</a>
  495. {/block:IfLink1}
  496. {block:IfLink2}
  497. <a href="{text:Link URL 2}">{text:Link Name 2}</a>
  498. {/block:IfLink2}
  499. {block:IfLink3}
  500. <a href="{text:Link URL 3}">{text:Link Name 3}</a>
  501. {/block:IfLink3}
  502. {block:IfLink4}
  503. <a href="{text:Link URL 4}">{text:Link Name 4}</a>
  504. {/block:IfLink4}
  505. </div>
  506.  
  507. <div id="sidebar" style="">
  508. <div class="sidebarimgborder" style="">
  509. <a href="/"><img src="{image:Sidebar}" class="sidebarimg" /></a>
  510. </div>
  511. <div class="sidebartitle" style="">
  512. <center><b><a href="/">{Title}</a></b></center>
  513. </div>
  514. <div class="sidebardesc" style="">
  515. {Description}
  516. </div>
  517. </div>
  518.  
  519. <div id="posts" style="">
  520.  
  521. {block:Posts}
  522. <div class="post">
  523.  
  524. {block:Text}
  525. <!--- TEXT POST RIGHT HERE -->
  526. {block:Title}<h1>{block:IndexPage}<a href="{Permalink}">{/block:IndexPage}{Title}{block:IndexPage}</a>{/block:IndexPage}</h1>{/block:Title}
  527. <div class="posttext">
  528. {Body}
  529. </div>
  530. {/block:Text}
  531.  
  532. {block:Link}
  533. <!--- LINK POST RIGHT HERE -->
  534. <h1><a href="{URL}" {Target}>link: {Name}</a></h1>
  535. {block:Description}
  536. <div class="posttext">
  537. {Description}
  538. </div>
  539. {/block:Description}
  540. {/block:Link}
  541.  
  542. {block:Photo}
  543. <!--- PHOTO POST RIGHT HERE -->
  544. <div class="photo">
  545. <center>
  546. <img src="{PhotoURL-HighRes}" class="img" />
  547. </center>
  548. </div>
  549. {block:Caption}
  550. {block:IndexPage}
  551. {block:IfShowCaptions}
  552. <div class="posttext">
  553. <div class="caption">
  554. {Caption}
  555. </div>
  556. </div>
  557. {/block:IfShowCaptions}
  558. {/block:IndexPage}
  559. {block:PermalinkPage}
  560. <div class="posttext">
  561. <div class="caption">
  562. {Caption}
  563. </div>
  564. </div>
  565. {/block:PermalinkPage}
  566. {/block:Caption}
  567. {/block:Photo}
  568.  
  569. {block:Photoset}
  570. <!--- PHOTOSET POST RIGHT HERE -->
  571. <div class="photo">
  572. {block:IfNotSlimmer400pxPosts}
  573. {Photoset-500}
  574. {/block:IfNotSlimmer400pxPosts}
  575. {block:IfSlimmer400pxPosts}
  576. {Photoset-400}
  577. {/block:IfSlimmer400pxPosts}
  578. </div>
  579. {block:Caption}
  580. {block:IndexPage}
  581. {block:IfShowCaptions}
  582. <div class="posttext">
  583. <div class="caption">
  584. {Caption}
  585. </div>
  586. </div>
  587. {/block:IfShowCaptions}
  588. {/block:IndexPage}
  589. {block:PermalinkPage}
  590. <div class="posttext">
  591. <div class="caption">
  592. {Caption}
  593. </div>
  594. </div>
  595. {/block:PermalinkPage}
  596. {/block:Caption}
  597. {/block:Photoset}
  598.  
  599. {block:Video}
  600. <!--- VIDEO POST RIGHT HERE -->
  601. <div class="photo">
  602. {block:IfNotSlimmer400pxPosts}
  603. {Video-500}
  604. {/block:IfNotSlimmer400pxPosts}
  605. {block:IfSlimmer400pxPosts}
  606. {Video-400}
  607. {/block:IfSlimmer400pxPosts}
  608. </div>
  609. {block:Caption}
  610. {block:IndexPage}
  611. {block:IfShowCaptions}
  612. <div class="posttext">
  613. <div class="caption">
  614. {Caption}
  615. </div>
  616. </div>
  617. {/block:IfShowCaptions}
  618. {/block:IndexPage}
  619. {block:PermalinkPage}
  620. <div class="posttext">
  621. <div class="caption">
  622. {Caption}
  623. </div>
  624. </div>
  625. {/block:PermalinkPage}
  626. {/block:Caption}
  627. {/block:Video}
  628.  
  629. {block:Quote}
  630. <!--- QUOTE POST RIGHT HERE -->
  631. <div class="quotecharwrap" style="">
  632. <div class="quoteborder" style=""></div>
  633. <div class="quotechar" style="">&#8220;</div>
  634. </div>
  635. <div class="quotetext" style="">
  636. {Quote}
  637. </div>
  638. {block:Source}
  639. <div class="posttext">
  640. <p>-- {Source}</p>
  641. </div>
  642. {/block:Source}
  643. {/block:Quote}
  644.  
  645. {block:Chat}
  646. <!--- CHAT POST RIGHT HERE -->
  647. {block:Title}<h1><center><a href="{Permalink}">{Title}</a></center></h1>{/block:Title}
  648. <div class="posttext">
  649. <div class="chatlines">
  650. {block:Lines}
  651. <div class="chat{Alt}"><div class="chatlabel">{block:Label}{Label}{/block:Label}</div> {Line}</div>
  652. {/block:Lines}
  653. </div>
  654. </div>
  655. {/block:Chat}
  656.  
  657. {block:Audio}
  658. <!--- AUDIO POST RIGHT HERE -->
  659. <div class="music">
  660. {block:AlbumArt}<img class="musicalbum" src="{AlbumArtURL}" style="width:48px;" />{/block:AlbumArt}
  661. <div class="musicplayer">
  662. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  663. </div>
  664. </div>
  665. <div class="musicinfo">
  666. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}
  667. {block:Album}<br />{Album}{/block:Album}
  668. {block:Artist}<br />{Artist}{/block:Artist}
  669. </div>
  670. <div style="clear:both;"></div>
  671.  
  672. {block:Caption}
  673. {block:IndexPage}
  674. {block:IfShowCaptions}
  675. <div class="posttext">
  676. <div class="caption">
  677. {Caption}
  678. </div>
  679. </div>
  680. {/block:IfShowCaptions}
  681. {/block:IndexPage}
  682. {block:PermalinkPage}
  683. <div class="posttext">
  684. <div class="caption">
  685. {Caption}
  686. </div>
  687. </div>
  688. {/block:PermalinkPage}
  689. {/block:Caption}
  690. {/block:Audio}
  691.  
  692. {block:Answer}
  693. <!--- ANSWER POST RIGHT HERE -->
  694. <div class="postask">
  695. <img src="{AskerPortraitURL-30}" class="askicon" />
  696. <div class="postquestion">
  697. <b>{Asker}</b> {text:Asker Label}:
  698. <br />{Question}
  699. </div>
  700. <div class="clear"></div>
  701. </div>
  702. <div class="postanswer">{Answer}</div>
  703. {/block:Answer}
  704.  
  705.  
  706. <div style="display:none;">
  707. {block:ContentSource}{SourceURL}{/block:ContentSource}
  708. </div>
  709.  
  710. {block:Date}
  711. <div class="postdate" style="">
  712. <div style="float:left;text-transform:lowercase;"><a href="{Permalink}">posted {Month} {DayOfMonth}{DayOfMonthSuffix}{block:PermalinkPage}, {Year} at {24Hour}:{Minutes}{/block:PermalinkPage}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a></div>
  713. <div style="float:right;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &nbsp;&#183; &nbsp; <a href="{ReblogRootURL}">source</a> &nbsp;&#183;&nbsp; {/block:RebloggedFrom}<a href="{ReblogURL}">reblog</a></div>
  714. <div style="clear:both;"></div>
  715. </div>
  716. {block:PermalinkPage}
  717. {block:HasTags}
  718. <div class="posttags" style="">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  719. {/block:HasTags}
  720. {/block:PermalinkPage}
  721. {block:IndexPage}
  722. {block:IfShowTags}
  723. {block:HasTags}
  724. <div class="posttags" style="">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  725. {/block:HasTags}
  726. {/block:IfShowTags}
  727. {/block:IndexPage}
  728. {/block:Date}
  729. </div>
  730. {block:PostNotes}
  731. <div class="postnotes">{PostNotes}</div>
  732. {/block:PostNotes}
  733. {/block:Posts}
  734. </div>
  735.  
  736. {block:Pagination}
  737. <div id="pagination" style="">
  738. {block:PreviousPage}
  739. <a href="{PreviousPage}">&laquo;</a>
  740. {/block:PreviousPage}
  741. {block:JumpPagination length="5"}
  742. {block:CurrentPage}
  743. <span style="margin:0 15px;opacity:0.3;">{PageNumber}</span>
  744. {/block:CurrentPage}
  745. {block:JumpPage}
  746. <a href="{URL}">{PageNumber}</a>
  747. {/block:JumpPage}
  748. {/block:JumpPagination}
  749. {block:NextPage}
  750. <a href="{NextPage}">&raquo;</a>
  751. {/block:NextPage}
  752. </div>
  753. {/block:Pagination}
  754. </div>
  755. </body>
  756. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement