sexycullen

# 175

Nov 24th, 2017 (edited)
2,516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.28 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 175 + 540px posts + pxu photosets and gutter
  9. THEME BY: https://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. CREDITS: unnest captions by neothm, magnusthemes and scarletwitch
  14.  
  15. --------------------------------------------->
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20. <meta name="description" content="" />
  21. <meta https-equiv="x-dns-prefetch-control" content="off"/>
  22.  
  23.  
  24. <meta name="color:Background" content="#FFFFFF">
  25. <meta name="color:Link" content="#ACB2B6">
  26. <meta name="color:Bold" content="#9D9D9D">
  27. <meta name="color:Link Hover" content="#CECECE">
  28. <meta name="color:Text" content="#232323">
  29. <meta name="color:Scrollbar" content="#CBD0D4">
  30. <meta name="color:Info Border" content="#F3F3F3">
  31. <meta name="color:Icons BG" content="#FFFFFF">
  32. <meta name="color:Posts BG" content="#FFFFFF">
  33.  
  34. <meta name="text:Body Font Size" content="9px"/>
  35. <meta name="text:Body Font" content="'Hind', arial"/>
  36. <meta name="text:Photoset Gutter" content="3px"/>
  37.  
  38. <meta name="image:Icon" content=""/>
  39. <meta name="image:Icon2" content=""/>
  40. <meta name="image:Background" content="" />
  41. <meta name="if:Show Icons" content="1" />
  42. <meta name="if:Show Sidebar Border" content="1" />
  43. <meta name="if:Show Posts Border" content="1" />
  44. <meta name="if:Show Simple Links" content="0"/>
  45. <meta name="if:Show 540px posts" content="0"/>
  46. <meta name="if:Show 500px posts" content="1"/>
  47. <meta name="if:Show 400px posts" content="0"/>
  48.  
  49.  
  50. <meta name="text:link1 url" content="/">
  51. <meta name="text:link2 url" content="/">
  52. <meta name="text:link3 url" content="/">
  53. <meta name="text:link4 url" content="/">
  54.  
  55. <meta name="text:link1 hover" content="link1">
  56. <meta name="text:link2 hover" content="link2">
  57. <meta name="text:link3 hover" content="link3">
  58. <meta name="text:link4 hover" content="link4">
  59.  
  60. <meta name="text:link1" content="">
  61. <meta name="text:link2" content="">
  62. <meta name="text:link3" content="">
  63. <meta name="text:link4" content="">
  64.  
  65.  
  66. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  67.  
  68. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  69.  
  70. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  71.  
  72. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  73.  
  74.  
  75.  
  76.  
  77. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  78. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  79.  
  80. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  81.  
  82. </script><script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  83. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  84.  
  85.  
  86. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  87. <script>
  88. (function($){
  89. $(document).ready(function(){
  90. $("a[title]").style_my_tooltips({
  91. tip_follows_cursor:true,
  92. tip_delay_time:90,
  93. tip_fade_speed:600,
  94. attribute:"title"
  95. });
  96. });
  97. })(jQuery);
  98. </script>
  99.  
  100.  
  101. <script>
  102. $(function(){ $('.posts').unnest({
  103. yourCaption: ".caption",
  104. wrapName: ".cap",
  105. newCaptionUsername: true,
  106. originalPostCaptionUsername: false,
  107. tumblrAvatars: false,
  108. tumblrAvatarClass: ".icon",
  109. usernameColon: false
  110. }); }); </script>
  111.  
  112.  
  113. <!----- pixel union photosets ---->
  114. <script>
  115. $(document).ready(function(){
  116. $('.photo-slideshow').pxuPhotoset({
  117. lightbox: true,
  118. highRes: true,
  119. gutter: '{text:Photoset Gutter}',
  120. borderRadius: '0px',
  121. photoset: '.photo-slideshow',
  122. photoWrap: '.photo-data',
  123. photo: '.pxu-photo'
  124. });
  125.  
  126. }); </script>
  127. <!----- pixel union photosets ---->
  128.  
  129.  
  130. <style type="text/css">
  131.  
  132. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:4px;}
  133. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  134. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  135.  
  136.  
  137.  
  138. #s-m-t-tooltip {
  139. max-width:300px;
  140. margin-top:-25px;
  141. margin-left:-25px;
  142. font-size: 8px;
  143. font-family: calibri;
  144. padding:2px;
  145. color:{color:text};
  146. font-weight:;
  147. letter-spacing:1px;
  148. text-align:center;
  149. text-transform:uppercase;
  150. background-color:{color:Background};
  151. z-index:999999999999999999999999999999999999;
  152. }
  153.  
  154.  
  155.  
  156. .tumblr_blog {
  157. vertical-align:middle;
  158. line-height:20px;
  159. margin-bottom:5px;
  160. font-weight:bold;
  161. color:{color:bold}!important;
  162. }
  163.  
  164. .tumblr_blog a:hover {
  165. text-decoration:none;
  166. color:{color:Link Hover};
  167. }
  168.  
  169. .icon {
  170. width:20px;
  171. height:20px;
  172. margin-right:10px;
  173. display:inline-block;
  174. float:left;
  175. border-radius:2px;
  176. }
  177.  
  178. .cap {
  179. margin-left:0px;
  180. {block:ifShow540pxposts}
  181. width:540px;
  182. {/block:ifShow540pxposts}
  183. {block:ifShow500pxposts}
  184. width:500px;
  185. {/block:ifShow500pxposts}
  186. {block:ifShow400pxposts}
  187. width:400px;
  188. {/block:ifShow400pxposts}
  189. }
  190.  
  191. .cap blockquote {
  192. {block:ifShow540pxposts}
  193. width:540px;
  194. {/block:ifShow540pxposts}
  195. {block:ifShow500pxposts}
  196. width:500px;
  197. {/block:ifShow500pxposts}
  198. {block:ifShow400pxposts}
  199. width:400px;
  200. {/block:ifShow400pxposts}
  201. margin-left:10px;
  202. }
  203.  
  204. h1 {
  205. font-weight:normal;
  206. font-size: {text:Body Font Size};
  207. font-family: 9px;
  208. text-align:left;
  209. font-style:italic;
  210. letter-spacing:0px;
  211. text-transform:none;
  212. color:{color:Bold};
  213. }
  214.  
  215. h2 {
  216. margin-bottom:12px;
  217. padding-bottom:10px;
  218. font-size: 10px;
  219. font-family: {text:Body Font};
  220. font-style:none;
  221. text-align:left;
  222. letter-spacing:0;
  223. font-weight:bold;
  224. line-height:100%;
  225. text-transform:none;
  226. color:{color:Bold};
  227. margin: 0px;
  228. border-bottom:px solid {color:Info Border};
  229. }
  230.  
  231. pre {
  232. {block:ifShow540pxposts}
  233. width:540px;
  234. {/block:ifShow540pxposts}
  235. {block:ifShow500pxposts}
  236. width:500px;
  237. {/block:ifShow500pxposts}
  238. {block:ifShow400pxposts}
  239. width:400px;
  240. {/block:ifShow400pxposts}
  241. text-align: left;
  242. word-wrap: break-word;
  243. color:{color:Text};
  244. }
  245.  
  246.  
  247.  
  248. body {
  249. color: {color:Text};
  250. background-color:{color:Background};
  251. background-image:url('{image:background}');
  252. background-repeat: repeat;
  253. background-position: ;
  254. background-attachment: fixed;
  255. word-spacing:1px;
  256. }
  257.  
  258. b, strong {
  259. color: {color:bold};
  260. }
  261.  
  262. small, sup, sub {
  263. font-size: {text:Body Font Size};
  264. letter-spacing:0px;
  265. }
  266.  
  267. a {
  268. color: {color:Link};
  269. text-decoration: none;
  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. a:hover {
  277. color: {color:Link Hover};
  278. text-decoration: none;
  279. -moz-transition-duration: 0.5s;
  280. -o-transition-duration: 0.5s;
  281. -webkit-transition-duration: 0.5s;
  282. transition-duration: 0.5s;
  283. }
  284.  
  285.  
  286.  
  287. .sidebar {
  288. margin-left:105px;
  289. width:120px;
  290. position: fixed;
  291. padding:10px;
  292. margin-top:px;
  293. background-color:{color:Posts BG};
  294. {block:ifShowSidebarBorder}
  295. border:1px solid {color:Info Border};
  296. {/block:ifShowSidebarBorder}
  297. }
  298.  
  299. .sidebarimage {
  300. margin-top:0px;
  301. margin-bottom:0px;
  302. margin-left:px;
  303. width:45px;
  304. padding:5px;
  305. background-color:{color:Icons BG};
  306. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  307. border:1px solid {color:Info Border};
  308. }
  309.  
  310.  
  311. .sidebarlinks {
  312. width:130px;
  313. margin-top:10px;
  314. margin-bottom:10px;
  315. font-size:9px;
  316. font-weight:;
  317. text-align:left;
  318. font-family:calibri;
  319. line-height:23px;
  320. text-transform:uppercase;
  321. }
  322.  
  323.  
  324. .sidebarlinks a {
  325. color:{color:bold};
  326. padding:10px;
  327. -moz-transition-duration: 0.5s;
  328. -o-transition-duration: 0.5s;
  329. -webkit-transition-duration: 0.5s;
  330. transition-duration: 0.5s;
  331. }
  332.  
  333. .sidebarlinks a:hover {
  334. color:{color:Link Hover};
  335. text-decoration:none;
  336. -moz-transition-duration: 0.5s;
  337. -o-transition-duration: 0.5s;
  338. -webkit-transition-duration: 0.5s;
  339. transition-duration: 0.5s;
  340. }
  341.  
  342.  
  343.  
  344. .sidebarlinks2 {
  345. width:130px;
  346. margin-top:10px;
  347. margin-bottom:10px;
  348. font-size:8px;
  349. font-weight:;
  350. text-align:left;
  351. font-family:calibri;
  352. line-height:19px;
  353. text-transform:uppercase;
  354. }
  355.  
  356.  
  357. .sidebarlinks2 a {
  358. color:{color:link};
  359. padding:3px;
  360. -moz-transition-duration: 0.5s;
  361. -o-transition-duration: 0.5s;
  362. -webkit-transition-duration: 0.5s;
  363. transition-duration: 0.5s;
  364. }
  365.  
  366. .sidebarlinks2 a:hover {
  367. color:{color:Link Hover};
  368. text-decoration:none;
  369. -moz-transition-duration: 0.5s;
  370. -o-transition-duration: 0.5s;
  371. -webkit-transition-duration: 0.5s;
  372. transition-duration: 0.5s;
  373. }
  374.  
  375.  
  376. .description {
  377. text-transform:;
  378. width:110px;
  379. padding-top:px;
  380. margin-top:px;
  381. margin-bottom:px;
  382. float:left;
  383. padding:5px;
  384. text-align:justify;
  385. line-height:180%;
  386. text-transform:lowercase;
  387. font-size:9px;
  388. font-family:hind;
  389. color:{color:Text};
  390. background-color:{color:Posts BG};
  391. letter-spacing:px;
  392. border:1px solid {color:Info Border};
  393. }
  394.  
  395. .description a:hover {
  396. color:{color:Link Hover};
  397. }
  398.  
  399. .border {
  400. margin-left:px;
  401. border-bottom: 1px solid {color:Info Border};
  402. width:100px;
  403. }
  404.  
  405. .border2 {
  406. margin-left:0px;
  407. border-bottom: 1px solid {color:info border};
  408. width:90px;
  409. }
  410.  
  411.  
  412. .pagination {
  413. font-family:calibri;
  414. text-transform:uppercase;
  415. letter-spacing:3px;
  416. text-align:center;
  417. font-size:15px;
  418. font-weight:bold;
  419. text-align:center;
  420. margin-top:20px;
  421. margin-bottom:30px;
  422. padding:0px;
  423. position:justify;
  424. margin-left:auto;
  425. margin-right:auto
  426. background-color:{color:Background};
  427. }
  428.  
  429. .pagination a {
  430. color:{color:Bold};
  431. padding:3px;
  432. -moz-transition-duration: 0.5s;
  433. -o-transition-duration: 0.5s;
  434. -webkit-transition-duration: 0.5s;
  435. transition-duration: 0.5s;
  436. }
  437.  
  438. .pagination a:hover {
  439. color:{color:Link Hover};
  440. text-decoration:none;
  441. -moz-transition-duration: 0.5s;
  442. -o-transition-duration: 0.5s;
  443. -webkit-transition-duration: 0.5s;
  444. transition-duration: 0.5s;
  445. }
  446.  
  447. .container {
  448. width:1000px;
  449. margin: auto;
  450. margin-top:-8px;
  451. }
  452.  
  453. /* style for pixel union photosets
  454. i recomend not changing if you don't know what you're doing */
  455. .photo-slideshow {
  456. visibility: hidden;
  457. }
  458.  
  459. .photo-slideshow.processed {
  460. visibility: visible;
  461. }
  462.  
  463. .photo-slideshow .row {
  464. clear: both;
  465. width: 100%;
  466. }
  467.  
  468. .photo-slideshow .pxu-photo {
  469. display: block;
  470. float: clear;
  471. width: 100%;
  472. overflow: hidden;
  473. }
  474.  
  475. .photo-slideshow .pxu-photo img {
  476. display: block;
  477. }
  478.  
  479. .photo-slideshow.processed .pxu-photo img {
  480. width:100%;
  481. height: auto;
  482. }
  483.  
  484. .photo-slideshow .pxu-photo:first-child img {
  485. margin:auto;
  486. }
  487.  
  488.  
  489. {block:ifShow540pxposts}
  490. .photo-slideshow .count-1 {
  491. max-width:540px;
  492. height: auto;
  493. }
  494. {/block:ifShow540pxposts}
  495.  
  496. {block:ifShow500pxposts}
  497. .photo-slideshow .count-1 {
  498. max-width:500px;
  499. height: auto;
  500. }
  501. {/block:ifShow500pxposts}
  502.  
  503. {block:ifShow400pxposts}
  504. .photo-slideshow .count-1 {
  505. width:100%;
  506. }
  507. {/block:ifShow400pxposts}
  508.  
  509. .set {margin-left:10px;}
  510.  
  511. {block:ifShow540pxposts}
  512. .photo-slideshow .count-2 {
  513. width:268px;
  514. height: auto;
  515. }
  516. {/block:ifShow540pxposts}
  517.  
  518. {block:ifShow500pxposts}
  519. .photo-slideshow .count-2 {
  520. width:245px;
  521. height: auto;
  522. }
  523. {/block:ifShow500pxposts}
  524.  
  525. {block:ifShow400pxposts}
  526. .photo-slideshow .count-2 {
  527. width:50%;
  528. height: auto;
  529. }
  530. {/block:ifShow400pxposts}
  531.  
  532.  
  533.  
  534. {block:ifShow540pxposts}
  535. .photo-slideshow .count-3 {
  536. width:33.33%;
  537. height: auto;
  538. }
  539. {/block:ifShow540pxposts}
  540.  
  541. {block:ifShow500pxposts}
  542. .photo-slideshow .count-3 {
  543. width:160px;
  544. height: auto;
  545. }
  546. {/block:ifShow500pxposts}
  547. {block:ifShow400pxposts}
  548. .photo-slideshow .count-3 {
  549. width:33.33%;
  550. height: auto;
  551. }
  552. {/block:ifShow400pxposts}
  553. /* style for pixel union photosets
  554. i recomend not changing if you don't know what you're doing */
  555.  
  556. .postscontainer {
  557. {block:ifShow540pxposts}
  558. width:540px;
  559. {/block:ifShow540pxposts}
  560. {block:ifShow500pxposts}
  561. width:521px;
  562. {/block:ifShow500pxposts}
  563. {block:ifShow400pxposts}
  564. width:421px;
  565. {/block:ifShow400pxposts}
  566. margin: auto;
  567. margin-top:-10px;
  568. margin-bottom:80px;
  569. margin-left:300px;
  570. }
  571.  
  572. .posts {
  573. {block:ifShow540pxposts}
  574. width:540px;
  575. {/block:ifShow540pxposts}
  576. {block:ifShow500pxposts}
  577. width:500px;
  578. {/block:ifShow500pxposts}
  579. {block:ifShow400pxposts}
  580. width:400px;
  581. {/block:ifShow400pxposts}
  582. font-size: {text:Body Font Size};
  583. font-family: {text:Body Font};
  584. margin-top:60px;
  585. padding:10px;
  586. line-height:130%;
  587. text-align:justify;
  588. {block:ifShowPostsBorder}
  589. border:1px solid {color:Info Border};
  590. {/block:ifShowPostsBorder}
  591. background-color:{color:Posts BG};
  592. }
  593.  
  594. .posts img {
  595. {block:ifShow540pxposts}
  596. max-width:540px;
  597. height:auto;
  598. margin-top:3px;
  599. {/block:ifShow540pxposts}
  600. {block:ifShow500pxposts}
  601. max-width:500px;
  602. height:auto;
  603. margin-top:3px;
  604. {/block:ifShow500pxposts}
  605. {block:ifShow400pxposts}
  606. max-width:400px;
  607. margin-top:3px;
  608. height:auto;
  609. {/block:ifShow400pxposts}
  610. }
  611.  
  612.  
  613. .info {
  614. {block:ifShow540pxposts}
  615. width:540px;
  616. {/block:ifShow540pxposts}
  617. {block:ifShow500pxposts}
  618. width:500px;
  619. {/block:ifShow500pxposts}
  620. {block:ifShow400pxposts}
  621. width:400px;
  622. {/block:ifShow400pxposts}
  623. margin-top:15px;
  624. padding:px;
  625. margin-left:px;
  626. text-align:left;
  627. font-family:hind;
  628. text-transform:lowercase;
  629. letter-spacing:0.5px;
  630. font-size:8.5px;
  631. border-top:1px solid {color:Info Border};
  632. }
  633.  
  634. .info a {
  635. color:{color:Text};
  636. }
  637.  
  638. .info a:hover {
  639. text-decoration:none;
  640. color:{color:Link Hover};
  641. }
  642.  
  643.  
  644. ul li {
  645. color:#444;
  646. margin-left:-15px;
  647. list-style:none;
  648. }
  649.  
  650.  
  651. ul li:before {
  652. color:{color:Bold};
  653. content:"\25E6";
  654. font-size:2em;
  655. padding-right:.25em;
  656. position:relative;
  657. top:.1em;
  658. }
  659.  
  660. .postnote {
  661. {block:ifShow540pxposts}
  662. width:540px;
  663. {/block:ifShow540pxposts}
  664. {block:ifShow500pxposts}
  665. width:500px;
  666. {/block:ifShow500pxposts}
  667. {block:ifShow400pxposts}
  668. width:400px;
  669. {/block:ifShow400pxposts}
  670. text-transform:lowercase;
  671. font-size: {text:Body Font Size};
  672. font-family: {text:Body Font};
  673. text-align:left;
  674. margin-top:10px;
  675. }
  676.  
  677. .postnote li {
  678. list-style-type:none;
  679. padding:10px 0px 0px 0px;
  680. text-align:left;
  681. -moz-transition-duration:0.5s;
  682. -webkit-transition-duration:0.5s;
  683. -o-transition-duration:0.5s;
  684. }
  685.  
  686. .postnote img {
  687. width:0px;
  688. }
  689.  
  690.  
  691. .music {
  692. width:400px;
  693. {block:ifShow400pxposts}
  694. width:400px;
  695. {/block:ifShow400pxposts}
  696. padding-bottom:10px;
  697. }
  698.  
  699. .albumart {
  700. float:left;
  701. width:45px;
  702. padding: 3px;
  703. margin:2px 7px -3px 6px;
  704. border-radius:10%;
  705. }
  706.  
  707. .playercontainer {
  708. text-align:left;
  709. padding-top:15px;
  710. width:450px;
  711. {block:ifShow400pxposts}
  712. width:350px;
  713. {/block:ifShow400pxposts}
  714. }
  715.  
  716. .musicinfo {
  717. padding:10px;
  718. margin-top:20px;
  719. text-transform:uppercase;
  720. font-size: {text:Body Font Size};
  721. font-family: {text:Body Font};
  722. color:{color:Text};
  723. }
  724.  
  725. .quote {
  726. font-size: {text:Body Font Size};
  727. font-family: {text:Body Font};
  728. margin-top:5px;
  729. color:{color:Bold};
  730. font-weight:bold;
  731. letter-spacing:0.1px;
  732. text-transform:none;
  733. line-height:100%;
  734. text-align:left;
  735. }
  736.  
  737. .source {
  738. font-size: {text:Body Font Size};
  739. font-family: {text:Body Font};
  740. font-style:normal;
  741. text-align:left;
  742. line-height:17px;
  743. }
  744.  
  745. .chat {
  746. margin-top:5px;
  747. font-size: {text:Body Font Size};
  748. font-family: {text:Body Font};
  749. }
  750.  
  751. .chat .lines {
  752. margin-left:0;
  753. }
  754.  
  755. .chat .lines span {
  756. font-weight: bold;
  757. color:{color:bold};
  758. }
  759.  
  760. .ask {
  761. {block:ifShow540pxposts}
  762. width:540px;
  763. {/block:ifShow540pxposts}
  764. {block:ifShow500pxposts}
  765. width:500px;
  766. {/block:ifShow500pxposts}
  767. {block:ifShow400pxposts}
  768. width:400px;
  769. {/block:ifShow400pxposts}
  770. font-size: {text:Body Font Size};
  771. font-family: {text:Body Font};
  772. text-transform:capitalize;
  773. text-align:left;
  774. font-weight:;
  775. padding-top:4px;
  776. padding-left:7px;
  777. padding-bottom:10px;
  778. font-size: {text:Body Font Size};
  779. font-family: {text:Body Font};
  780. border-bottom: 1px solid {color:Info Border};
  781. }
  782.  
  783. .ask a {
  784. color:{color:bold};
  785. }
  786.  
  787. .ask a:hover {
  788. text-decoration:none;
  789. color:{color:Link Hover};
  790. }
  791.  
  792. .answer {
  793. {block:ifShow540pxposts}
  794. width:540px;
  795. {/block:ifShow540pxposts}
  796. {block:ifShow500pxposts}
  797. width:500px;
  798. {/block:ifShow500pxposts}
  799. {block:ifShow400pxposts}
  800. width:400px;
  801. {/block:ifShow400pxposts}
  802. letter-spacing:0px;
  803. text-align:left;
  804. padding-top:px;
  805. margin-bottom:1px;
  806. font-size: {text:Body Font Size};
  807. font-family: {text:Body Font};
  808. }
  809.  
  810. {block:ifShow400pxposts}
  811. iframe#youtube_iframe {
  812. width: 400px;
  813. height: 280px;
  814. border-top-width: 0px;
  815. border-right-width: 0px;
  816. border-bottom-width: 0px;
  817. border-left-width: 0px;
  818. }
  819. {/block:ifShow400pxposts}
  820.  
  821. .credit {
  822. position:fixed;
  823. font-family:calibri;
  824. font-size:8px;
  825. line-height:150%;
  826. letter-spacing:0px;
  827. right:5px;
  828. bottom:20px;
  829. text-transform:uppercase;
  830. text-align:center;
  831. border: 1px solid {color:Info Border};
  832. background-color: #FFFFFF;
  833. color: #393939;
  834. }
  835.  
  836. .credit a {
  837. color:{color:text};
  838. font-style:normal;
  839. padding:3px;
  840. -moz-transition-duration:0.5s;
  841. -webkit-transition-duration:0.5s;
  842. -o-transition-duration:0.5s;
  843. }
  844.  
  845. </style>
  846. </head>
  847.  
  848.  
  849. <body>
  850. <div class="container">
  851. <div class="sidebar">
  852. {block:ifShowIcons}
  853. <img src="{image:icon}" class="sidebarimage">
  854. <img src="{image:icon2}" class="sidebarimage">
  855. {/block:ifShowIcons}
  856. {block:ifNotShowSimpleLinks}
  857. <div class="sidebarlinks">
  858. <a href="/" title="refresh"><i class="fa fa-spinner" aria-hidden="true"></i></a>
  859. <a href="/ask" title="questions"><i class="fa fa-comment-o" aria-hidden="true"></i></a>
  860. <a href="{text:link1 url}" title="{text:link1 hover}"><i class="fa fa-user" aria-hidden="true"></i></a>
  861. <a href="{text:link2 url}" title="{text:link2 hover}"><i class="fa fa-pencil-square-o" aria-hidden="true"></i></a>
  862. <a href="{text:link3 url}" title="{text:link3 hover}"><i class="fa fa-plus-square-o" aria-hidden="true"></i></a>
  863. <a href="{text:link4 url}" title="{text:link4 hover}"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
  864.  
  865. {block:Pagination}
  866. {block:PreviousPage}
  867. <a title="back" href="{PreviousPage}"> <i class="fa fa-chevron-left" aria-hidden="true"></i></a>
  868. {/block:PreviousPage}
  869. {block:NextPage}
  870. <a title="next" href="{NextPage}"> <i class="fa fa-chevron-right" aria-hidden="true"></i></a>
  871. {/block:NextPage}
  872. {/block:Pagination}
  873. </div>
  874. {/block:ifNotShowSimpleLinks}
  875.  
  876. {block:ifShowSimpleLinks}
  877. <div class="sidebarlinks2">
  878. <a href="/">home</a>
  879. <a href="/ask">ask</a>
  880. <a href="{text:link1 url}">{text:link1}</a>
  881. <a href="{text:link2 url}">{text:link2}</a>
  882. <a href="{text:link3 url}">{text:link3}</a>
  883. <a href="{text:link4 url}">{text:link4}</a>
  884.  
  885. {block:Pagination}
  886. <p>{block:PreviousPage}
  887. <a title="back" href="{PreviousPage}"> <i class="fa fa-chevron-left" aria-hidden="true"></i></a>
  888. {/block:PreviousPage}
  889. {block:NextPage}
  890. <a title="next" href="{NextPage}"> <i class="fa fa-chevron-right" aria-hidden="true"></i></a>
  891. {/block:NextPage}
  892. {/block:Pagination}
  893. </div>
  894. {/block:ifShowSimpleLinks}
  895.  
  896. <div class="description">
  897. {Description}
  898. </div>
  899.  
  900. </div>
  901.  
  902. <div class="postscontainer">
  903.  
  904. {block:Posts}
  905. <div class="posts">
  906.  
  907.  
  908. {block:Text}
  909. {block:Title}<h2>{Title}</h2>{/block:Title}
  910. <div class="caption">
  911. {Body}
  912. </div>
  913. {/block:Text}
  914.  
  915. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div>
  916. {/block:Quote}
  917.  
  918. {block:Link}
  919. <h2><a href="{URL}">{Name}</a></h2>
  920. {block:Description}{Description}{/block:Description}
  921. {/block:Link}
  922.  
  923. {block:Chat}
  924. {block:Title}<h2>{Title}</h2>{/block:Title}
  925. {block:lines}
  926. <div class="chat">
  927. <div class="lines">{block:label}
  928. <span><span style="text-transform:uppercase;letter-spacing:0.5px;">{label}</span></span>
  929. {/block:label}
  930. {line}</br></div></div>
  931. {/block:lines}
  932. {/block:Chat}
  933.  
  934. {block:Answer}<div class="ask"><p><span style="font-weight:bold;text-transform:lowercase;color:{color:bold};">{Asker} </span><span style="font-size:9px;color:{color:bold};"><i class="fa fa-question"></i></span></p> <span style="text-transform:none;"> {Question} </span></div><div class="caption"><div class="answer">{Answer}</div></div>{/block:answer}
  935.  
  936. {block:Photo}
  937. {LinkOpenTag}{block:ifShow540pxposts}<img src="{PhotoURL-HighRes}"/>{/block:ifShow540pxposts}{block:ifShow500pxposts}<img src="{PhotoURL-HighRes}"/>{/block:ifShow500pxposts}
  938. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  939.  
  940. {/block:Photo}
  941.  
  942. {block:Photoset}
  943. {block:ifShow540pxposts}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{/block:ifShow540pxposts}
  944. {block:ifShow500pxposts}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{/block:ifShow500pxposts}{block:ifShow400pxposts}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{/block:ifShow400pxposts}
  945. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  946. {/block:Photoset}
  947.  
  948. {block:Audio}<div class="music">{block:AlbumArt}<img src="{AlbumArtURL}" class="albumart">{/block:AlbumArt}
  949. <div class="playercontainer">{AudioPlayerWhite}</div>
  950. <div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by <b>{Artist}</b> {/block:Artist}</div>
  951. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br></div>{/block:Audio}
  952.  
  953. {block:Video}
  954. {block:ifShow540pxposts}{Video-500}{/block:ifShow540pxposts}
  955. {block:ifShow500pxposts}{Video-500}{/block:ifShow500pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  956. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  957. {/block:Video}
  958.  
  959. {block:Date}<div class="info"><p><span style="color:{color:Bold};font-size:10px";><i class="fa fa-signal" aria-hidden="true"></i></span> <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount}  <span style="color:{color:Bold};font-size:7px";><i class="fa fa-heart-o" aria-hidden="true"></i></span> {NoteCountwithlabel}{/block:NoteCount}   {block:PermalinkPage} {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/block:ContentSource}{/block:RebloggedFrom} {/block:PermalinkPage}<span style=";"><a title="reblog" href="{ReblogURL}" target="_blank" class="details"><span style="color:{color:Bold};font-size:7px";><i class="fa fa-share" aria-hidden="true"></i></span></a></span>  {block:HasTags}<span style="color:{color:Bold};font-size:8px;"><i class="fa fa-tag" aria-hidden="true"></i></span>{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  960. {/block:Date}
  961.  
  962.  
  963. <div class="postnote">
  964. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  965.  
  966. </div>
  967. {/block:Posts}
  968.  
  969.  
  970. <div class="credit"><a href="https://scottisbae.tumblr.com/">credit</a></div>
  971.  
  972.  
  973. </div>
  974. </div>
  975. </div>
  976. </body>
Add Comment
Please, Sign In to add comment