Advertisement
userbru

theme three.

Mar 24th, 2021 (edited)
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4.  
  5. <!--
  6. :) theme by bru
  7. please don't remove credit. :)
  8. -->
  9.  
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!--Default Variables-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Custom Scrollbar" content="#333"/>
  23. <meta name="color:Hover" content="#999">
  24.  
  25. <meta name="image:Sidebar Image" content=""/>
  26. <meta name="if:Custom Scrollbar" content="1" />
  27. <meta name="if:hidecaptions" content="1" />
  28.  
  29.  
  30.  
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 URL" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 URL" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 URL" content="" />
  37.  
  38. <link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
  39. <link href="https://fonts.googleapis.com/css?family=ABeeZee&display=swap" rel="stylesheet">
  40. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.0.9/css/font-awesome.min.css">
  41.  
  42. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  43. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  44. <script>
  45. (function($){
  46. $(document).ready(function(){
  47. $("a[title]").style_my_tooltips({
  48. tip_follows_cursor:true,
  49. tip_delay_time:30,
  50. tip_fade_speed:300,
  51. attribute:"title"
  52. });
  53. });
  54. })(jQuery);
  55. </script>
  56.  
  57. <script type="text/javascript">
  58. /* by oddhour.tumblr.com */
  59. var updatePhotosetCss = "<style>.photoset .photoset_row { margin-top: 5px; } .photoset .photoset_row .photoset_photo { margin-left: 5px;} </style>";
  60. $(window).on('load', function() {
  61. $(".photoset").each( function (i, e) {
  62. $(this.contentDocument).find("head").append(updatePhotosetCss);
  63. });
  64. });
  65. </script>
  66.  
  67. <!--CSS customization here. -->
  68.  
  69. <style type="text/css">
  70.  
  71. .iframe-controls--desktop {
  72. position:fixed;
  73. top:0px;
  74. right:0px;
  75. z-index:214748364789123456789;
  76. filter:invert(100%);
  77. -webkit-filter:invert(100%);
  78. -webkit-transform:scale(0.6,0.6);
  79. -webkit-transform-origin: 100% 0%;
  80. -ms-transform-origin:100% 0%;
  81. -ms-transform:scale(0.6,0.6);
  82. transform:scale(0.6,0.6);
  83. transform-origin:100% 0%;
  84. }
  85. {block:IfCustomScrollbar}
  86. ::-webkit-scrollbar {
  87. width:12px;
  88. height:12px;
  89. background:{color:background};
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb {
  93. background:{color:custom scrollbar};
  94. }
  95. ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
  96. border:5px solid {color:background};
  97. }
  98. {/block:IfCustomScrollbar}
  99.  
  100.  
  101. /*body*/
  102. body {
  103. background:{color:background};
  104. color:{color:text};
  105. font-family: 'ABeeZee', sans-serif;
  106. font-size:12.5px;
  107. text-align:justify;
  108. margin:0;
  109. line-height:16px;}
  110.  
  111. a {
  112. color:{color:link};
  113. text-decoration:none;}
  114.  
  115. a:hover {
  116. text-decoration:underline;
  117. color:{color:hover};
  118. }
  119.  
  120. blockquote {
  121. padding:5px 0 5px 30px;
  122. border-left:0px solid {color:hover};
  123. margin-left:30px;}
  124.  
  125. img {
  126. opacity:1;
  127. border:none;
  128. text-decoration:none}
  129.  
  130. small {
  131. font-size:9px;}
  132.  
  133. big {
  134. font-size:12.5px;}
  135.  
  136. #title {
  137. font-size:21px;
  138. line-height:18px;
  139. font-weight:bold;
  140. margin-bottom:-50px;
  141. margin-right:0px;
  142. text-transform:normal;
  143. text-align:left;}
  144.  
  145. /*sidebar*/
  146.  
  147. #sidebar {
  148. text-align:center;
  149. position:fixed;
  150. margin-left:-330px;
  151. margin-top:180px;
  152. width:268px;}
  153.  
  154. #sidebarim {
  155. margin-left:-335px;
  156. margin-top:30px}
  157.  
  158. #sidebarim img {
  159. width:100px
  160.  
  161. }
  162.  
  163. #sidebarim img {
  164.  
  165. -webkit-border-radius: 15px;
  166.  
  167. border-radius: 5px;
  168.  
  169. }
  170.  
  171. #blogt {
  172. font-size:16px;
  173. font-weight:bold;
  174. text-align:left;}
  175.  
  176. #links {
  177. line-height:70%px;
  178. text-transform:lowercase;
  179. font-weight:bold;
  180. color:{color:link};
  181. }
  182.  
  183. #links a {
  184. padding:0px;
  185. margin-right:1px;
  186. margin-top:10px;
  187. margin-bottom:3px;
  188. font-size:13.5px;
  189. display:inline-block;
  190. text-transform:normal;
  191. font-weight:bold;}
  192.  
  193. #description {
  194. margin-top:60px;
  195. margin-left:40px;
  196. margin-bottom:6px;
  197. color:{color:text};
  198. text-align:left;
  199. }
  200.  
  201. /*pagination*/
  202. #pagination {
  203. margin:40px 0;
  204. text-transform:lowercase;
  205. font-weight:italic;
  206. text-align:center;}
  207.  
  208. /*posts*/
  209. #con {
  210. left:50%;
  211. margin-left:-210px;
  212. position:absolute;}
  213.  
  214. #entries {
  215. margin-top:50px;
  216. width:540px;
  217. margin-left:60px;}
  218.  
  219. #posts {
  220. width:540px;
  221. {block:IndexPage}
  222. margin-bottom:75px;
  223. {/block:IndexPage}
  224. {block:PermalinkPage}
  225. margin-bottom:50px;
  226. {/block:PermalinkPage}}
  227.  
  228. #posts img {
  229. max-width:540px;}
  230.  
  231. #posts img, #posts li, #posts blockquote {
  232. max-width: 100%;}
  233.  
  234. .caption {
  235. width:100%;}
  236.  
  237. /*quote*/
  238. #titlequote{
  239. text-align:left;
  240. font-size:14px;
  241. line-height:18px;
  242. font-weight:bold;
  243. text-transform:lowercase;}
  244.  
  245. #source {
  246. margin-top:15px;
  247. margin-left:15px;}
  248.  
  249. /*asks*/
  250. .q {
  251. margin-bottom:10px;
  252. text-transform:lowercase;}
  253.  
  254. .as {
  255. font-weight:normal;
  256. text-transform:lowercase;}
  257.  
  258. .a {
  259. margin-top:10px;
  260. text-transform:lowercase;}
  261.  
  262. /*chat*/
  263. .chat ol {
  264. padding:0;
  265. list-style:none;}
  266.  
  267. .line {
  268. padding:5px 0;}
  269.  
  270. .label {
  271. font-weight:bold;}
  272.  
  273. /*permalinks & tags*/
  274. #permalink {
  275. margin-top:5px;
  276. font-size:12.5px;
  277. text-align:left;
  278. text-transform:lowercase;
  279. font-weight:bold;
  280. color:{color:text};
  281. }
  282.  
  283. #permalink a {
  284. color:{color:text};
  285. margin-right:10px;}
  286.  
  287. #permalink a:hover{
  288. color:{color:hover};
  289. }
  290.  
  291. .tags {
  292. word-break:break-all;
  293. font-size:12.5px;
  294. font-weight:normal;
  295. text-transform:normal;
  296. color:{color:text};
  297. }
  298. .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
  299. }
  300.  
  301. .pagenotes {
  302. {block:IndexPage}
  303. display: none!important;
  304. {/block:IndexPage}
  305. width:540px;
  306. text-align:left;
  307. }
  308.  
  309. .pagenotes img {
  310. display:none!important;}
  311.  
  312. .pagenotes li {
  313. list-style-type:none;
  314. padding:5px 0px;
  315. text-align:left;
  316. margin:0 0 0 -40px;}
  317.  
  318. /*theme credit*/
  319. #cred {
  320. font-size:12.5px;
  321. bottom:30px;
  322. font-style:none;
  323. right:35px;
  324. position:fixed;}
  325.  
  326. #cred a:hover {
  327. color:{color:hover};
  328. }
  329.  
  330.  
  331. /*code to resize photos in captions*/
  332. .photocaption img {
  333. max-width:315px!important;}
  334.  
  335. {CustomCSS}
  336.  
  337.  
  338. </style>
  339. </head>
  340.  
  341. <body>
  342.  
  343. <div id="cred">
  344. <div class="credit"><a href="https://geminicodes.tumblr.com/">©️</a>
  345. <br> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5630475";
  346. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  347. fhs.src = "//freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  348. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  349. </script> / <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3345103";
  350. fhsh.src = "//freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  351. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  352. </script></div>
  353.  
  354. </div>
  355.  
  356. <div id="con">
  357. <div id="sidebar">
  358. <div id="sidebarim">
  359. <img src="{image:Sidebar Image}"></div>
  360.  
  361. <center>
  362. <div style="margin-top: -145px; margin-left: 25px; margin-bottom:0px;
  363. font-size: 12px; line-height:70%px; color:{color:link}; text-decoration:none;"><div style=""></div>
  364. <div id="description">{Description}</div>
  365. </center>
  366.  
  367. <div id="links">
  368.  
  369. <center>
  370. <div style="margin-top: 0px; margin-left: 25px; margin-bottom:0px;
  371. font-size: 12px; line-height:70%px; color:{color:link}; text-decoration:none;"><div style=""></div>
  372. <a href="/">home.</a>
  373. <a href="/ask">inbox.</a>
  374. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}.</a>{/block:ifLink1}
  375. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}.</a>{/block:ifLink2}
  376. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}.</a> {/block:ifLink3}
  377. </div>
  378.  
  379. </center>
  380. </div>
  381. </div>
  382.  
  383. <div id="entries">
  384.  
  385. {block:Posts}
  386.  
  387. <div id="posts">
  388.  
  389.  
  390. {block:Quote}
  391. <div id="titlequote">“{Quote}”</div>
  392. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  393. {/block:Quote}
  394.  
  395. {block:Text}
  396. {block:Title}
  397. <div id="titlequote">{Title}</div>{/block:Title}
  398. <div class="photocaption">{Body}</div>
  399. {/block:Text}
  400.  
  401. {block:Link}
  402. <div id="titlequote"><a href="{URL}">{Name} &rarr;</a></div>{block:Description}{Description}{/block:Description}
  403. {/block:Link}
  404.  
  405. {block:Chat}
  406. {block:Title}
  407. <h1>{Title}</h1>
  408. {/block:Title}
  409.  
  410. <div class="chat">
  411. <ol>{block:Lines}
  412. <li class="line {Alt}">
  413. {block:Label}
  414. <span class="label">
  415. {Label}</span>
  416. {/block:Label}{Line}</li>
  417. {/block:Lines}
  418. </ol></div>
  419. {/block:Chat}
  420.  
  421. {block:Photo}
  422. <div class="media" id="{PostID}">
  423. <a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a><div class="caption">{Caption}</div>
  424. </div>
  425. {/block:Photo}
  426.  
  427. {block:Photoset}<center>{Photoset}</center>{block:ifnothidecaptions}{Caption}{/block:ifnothidecaptions}{block:ifhidecaptions}{block:permalinkpage}<div class="caption">{Caption}</div>{/block:permalinkpage}{/block:ifhidecaptions}{/block:Photoset}
  428.  
  429. {block:Video}{Video-500}{block:ifnothidecaptions}{Caption}{/block:ifnothidecaptions}{block:ifhidecaptions}{block:permalinkpage}<div class="caption">{Caption}</div>{/block:permalinkpage}{/block:ifhidecaptions}{/block:Video}
  430.  
  431. {block:Audio}
  432. {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
  433. {/block:Audio}
  434.  
  435. {block:Answer}
  436. <div class="q">
  437. <div class="as"><b>{Asker} asked:</b>
  438. {Question}</div></div>
  439. <div class="a">{Answer}</div>
  440. {/block:Answer}
  441.  
  442. {block:Date}
  443. <div id="permalink">
  444. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}">{ShortMonth} {DayOfMonth}</a>{block:NoteCount}<a href="{Permalink}"> + {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  445. {block:HasTags}<div class="tags">✗ {block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  446. </div>
  447. {/block:Date}
  448. </div>
  449.  
  450. {block:PostNotes}
  451. <div class="pagenotes">
  452. {PostNotes}
  453. </div>
  454. {/block:PostNotes}
  455.  
  456.  
  457. {/block:Posts}
  458.  
  459. <div id="pagination">
  460. {block:Pagination}
  461. {block:PreviousPage}
  462. <a href="{PreviousPage}">previous&nbsp;&nbsp;&nbsp;</a>
  463. {/block:PreviousPage}
  464.  
  465. {block:NextPage}
  466. <a href="{NextPage}">next</a>
  467. {/block:NextPage}
  468. {/block:Pagination}
  469. </div>
  470. </div>
  471. </div>
  472.  
  473. {block:ContentSource}
  474. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  475. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  476. {/block:SourceLogo}
  477. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  478. {/block:ContentSource}
  479.  
  480. </body>
  481. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement