sexycullen

# 122

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