userbru

theme nine.

Mar 24th, 2021 (edited)
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.60 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. <!--------- by BRU
  8.  
  9.  
  10. CREDITS: unnest captions by neothm, magnusthemes and scarletwitch.
  11. scrollbar style, like button and pixel union photoset by shythemes.
  12. tumblr audio player by alphathemes.
  13. postnotes by havingthemes.
  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 http-equiv="x-dns-prefetch-control" content="off"/>
  22.  
  23.  
  24. <meta name="color:Background" content="#FFFFFF">
  25. <meta name="color:Title" content="#393939">
  26. <meta name="color:Link" content="#ACB2B6">
  27. <meta name="color:Bold" content="#9D9D9D">
  28. <meta name="color:Italic" content="#9D9D9D">
  29. <meta name="color:Link Hover" content="#CECECE">
  30. <meta name="color:Text" content="#393939">
  31. <meta name="color:Scrollbar" content="#CBD0D4">
  32. <meta name="color:Info Border" content="#F3F3F3">
  33. <meta name="color:Posts Border" content="#F3F3F3">
  34. <meta name="color:Posts Background" content="#FFFFFF">
  35.  
  36. <meta name="text:Title" content="Write your title here">
  37. <meta name="text:Photoset Gutter" content="1px"/>
  38. <meta name="text:Body Font Size" content="10px"/>
  39. <meta name="text:Body Font" content="Helvetica"/>
  40.  
  41. <meta name="image:Sidebar" content=""/>
  42. <meta name="image:Background" content="" />
  43. <meta name="if:Show Title" content="0" />
  44. <meta name="if:tumblr name" content="">
  45. <meta name="if:Show Unnest Captions" content="1"/>
  46. <meta name="if:Show 540px posts" content="1"/>
  47. <meta name="if:Show 400px posts" content="0"/>
  48. <meta name="if:Show Posts Border" content="0" />
  49. <meta name="if:Show Sidebar Border" content="0" />
  50. <meta name="if:Show Link1" content="1" />
  51. <meta name="if:Show Link2" content="1" />
  52. <meta name="if:Show Link3" content="1" />
  53. <meta name="if:Show Link4" content="1" />
  54.  
  55.  
  56. <meta name="text:link 1 text" content="">
  57. <meta name="text:link 1 url" content="/">
  58. <meta name="text:link 2 text" content="">
  59. <meta name="text:link 2 url" content="/">
  60. <meta name="text:link 3 text" content="">
  61. <meta name="text:link 3 url" content="/">
  62. <meta name="text:link 4 text" content="">
  63. <meta name="text:link 4 url" content="/">
  64.  
  65.  
  66.  
  67. <!----- google fonts ---->
  68.  
  69. <link href="https://fonts.googleapis.com/css?family=ABeeZee&display=swap" rel="stylesheet">
  70.  
  71.  
  72.  
  73.  
  74.  
  75. <!----- scripts ---->
  76. <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
  77. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  78.  
  79. <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  80. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  81. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  82. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  83. </script><script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
  84. <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  85. <!----- scripts ---->
  86.  
  87.  
  88.  
  89. <!----- tooltip ---->
  90. <script src=“https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  91. <script type=“text/javascript” src=“https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js”></script>
  92. <script>
  93. (function($){
  94. $(document).ready(function(){
  95. $(“[title]”).style_my_tooltips();
  96. });
  97. })(jQuery);
  98. </script>
  99. <!----- tooltip ---->
  100.  
  101.  
  102.  
  103. <!----- caption unnest ---->
  104. {block:ifShowUnnestCaptions}
  105. <script>
  106. $(document).ready(function(){ $('.posts').unnest({
  107. yourCaption: ".caption",
  108. wrapName: ".cap",
  109. newCaptionUsername: true,
  110. originalPostCaptionUsername: false,
  111. tumblrAvatars: false,
  112. tumblrAvatarClass: ".icon",
  113. usernameColon: false
  114. });
  115.  
  116. }); </script>
  117.  
  118. {/block:ifShowUnnestCaptions}
  119. <!----- caption unnest ---->
  120.  
  121.  
  122.  
  123. <!----- pixel union photosets ---->
  124. <script>
  125. $(document).ready(function(){
  126. $('.photo-slideshow').pxuPhotoset({
  127. lightbox: true,
  128. highRes: true,
  129. gutter: '{text:Photoset Gutter}',
  130. borderRadius: '0px',
  131. photoset: '.photo-slideshow',
  132. photoWrap: '.photo-data',
  133. photo: '.pxu-photo'
  134. });
  135.  
  136. }); </script>
  137. <!----- pixel union photosets ---->
  138.  
  139.  
  140.  
  141. <style type="text/css">
  142.  
  143.  
  144. .tmblr-iframe{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;position:fixed!important;right:-20px!important;transform:scale(0.7,0.7); } .tmblr-iframe:hover { opacity:1; }
  145.  
  146. ::-webkit-scrollbar {
  147. width:17px;
  148. height:17px;
  149. }
  150. ::-webkit-scrollbar {
  151. background-color:{color:Background};
  152. }
  153. ::-webkit-scrollbar-track {
  154. border:8px solid {color:Background};
  155. background-color:{color:Background};
  156. }
  157. ::-webkit-scrollbar-thumb {
  158. border:8px solid {color:Background};
  159. background-color:{color:Scrollbar};
  160. min-height:24px;
  161. min-width:24px;
  162. }
  163.  
  164.  
  165. #s-m-t-tooltip {
  166. z-index: 9999;
  167. background: #fff;
  168. font-size: 12px;
  169. line-height: 13px;
  170. font-family:lucida console;
  171. letter-spacing: 1px;
  172. border:solid 1px;
  173. moz-border-radius-bottomright: 5px;
  174. border-bottom-right-radius: 5px;
  175. -moz-border-radius-topleft: 5px;
  176. border-top-left-radius: 5px;
  177. -moz-border-radius-bottomleft: 5px;
  178. border-bottom-left-radius: 5px;
  179. -moz-border-radius-topright: 5px;
  180. border-top-right-radius: 5px;
  181. -o-transition: all 0.3s ease-out;
  182. -webkit-transition: all 0.3s ease-out;
  183. -moz-transition: all 0.3s ease-out;
  184. text-transform: normal;
  185. color: {color:Link Title Text};
  186. max-width: 150px;
  187. word-wrap: break-word;
  188. padding: 2px 5px 2px 6px;
  189. display: block;
  190. margin: 24px 14px 7px 12px
  191. }
  192.  
  193.  
  194. {block:ifShowUnnestCaptions}
  195. /* to style the reblogged urls */
  196. .tumblr_blog {
  197. vertical-align:bottom;
  198. font-style: italic;
  199. font-weight:600;
  200. color:{color:Bold}!important;
  201. }
  202.  
  203. .tumblr_blog a:hover {
  204. text-decoration:none;
  205. color:{color:Link Hover};
  206. }
  207. /* to style the reblogged urls */
  208.  
  209. .cap {
  210. margin-left:0px;
  211. {block:ifShow540pxposts}
  212. width:540px;
  213. {/block:ifShow540pxposts}
  214. {block:ifShow400pxposts}
  215. width:400px;
  216. {/block:ifShow400pxposts}
  217. }
  218.  
  219. .cap blockquote {
  220. {block:ifShow540pxposts}
  221. width:540px;
  222. {/block:ifShow540pxposts}
  223. {block:ifShow400pxposts}
  224. width:400px;
  225. {/block:ifShow400pxposts}
  226. margin-left:0px;
  227. }
  228. {/block:ifShowUnnestCaptions}
  229.  
  230.  
  231. {block:ifNotShowUnnestCaptions}
  232. /* to style the reblogged urls */
  233. .tumblr_blog {
  234. vertical-align:bottom;
  235. font-style: italic;
  236. color:{color:Bold}!important;
  237. }
  238.  
  239. .tumblr_blog a:hover {
  240. text-decoration:none;
  241. color:{color:Link Hover};
  242. }
  243. /* to style the reblogged urls */
  244.  
  245. blockquote {
  246. border-left:1px solid {color:Info Border};
  247. padding-left:7px;
  248. padding-top:px;
  249. padding-bottom:px;
  250. margin:5px;
  251. margin-top:px;
  252. margin-bottom:20px;
  253. margin-left:px;
  254. }
  255. {/block:ifNotShowUnnestCaptions}
  256.  
  257.  
  258. /* this is for the like "button/text" */
  259. .like-b {
  260. position:relative;
  261. display:inline-block;
  262. height:1em;
  263. line-height:1em;
  264. overflow:hidden;
  265. margin-bottom:-2px;
  266. }
  267.  
  268. .like-b .like_button iframe {
  269. position:absolute;
  270. top:0;
  271. left:0;
  272. bottom:0;
  273. right:0;
  274. z-index:2;
  275. opacity:0;
  276. }
  277.  
  278. .like-b .liked + .b {
  279. color:{color:Text};
  280. }
  281.  
  282. .like-b .liked + .b:after {
  283. content:'d';
  284. }
  285. /* this is for the like "button/text" */
  286.  
  287.  
  288. h1 {
  289. font-weight:normal;
  290. font-size: {text:Body Font Size};
  291. font-family: 9px;
  292. text-align:left;
  293. font-style:italic;
  294. letter-spacing:0px;
  295. text-transform:none;
  296. color:{color:Bold};
  297. }
  298.  
  299. h2 {
  300. margin-bottom:10px;
  301. font-size:11px;
  302. font-family: {text:Body Font};
  303. font-style:none;
  304. text-align:left;
  305. font-weight:bold;
  306. line-height:100%;
  307. text-transform:uppercase;
  308. color:{color:Bold};
  309. margin: 0px;
  310. }
  311.  
  312. hr {
  313. width:50px;
  314. margin-left:0px;
  315. border-width: 1px 0px 0px 0px;
  316. border-style: solid;
  317. border-color: {color:Info Border};
  318. }
  319.  
  320. pre {
  321. font-size: {text:Body Font Size};
  322. font-family: {text:Body Font};
  323. {block:ifShow540pxposts}
  324. width:540px;
  325. {/block:ifShow540pxposts}
  326. {block:ifShow400pxposts}
  327. width:400px;
  328. {/block:ifShow400pxposts}
  329. text-align: left;
  330. word-break: break-all;
  331. color:{color:Text};
  332. }
  333.  
  334. /* the horizontal line after the ask url. you can use anywhere you want in the html just add <shortborder1></shortborder1> */
  335. shortborder2 {
  336. width:10px;
  337. height:1px;
  338. margin-left:2px;
  339. margin-right:2px;
  340. background:{color:Info Border};
  341. display:inline-block;
  342. vertical-align:middle;
  343. }
  344. /* the horizontal line after the ask url. */
  345.  
  346. body {
  347. color: {color:Text};
  348. background-color:{color:Background};
  349. background-image:url('{image:background}');
  350. background-repeat: repeat;
  351. background-attachment: fixed;
  352. background-position:center;
  353. }
  354.  
  355. b, strong {
  356. color: {color:bold};
  357. }
  358.  
  359. i, italic {
  360. color: {color:italic};
  361. }
  362.  
  363. small, sup, sub {
  364. font-size: {text:Body Font Size};
  365. }
  366.  
  367. a {
  368. color: {color:Link};
  369. text-decoration: none;
  370. -moz-transition-duration: 0.5s;
  371. -o-transition-duration: 0.5s;
  372. -webkit-transition-duration: 0.5s;
  373. transition-duration: 0.5s;
  374. }
  375.  
  376. a:hover {
  377. color: {color:Link Hover};
  378. text-decoration: none;
  379. -moz-transition-duration: 0.5s;
  380. -o-transition-duration: 0.5s;
  381. -webkit-transition-duration: 0.5s;
  382. transition-duration: 0.5s;
  383. }
  384.  
  385. .title {
  386. width:245px;
  387. margin-top:6px;
  388. margin-bottom:6px;
  389. font-size:15px;
  390. text-align:left;
  391. font-weight:bold;
  392. font-family: 'ABeeZee';
  393. line-height:19px;
  394. text-transform:lowercase;
  395. font-style: italic;
  396. color:{color:Title};
  397. }
  398.  
  399. .subtitle {
  400. font-size:10px;
  401. font-style:normal;
  402. font-weight:300;
  403. font-family:'ABeeZee';
  404. margin-top:-1px;
  405. color:{color:text};
  406. opacity:0.7;
  407. {block:IfNotTumblrName}
  408. display:none;
  409. {/block:IfNotTumblrName}
  410. }
  411.  
  412.  
  413. .sidebar {
  414. width:245px;
  415. margin-left:35px;
  416. width:245px;
  417. position: fixed;
  418. margin-top:190px;
  419. padding:4px;
  420. box-shadow: 5px 5px #f3eaea;
  421. background-color:{color:Posts Background};
  422. {block:ifShowSidebarBorder}
  423. border:1px solid {color:Info Border};
  424. {/block:ifShowSidebarBorder}
  425. }
  426.  
  427.  
  428. .sidebarimage {
  429. width:90px;
  430. }
  431.  
  432. .sidebarimage {
  433.  
  434. -webkit-border-radius: 15px;
  435.  
  436. border-radius: 15px;
  437.  
  438. }
  439.  
  440. .sidebarlinks {
  441. width:245px;
  442. margin-top:5px;
  443. margin-bottom:5px;
  444. font-size:11px;
  445. text-align:left;
  446. font-family:'ABeeZee';
  447. font-weight:600;
  448. line-height:19px;
  449. text-transform:lowercase;
  450. }
  451.  
  452.  
  453. .sidebarlinks a {
  454. color: {color:Text};
  455. padding:3px;
  456. -moz-transition-duration: 0.5s;
  457. -o-transition-duration: 0.5s;
  458. -webkit-transition-duration: 0.5s;
  459. transition-duration: 0.5s;
  460. }
  461.  
  462. .sidebarlinks a:hover {
  463. color:{color:Link Hover};
  464. text-decoration:none;
  465. -moz-transition-duration: 0.5s;
  466. -o-transition-duration: 0.5s;
  467. -webkit-transition-duration: 0.5s;
  468. transition-duration: 0.5s;
  469. }
  470.  
  471.  
  472. .description {
  473. width:245px;
  474. padding:0px;
  475. text-align:normal;
  476. line-height:130%;
  477. text-transform:lowercase;
  478. font-size:11px;
  479. font-weight:normal;
  480. font-family: Helvetica;
  481. color:{color:Text};
  482. letter-spacing:0px;
  483. }
  484.  
  485. .description a:hover {
  486. color:{color:Link Hover};
  487. }
  488.  
  489. .sf {background: url('https://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #fff left center no-repeat; background-size: 5px 5px;}
  490.  
  491. .sfm input {background-color: #fff;
  492. font-size: 8px;
  493. text-transform: uppercase;
  494. margin-top: 2px;
  495. margin-right:-50px;
  496. color: #999;
  497. letter-spacing: 1px;
  498. padding: 4px 8px;
  499. font-family: calibri, helvetica, arial;
  500. border:0px solid #999;
  501. }
  502.  
  503.  
  504. .pagination {
  505. width:267px;
  506. margin-top:10px;
  507. margin-bottom:5px;
  508. text-align:left;
  509. font-style:normal;
  510. font-size:10px;
  511. font-family: Helvetica;
  512. text-transform:lowercase;
  513. }
  514.  
  515.  
  516. .pagination a {
  517. color:{color:Text};
  518. padding:3px;
  519. -moz-transition-duration: 0.5s;
  520. -o-transition-duration: 0.5s;
  521. -webkit-transition-duration: 0.5s;
  522. transition-duration: 0.5s;
  523. }
  524.  
  525. .pagination a:hover {
  526. color:{color:Link Hover};
  527. text-decoration:none;
  528. -moz-transition-duration: 0.5s;
  529. -o-transition-duration: 0.5s;
  530. -webkit-transition-duration: 0.5s;
  531. transition-duration: 0.5s;
  532. }
  533.  
  534.  
  535. .container {
  536. width:1000px;
  537. margin: auto;
  538. }
  539.  
  540.  
  541. .postscontainer {
  542. {block:ifShow540pxposts}
  543. width:521px;
  544. {/block:ifShow540pxposts}
  545. {block:ifShow400pxposts}
  546. width:421px;
  547. {/block:ifShow400pxposts}
  548. margin: auto;
  549. padding:5px;
  550. margin-left:400px;
  551. }
  552.  
  553.  
  554. /* style for pixel union photosets
  555. i recomend not changing if you don't know what you're doing */
  556. .photo-slideshow {
  557. visibility: hidden;
  558. }
  559.  
  560. .photo-slideshow.processed {
  561. visibility: visible;
  562. }
  563.  
  564. .photo-slideshow .row {
  565. clear: both;
  566. width: 100%;
  567. }
  568.  
  569. .photo-slideshow .pxu-photo {
  570. display: block;
  571. float: clear;
  572. width: 100%;
  573. overflow: hidden;
  574. }
  575.  
  576. .photo-slideshow .pxu-photo img {
  577. display: block;
  578. }
  579.  
  580. .photo-slideshow.processed .pxu-photo img {
  581. width:100%;
  582. height: auto;
  583. }
  584.  
  585. .photo-slideshow .pxu-photo:first-child img {
  586. margin:auto;
  587. }
  588.  
  589.  
  590. {block:ifShow540pxposts}
  591. .photo-slideshow .count-1 {
  592. max-width:540px;
  593. height: auto;
  594. }
  595. {/block:ifShow540pxposts}
  596. {block:ifShow400pxposts}
  597. .photo-slideshow .count-1 {
  598. width:100%;
  599. }
  600. {/block:ifShow400pxposts}
  601.  
  602. .set {margin-left:10px;}
  603.  
  604. {block:ifShow540pxposts}
  605. .photo-slideshow .count-2 {
  606. width:268px;
  607. height: auto;
  608. }
  609. {/block:ifShow540pxposts}
  610. {block:ifShow400pxposts}
  611. .photo-slideshow .count-2 {
  612. width:50%;
  613. height: auto;
  614. }
  615. {/block:ifShow400pxposts}
  616.  
  617.  
  618.  
  619. {block:ifShow540pxposts}
  620. .photo-slideshow .count-3 {
  621. width:160px;
  622. height: auto;
  623. }
  624. {/block:ifShow540pxposts}
  625. {block:ifShow400pxposts}
  626. .photo-slideshow .count-3 {
  627. width:33.33%;
  628. height: auto;
  629. }
  630. {/block:ifShow400pxposts}
  631. /* style for pixel union photosets
  632. i recomend not changing if you don't know what you're doing */
  633.  
  634.  
  635. .posts {
  636. {block:ifShow540pxposts}
  637. width:540px;
  638. {/block:ifShow540pxposts}
  639. {block:ifShow400pxposts}
  640. width:400px;
  641. {/block:ifShow400pxposts}
  642. font-size: {text:Body Font Size};
  643. font-family: {text:Body Font};
  644. margin-top:60px;
  645. box-shadow: 5px 5px #f3eaea;
  646. padding:10px;
  647. margin-bottom:60px;
  648. line-height:140%;
  649. text-align:justify;
  650. background-color:{color:Posts Background};
  651. {block:ifShowPostsBorder}
  652. border:1px solid {color:Posts Border};
  653. {/block:ifShowPostsBorder}
  654. }
  655.  
  656. .posts img {
  657. {block:ifShow540pxposts}
  658. max-width:540px;
  659. height:auto;
  660. margin-top:3px;
  661. {/block:ifShow540pxposts}
  662. {block:ifShow400pxposts}
  663. max-width:400px;
  664. margin-top:3px;
  665. height:auto;
  666. {/block:ifShow400pxposts}
  667. }
  668.  
  669.  
  670. .info {
  671. {block:ifShow540pxposts}
  672. width:540px;
  673. {/block:ifShow540pxposts}
  674. {block:ifShow400pxposts}
  675. width:400px;
  676. {/block:ifShow400pxposts}
  677. margin-top:15px;
  678. padding-top:4px;
  679. text-align:left;
  680. font-family: Helvetica;
  681. text-transform:lowercase;
  682. letter-spacing:0px;
  683. font-size:10.5px;
  684. border-top:1px solid {color:Info Border};
  685. }
  686.  
  687. .info a {
  688. color:{color:Text};
  689. }
  690.  
  691. .info a:hover {
  692. text-decoration:none;
  693. color:{color:Link Hover};
  694. }
  695.  
  696. .tags {
  697. {block:ifShow540pxposts}
  698. width:540px;
  699. {/block:ifShow540pxposts}
  700. {block:ifShow400pxposts}
  701. width:400px;
  702. {/block:ifShow400pxposts}
  703. margin-top:5px;
  704. text-transform:none;
  705. position:static;
  706. font-family: Helvetica;
  707. letter-spacing:0px;
  708. text-align:left;
  709. float:initial;
  710. font-size:11px;
  711. -moz-transition-duration:0.5s;
  712. -webkit-transition-duration:0.5s;
  713. -o-transition-duration:0.5s;
  714. }
  715.  
  716. .tags a {
  717. padding:5px;
  718. background-color:none;
  719. color:{color:Text};
  720. }
  721.  
  722. .tags a:hover {
  723. text-decoration:none;
  724. color:{color:Link Hover};
  725. }
  726.  
  727. .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
  728. }
  729.  
  730.  
  731.  
  732. /* style for lists
  733. content "›" is the symbol on the unordered list and you can change that*/
  734. ul li {
  735. color:#444;
  736. margin-left:-33px;
  737. list-style:none;
  738. }
  739.  
  740. ul li:before {
  741. color:{color:Bold};
  742. content:"›";
  743. font-size:1em;
  744. padding-right:.5em;
  745. position:relative;
  746. top:.1em;
  747. }
  748.  
  749. ol {
  750. color:#444;
  751. margin-left:-25px;
  752. }
  753. /* style for lists */
  754.  
  755.  
  756. .postsnote {
  757. {block:ifShow540pxposts}
  758. width:540px;
  759. {/block:ifShow540pxposts}
  760. {block:ifShow400pxposts}
  761. width:400px;
  762. {/block:ifShow400pxposts};
  763. margin-top: 15px;
  764. float: left;
  765. margin-bottom:30px;
  766. margin-left:-11px;
  767. padding:10px;
  768. background-color:{color:Posts Background};
  769. {block:ifShowPostsBorder}
  770. border:1px solid {color:Posts Border};
  771. {/block:ifShowPostsBorder}
  772. }
  773.  
  774. .postsnote ol, .notes-bottom ul {
  775. margin: 5px;
  776. padding: 0;
  777. list-style: none;
  778. }
  779.  
  780. .postsnote li {
  781. {block:ifShow540pxposts}
  782. width:47%;
  783. {/block:ifShow540pxposts}
  784. {block:ifShow400pxposts}
  785. width:45%;
  786. {/block:ifShow400pxposts};
  787. padding: 2px 0 5px 10px;
  788. margin:2px;
  789. font-size: {text:Body Font Size};
  790. font-family: {text:Body Font};
  791. float:left;
  792. text-align:left;
  793. }
  794.  
  795. .postsnote li img.avatar {
  796. border:none;
  797. margin:;
  798. width:0;
  799. padding:0;
  800. }
  801.  
  802. .postsnote .note .action {
  803. }
  804.  
  805. .postsnote .note .retags {
  806. display:none;
  807. visibility:hidden;
  808. }
  809.  
  810. .postsnote blockquote {
  811. display:none;
  812. }
  813.  
  814.  
  815. .more_notes_link {
  816. list-style: none;
  817. text-transform:uppercase;
  818. letter-spacing:0.5px;
  819. font-size:11px;
  820. font-size: {text:Body Font Size};
  821. font-family: {text:Body Font};
  822. margin-top:10px;
  823. font-weight:bold;
  824. padding:3px;
  825. position:relative;
  826. float:left;
  827. border-top:1px solid {color:Posts Border};
  828. }
  829.  
  830.  
  831. .playerbuttonbg {
  832. position: absolute;
  833. left: 20px;
  834. top: 20px;
  835. width: 19px;
  836. height: 19px;
  837. background-color: #ffffff;
  838. padding: 10px;
  839. -webkit-border-radius: 40px;
  840. -moz-border-radius: 40px;
  841. border-radius: 40px;
  842. opacity: .4;
  843. filter: alpha(opacity=40);
  844. -moz-opacity: 0.4;
  845. -khtml-opacity: 0.4;
  846. transition: opacity .7s ease-in-out;
  847. -moz-transition: opacity .7s ease-in-out;
  848. -webkit-transition: opacity .7s ease-in-out;
  849. }
  850.  
  851. .playerbuttonbg:hover {
  852. opacity: 1;
  853. filter: alpha(opacity=100);
  854. -moz-opacity: 1;
  855. -khtml-opacity: 1;
  856. }
  857.  
  858. .newplayerbutton {
  859. position: relative;
  860. width: 19px;
  861. height: 19px;
  862. overflow: hidden;
  863. }
  864.  
  865. .playerbuttonhug {
  866. position: absolute;
  867. top: 0px;
  868. left: 0px;
  869. }
  870.  
  871. .tumblr_audio_player {
  872. height: 90px;
  873. width: 270px;
  874. -moz-transform: scale(0.60, 0.60);
  875. -webkit-transform: scale(0.60, 0.60);
  876. -o-transform: scale(0.60, 0.60);
  877. -ms-transform: scale(0.60, 0.60);
  878. transform: scale(0.60, 0.60);
  879. -moz-transform-origin: top left;
  880. -webkit-transform-origin: top left;
  881. -o-transform-origin: top left;
  882. -ms-transform-origin: top left;
  883. transform-origin: top left;
  884. }
  885.  
  886. .audioimgwrapper {
  887. position: absolute;
  888. left: 0px;
  889. top: 0px;
  890. -webkit-border-radius: 40px;
  891. -moz-border-radius: 40px;
  892. border-radius: 40px;
  893. overflow: hidden;
  894. width: 79px;
  895. height: 79px;
  896. }
  897.  
  898. .audioimgwrapper img {
  899. width: 100%;
  900. height: auto;
  901. -webkit-border-radius: 40px;
  902. -moz-border-radius: 40px;
  903. border-radius: 40px;
  904. }
  905.  
  906. .trackdetails {
  907. width: auto;
  908. font-size: {text:Body Font Size};
  909. font-family: {text:Body Font};
  910. line-height:14px;
  911. border: 0px solid black;
  912. display:inline-block;
  913. margin-left: 90px;
  914. padding:15px 10px 10px 10px;
  915. min-height:70px;
  916. }
  917.  
  918. .audiowrapper {
  919. position: relative;
  920. display:inline-block;
  921. }
  922.  
  923. {block:ifShow400pxposts}
  924. iframe#youtube_iframe {
  925. width: 400px;
  926. height: 280px;
  927. border-top-width: 0px;
  928. border-right-width: 0px;
  929. border-bottom-width: 0px;
  930. border-left-width: 0px;
  931. }
  932. {/block:ifShow400pxposts}
  933.  
  934.  
  935. .quote {
  936. font-size: {text:Body Font Size};
  937. font-family: {text:Body Font};
  938. margin-top:5px;
  939. color:{color:Bold};
  940. font-weight:bold;
  941. letter-spacing:0.1px;
  942. text-transform:none;
  943. line-height:100%;
  944. text-align:left;
  945. }
  946.  
  947. .source {
  948. font-size: {text:Body Font Size};
  949. font-family: {text:Body Font};
  950. font-style: italic;
  951. text-align:left;
  952. line-height:17px;
  953. }
  954.  
  955. .chat {
  956. margin-top:5px;
  957. font-size: {text:Body Font Size};
  958. font-family: {text:Body Font};
  959. }
  960.  
  961. .chat .lines {
  962. margin-left:0;
  963. }
  964.  
  965. .chat .lines span {
  966. font-weight: bold;
  967. color:{color:bold};
  968. }
  969.  
  970. .ask {
  971. {block:ifShow540pxposts}
  972. width:540px;
  973. {/block:ifShow540pxposts}
  974. {block:ifShow400pxposts}
  975. width:400px;
  976. {/block:ifShow400pxposts}
  977. font-size: {text:Body Font Size};
  978. font-family: {text:Body Font};
  979. text-align:left;
  980. font-weight:;
  981. padding-bottom:10px;
  982. font-size: {text:Body Font Size};
  983. font-family: {text:Body Font};
  984. border-bottom: 0px solid {color:Info Border};
  985. }
  986.  
  987. .ask a {
  988. color:{color:bold};
  989. }
  990.  
  991. .ask a:hover {
  992. text-decoration:none;
  993. color:{color:Link Hover};
  994. }
  995.  
  996. .answer {
  997. {block:ifShow540pxposts}
  998. width:540px;
  999. {/block:ifShow540pxposts}
  1000. {block:ifShow400pxposts}
  1001. width:400px;
  1002. {/block:ifShow400pxposts}
  1003. letter-spacing:0px;
  1004. text-align:left;
  1005. margin-bottom:1px;
  1006. font-size: {text:Body Font Size};
  1007. font-family: {text:Body Font};
  1008. }
  1009.  
  1010. .credit {
  1011. position:fixed;
  1012. font-family:Helvetica;
  1013. font-size:11px;
  1014. letter-spacing:0px;
  1015. right:5px;
  1016. bottom:20px;
  1017. text-transform:uppercase;
  1018. text-align:center;
  1019. color: #393939;
  1020. }
  1021.  
  1022. .credit a {
  1023. color:{color:Text};
  1024. padding:3px;
  1025. background-color: #fff;
  1026. outline:0px solid #f3f3f3;
  1027. font-style:normal;
  1028. padding:3px;
  1029. -moz-transition-duration:0.5s;
  1030. -webkit-transition-duration:0.5s;
  1031. -o-transition-duration:0.5s;
  1032. }
  1033.  
  1034. </style>
  1035. </head>
  1036.  
  1037.  
  1038. <body>
  1039. <div class="container">
  1040. <div class="sidebar">
  1041. <img src="{image:sidebar}" class="sidebarimage">
  1042. {block:ifShowTitle}
  1043. <div class="title">
  1044. {text:Title}
  1045. </div>
  1046. {/block:ifShowTitle}
  1047. <div class="subtitle">@{name}</div>
  1048. <form action="/search" method="get" class="sfm" name="theform">
  1049. <input type="text" name="q" value="search" id="sf"/>
  1050. </form>
  1051. <div class="description">
  1052. {Description}
  1053. </div>
  1054. <div class="sidebarlinks">
  1055. <a href="/">home</a><br>
  1056. <a href="/ask">questions</a><br>
  1057. {block:ifShowLink1}
  1058. <a href="{text:link 1 url}">{text:link 1 text}</a>
  1059. {/block:IfShowLink1}<br>
  1060. {block:ifShowLink2}
  1061. <a href="{text:link 2 url}">{text:link 2 text}</a>
  1062. {/block:IfShowLink2}<br>
  1063. {block:ifShowLink3}
  1064. <a href="{text:link 3 url}">{text:link 3 text}</a>
  1065. {/block:IfShowLink3}<br>
  1066. {block:ifShowLink4}
  1067. <a href="{text:link 4 url}">{text:link 4 text}</a>
  1068. {/block:IfShowLink4}
  1069. </div>
  1070. {block:Pagination}
  1071. <div class="pagination">
  1072. {block:PreviousPage}
  1073. <a href="{PreviousPage}"> - </a>
  1074. {/block:PreviousPage}
  1075. / {block:NextPage}
  1076. <a href="{NextPage}"> + </a>
  1077. {/block:NextPage}
  1078. </div>
  1079. {/block:Pagination}
  1080. </div>
  1081.  
  1082.  
  1083.  
  1084. <div class="postscontainer" id="{PostID}">
  1085. {block:Posts}
  1086. <div class="posts" id="{PostID}">
  1087. {block:Text}
  1088. {block:Title}<h2>{Title}</h2>{/block:Title}
  1089. <div class="caption">
  1090. {Body}
  1091. </div>
  1092. {/block:Text}
  1093.  
  1094. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><div class="source"> {block:Source}{Source}{/block:Source}</div>
  1095. {/block:Quote}
  1096.  
  1097. {block:Link}
  1098. <h2><a href="{URL}">{Name}</a></h2>
  1099. {block:Description}{Description}{/block:Description}
  1100. {/block:Link}
  1101.  
  1102.  
  1103. {block:Chat}
  1104. {block:Title}<h2>{Title}</h2>{/block:Title}
  1105. {block:lines}
  1106. <div class="chat">
  1107. <div class="lines">{block:label}
  1108. <span><span style="text-transform:uppercase;letter-spacing:0.5px;">{label}</span></span>
  1109. {/block:label}
  1110. {line}</br></div></div>
  1111. {/block:lines}
  1112. {/block:Chat}
  1113.  
  1114. {block:Answer}<div class="ask"><span class="lnr lnr-envelope"></span> <span style="font-style: normal;text-transform:lowercase;color:{color:bold};font-weight:bold;">{Asker}</span> asked: <shortborder2></shortborder2> {Question} </span></div><div class="caption"><div class="answer"><span class="lnr lnr-diamond"></span> <span style="font-style: normal;text-transform:lowercase;color:{color:bold};font-weight:bold;"><a href="/">{Name}</a></span> said:{Answer}</div></div>{/block:Answer}
  1115.  
  1116. {block:Photo}
  1117. {LinkOpenTag}{block:ifShow540pxposts}<img src="{PhotoURL-HighRes}"/>{/block:ifShow540pxposts}
  1118. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1119.  
  1120. {/block:Photo}
  1121.  
  1122.  
  1123. {block:Photoset}
  1124. {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}" width="{PhotoWidth}" height="{PhotoHeight}" 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}{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}" width="{PhotoWidth}" height="{PhotoHeight}" 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}
  1125. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1126. {/block:Photoset}
  1127.  
  1128.  
  1129. {block:Audio}
  1130. {block:AudioPlayer}
  1131. <div class="audiowrapper">
  1132. {block:AlbumArt}
  1133. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  1134. {/block:AlbumArt}
  1135. <div class="playerbuttonbg">
  1136. <div class="newplayerbutton">
  1137. <div class="playerbuttonhug">
  1138. {AudioPlayerWhite}
  1139. </div></div></div>
  1140. <div class="trackdetails">
  1141. {block:TrackName}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Track:</span> {TrackName} <br/>{/block:TrackName}
  1142. {block:Artist}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Artist:</span> {Artist} <br/>{/block:Artist}
  1143. {block:Album}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Album:</span> {Album} <br/>{/block:Album}
  1144. {block:PlayCount}<span style="font-weight:bold;text-transform:uppercase;color:{color:Bold};">Plays:</span> {PlayCount}{/block:PlayCount}
  1145. </div></div>
  1146. {/block:AudioPlayer}
  1147. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1148. {/block:Audio}
  1149.  
  1150. {block:Video}
  1151. {block:ifShow540pxposts}{Video-500}{/block:ifShow540pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  1152. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  1153. {/block:Video}
  1154.  
  1155.  
  1156. {block:Date}<div class="info"><br><a title="{timeago}" href="{Permalink}"> {Month} {DayOfMonth}{DayOfMonthSuffix}</a></span>{block:NoteCount} (+{NoteCount}){/block:NoteCount} {block:RebloggedFrom}  <a title="reblogged from" href="{ReblogParentURL}">via @{ReblogParentName}</span></a>{block:ContentSource} <a title="original poster" href="{SourceURL}">original</span></a>{/block:ContentSource}{/block:RebloggedFrom}  <a title="reblog" href="{ReblogURL}" target="_blank" class="details">rb</a>   <a class="like-b" title="like" href="#">{LikeButton}<span class="b">like</a></span></div>
  1157. {/block:Date}
  1158.  
  1159. {block:HasTags}
  1160. <div class="tags">
  1161. <span class="lnr lnr-bookmark"></span>{block:Tags}<span style="color:{color:Bold};font-size:11px;"></span><a href="{TagURL}">{Tag}</a> {/block:Tags}
  1162. </div>
  1163. {/block:HasTags}
  1164.  
  1165.  
  1166. {block:PostNotes}
  1167. <div class="postsnote">
  1168. {PostNotes}
  1169. </div>
  1170. {/block:PostNotes}
  1171.  
  1172. </div>
  1173. {/block:Posts}
  1174.  
  1175.  
  1176. <div class="credit"><a href="https://geminicodes.tumblr.com" title="theme by bru"><span class="lnr lnr-moon"></span></a><br><br><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5630475";
  1177. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  1178. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  1179. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  1180. </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3345103";
  1181. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  1182. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  1183. </script></div>
  1184.  
  1185. </div>
  1186. </div>
  1187. </div>
  1188. </body>
  1189. </html>
Add Comment
Please, Sign In to add comment