sexycullen

# 149

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