Advertisement
userbru

theme one.

Mar 24th, 2021 (edited)
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-----------theme by bru, base code by mrsthemes@tumblr ------------>
  9.  
  10.  
  11. <!--------default variables-------->
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#333333"/>
  14. <meta name="color:links" content="#5b5b5b"/>
  15. <meta name="color:links hover" content="#c9c9c9"/>
  16. <meta name="color:scrollbar bg" content="#ffffff"/>
  17. <meta name="color:scrollbar" content="#eeeeee">
  18.  
  19. <meta name="image:sidebar image" content=""/>
  20. <meta name="image:background image" content=""/>
  21.  
  22. <meta name="text:link 1 title" content="link">
  23. <meta name="text:link 1 url" content=" ">
  24. <meta name="text:link 2 title" content="link">
  25. <meta name="text:link 2 url" content=" ">
  26.  
  27. <meta name="if:show link 1" content="1" />
  28. <meta name="if:show link 2" content="1" />
  29. <meta name="if:show sidebar image" content="1" />
  30. <meta name="if:show title" content="1" />
  31.  
  32.  
  33. <!------------------------TOOLTIPS SCRIPT--------------------->
  34. <link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
  35. <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  36. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37. <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  38. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:200,
  45. tip_fade_speed:300
  46. });
  47. });
  48. })(jQuery);
  49. </script>
  50. <script type="text/javascript">
  51. /* by oddhour.tumblr.com */
  52. var updatePhotosetCss = "<style>.photoset .photoset_row { margin-top: 2px; } .photoset .photoset_row .photoset_photo { margin-left: 2px;} </style>";
  53. $(window).on('load', function() {
  54. $(".photoset").each( function (i, e) {
  55. $(this.contentDocument).find("head").append(updatePhotosetCss);
  56. });
  57. });
  58.  
  59. </script>
  60.  
  61. <!-------------------------------------------------------------------->
  62.  
  63. <style type="text/css">
  64.  
  65. /*----------tooltips---------*/
  66.  
  67. iframe.tmblr-iframe {
  68. z-index:99999999999999!important;
  69. top:0!important;
  70. right:0!important;
  71. opacity:0.4;
  72. filter:invert(1);
  73. -webkit-filter:invert(1);
  74. -o-filter:invert(1);
  75. -moz-filter:invert(1);
  76. -ms-filter:invert(1);
  77. transform:scale(0.6);
  78. transform-origin:100% 0;
  79. -webkit-transform:scale(0.6);
  80. -webkit-transform-origin:100% 0;
  81. -o-transform:scale(0.6);
  82. -o-transform-origin:100% 0;
  83. -moz-transform:scale(0.6);
  84. -moz-transform-origin:100% 0;
  85. -ms-transform:scale(0.6);
  86. -ms-transform-origin:100% 0;
  87. -moz-transition-duration:0.4s;
  88. -webkit-transition-duration:0.4s;
  89. -o-transition-duration:0.4s;
  90. }
  91.  
  92. iframe.tmblr-iframe:hover {
  93. opacity:0.6!important;
  94. -moz-transition-duration:0.4s;
  95. -webkit-transition-duration:0.4s;
  96. -o-transition-duration:0.4s;
  97. }
  98.  
  99. #s-m-t-tooltip {
  100. max-width:300px;
  101. margin:15px;
  102. padding:5px;
  103. border:0px solid #eeeeee;
  104. border-radius:0px;
  105. background:#ffffff;
  106. color:{color:text};
  107. z-index:999999;
  108. font-size:11px;
  109. font-style:none;
  110. font-weight:lighter;
  111. letter-spacing:2px;
  112. font-family: 'Poppins', sans serif;
  113. text-transform:normal;
  114. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  115. }
  116.  
  117.  
  118. /*----------scrollbar---------*/
  119.  
  120. ::-webkit-scrollbar {
  121. background-color: {color:scrollbar bg};
  122. height:8px;
  123. width:5px
  124. }
  125.  
  126. ::-webkit-scrollbar-thumb:vertical {
  127. background-color:{color:scrollbar};
  128. height:50px
  129. }
  130.  
  131. ::-webkit-scrollbar-thumb:horizontal {
  132. background-color:{color:scrollbar bg};
  133. height:8px!important
  134. }
  135.  
  136.  
  137. /*----------basics---------*/
  138.  
  139. body {
  140. background:{color:background} url({image:background image}) repeat right top fixed;
  141. color:{color:text};
  142. font-family: 'Poppins', sans serif;
  143. line-height:15px;
  144. font-size:11px;
  145. margin:0;
  146. text-align:left;
  147. }
  148.  
  149. blockquote {
  150. padding-left:10px;
  151. border-left:0px solid;
  152. border-color:#eeeeee;
  153. margin:10px;
  154. }
  155.  
  156. a {
  157. color:{color:links};
  158. text-decoration:none;
  159. }
  160.  
  161. a:hover {
  162. text-decoration:none;
  163. color: {color:links hover};
  164. -webkit-transition:all 0.5s;
  165. -moz-transition:all 0.5s;
  166. -ms-transition:all 0.5s;
  167. -o-transition:all 0.5s;
  168. transition:all 0.5s;
  169. }
  170.  
  171. img {
  172. opacity:1;
  173. text-decoration:none;
  174. }
  175.  
  176. h1 {
  177. font-size:11px;
  178. font-weight:bold;
  179. }
  180.  
  181.  
  182. /*----------posts---------*/
  183.  
  184. .container {
  185. left:45%;
  186. width:800px;
  187. position:absolute;
  188. }
  189.  
  190. .posts {
  191. {block:IndexPage}
  192. margin-bottom:70px;
  193. {/block:IndexPage}
  194. {block:PermalinkPage}
  195. margin-bottom:40px;
  196. {/block:PermalinkPage}
  197. width:500px;
  198. }
  199.  
  200. .entries {
  201. margin-left:-50px;
  202. width:500px;
  203. margin-top:50px;
  204. margin-bottom:30px;
  205. }
  206.  
  207. .posts img, .posts li, .posts blockquote {
  208. max-width: 100%;
  209. }
  210.  
  211. .posts li {
  212. list-style: square;
  213. }
  214.  
  215.  
  216. blockquote img {
  217. max-width:320px!important;
  218. }
  219.  
  220. /*----------post info---------*/
  221.  
  222. .info {
  223. border-top:0px solid #eeeeee;
  224. padding-top:10px;
  225. text-transform:normal;
  226. font-size:11px;
  227. letter-spacing:1px;
  228. margin-top:10px;
  229. text-align:center;
  230. }
  231.  
  232. .tags {
  233. margin-top:5px;
  234. font-size:10px;
  235. letter-spacing:1px;
  236. font-style:normal;
  237. text-align:center;
  238. }
  239.  
  240. .tags a {
  241. margin-right:8px;
  242. }
  243.  
  244.  
  245. /*----------post notes---------*/
  246.  
  247. ol.notes {
  248. padding:0px;
  249. margin:25px 0px 0px -10px;
  250. list-style-type:none;
  251. }
  252.  
  253. ol.notes li.note {
  254. padding:10px;
  255. }
  256.  
  257. ol.notes li.note img.avatar {
  258. vertical-align:-4px;
  259. margin-right:10px;
  260. width:16px;
  261. height:16px;
  262. }
  263.  
  264. ol.notes li.note span.action {
  265. font-weight:none;
  266. }
  267.  
  268. ol.notes li.note .answer_content {
  269. font-weight:normal;
  270. }
  271.  
  272. ol.notes li.note blockquote {
  273. padding:4px 10px;
  274. margin:10px 0px 0px 25px;
  275. }
  276.  
  277. ol.notes li.note blockquote a {
  278. text-decoration:none;
  279. }
  280.  
  281. /*----------sidebar---------*/
  282.  
  283. .sidebar {
  284. position:fixed;
  285. width:268px;
  286. margin-left:-500px;
  287. top:200px;
  288. }
  289.  
  290. .sidebarimage {
  291. width:268px;
  292. }
  293.  
  294. .sidebarimage img {
  295. width:268px;
  296. margin-bottom:10px;
  297. }
  298.  
  299. .sidebarimage img {
  300.  
  301. -webkit-border-radius: 15px;
  302.  
  303. border-radius: 5px;
  304.  
  305. }
  306.  
  307.  
  308.  
  309. .sidetitle {
  310. margin-top:5px;
  311. font-size:14px;
  312. text-transform:normal;
  313. font-weight:bold;
  314. width:268x;
  315. text-align:center;
  316. }
  317.  
  318. .description {
  319. width:268px;
  320. text-align:center;
  321. margin-top:10px;
  322. }
  323.  
  324. .links {
  325. width:268px;
  326. text-align:center;
  327. font-weight:bold;
  328. margin-top:10px;
  329. word-spacing:3px;
  330. color:{color:links};
  331. }
  332.  
  333. .links a {
  334. padding:5px;
  335. }
  336.  
  337. .pagination {
  338. width:268px;
  339. margin-top:20px;
  340. text-align:center;
  341. border-top:0px solid #eeeeee;
  342. padding-top:15px;
  343. }
  344.  
  345.  
  346.  
  347. /*----------quotes---------*/
  348.  
  349. .quote {
  350. text-transform:normal;
  351. font-size:11px;
  352. font-weight:bold;
  353. text-align:center;
  354. }
  355.  
  356. .quotesource {
  357. text-align:center;
  358. margin-top:10px;
  359. }
  360.  
  361.  
  362. /*----------chat---------*/
  363.  
  364. .chat {
  365. line-height:20px;
  366. list-style:none;
  367. }
  368.  
  369. .line.odd {
  370. background:#fafafa;
  371. margin-bottom:2px;
  372. padding:5px;
  373. list-style:none;
  374. font-size:11px;
  375. }
  376.  
  377. .line.even {
  378. background:#ffffff;
  379. margin-bottom:2px;
  380. padding:5px;
  381. list-style:none;
  382. font-size:11px;
  383. }
  384.  
  385. .label {
  386. padding-right:1px;
  387. text-transform:normal;
  388. font-weight:bold;
  389. color:{color:links};
  390. }
  391.  
  392.  
  393. /*----------questions---------*/
  394.  
  395. .question {
  396. background:#ffffff;
  397. padding:10px;
  398. }
  399.  
  400. .asker {
  401. text-transform:normal;
  402. }
  403.  
  404. .answer {
  405. padding:10px;
  406. margin-top:-15px;
  407. }
  408.  
  409. /*----------audio---------*/
  410.  
  411. .playerbutton {
  412. position:relative;
  413. width:30px;
  414. height:35px;
  415. overflow:hidden;
  416. }
  417.  
  418. .playerbuttonhug {
  419. position: absolute;
  420. top:-7px;
  421. left:2px;
  422. }
  423.  
  424. .tumblr_audio_player {
  425. height:50px;
  426. width:500px;
  427. }
  428.  
  429. .playerbuttonbg {
  430. position:absolute;
  431. width:35px;
  432. height:35px;
  433. background-color:#e4e4e4;
  434. padding:10px;
  435. }
  436.  
  437. .trackdetails {
  438. width:auto;
  439. display:inline-block;
  440. margin-left:70px;
  441. font-size:11px;
  442. letter-spacing:1px;
  443. text-transform:lowercase;
  444. padding:5px;
  445. line-height:15px;
  446. }
  447.  
  448. .audiowrapper {
  449. position:relative;
  450. display:inline-block;
  451. }
  452.  
  453. /*----------credit---------*/
  454.  
  455. .credit {
  456. font-size:12px;
  457. position:fixed;
  458. font-weight:bold;
  459. bottom:5px;
  460. right:15px;
  461. z-index:10;
  462. text-align:right;
  463. letter-spacing:1px;
  464. padding:2px;
  465. }
  466.  
  467. .credit a {
  468. color:{color:links};
  469. text-decoration:none;
  470. }
  471.  
  472. .credit a:hover {
  473. color:{color:links hover};
  474. text-decoration:none;
  475. }
  476.  
  477. svg {
  478. width:10px;
  479. height:auto;
  480. opacity:.5;
  481. padding:1px;
  482. display:block;
  483. overflow:visible;
  484. }
  485. .controls a {
  486. position:relative;
  487. display:inline-block;
  488. overflow:hidden;
  489. padding:5px;
  490. width:12px;
  491. height:12px;
  492. }
  493. .controls .reblog {
  494. opacity:.93;
  495. }
  496. .controls .reblog svg {
  497. width:9px;
  498. margin-top:1px;
  499. }
  500. .controls .like .liked + svg {
  501. opacity:1;
  502. }
  503. .controls .like .liked + svg path {
  504. fill:#ec5a5a;
  505. }
  506. .controls .like .like_button {
  507. position:relative;
  508. }
  509. .controls .like .like_button iframe {
  510. position:absolute;
  511. top:0;
  512. left:0;
  513. bottom:0;
  514. right:0;
  515. z-index:2;
  516. opacity:0;
  517. }
  518.  
  519. </style>
  520. </head>
  521.  
  522. <body>
  523. <div class="container">
  524.  
  525. <div class="credit">
  526. <a title="by bru" href="https://geminicodes.tumblr.com" target="_blank">☽</a></div>
  527.  
  528.  
  529. <div class="sidebar">
  530.  
  531. {block:IfShowSidebarImage}
  532. <div class="sidebarimage">
  533. <a href="/"><img src="{image:sidebar image}">
  534. </a></div>
  535. {/block:IfShowSidebarImage}
  536.  
  537. {block:IfShowTitle}
  538. <div class="sidetitle">{Title}</div>
  539. {/block:IfShowTitle}
  540.  
  541. <div class="description">{Description}</div>
  542.  
  543.  
  544. <div class="links">
  545. <a href="/">home</a>
  546. <a href="/ask">inbox</a>
  547. {block:IfShowLink1}
  548. <a href="{text:link 1 url}">{text:link 1 title}</a>
  549. {/block:IfShowLink1}
  550.  
  551. {block:IfShowLink2}
  552. <a href="{text:link 2 url}">{text:link 2 title}</a>
  553. {/block:IfShowLink2}
  554. </div>
  555.  
  556.  
  557. <div class="pagination">
  558. {block:Pagination}
  559. {block:PreviousPage}
  560. <a href="{PreviousPage}">back </a> ☽{/block:PreviousPage}&nbsp;☾
  561.  
  562. {block:NextPage}
  563. <a href="{NextPage}">forth </a>
  564. {/block:NextPage}
  565. {/block:Pagination}
  566. </div>
  567.  
  568. </div>
  569.  
  570.  
  571. <div class="entries">
  572. {block:Posts}
  573. <div class="posts">
  574.  
  575. {block:Text}
  576. <h1>{block:Title}{Title}{/block:Title}</h1>
  577. {Body}{/block:Text}
  578.  
  579.  
  580. {block:Photo}
  581. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  582. {block:Caption}{Caption}{/block:Caption}
  583. {/block:Photo}
  584.  
  585.  
  586. {block:Photoset}
  587. {Photoset-500}
  588. {block:Caption}{Caption}{/block:Caption}
  589. {/block:Photoset}
  590.  
  591.  
  592. {block:Quote}
  593. <div class="quote">"{Quote}"</div>
  594. {block:Source}<div class="quotesource"> — {Source}</div>
  595. {/block:Source}{/block:Quote}
  596.  
  597.  
  598. {block:Link}
  599. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  600. {block:Description}{Description}{/block:Description}
  601. {/block:Link}
  602.  
  603.  
  604. {block:Chat}
  605. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  606. {/block:Chat}
  607.  
  608.  
  609. {block:Audio}
  610. {block:AudioPlayer}
  611. <div class="audiowrapper">
  612. <div class="playerbuttonbg">
  613. <div class="playerbutton">
  614. <div class="playerbuttonhug">
  615. {AudioPlayerGrey}
  616. </div></div></div>
  617.  
  618. <div class="trackdetails">
  619. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  620.  
  621. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  622.  
  623. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  624. {/block:AudioPlayer}
  625.  
  626. {block:Caption}
  627. <div class="caption">{Caption}</div>
  628. {/block:Caption}
  629. {/block:Audio}
  630.  
  631.  
  632. {block:Video}
  633. {Video-500}
  634. {block:Caption}{Caption}{/block:Caption}
  635. {/block:Video}
  636.  
  637.  
  638. {block:Answer}
  639. <div class="question">
  640. <div class="asker"><b>{Asker} said:</b></div>
  641. {Question}</div><br>
  642. <div class="answer">
  643. {Answer}</div>
  644. {/block:Answer}
  645.  
  646.  
  647. <div class="info">
  648. {block:Date}
  649. <b><a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</b></a>
  650. {/block:Date}
  651.  
  652. &nbsp;&nbsp;
  653. <a href="{Permalink}">{NoteCountWithLabel}</a>
  654. &nbsp;&nbsp;
  655.  
  656.  
  657. {block:RebloggedFrom}
  658. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  659. {block:ContentSource}
  660. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}"> ♡ src</a>
  661. {/block:ContentSource}
  662. {/block:RebloggedFrom}
  663.  
  664. <a href="{ReblogURL}" target="_blank" class="details"> ♡ reblog</a>
  665. </div>
  666.  
  667. {block:HasTags}
  668. <div class="tags">
  669. {block:Tags}
  670. <a href="{TagURL}">{Tag}</a>
  671. {/block:Tags}
  672. </div>
  673. {/block:HasTags}
  674.  
  675. </div>
  676.  
  677.  
  678. {block:PostNotes}
  679. {PostNotes}
  680. {/block:PostNotes}
  681.  
  682. {/block:Posts}
  683.  
  684. {block:ContentSource}
  685. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  686. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  687. {/block:SourceLogo}
  688. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  689. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  690.  
  691. </body>
  692.  
  693. </div></div></div></div></div></div></div></div></div></div></div>
  694. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement