sexycullen

itiskapi

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