Advertisement
TVD-PS

THEME MARGOT R

Apr 27th, 2020
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.83 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. ------------------------------
  10. @BARBIE THEMES | TUMBLR
  11. ------------------------------
  12.  
  13. THEME: MARGOT ROBBIE FANSITE
  14. THEME 2020: @BARBIE-THEMES TUMBLR
  15. +Do not steal the code or take parts of the codes and put them in your own theme.
  16. +do not remove the credit please
  17. creating themes since 2014
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25. -->
  26.  
  27.  
  28.  
  29.  
  30.  
  31. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  32.  
  33. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  34.  
  35.  
  36. <head>
  37.  
  38. <title>{Title}</title>
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  41.  
  42. <!-- Default Variables-->
  43.  
  44. <!-- Default Variables: Colors -->
  45.  
  46. <!-- Colors: General -->
  47.  
  48. <meta name="color:Background" content="#f1f1f1"/>
  49. <meta name="color:Scrollbar" content="#000000"/>
  50. <meta name="color:Border" content="#000000"/>
  51. <meta name="color:Text" content="#666666"/>
  52. <meta name="color:Link" content="#000000"/>
  53. <meta name="color:Hover" content="#ede5f3"/>
  54. <meta name="color:Title Color" content="#dcecf5"/>
  55. <meta name="color:Box Title" content="#bad8eb"/>
  56. <meta name="color:Box Title Background" content="#ffffff"/>
  57. <meta name="color:Description" content="#888888"/>
  58. <meta name="color:Box Border" content="#eeeeee"/>
  59. <meta name="color:Box Background" content="#ffffff"/>
  60. <meta name="color:Italic" content="#000000"/>
  61. <meta name="color:Bold" content="#dcecf5"/>
  62. <meta name="color:Posts Background" content="#ffffff"/>
  63. <meta name="color:Info Border" content="#eeeeee"/>
  64. <meta name="color:Info Background" content="#dcecf5"/>
  65. <meta name="color:Topbar Background" content="#a77dc2"/>
  66. <meta name="color:Navigation Link" content="#ffffff"/>
  67. <meta name="color:Navigation Hover" content="#000000"/>
  68.  
  69. <!--Links-->
  70.  
  71. <meta name="text:Link1" content="/" />
  72. <meta name="text:Link1 Title" content="link 1" />
  73. <meta name="text:Link2" content="/" />
  74. <meta name="text:Link2 Title" content="link 2" />
  75. <meta name="text:Link3" content="/" />
  76. <meta name="text:Link3 Title" content="link 3" />
  77. <meta name="text:Link4" content="/" />
  78. <meta name="text:Link4 Title" content="link 4" />
  79.  
  80. <!--Titles-->
  81.  
  82. <meta name="text:Title" content="TITLE HERE"/>
  83. <meta name="text:First Title" content="About"/>
  84.  
  85. <!--Images-->
  86.  
  87. <meta name="image:Background" content=""/>
  88.  
  89. <meta name="image:Sidebar" content="https://imagizer.imageshack.com/img924/1055/rgr6wx.gif"/>
  90.  
  91.  
  92.  
  93. <style type="text/css">
  94.  
  95.  
  96. ::-webkit-scrollbar-thumb:vertical {
  97. background:{color:Scrollbar};
  98. height:80px;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height:10px;
  103. width:5px;
  104. }
  105.  
  106. body {
  107. margin:0px;
  108. font-family:Arial;
  109. font-size:12px;
  110. color:{color:Text};
  111. text-align:justify;
  112. text-transform:none;
  113. letter-spacing:0px;
  114. line-height:100%;
  115. background:{color:Background};
  116. background-image: url('{image:Background}');
  117. cursor: url(https://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress;
  118.  
  119. }
  120.  
  121. h1 {
  122. font-size:15px;
  123. text-transform:normal;
  124. font-style:none;
  125. font-family:Consolas;
  126. font-weight:normal;
  127. line-height:110%;
  128. text-align:center;
  129.  
  130. }
  131.  
  132. a {
  133. color:{color:Link};
  134. text-decoration:none;
  135. -webkit-transition: all 0.5s ease;
  136. -moz-transition: all 0.5s ease;
  137. -o-transition: all 0.5s ease;
  138.  
  139. }
  140.  
  141. a:hover {
  142. color:{color:Hover};
  143.  
  144. }
  145.  
  146. img {
  147. max-width:100%;
  148. height:auto;
  149.  
  150. }
  151.  
  152. small{
  153. font-size:9px;
  154. line-height:110%;
  155.  
  156. }
  157.  
  158. big {
  159. font-size:13px;
  160. line-height:110%;
  161.  
  162. }
  163.  
  164. b, strong {
  165. color:{color:Bold};
  166. font-weight:bold;
  167.  
  168. }
  169.  
  170. i, em {
  171. color:{color:Italic};
  172. font-style:italic;
  173.  
  174. }
  175.  
  176. u {
  177. color:{color:Text};
  178. text-decoration: underline;
  179.  
  180. }
  181.  
  182. p {
  183. margin-top:5px;
  184. margin-bottom:5px;
  185.  
  186. }
  187.  
  188. blockquote {
  189. padding:1px;
  190. padding-left:5px;
  191. margin:5px;
  192. border-left:1px solid {color:Border};
  193.  
  194. }
  195.  
  196. blockquote img {
  197. max-width:200px;
  198. height:auto;
  199.  
  200. }
  201.  
  202. blockquote blockquote {
  203. padding-left:5px;
  204. border-left:1px solid {color:Border};
  205.  
  206. }
  207.  
  208. #quote {
  209. padding:8px;
  210. margin-bottom:5px;
  211. text-align:left;
  212. font-size:15px;
  213. font-weight:normal;
  214. font-family:Consolas;
  215. font-style:none;
  216. letter-spacing:0px;
  217. text-transform:none;
  218. line-height:150%;
  219.  
  220. }
  221.  
  222. #chat {
  223. text-transform:none;
  224. font-size:12px;
  225.  
  226. }
  227.  
  228. #website {
  229. font-family:Consolas;
  230. font-style:normal;
  231. text-align:left;
  232. font-size:13px;
  233.  
  234. }
  235.  
  236. .avatar {
  237. background:{color:Avatar Background};
  238. width:40px;
  239. height:40px;
  240. padding:8px;
  241.  
  242. }
  243.  
  244. .asker {
  245. text-transform:uppercase;
  246. font-size:10px;
  247.  
  248. }
  249.  
  250. .question {
  251. padding:15px;
  252. margin-top:-60px;
  253. margin-left:60px;
  254.  
  255. }
  256.  
  257. .audio{
  258. width:25px;
  259. padding:5px;p
  260. position:absolute;
  261. opacity:1;
  262. margin-left:60px;
  263. margin-top:-43px;
  264. overflow:hidden;
  265.  
  266. }
  267. .audioplay{
  268. height:50px;
  269. width:500px;
  270. background-color:black;
  271.  
  272. }
  273.  
  274. .cover{
  275. width:50px;
  276. height:50px;
  277. position:absolute;
  278. margin-left:0px;
  279.  
  280. }
  281.  
  282. .cover img{
  283. width:50px;
  284.  
  285. }
  286.  
  287. .audioinfo{
  288. font-family: Tahoma, sans-serif;
  289. font-size:7px;
  290. text-align:center;
  291. padding:5px;
  292. width:490px;
  293. margin-top:2px;
  294. text-transform:uppercase;
  295. letter-spacing:1px;
  296. background-color:black;
  297. color:white;
  298.  
  299. }
  300.  
  301. #container {
  302. width:840px;
  303. height:100%;
  304. margin-left:auto;
  305. margin-right:auto;
  306. margin-top:18px;
  307. padding:20px;
  308. }
  309.  
  310. .entries {
  311. width:500px;
  312. padding:20px;
  313. background:{color:Posts Background};
  314. }
  315.  
  316. #posts{
  317. width:500px;
  318. height:100%;
  319. margin-top:50px;
  320. margin-bottom:50px;
  321. margin-left:300px;
  322. }
  323.  
  324. #topbar {
  325. background:{color:Topbar Background};
  326. top:0px;
  327. width:100%;
  328. position:fixed;
  329. margin-left:0px;
  330. z-index:1;
  331. }
  332.  
  333. .links {
  334. left:0px;
  335. font-size:11px;
  336. font-weight:300;
  337. text-transform:uppercase;
  338. padding:20px;
  339. padding-bottom:15px;
  340. text-align:center;
  341. font-family:calibri;
  342. }
  343.  
  344. .links a {
  345. color:{color:Navigation Link};
  346. margin-left:15px;
  347. margin-right:15px;
  348. }
  349.  
  350. .links a:hover {
  351. color:{color:Navigation Hover};
  352. border-bottom:1px solid {color:Hover};
  353. }
  354.  
  355. #title {
  356. width:auto;
  357. font-family:Consolas;
  358. text-transform:uppercase;
  359. font-weight:700;
  360. font-size:12px;
  361. letter-spacing:0px;
  362. color:{color:Title Color};
  363. display:inline-block;
  364. margin-right:15px;
  365. }
  366.  
  367.  
  368. #sidebar {
  369. width:245px;
  370. margin-top:50px;
  371. margin-left:0px;
  372. position:fixed;
  373.  
  374. }
  375.  
  376. #sidebarimage {
  377. width:245px;
  378. height:150px;
  379. margin-top:10px;
  380. margin-bottom:0px;
  381. margin-left:auto;
  382. margin-right:auto;
  383. text-align:center;
  384.  
  385. }
  386.  
  387. #sidebarimage img {
  388. width:245px;
  389. height:150px;
  390.  
  391. }
  392.  
  393. #first {
  394. padding:20px;
  395. background:{color:Box Background};
  396. }
  397.  
  398. .first-title {
  399. color:{color:Box Title};
  400. background:{color:Box Title Background};
  401. font-family:Consolas;
  402. text-transform:uppercase;
  403. font-size:13px;
  404. font-weight:bold;
  405. text-align:center;
  406. letter-spacing:0px;
  407. padding:5px;
  408. border:1px solid {color:Box Border}; border-radius:10px;
  409. display:inline-block;
  410. }
  411.  
  412. .first-content {
  413. margin-top:15px;
  414. font-size:11px;
  415. text-align:justify;
  416. font-family:Arial;
  417. word-spacing:2px;
  418. color:{color:Description};
  419. }
  420.  
  421. #second {
  422. padding:20px;
  423. margin-top:20px;
  424. background:{color:Box Background};
  425. }
  426.  
  427. .second-title {
  428. color:{color:Box Title};
  429. background:{color:Box Title Background};
  430. font-family:Consolas;
  431. text-transform:uppercase;
  432. font-size:13px;
  433. font-weight:bold;
  434. text-align:center;
  435. letter-spacing:0px;
  436. padding:5px;
  437. border:1px solid {color:Box Border};
  438. display:inline-block;
  439. }
  440.  
  441. .second-content {
  442. margin-top:15px;
  443. font-size:11px;
  444. text-align:justify;
  445. font-family:Arial;
  446. word-spacing:2px;
  447. }
  448.  
  449. #third {
  450. padding:20px;
  451. margin-top:20px;
  452. background:{color:Box Background};
  453. margin-bottom:100%;
  454. }
  455.  
  456. .third-title {
  457. color:{color:Box Title};
  458. background:{color:Box Title Background};
  459. font-family:Consolas;
  460. text-transform:uppercase;
  461. font-size:13px;
  462. font-weight:bold;
  463. text-align:center;
  464. letter-spacing:0px;
  465. padding:5px;
  466. border:1px solid {color:Box Border};
  467. display:inline-block;
  468. }
  469.  
  470. .third-links {
  471. margin-top:15px;
  472. font-size:10px;
  473. text-align:left;
  474. font-family:Arial;
  475. text-transform:uppercase;
  476. letter-spacing:0px;
  477. display:block;
  478. }
  479.  
  480. .third-links a {
  481. display:block;
  482. color:{color:Website Link};
  483. margin-bottom:5px;
  484. }
  485.  
  486. .third-links a:hover {
  487. color:{color:Hover};
  488. }
  489.  
  490. #info {
  491. font-family:Consolas;
  492. font-size:10.5px;
  493. font-style:none;
  494. text-align:left;
  495. letter-spacing:0px;
  496. text-transform:uppercase;
  497. margin-bottom:50px;
  498. width:500px;
  499. padding:20px;
  500. padding-bottom:18px;
  501. font-weight:normal;
  502. background:{color:Info Background};
  503. border-top:1px solid {color:Info Border};
  504. }
  505.  
  506. #info a {
  507. color:{color:Sidelink};
  508. }
  509.  
  510. #info a:hover {
  511. color:{color:Hover};
  512. }
  513.  
  514. #tags {
  515. font-family:Consolas;
  516. font-style:italic;
  517. letter-spacing:0px;
  518. text-transform:uppercase;
  519. text-align:left;
  520. font-size:10.5px;
  521. margin-top:0px;
  522. font-weight:normal;
  523. }
  524.  
  525. #notes {
  526. font-family:Consolas;
  527. font-size:10.5px;
  528. font-style:none;
  529. letter-spacing:0px;
  530. font-weight:normal;
  531. text-transform:uppercase;
  532. }
  533.  
  534. #notes a {
  535. color:{color:tags};
  536. }
  537.  
  538. #notes a:hover {
  539. color:{color:Hover};
  540. }
  541.  
  542. #notes img {
  543. display:none;
  544. }
  545.  
  546. .pagination {
  547. width:100%;
  548. padding:15px;
  549. padding-bottom:14px;
  550. text-align:center;
  551. font-style:none;
  552. font-size:10.5px;
  553. font-family:Consolas;
  554. text-transform:uppercase;
  555. margin-left:100px;
  556. margin-top:-20px;
  557. bottom:0px;
  558. letter-spacing:1px;
  559. position:relative;
  560. background:transparent;
  561. }
  562.  
  563. .pagination a {
  564. display:inline-block;
  565. margin-right:5px;
  566. margin-left:5px;
  567. color:{color:Text};
  568. }
  569.  
  570. .pagination a:hover {
  571. color:{color:Hover};
  572. }
  573.  
  574. {CustomCSS}</style></head><body>
  575.  
  576.  
  577.  
  578.  
  579. <div id="topbar">
  580. <div class="links">
  581. <div id="title">{text:Title}</div>
  582. <a href="/">home</a>
  583. <a href="/ask">contact</a>
  584. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  585. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  586. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  587. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  588. <a href="https://barbie-themes.tumblr.com/">theme</a>
  589. </div>
  590.  
  591. </div>
  592.  
  593. <div id="container">
  594.  
  595.  
  596. <div id="sidebar">
  597.  
  598. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  599.  
  600. <div id="first">
  601. <div class="first-title">{text:First Title}</div>
  602. <div class="first-content">{Description}</div>
  603. </div>
  604.  
  605.  
  606.  
  607.  
  608.  
  609. </div>
  610.  
  611. <div id="posts">
  612. {block:Posts}
  613. <div class="entries">
  614.  
  615. {block:Photo}<img src="{PhotoURL-500}">
  616. {block:Caption}{Caption}{/block:Caption}
  617. {/block:Photo}
  618.  
  619. {block:Photoset}{Photoset-500}
  620. {block:Caption}{Caption}{/block:Caption}
  621. {/block:Photoset}
  622.  
  623. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  624.  
  625. {block:Quote}<div id="quote">❝{Quote}</i>❞
  626. <br><br>
  627. {block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  628.  
  629. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  630.  
  631. <div id="chat">
  632. {block:Chat}
  633. {block:Title}
  634. <h1>{Title}</h1>
  635. {/block:Title}
  636. {block:Lines}
  637. {block:Label}<b>{Label}</b>{/block:Label} -
  638. {Line}<br>
  639. {/block:Lines}{/block:Chat}
  640. </div>
  641.  
  642. {block:Audio}
  643. <div class="audioplay">
  644. <div class="cover"><img src="https://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>
  645. {block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
  646. <div class="audio">{AudioPlayerBlack}</div>
  647. <div class="audioinfo">{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}— {Artist}{/block:Artist}{block:Album} ({Album}){/block:Album}</div>
  648. {Caption}
  649. {/block:Audio}
  650.  
  651. {block:Video}
  652. {Video-500}
  653. {block:Caption}{Caption}{/block:Caption}
  654. {/block:Video}
  655.  
  656. {block:Answer}<div class="avatar"><img src="{AskerPortraitURL-40}" /></div>
  657. <div class="question"><span class="asker"><a href="{AskerURL}">{Asker}</a> asked:</span><br>{Question}</div><br>{Answer}{/block:Answer}
  658.  
  659. </div>
  660.  
  661. {block:Date}
  662. <div id="info">
  663. posted on {Month} {DayOfMonth}, {Year} with <a href="{Permalink}">{NoteCount}</a> notes
  664. {/block:Date}
  665. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(orig <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  666.  
  667. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  668. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  669.  
  670. {/block:Posts}
  671.  
  672. </div>
  673. </div>
  674.  
  675. {block:IndexPage}
  676. {block:Pagination}
  677. <div class="pagination">
  678. {block:PreviousPage}
  679. <a href="{PreviousPage}">newer</a>
  680. {/block:PreviousPage}
  681. {block:JumpPagination length="5"}
  682. {block:CurrentPage}
  683. <a href="#" class="currentpage"><b>{PageNumber}</b></a>
  684. {/block:CurrentPage}
  685. {block:JumpPage}
  686. <a class="jump_page" href="{URL}">{PageNumber}</a>
  687. {/block:JumpPage}
  688. {/block:JumpPagination}
  689. {block:NextPage}
  690. <a href="{NextPage}">older</a>
  691. {/block:NextPage}</div>
  692. {/block:Pagination}
  693. {/block:IndexPage}
  694.  
  695. </body>
  696. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement