Advertisement
sexycullen

# 136

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