Advertisement
userbru

theme five.

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