TVD-PS

THEME "GOLD" 2021

Jun 18th, 2021
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.36 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  
  3.  
  4.  
  5.  
  6. ------------------------------
  7. @BARBIE THEMES | TUMBLR 2021
  8. ------------------------------
  9.  
  10.  
  11. Rules:
  12. +THHEME: MINIMALISM
  13. +Please do not remove credit.
  14. +Do not steal the code or take parts of the codes and put them in your own theme.
  15. +Do not remove the credit completely or make them invisible, you may replace it to a visible place.
  16. +Creating themes since 2014
  17. +Any questions do not hesitate to ask
  18.  
  19. http://Barbie-themes.tumblr.com
  20.  
  21.  
  22.  
  23.  
  24. ------------------------------------------------------------------------>
  25.  
  26.  
  27.  
  28. <!DOCTYPE html>
  29. <head>
  30.  
  31.  
  32.  
  33. <title>{Title}</title>
  34. <link rel="shortcut icon" href="{Favicon}">
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  36. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37.  
  38.  
  39. <!--------DEFAULT VARIABLES-------->
  40.  
  41. <meta name="color:background" content="#f6f6f6"/>
  42. <meta name="color:text" content="#cccccc"/>
  43. <meta name="color:bold" content="#ff8d8d"/>
  44. <meta name="color:italic" content="#000000"/>
  45. <meta name="color:description" content="#cccccc"/>
  46. <meta name="color:links" content="#ff8d8dc"/>
  47. <meta name="color:link hover" content="#ffffff"/>
  48. <meta name="color:link BG hover" content="#000000"/>
  49. <meta name="color:border links" content="#cccccc"/>
  50. <meta name="color:scrollbar" content="#222222"/>
  51. <meta name="color:posts background" content="#ffffff"/>
  52. <meta name="color:text" content="#eeeeee"/>
  53.  
  54.  
  55.  
  56.  
  57. <meta name="image:sidebar" content=""/>
  58.  
  59.  
  60.  
  61.  
  62. <meta name="text:link 1 title" content="link"/>
  63. <meta name="text:link 1 url" content=""/>
  64. <meta name="text:link 2 title" content="link"/>
  65. <meta name="text:link 2 url" content=""/>
  66. <meta name="text:link 3 title" content="link"/>
  67. <meta name="text:link 3 url" content=""/>
  68.  
  69. <!----------------SCRIPTS---------------->
  70.  
  71. <link href="https://static.tumblr.com.http.s32.wbprx.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  72. <script src="https://ajax.googleapis.com.http.s32.wbprx.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  73. <script src="https://static.tumblr.com.http.s32.wbprx.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  74. <script>
  75. (function($){
  76. $(document).ready(function(){
  77. $("[title]").style_my_tooltips({
  78. tip_follows_cursor:true,
  79. tip_delay_time:200,
  80. tip_fade_speed:300
  81. });
  82. });
  83. })(jQuery);
  84. </script>
  85.  
  86. <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  87.  
  88.  
  89.  
  90.  
  91. <style type="text/css">
  92.  
  93. /*----------SCROLLBAR---------*/
  94.  
  95. ::-webkit-scrollbar {
  96. background-color: {color:background};
  97. height:8px;
  98. width:5px;
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb:vertical {
  102. background-color:{color:scrollbar};
  103. height:50px;
  104. }
  105.  
  106. ::-webkit-scrollbar-thumb:horizontal {
  107. background-color:{color:background};
  108. height:8px;
  109. }
  110.  
  111. /*----------TOOLTIPS---------*/
  112.  
  113. #s-m-t-tooltip {
  114. max-width:300px;
  115. margin:15px;
  116. padding:5px;
  117. border:1px solid #eeeeee;
  118. border-radius:0px;
  119. background:#ffffff;
  120. color:{color:text};
  121. z-index:999999;
  122. font-size:7px;
  123. font-style:none;
  124. letter-spacing:2px;
  125. font-family:arial;
  126. text-transform:uppercase;
  127. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  128. }
  129.  
  130. /*----------BASICS---------*/
  131.  
  132. body {
  133. background:{color:background};
  134. color:{color:text};
  135. font-family:arial;
  136. font-size:11px;
  137. line-height:140%;
  138. margin:0;
  139. text-align:left;
  140. }
  141.  
  142. b {
  143. font-weight:bold;
  144. color:{color:bold};
  145.  
  146. }
  147.  
  148. i {
  149. font-weight:arial;
  150. color:{color:italic};
  151.  
  152. }
  153.  
  154. small {
  155. font-size:11px;
  156. }
  157.  
  158. a {
  159. color:{color:links};
  160. text-decoration:none;
  161. }
  162.  
  163. a:hover {
  164. color:{color:link hover};
  165. transition:1s;
  166. -webkit-transition:1s;
  167. -moz-transition:1s;
  168. -o-transition:1s;
  169. }
  170.  
  171. img {
  172. opacity:1;
  173. text-decoration:none;
  174. }
  175.  
  176. h1 {
  177. font-size:14px;
  178. font-weight:bold;
  179. font-family:arial;
  180. line-height:150%;
  181. text-transform:uppercase;
  182.  
  183. }
  184.  
  185. blockquote {
  186. padding:10px;
  187. background:#f6f6f6;
  188. width:480px;
  189. overflow: hidden;
  190. border-left:2px solid #eee;
  191. margin-left:0px;
  192. }
  193.  
  194. /*----------SIDEBAR---------*/
  195.  
  196. .sidebar {
  197. position:fixed;
  198. width:250px;
  199. margin-top:130px;
  200. margin-left:90px;
  201.  
  202.  
  203. }
  204.  
  205. .sideimg img {
  206. width:100px;
  207. height:100px;
  208. border-radius:500px;
  209. border:4px color:{color:border-sidebarimage};
  210. padding:0px;
  211. margin-left:195px;
  212. margin:-30px;
  213. }
  214.  
  215.  
  216. .cat {
  217. padding:0px;
  218. margin-bottom:25px;
  219. background:{color:background};
  220. border-radius:10px 10px 0px 0px;
  221.  
  222.  
  223. }
  224.  
  225.  
  226.  
  227.  
  228. .description {
  229. text-align:justify;
  230. padding:10px;
  231. margin-left:15px;
  232. margin-top:15px;
  233. font-size:10px;
  234. font-style:calibri;
  235. line-height:110%;
  236. color:{color:description};
  237.  
  238. }
  239.  
  240.  
  241. .projects {
  242. padding:5px;
  243. text-align:left;
  244. margin-top:0px;
  245.  
  246. }
  247.  
  248.  
  249. .projects img {
  250. padding:5px;
  251. width:160px;
  252. height:100px;
  253. float:left;
  254. margin-right:10px;
  255. border:1px solid #eee;
  256. margin-left:15px;
  257.  
  258.  
  259.  
  260. }
  261.  
  262.  
  263. .pinfo {
  264. margin-top:125px;
  265. width:220px;
  266. text-align:center;
  267. margin-left:-30px;
  268. line-height:110%;
  269. font-style:calibri;
  270.  
  271. }
  272.  
  273.  
  274.  
  275. .date {
  276. float:left;
  277. padding:10px;
  278. margin-right:10px;
  279. text-transform:uppercase;
  280. font-weight:bold;
  281. width:150px;
  282. margin-left:10px;
  283. text-align:center;
  284. }
  285.  
  286. .e {
  287. padding:10px;
  288.  
  289. }
  290.  
  291.  
  292. .affiliates {
  293. width:250px;
  294. padding:5px;
  295. text-align:left;
  296. text-transform:uppercase;
  297. font-size:9px;
  298. letter-spacing:1px;
  299. margin-top:20px;
  300. margin-left:-30px;
  301.  
  302. }
  303.  
  304. .affiliates img {
  305. padding:5px;
  306. width:50px;
  307. height:50px;
  308. border-radius:50px;
  309.  
  310.  
  311. }
  312.  
  313.  
  314.  
  315. .off a {
  316. display:block;
  317. padding:10px;
  318. border-bottom:1px dotted {color:border links};
  319. text-transform:uppercase;
  320. font-size:10px;
  321. height:10px;
  322. width:139px;
  323. margin-left:40px;
  324. }
  325.  
  326. .off a:hover {
  327. margin-left:5px;
  328. font-style:italic;
  329.  
  330. background:{color:link BG hover};
  331.  
  332. }
  333.  
  334.  
  335. /*----------PAGINATION---------*/
  336.  
  337. .pagi {
  338. position: absolute;
  339. float: left;
  340. z-index: 10;
  341. width:100px;
  342. margin-left: 653px;
  343. margin-top: -58px;
  344. padding-top: 5px;
  345. font-weight:bold;
  346. font-size: 15px;
  347.  
  348. }
  349.  
  350. .jump_page {
  351. padding: 3px;
  352. background-color: {color:posts background};
  353.  
  354. }
  355.  
  356. .current_page {
  357. color: {color:accent};
  358.  
  359. }
  360.  
  361. /*----------POSTS---------*/
  362.  
  363.  
  364.  
  365.  
  366. .entries {
  367. margin-top:55px;
  368. width:500px;
  369. margin-left:415px;
  370. background:{color:background};
  371.  
  372. }
  373.  
  374. .posts {
  375. width:500px;
  376. margin-bottom:70px;
  377. background:{color:posts background};
  378. padding:20px;
  379. border-radius:10px 0px 10px 0px;
  380.  
  381. }
  382.  
  383.  
  384.  
  385. /*----------CHAT---------*/
  386.  
  387. .chat {
  388. line-height:150%;
  389. list-style:none;
  390.  
  391. }
  392.  
  393. .line.odd {
  394. padding:10px;
  395. background:#f8f8f8;
  396.  
  397. }
  398.  
  399. .line.even {
  400. padding:10px;
  401.  
  402. }
  403.  
  404. .label {
  405. text-transform:uppercase;
  406. font-size:10px;
  407. letter-spacing:1px;
  408. font-weight:bold;
  409.  
  410. }
  411.  
  412.  
  413.  
  414. /*----------ASK---------*/
  415.  
  416. .ask {
  417. text-align:left;
  418. background: #f6f6f6;
  419. margin:7px 0px 5px 66px;
  420. padding:10px;
  421. position: relative;
  422. -moz-border-radius:5px;
  423. -webkit-border-radius:5px;
  424. border-radius:2px;
  425.  
  426. }
  427.  
  428.  
  429. .ask p {
  430. margin:1px 0px;
  431.  
  432. }
  433.  
  434. .ask span {
  435. display:block;
  436. position:absolute;
  437. width:1px;
  438. height:1px;
  439. font-size: 0;
  440. line-height: 1px;
  441. left:-10px;
  442. top:10px;
  443. border-top:7px solid transparent;
  444. border-bottom:7px solid transparent;
  445. border-right:10px solid #f6f6f6;
  446.  
  447. }
  448.  
  449.  
  450. .askborder {
  451. float: left;
  452. margin: 1px 4px 0 0;
  453. padding: 2px;
  454. background:{color:background};
  455. border-radius:5px;
  456.  
  457. }
  458.  
  459. #questions {
  460. background:{color:posts background};
  461. color: {color:text};
  462. padding:2px;
  463. margin-top: 6px;
  464. margin-bottom:2px;
  465. font-family:trebuchet ms;
  466. font-size:10px;
  467. text-transform:lowercase;
  468. border-bottom:1px {color:text};
  469. text-align:center;
  470.  
  471. }
  472.  
  473. #questions a {
  474. color:{color:text}
  475.  
  476. }
  477. /*----------INFO POST---------*/
  478.  
  479. #info {
  480. width:500px;
  481. text-align:center;
  482. font-family:'trebuchet ms';
  483. margin-top:3px;
  484. margin-left:px;
  485. letter-spacing:1px;
  486. font-size:7px;
  487. font-style:none;
  488. padding:1px;
  489. line-height:10px;
  490. text-transform:uppercase;
  491. border-top:1px solid;
  492. border-color:#eee;
  493. }
  494.  
  495. #info a {
  496. text-align:center;
  497. color:{color:Post Links};
  498. }
  499.  
  500. #info a:hover {
  501. -moz-transition-duration:0.3s;
  502. -webkit-transition-duration:0.3s;
  503. -o-transition-duration:0.3s;
  504. color:{color:Hover}
  505. }
  506.  
  507. ol.notes {
  508. padding:0px;
  509. margin:35px 0px 0px -20px;
  510. list-style-type:none;
  511. }
  512.  
  513. ol.notes li.note {
  514. padding:10px;
  515. }
  516.  
  517. ol.notes li.note img.avatar {
  518. vertical-align:-4px;
  519. margin-right:10px;
  520. width:18px;
  521. height:18px;
  522. border:4px solid #fff;
  523. padding:0px;
  524. }
  525.  
  526. ol.notes li.note span.action {
  527. font-weight:none;
  528. }
  529.  
  530. ol.notes li.note .answer_content {
  531. font-weight:normal;
  532. }
  533.  
  534. ol.notes li.note blockquote {
  535. padding:4px 10px;
  536. margin:10px 0px 0px 25px;
  537. }
  538.  
  539. ol.notes li.note blockquote a {
  540. text-decoration:none;
  541. }
  542.  
  543.  
  544. #tags {
  545. float:center;
  546. width:489px;
  547. margin-top:-7px;
  548. margin-left:-5px;
  549. text-align:center;
  550. font-size:7px;
  551. padding:5px;
  552. font-size:8px;
  553. opacity:1;
  554. transition-duration: 0.5s;
  555. -moz-transition-duration: 0.5s;
  556. -webkit-transition-duration: 0.5s;
  557. -o-transition-duration: 0.5s
  558. color:{color:Post Links};
  559. }
  560.  
  561. #tags a {
  562. letter-spacing:0px;
  563. font-size:8px;
  564. text-align:center;
  565. font-family:'CALIBRI';
  566. text-decoration:none;
  567. display:inline-block;
  568. color:#ddd;
  569. }
  570.  
  571. #tags a:hover {
  572. background-color:#fff;
  573. -moz-transition-duration:0.3s;
  574. -webkit-transition-duration:0.3s;
  575. -o-transition-duration:0.3s;
  576. color:{color:Hover};
  577. }
  578.  
  579.  
  580. /*----------CREDIT---------*/
  581.  
  582. .credit {
  583. font-size:11px;
  584. position:fixed;
  585. font-style:arial;
  586. bottom:5px;
  587. right:15px;
  588. z-index:10;
  589. text-align:right;
  590. letter-spacing:0px;
  591. padding:2px;
  592. font-weight:bold;
  593. }
  594.  
  595. .credit a {
  596. color:{color:links};
  597. text-decoration:none;
  598. }
  599.  
  600. .credit a:hover {
  601. color:{color:links hover};
  602. text-decoration:none;
  603. background-color:#000;
  604. padding:10px;
  605. }
  606.  
  607.  
  608. </style>
  609. </head>
  610.  
  611. <!-- this is jquery it makes the theme work, leave this alone -->
  612. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  613. <script type="text/javascript" src="https://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  614. <script type="text/javascript" src="https://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
  615. <!-- this is a hosted font from google -->
  616. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
  617. <!-- font awesome to change the font awesome icons go to http://fontawesome.io/icons/ -->
  618. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  619.  
  620. <body>
  621.  
  622.  
  623. <div class="links">
  624.  
  625.  
  626. </div>
  627.  
  628.  
  629. </div>
  630.  
  631.  
  632. <div class="container">
  633.  
  634. <div class="sidebar">
  635.  
  636. <div class="cat">
  637. <center><div class="sideimg"><img src="{image:sidebar}"></div></center>
  638. <div class="description">{Description}</div>
  639. </div>
  640.  
  641.  
  642.  
  643. <div class="cat">
  644. <div class="off">
  645. <a href="/">HOME <i class="fa fa-home" style="float:right; color:{color:links};"></i></a>
  646. <a href="/ask">ASK <i class="fa fa-envelope" style="float:right; color:{color:links};"></i></a>
  647. <a href="{text:link 1 url}">{text:link 1 title} <i class="fa fa-heart" style="float:right; color:{color:links};"></i></a>
  648. <a href="{text:link 2 url}">{text:link 2 title} <i class="fa fa-leaf" style="float:right; color:{color:links};"></i></a>
  649. <a href="{text:link 3 url}">{text:link 3 title} <i class="fa fa-tag" style="float:right; color:{color:links};"></i></a>
  650. </div>
  651. </div>
  652. </div>
  653.  
  654.  
  655.  
  656. </div>
  657.  
  658. </div>
  659.  
  660. <div class="entries">
  661.  
  662. {block:Posts}
  663.  
  664. <div class="posts">
  665.  
  666. {block:Text}
  667. <h1>{block:Title}{Title}{/block:Title}</h1>
  668. {Body}{/block:Text}
  669.  
  670.  
  671. {block:Photo}
  672. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  673. {block:Caption}{Caption}{/block:Caption}
  674. {/block:Photo}
  675.  
  676.  
  677. {block:Photoset}
  678. {Photoset-500}
  679. {block:Caption}{Caption}{/block:Caption}
  680. {/block:Photoset}
  681.  
  682.  
  683. {block:Quote}
  684. <h2>"{Quote}"</h2>
  685. <div align="right">
  686. {block:Source}<h1>-{Source}</h1>{/block:Source}
  687. </div>
  688. {/block:Quote}
  689.  
  690.  
  691. {block:Link}
  692. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  693. {block:Description}{Description}{/block:Description}
  694. {/block:Link}
  695.  
  696.  
  697. {block:Chat}
  698. {block:Title}<h1>{Title}</h1>
  699. {/block:Title} <div class="chat">
  700. {block:Lines} <li class="line {Alt}">
  701. {block:Label} <span class="label"> {Label}</span>
  702. {/block:Label}{Line}</li> {/block:Lines}</div>
  703. {/block:Chat}
  704.  
  705.  
  706. {block:Audio}
  707. <left>{block:AlbumArt}
  708. <img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  709. <span class="audio">{AudioPlayerWhite}</left></span>
  710. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  711. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  712. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  713. {/block:Audio}
  714.  
  715.  
  716.  
  717.  
  718. {block:Video}
  719. {Video-500}
  720. {block:Caption}{Caption}{/block:Caption}
  721. {/block:Video}
  722.  
  723.  
  724. {block:Answer}<img src="{AskerPortraitURL-40}"
  725. align="center" class="askborder">
  726. <div class="ask"><span></span>
  727. {Asker}: {Question}&nbsp;</div>{Answer}
  728. {/block:Answer}
  729.  
  730.  
  731. <div id="info">
  732. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  733. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  734. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  735. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  736. with {NoteCountWithLabel}</a>
  737. {block:HasTags}<div id="tags">
  738.  
  739. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  740. </div>{block:HasTags}
  741. </div>
  742. </div>
  743. {/block:Posts}
  744. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  745. {/block:Posts}</div></div></div>
  746. <br><br><br><br>
  747.  
  748. </div>
  749.  
  750. </div>
  751. <div class="pagi">
  752. {block:Pagination}
  753. {block:PreviousPage}<a class="current_page" href="{PreviousPage}">&lsaquo;</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a class="jump_page" href="{NextPage}">&rsaquo;</a>{/block:NextPage}
  754. {/block:Pagination}
  755. </div>
  756.  
  757.  
  758. {block:ContentSource}
  759. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  760. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  761. {/block:SourceLogo}
  762. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  763. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  764.  
  765. <div class="credit">
  766. <a title="CREDIT" href="https://barbie-themes.tumblr.com/" target="_blank">BTHEMES © </a></div>
  767.  
  768.  
  769. </body>
Add Comment
Please, Sign In to add comment