sexycullen

theme 173 w/ google fonts

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