Advertisement
userbru

theme thirteen.

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