pamellabellegarde

meu theme padrão

Jan 25th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. <head>
  2.  
  3.  
  4. <title>{title}</title>
  5. <link rel="shortcut icon" href="{Favicon}"/>
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:link" content="#888888"/>
  12. <meta name="color:text" content="#000000"/>
  13. <meta name="color:hover" content="#000000"/>
  14.  
  15. <meta name="if:500px" content="1" />
  16. <meta name="if:shadow" content="1" />
  17. <meta name="if:smallsidebar" content="1" />
  18. <meta name="if:uppercaselinks" content="1" />
  19. <meta name="if:leftsidebar" content="1" />
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:Background" content="" />
  23.  
  24. <meta name="text:link 1 URL" content="" />
  25. <meta name="text:link 1" content="" />
  26. <meta name="text:link 2 URL" content="" />
  27. <meta name="text:link 2" content="" />
  28. <meta name="text:link 3 URL" content="" />
  29. <meta name="text:link 3" content="" />
  30.  
  31.  
  32. <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  33. <script>
  34. (function($){
  35. $(document).ready(function(){
  36. $("[title]").style_my_tooltips({
  37. tip_follows_cursor:true,
  38. tip_delay_time:200,
  39. tip_fade_speed:300
  40. }
  41. );
  42. });
  43. })(jQuery);
  44. </script>
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. #s-m-t-tooltip{
  51. max-width:300px;
  52. margin:15px;
  53. padding:2px 8px;
  54. background:#FFF;
  55. color:#222;
  56. z-index:999999;
  57. font-size:8px;
  58. font-style:italic;
  59. text-transform:lowercase;
  60.  
  61. }
  62.  
  63. /* --- UPDATES ---*/
  64.  
  65. #updates {
  66. font-size:9px;
  67. color:#999;
  68. text-align:left;
  69. line-height:13px;
  70. height:13px;
  71. width:112px;
  72. padding:4px;
  73. top:15px;
  74. left:20px;
  75. z-index:10;
  76. font-family:arial;
  77. position:fixed;
  78. overflow:hidden;
  79. -webkit-transition: all 0.5s ease-in-out;
  80. -moz-transition: all 0.5s ease-in-out;
  81. -o-transition: all 0.5s ease-in-out;
  82. }
  83.  
  84. #updates:hover {
  85. height:685px;
  86. -webkit-transition: all 0.5s ease-in-out;
  87. -moz-transition: all 0.5s ease-in-out;
  88. -o-transition: all 0.5s ease-in-out;
  89. }
  90.  
  91. #updatestitle {
  92. font-size:8px;
  93. text-transform:uppercase;
  94. font-family:arial;
  95. color:#666;
  96. }
  97.  
  98.  
  99. body{
  100. color:black;
  101. font-family:arial;
  102. font-size:10px;
  103. color:{color:text};
  104. background: {color:Background} url('{image:Background}') no-repeat center fixed ;
  105. -webkit-background-size: cover;
  106. -moz-background-size: cover;
  107. -o-background-size: cover;
  108. background-size: cover;
  109. }
  110.  
  111.  
  112.  
  113.  
  114. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  115.  
  116. position: fixed !important;
  117. -webkit-filter:invert(70%);
  118. top:10px!important;
  119. right:10px!important;
  120. position:fixed!important;
  121. opacity:0.5!important;;
  122.  
  123.  
  124. }
  125.  
  126. .tmblr-lightbox { background:#fff !important; }
  127.  
  128. .vignette { opacity:0!important; }
  129.  
  130. .lightbox-caption {
  131. color:inherit!important;
  132. font-family:inherit!important;
  133. font-size:inherit!important;;
  134. font-weight:normal!important;
  135. text-shadow:none!important;
  136. }
  137.  
  138. .lightbox-image {
  139. border-radius:0px!important;
  140. -webkit-border-radius:0px!important;
  141. -moz-border-radius:0px!important;
  142. box-shadow:none!important;
  143. -webkit-box-shadow:none!important;
  144. -moz-box-shadow:none!important;
  145. }
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155. /*---tumblr controls---*/
  156.  
  157. #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop {
  158. top:5px;
  159. right:5px!important;
  160. position:fixed !important;
  161. -webkit-filter: invert(1);
  162. -moz-filter: invert(100%);
  163. -o-filter: invert(100%);
  164. opacity:.4;
  165. filter:alpha(opacity=40);
  166. -moz-opacity:.4;
  167. z-index:999999999!important;
  168. }
  169.  
  170.  
  171.  
  172. a{
  173. color:{color:link};
  174. text-decoration:none;
  175. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  176. }
  177.  
  178. a:hover{
  179. color:{color:hover};
  180. text-decoration:underline;
  181. }
  182.  
  183. blockquote {padding-left:5px; margin-top:2px; margin-bottom:2px;
  184. border-left:1px solid #eee;
  185. margin-left:15px;}
  186.  
  187. h1{
  188. font-size:14px;
  189. font-weight:bold;
  190. }
  191.  
  192.  
  193. #entries{
  194. {block:if500px}
  195. width:500px;
  196. {block:ifnotsmallsidebar}
  197. {block:ifleftsidebar}
  198. margin-left:450px;
  199. {/block:ifleftsidebar}
  200. {block:ifnotleftsidebar}
  201. margin-left:200px;
  202. {/block:ifnotleftsidebar}
  203. {/block:ifnotsmallsidebar}
  204. {block:ifsmallsidebar}
  205. {block:ifleftsidebar}
  206. margin-left:450px;
  207. {/block:ifleftsidebar}
  208. {block:ifnotleftsidebar}
  209. margin-left:200px;
  210. {/block:ifnotleftsidebar}
  211. {/block:ifsmallsidebar}
  212. {/block:if500px}
  213.  
  214.  
  215.  
  216. position:absolute;
  217. padding:5px;
  218. }
  219.  
  220. #post{
  221. background-color:#fff;
  222.  
  223. width:540px;
  224.  
  225.  
  226. float:left;
  227. margin:20px;
  228. padding:10px;
  229.  
  230. }
  231.  
  232. /*sidebar*/
  233.  
  234. #sidebar{
  235. {block:ifleftsidebar}
  236. margin-left:200px;
  237. {/block:ifleftsidebar}
  238. {block:ifnotleftsidebar}
  239. margin-left:825px;
  240. {/block:ifnotleftsidebar}
  241. {block:ifnotsmallsidebar}
  242. width:250px;
  243. {/block:ifnotsmallsidebar}
  244. {block:ifsmallsidebar}
  245. width:200px;
  246. {/block:ifsmallsidebar}
  247. background-color:#fff;
  248. margin-top:150px;
  249. position:fixed;
  250. padding:10px;
  251. text-align:left;
  252.  
  253. }
  254.  
  255. #sidebarimage{
  256. {block:ifnotsmallsidebar}
  257. width:250px;
  258. {/block:ifnotsmallsidebar}
  259. {block:ifsmallsidebar}
  260. width:200px;
  261. {/block:ifsmallsidebar}
  262. }
  263.  
  264. #sidebarimage img{
  265. {block:ifnotsmallsidebar}
  266. width:250px;
  267. {/block:ifnotsmallsidebar}
  268. {block:ifsmallsidebar}
  269. width:200px;
  270. {/block:ifsmallsidebar}
  271. }
  272.  
  273.  
  274. #blogt {font-size:16px;
  275. font-weight:bold;
  276. margin-top:8px;
  277. text-align:left;
  278. text-transform:lowercase;
  279. }
  280.  
  281.  
  282. #links{
  283. margin-top:10px;
  284. font-weight:bold;
  285. {block:ifuppercaselinks}
  286. text-transform:uppercase;
  287. font-size:8px;
  288. {/block:ifuppercaselinks}
  289. }
  290.  
  291. #links a{
  292. color:{color:link};
  293. margin-right:7px;
  294. }
  295.  
  296. #description{
  297. margin-top:10px;
  298. margin-bottom:5px;
  299. border-top:1px solid #eee;
  300. padding-top:10px;
  301. }
  302.  
  303.  
  304. #pagination {
  305. margin-top:5px;
  306. float:right;
  307. font-weight:bold;
  308. margin-left:50px;
  309. margin-bottom:50px;
  310. width:500px;
  311. }
  312.  
  313. #pagination a{
  314. background-color:#fff;
  315. padding:10px;
  316. font-style:italic;
  317. text-transform:uppercase;
  318. font-size:9px;
  319.  
  320. }
  321.  
  322. #postinfo{
  323. margin-top:10px;
  324. line-height:175%;
  325. border-top:1px solid #eee;
  326. padding-top:5px;
  327. }
  328.  
  329. .time{
  330. {block:ifuppercaselinks}
  331. text-transform:uppercase;
  332. font-size:8px;
  333. {/block:ifuppercaselinks}
  334. display:inline-block;
  335. font-weight:bold;
  336. }
  337.  
  338.  
  339. #tags{
  340. opacity:0;
  341. -webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  342. }
  343.  
  344. #post:hover #tags{
  345. opacity:1;
  346. }
  347.  
  348.  
  349. {CustomCSS}
  350.  
  351. </style>
  352.  
  353. </head>
  354. <body>
  355.  
  356.  
  357.  
  358.  
  359. <!-- begin updates tab -->
  360.  
  361. <div id="updates">
  362. <div id="updatestitle">updates</div>
  363.  
  364.  
  365. <br>pam, 24, biochemistry student, <a href="/tagged/intj">intj</a>, <a href="/tagged/slytherin">slytherin</a>, brazil. obsessed with fantasy books, super heroes and sam winchester.
  366.  
  367. <br><br><a href="https://mypridebuttons.tumblr.com" target="_blank">
  368. <img src="https://i.ibb.co/85j6qk6/aroace.png" border="0" style="border:none;max-width:100%;" alt="PRIDE" /></a>
  369.  
  370.  
  371.  
  372.  
  373. <br><br>this is a multifandom blog. basically tolkien, supernatural, marvel, harry potter, star wars, and other tv shows and movies. <b>not spoiler free, but I tag everything.</b>
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380. <br><font color="#f1f1f1">________________________</font>
  381.  
  382.  
  383. <br><br><i>if we are mutuals i would really appreciate if you tag your spoilers and #veins, thanks.</i>
  384.  
  385. <br><br><a href="/tagged/happy-tag"><big><b>FOR YOU</b> ♡</big></a>
  386. </div>
  387.  
  388. <!-- end updates tab -->
  389.  
  390.  
  391.  
  392. <div id="sidebar">
  393.  
  394. <div id="blogt">{Title}</div>
  395.  
  396. <div id="links">
  397. <a href="/">home</a>
  398. <a href="/message">message</a>
  399. {block:iflink1}<a href="{text:link 1 URl}">{text:link 1}</a>{/block:iflink1}
  400. {block:iflink2}<a href="{text:link 2 URl}" >{text:link 2}</a>{/block:iflink2}
  401. {block:iflink3}<a href="{text:link 3 URl}">{text:link 3}</a> {/block:iflink3}</div>
  402. <div id="description">
  403.  
  404.  
  405. <a href="https://frodo-sam.tumblr.com/tagged/about-me">pam</a>, intj, brazil.<br> angels like you can't fly down here with me, I'm everything they said I would be.
  406.  
  407.  
  408. </div>
  409. </div>
  410.  
  411. <div id="entries">
  412.  
  413. {block:Posts}
  414.  
  415. <div id="post">
  416.  
  417. {block:Title}<h1>{Title}</h1>{/block:Title}
  418.  
  419. {block:Text}{Body}{/block:Text}
  420.  
  421. {block:Photo}
  422. {block:if500px}<img src="{PhotoURL-HighRes}" width="540"/>{/block:if500px}
  423. {/block:Photo}
  424.  
  425. {block:Photoset}
  426.  
  427. {Photoset}
  428. {/block:if500px}
  429.  
  430. {/block:Photoset}
  431.  
  432.  
  433. {block:Quote}
  434. <h1>"{Quote}"</h1>
  435. <div align="right">
  436. {block:Source}-{Source}{/block:Source}
  437. </div>
  438. {/block:Quote}
  439.  
  440.  
  441. {block:Video}
  442. {block:if500px}
  443. {Video-500}
  444. {/block:if500px}
  445.  
  446. <br>
  447. {PlayCountWithlabel}
  448. {/block:Video}
  449.  
  450.  
  451. {block:link}
  452. <a href="{URl}" class="link" {Target}>{Name}</a><BR>
  453. {block:Description}{Description}{/block:Description}
  454. {/block:link}
  455.  
  456. {block:Chat}
  457. {block:lines}
  458. {block:label}
  459. <br>{label}
  460. {/block:label}
  461. &nbsp;{line}
  462. {/block:lines}
  463. {/block:Chat}
  464.  
  465. {block:Audio}
  466. {AudioPlayerWhite}
  467. <br>{block:Artist} Artist: {artist}
  468. {/block:Artist}<br>
  469. {/block:Audio}
  470.  
  471.  
  472. {block:Answer}
  473. {Asker} asked <b>{Question}</b><Br>
  474. {Answer}
  475. {/block:Answer}
  476.  
  477. {block:Caption}
  478. {Caption}
  479. {/block:Caption}
  480. <div id="postinfo">
  481. {block:Date}<div class="time">{TimeAgo}</div>{/block:Date} / <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year}">
  482. {NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a><br>{block:RebloggedFrom}<a href="{ReblogParentURl}" title="{ReblogParentName}">via</a>, {block:ContentSource}<a href="{ReblogRootURl}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom} {block:HasTags}<div id="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  483. </div>
  484.  
  485. {block:PermalinkPage}
  486. <br>
  487.  
  488. <Br>
  489. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  490. {/block:PermalinkPage}
  491. </div>
  492.  
  493. {/block:Posts}
  494.  
  495. {block:Pagination}
  496. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a> {/block:PreviousPage}
  497. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
  498. {/block:Pagination}
  499.  
  500. </div>
  501.  
  502. {block:ContentSource}
  503. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  504. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  505. {/block:SourceLogo}
  506. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  507. {/block:ContentSource}
  508.  
  509. <div style="position:fixed;bottom:5px;right:5px;z-index:999"><a href="https://hoenarry.tumblr.com">theme</a></div>
  510.  
  511. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  512. <script>
  513. /* questions? ask oddhour.tumblr.com */
  514. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  515. function updatePhotoset() {
  516.  
  517. $(".photoset").each( function (i, e) {
  518. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  519. $(this.contentDocument).find("head").append(updatePhotosetCss);
  520. var photoset = $(this.contentDocument).find(".photoset");
  521. var photosetRows = photoset.find(".photoset_row");
  522. photoset.find(".photoset_photo")
  523. .each(function () {
  524. var hiResSrc = $(this).attr("href");
  525. var img = $(this).find('img');
  526. img.attr("src", hiResSrc );
  527. img.attr("style", "");
  528. });
  529. photosetRows.attr("style", "").css("margin-bottom", "-5px");
  530. photoset.attr("style","");
  531.  
  532. $(this).height($(this.contentDocument.body).height());
  533. });
  534. }
  535.  
  536. updatePhotoset();
  537.  
  538. var photosetTimer = setInterval(updatePhotoset, 1500);
  539. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  540. </script>
  541.  
  542. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment