TVD-PS

THEME INFINITE

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