sexycullen

# 173

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