sexycullen

# 159

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