Advertisement
sexycullen

# 150

Dec 3rd, 2015
4,239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.66 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 150
  9. THEME BY: https://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta https-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FCFCFC">
  23. <meta name="color:Link" content="#8C8C8C">
  24. <meta name="color:Link Hover" content="#CECECE">
  25. <meta name="color:Text" content="#282828">
  26. <meta name="color:Title" content="#FFFFFF">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:ScrollBG" content="#FFFFFF">
  29. <meta name="color:Blockquote" content="#F8F8F8">
  30. <meta name="color:Info Border" content="#F8F7F7">
  31. <meta name="color:Container Border" content="#F8F8F8">
  32. <meta name="color:Posts BG" content="#FFFFFF">
  33. <meta name="color:Black BG" content="#000000">
  34. <meta name="color:Image Border" content="#FFFFFF">
  35. <meta name="color:Questions Border" content="#F8F7F7">
  36. <meta name="color:Sidebar Border" content="#F8F8F8">
  37.  
  38. <meta name="text:Body Font Size" content="10px"/>
  39. <meta name="text:Body Font" content="calibri"/>
  40.  
  41. <meta name="image:Icon" content=""/>
  42. <meta name="image:Icon2" content=""/>
  43. <meta name="image:Background" content="" />
  44.  
  45. <meta name="if:Hover Tags" content="0"/>
  46. <meta name="if:Show Borders" content="1" />
  47. <meta name="if:Show 2 Icons" content="0" />
  48. <meta name="if:Show Link1" content="0" />
  49. <meta name="if:Show Link2" content="0" />
  50. <meta name="if:Show Link3" content="0" />
  51.  
  52. <meta name="text:link1" content="">
  53. <meta name="text:link1 url" content="/">
  54. <meta name="text:link2" content="">
  55. <meta name="text:link2 url" content="/">
  56. <meta name="text:link3" content="">
  57. <meta name="text:link3 url" content="/">
  58.  
  59. <meta name="text:link1" content="">
  60. <meta name="text:link1 hover" content="link1">
  61. <meta name="text:link2" content="">
  62. <meta name="text:link2 hover" content="link2">
  63. <meta name="text:link3" content="">
  64. <meta name="text:link3 hover" content="link3">
  65.  
  66. <link href='https://fonts.googleapis.com/css?family=Muli:400,400italic' rel='stylesheet' type='text/css'>
  67.  
  68. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  69.  
  70. <link href='https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' rel='stylesheet' type='text/css'>
  71.  
  72. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  74. <script>
  75. (function($){
  76. $(document).ready(function(){
  77. $("a[title]").style_my_tooltips({
  78. tip_follows_cursor:true,
  79. tip_delay_time:90,
  80. tip_fade_speed:600,
  81. attribute:"title"
  82. });
  83. });
  84. })(jQuery);
  85. </script>
  86.  
  87.  
  88. <style type="text/css">
  89.  
  90. ::-webkit-scrollbar {background-color:{color:scrollbg}; height:3px; width:3px}
  91. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:4px}
  92. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:4px!important}
  93.  
  94.  
  95. #s-m-t-tooltip {
  96. max-width:300px;
  97. margin-top:-20px;
  98. margin-left:-20px;
  99. font-size:8px;
  100. padding:2px;
  101. font-family:arial;
  102. letter-spacing:1px;
  103. text-align:center;
  104. text-transform:uppercase;
  105. background-color:{color:Black BG};
  106. color:{color:title};
  107. z-index:999999999999999999999999999999999999;
  108. }
  109.  
  110. h1 {
  111. font-weight:normal;
  112. font-size: {text:Body Font Size};
  113. font-family: {text:Body Font};
  114. text-align:center;
  115. font-style:italic;
  116. letter-spacing:0px;
  117. text-transform:none;
  118. color:{color:Text};
  119. }
  120.  
  121. h2 {
  122. margin-bottom:12px;
  123. padding-bottom:10px;
  124. font-weight:normal;
  125. font-family:arial;
  126. font-size:17px;
  127. letter-spacing:-1px;
  128. font-style:none;
  129. font-weight:bold;
  130. line-height:100%;
  131. text-transform:;
  132. color:{color:Text};
  133. margin: 0px;
  134. border-bottom: px solid {color:Info Border};
  135. }
  136.  
  137. pre {
  138. width:400px;
  139. text-align: left;
  140. word-wrap: break-word;
  141. color:{color:Text};
  142. }
  143.  
  144.  
  145. blockquote {
  146. border-left:1px solid {color:Blockquote};
  147. padding-left:13px;
  148. padding-top:1px;
  149. padding-bottom:1px;
  150. margin:10px;
  151. margin-top:20px;
  152. margin-bottom:10px;
  153. margin-left:20px;
  154. }
  155.  
  156. blockquote img {
  157. max-width:350px;
  158. }
  159.  
  160. body {
  161. color: {color:Text};
  162. background-color:{color:Background};
  163. background-image:url('{image:background}');
  164. background-attachment: fixed;
  165. background-repeat: repeat;
  166. word-spacing:1px;
  167. }
  168.  
  169. a {
  170. color: {color:Link};
  171. text-decoration: none;
  172. -moz-transition-duration: 0.5s;
  173. -o-transition-duration: 0.5s;
  174. -webkit-transition-duration: 0.5s;
  175. transition-duration: 0.5s;
  176. }
  177.  
  178. a:hover {
  179. color: {color:Link Hover};
  180. text-decoration:underline;
  181. -moz-transition-duration: 0.5s;
  182. -o-transition-duration: 0.5s;
  183. -webkit-transition-duration: 0.5s;
  184. transition-duration: 0.5s;
  185. }
  186.  
  187. .title {
  188. width:191px;
  189. padding:5px;
  190. margin-top:px;
  191. margin-left:px;
  192. text-align:center;
  193. font-family:Hind;
  194. text-transform:lowercase;
  195. font-size:10px;
  196. letter-spacing:px;
  197. font-weight:bold;
  198. line-height:87%;
  199. color:{color:text};
  200. border-bottom:px solid {color:Sidebar Border};
  201. }
  202.  
  203. .title a {
  204. color:{color:text};
  205. }
  206.  
  207. .bottom {
  208. width:720px;
  209. padding-top:9px;
  210. padding-left:5px;
  211. padding-right:5px;
  212. padding-bottom:10px;
  213. margin-top:572px;
  214. margin-left:102px;
  215. font-family:Hind;
  216. font-size:8px;
  217. position:fixed;
  218. letter-spacing:1px;
  219. font-style:none;
  220. font-weight:;
  221. line-height:87%;
  222. text-transform:uppercase;
  223. color:{color:text};
  224. background-color:{color:Posts BG};
  225. border-bottom:px solid {color:Sidebar Border};
  226. }
  227.  
  228. .bottom a {
  229. color:{color:text};
  230. }
  231.  
  232.  
  233. .sidebar {
  234. width:227px;
  235. height:500px;
  236. color:{color:Text};
  237. position: fixed;
  238. margin-top:70px;
  239. margin-left:102px;
  240. padding:0px;
  241. background-color:{color:Posts BG};
  242. {block:ifShowBorders}
  243. border-top:1px solid {color:Container Border};
  244. border-left:1px solid {color:Container Border};
  245. border-bottom:1px solid {color:Container Border};
  246. {/block:ifShowBorders}
  247. }
  248.  
  249. .sidebarimage {
  250. margin-top:10px;
  251. margin-bottom:10px;
  252. margin-left:0px;
  253. width:60px;
  254. padding:0px;
  255. outline:1px solid {color:Sidebar Border};
  256. border:12px solid {color:Image Border};
  257. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  258. }
  259.  
  260. .sidebarlinks {
  261. width:190px;
  262. margin-top:0px;
  263. margin-bottom:10px;
  264. text-transform:uppercase;
  265. font-size:9px;
  266. font-family:Hind;
  267. text-transform:;
  268. padding:5px;
  269. text-align:center;
  270. line-height:10px;
  271. letter-spacing:0px;
  272. border-bottom:px solid {color:Sidebar Border};
  273. }
  274.  
  275.  
  276. .sidebarlinks a {
  277. color:{color:Text};
  278. padding:3px;
  279. -moz-transition-duration: 0.5s;
  280. -o-transition-duration: 0.5s;
  281. -webkit-transition-duration: 0.5s;
  282. transition-duration: 0.5s;
  283. border-bottom:1px solid {color:Sidebar Border};
  284. }
  285.  
  286. .sidebarlinks a:hover {
  287. color:{color:Link Hover};
  288. text-decoration:none;
  289. -moz-transition-duration: 0.5s;
  290. -o-transition-duration: 0.5s;
  291. -webkit-transition-duration: 0.5s;
  292. transition-duration: 0.5s;}
  293.  
  294.  
  295. .description {
  296. text-transform:;
  297. width:180px;
  298. padding-top:px;
  299. margin-top:px;
  300. margin-bottom:5px;
  301. padding:5px;
  302. text-align:center;
  303. font-size:9px;
  304. font-family:hind;
  305. color:{color:Text};
  306. letter-spacing:px;
  307. }
  308.  
  309. .description a:hover {
  310. color:{color:Link Hover};
  311. }
  312.  
  313. .border {
  314. margin-left:10px;
  315. border-bottom: 1px solid {color:Sidebar Border};
  316. width:150px;
  317. }
  318.  
  319. .border2 {
  320. margin-left:0px;
  321. border-bottom: 1px solid {color:Sidebar Border};
  322. width:90px;
  323. }
  324.  
  325. .borderdescr {
  326. padding-bottom:6px;
  327. margin-left:0px;
  328. border-bottom: 1px solid {color:Sidebar Border};
  329. width:90px;
  330. }
  331.  
  332.  
  333. .pagination {
  334. width:240px;
  335. padding:5px;
  336. margin-top:10px;
  337. margin-bottom:10px;
  338. margin-top:1px;
  339. font-family:hind;
  340. font-size:9px;
  341. letter-spacing:1px;
  342. font-weight:;
  343. text-transform:lowercase;
  344. }
  345.  
  346. .pagination a {
  347. padding:3px;
  348. color:{color:Text};
  349. }
  350.  
  351. .pagination a:hover {
  352. color:{color:Link Hover};
  353. }
  354.  
  355. .container {
  356. width:900px;
  357. margin: auto;
  358. margin-top:-8px;
  359. }
  360.  
  361.  
  362. .postscontainer {
  363. width:501px;
  364. height:500px;
  365. margin: auto;
  366. position:fixed;
  367. margin-top:71px;
  368. margin-bottom:50px;
  369. margin-left:330px;
  370. background-color:{color:Posts BG};
  371. {block:ifShowBorders}
  372. outline:1px solid {color:Container Border};
  373. border-right:0px solid {color:Container Border};
  374. border-bottom:0px solid {color:Container Border};
  375. {/block:ifShowBorders}
  376. overflow-y:scroll;
  377. overflow-x:hidden;
  378. }
  379.  
  380. .posts {
  381. width:400px;
  382. font-size: {text:Body Font Size};
  383. font-family: {text:Body Font};
  384. margin-bottom:12px;
  385. margin-left:34px;
  386. padding:20px;
  387. text-align:justify;
  388. border-bottom:1px solid {color:info Border};
  389. }
  390.  
  391. .info {
  392. margin-top:20px;
  393. margin-bottom:0px;
  394. text-align:right;
  395. text-transform:lowercase;
  396. font-size:10px;
  397. font-family:calibri;
  398. color:{color:Text};
  399. letter-spacing:0px
  400. }
  401.  
  402. .info a {
  403. padding:3px;
  404. color:{color:Text};
  405. border-bottom:1px solid {color:Info Border};
  406. }
  407.  
  408. .info a:hover {
  409. text-decoration:none;
  410. color:{color:Link Hover};
  411. }
  412.  
  413. .info2 {
  414. text-align:left;
  415. margin-top:-6px;
  416. font-family:arial;
  417. text-transform:lowercase;
  418. letter-spacing:0px;
  419. font-size:9px;
  420. }
  421.  
  422. .info2 a {
  423. color:{color:Text};
  424. }
  425.  
  426. .info2 a:hover {
  427. text-decoration:underline;
  428. color:{color:Link Hover};
  429. }
  430.  
  431. .dashicons {
  432. margin-top:5px;
  433. margin-left:510px;
  434. padding-bottom:0px;
  435. line-height:0%;
  436. font-family:arial;
  437. text-transform:lowercase;
  438. letter-spacing:0px;
  439. font-size:11px;
  440. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  441. list-style: none;
  442. }
  443.  
  444. .posts:hover .dashicons {
  445. margin-top:5px;filter: alpha(opacity = 100);
  446. opacity:100;-webkit-transition: all 0.5s ease-out;
  447. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  448. }
  449.  
  450. .posts:hover .tags {
  451. {block:ifHoverTags}
  452. margin-top:7px;filter: alpha(opacity = 100);
  453. opacity:100;-webkit-transition: all 0.5s ease-out;
  454. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  455. {/block:ifHoverTags}}
  456.  
  457. .tags {
  458. {block:ifHoverTags}
  459. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  460. {/block:ifHoverTags}
  461. width:400px;
  462. position:absolute;
  463. margin-top:7px;
  464. line-height:120%;
  465. font-size:9px;
  466. letter-spacing:0px;
  467. font-family:calibri;
  468. text-align:right;
  469. -moz-transition-duration:0.5s;
  470. -webkit-transition-duration:0.5s;
  471. -o-transition-duration:0.5s;
  472. }
  473.  
  474. .tags a {
  475. padding:4px;
  476. color:{color:Text};
  477. }
  478.  
  479. .tags a:hover {
  480. text-transform:;
  481. color:{color:Link Hover};
  482. }
  483.  
  484. .postnote {
  485. width:400px;
  486. text-transform:lowercase;
  487. font-size: {text:Body Font Size};
  488. font-family: {text:Body Font};
  489. text-align:left;
  490. line-height:90%;
  491. margin-top:40px;
  492. }
  493.  
  494. .postnote li {
  495. list-style-type:none;
  496. border-bottom:1px solid {color:Info Border};
  497. padding:37px 0px 3px 0px;
  498. text-align:left;
  499. margin:0px;
  500. -moz-transition-duration:0.5s;
  501. -webkit-transition-duration:0.5s;
  502. -o-transition-duration:0.5s;
  503. }
  504.  
  505. .postnote img {
  506. width:20px;
  507. padding: 3px;
  508. margin:2px 7px -3px 6px;
  509. text-align:left;
  510. margin:2px 7px -3px 6px;
  511. border:2px solid {color:Info Border};
  512. border-radius:100px;
  513. -webkit-border-radius:100px;
  514. -moz-border-radius:100px;
  515. }
  516.  
  517. .music {
  518. width:400px;
  519. {block:ifShow400pxposts}
  520. width:400px;
  521. {/block:ifShow400pxposts}
  522. padding-bottom:10px;
  523. }
  524.  
  525. .albumart {
  526. float:left;
  527. width:50px;
  528. padding: 3px;
  529. margin:2px 7px -3px 6px;
  530. border:2px solid {color:Info Border};
  531. border-radius:100px;
  532. -webkit-border-radius:100px;
  533. -moz-border-radius:100px;
  534. }
  535.  
  536. .playercontainer {
  537. text-align:left;
  538. padding-top:15px;
  539. width:450px;
  540. {block:ifShow400pxposts}
  541. width:350px;
  542. {/block:ifShow400pxposts}
  543. }
  544.  
  545. .musicinfo {
  546. padding:10px;
  547. margin-top:20px;
  548. font-size: {text:Body Font Size};
  549. font-family: {text:Body Font};
  550. color:{color:Text};
  551. }
  552.  
  553. .quote {
  554. font-family:arial;
  555. font-size:17px;
  556. letter-spacing:-1px;
  557. font-style:none;
  558. font-weight:bold;
  559. line-height:100%;
  560. text-align:center;
  561. }
  562.  
  563. .source {
  564. font-family:calibri;
  565. font-size:10px;
  566. font-style:normal;
  567. text-align:center;
  568. line-height:17px;
  569. }
  570.  
  571. .chat ol {
  572. font-size: {text:Body Font Size};
  573. font-family: {text:Body Font};
  574. line-height:200%;
  575. padding:3px;
  576. list-style:none;
  577. }
  578.  
  579. .label {
  580. font-weight:bold;
  581. text-transform:uppercase;
  582. font-family:hind;
  583. font-size:11px;
  584. letter-spacing:1px;
  585. color:{color:Text};
  586. padding:px;
  587. border-bottom: 1px solid {color:Info Border};
  588. }
  589.  
  590. .line.odd {
  591. padding:4px;
  592. margin-bottom:2px;
  593. }
  594.  
  595. .line.even {
  596. padding:4px;
  597. margin-bottom:2px;
  598. }
  599.  
  600. .ask {
  601. width:400px;
  602. font-size: {text:Body Font Size};
  603. font-family: {text:Body Font};
  604. text-transform:capitalize;
  605. text-align:left;
  606. font-weight:;
  607. padding-top:4px;
  608. padding-left:7px;
  609. padding-bottom:8px;
  610. border-bottom: 1px solid {color:Questions Border};
  611. }
  612.  
  613. .ask a {
  614. color:{color:Text};
  615. }
  616.  
  617. .question {
  618. width:400px;
  619. letter-spacing:0px;
  620. margin-top:3px;
  621. padding-left:7px;
  622. padding-bottom:8px;
  623. text-align:justify;
  624. color:{color:Text};
  625. font-size: {text:Body Font Size};
  626. font-family: {text:Body Font};
  627. }
  628.  
  629. .answer {
  630. width:400px;
  631. letter-spacing:0px;
  632. text-align:justify;
  633. padding-top:5px;
  634. margin-bottom:1px;
  635. font-size: {text:Body Font Size};
  636. font-family: {text:Body Font};
  637. color:{color:Text};
  638. }
  639.  
  640. .askimg {
  641. padding: 3px;
  642. margin:2px 7px -3px 6px;
  643. }
  644.  
  645. .credit {
  646. font-family:Hind;
  647. margin-top:-7px;
  648. font-size:8px;
  649. letter-spacing:1px;
  650. text-transform:uppercase;
  651. text-align:right;
  652. }
  653.  
  654. .credit a {
  655. font-style:normal;
  656. padding:3px;
  657. color:{color:text};
  658. -moz-transition-duration:0.5s;
  659. -webkit-transition-duration:0.5s;
  660. -o-transition-duration:0.5s;
  661. }
  662.  
  663. </style>
  664. </head>
  665.  
  666.  
  667. <body>
  668. <div class="container">
  669. <div class="bottom">
  670. {block:Pagination}
  671. {block:PreviousPage}
  672. <a href="{PreviousPage}"> ‹ </a>
  673. {/block:PreviousPage}
  674. {block:JumpPagination length="6"}
  675. {block:CurrentPage}
  676. <span class="current_page">{PageNumber}</span>
  677. {/block:CurrentPage}
  678. {block:JumpPage}
  679. <a class="jump_page" href="{URL}">{PageNumber}</a>
  680. {/block:JumpPage}
  681. {/block:JumpPagination}
  682. {block:NextPage}
  683. <a href="{NextPage}"> › </a>
  684. {/block:NextPage}
  685. {/block:Pagination}
  686. <div class="credit">
  687. <a href="https://scottisbae.tumblr.com/">scottisbae</a>
  688. </div>
  689. </div>
  690. <div class="sidebar">
  691. <center>
  692. <br><br>
  693. <center>
  694. <img src="{image:icon}" class="sidebarimage">
  695. {block:IfShow2Icons}
  696. <img src="{image:icon2}" class="sidebarimage">
  697. {/block:IfShow2Icons}
  698. </center>
  699. <div class="sidebarlinks">
  700. {block:ifShowLink1}
  701. <a title="{text:link1 hover}" href="{text:link1 url}">001</a>
  702. {/block:IfShowLink1}
  703. {block:ifShowLink2}≡
  704. <a title="{text:link2 hover}" href="{text:link2 url}">002</a>
  705. {/block:IfShowLink2}
  706. {block:ifShowLink3}≡
  707. <a title="{text:link3 hover}" href="{text:link3 url}">003</a>
  708. {/block:IfShowLink3}
  709. </div>
  710. <div class="description">
  711. {Description}
  712. <center><div class="borderdescr"></div></center>
  713. </div>
  714. <div class="sidebarlinks">
  715. <span style="letter-spacing:1px;font-size:8px;">
  716. <a href="/">index</a> </span> ≡
  717. <span style="letter-spacing:1px;font-size:8px;">
  718. <a href="/ask">ask</a>
  719. </span>
  720. </div>
  721. </center>
  722. </div>
  723.  
  724. <div class="postscontainer">
  725.  
  726. {block:Posts}
  727. <div class="posts">
  728.  
  729.  
  730. {block:Text}
  731. {block:Title}<h2>{Title}</h2>{/block:Title}
  732. {Body}
  733. {/block:Text}
  734.  
  735. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  736.  
  737. {/block:Quote}
  738.  
  739. {block:Link}
  740. <h2><a href="{URL}">{Name}</a></h2>
  741. {block:Description}{Description}{/block:Description}
  742. {/block:Link}
  743.  
  744. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
  745. </ol></div>{/block:Chat}
  746.  
  747. {block:Answer}<div class="ask"><span style="font-weight:bold;letter-spacing:px;text-transform:uppercase;font-family:hind;font-size:px;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  748.  
  749. {block:Photo}
  750. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  751. {/block:Photo}
  752.  
  753. {block:Photoset}{Photoset-400}
  754. {block:Caption}{Caption}{/block:Caption}
  755. {/block:Photoset}
  756.  
  757. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  758. <div class="playercontainer">{AudioPlayerWhite}</div>
  759. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
  760. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  761.  
  762. {block:Video}{Video-400}
  763. {block:Caption}{Caption}{/block:Caption}
  764. {/block:Video}
  765.  
  766. {block:Date}<div class="info"><a title="{timeago}" href="{Permalink}">{dayofweek}</a> {block:NoteCount} <span style="font-weight:bold;font-size:px;"> ≡ </span> {NoteCountwithlabel}{/block:NoteCount} <span style="font-weight:bold;font-size:10px;"></span> {block:PermalinkPage} {block:RebloggedFrom}≡ <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a><a href="{SourceURL}"></a></span>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}</div>
  767. {/block:Date}
  768.  
  769. {block:HasTags}
  770. <div class="tags">
  771. <span style="font-weight:bold;font-size:10px;">“</span>{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}<span style="font-weight:bold;font-size:10px;">„</span>
  772. </div>
  773. {/block:HasTags}
  774.  
  775. <div class="postnote">
  776. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  777.  
  778. </div>
  779. {/block:Posts}
  780.  
  781.  
  782. </div>
  783. </div>
  784. </div>
  785. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement