Advertisement
teruteru

Homepage - 【 THEME 3v2 by Anomaly ☽】

May 9th, 2017
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #3 v2 by Anomaly ☾ tumblr user xollyx ☽ : HOMEPAGE !!
  8.  
  9. - i made the base code
  10. - please abide by all the rules
  11.  
  12. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  13.  
  14. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  15. Feel free to message me if you need any help, my ask box is always open!
  16.  
  17. -->
  18.  
  19. <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  20. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  21. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  22. {block:ifcustomtooltips}
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24.  
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:90,
  31. tip_fade_speed:600,
  32. attribute:"title"
  33. });
  34. });
  35. })(jQuery);
  36. </script>
  37. {/block:ifcustomtooltips}
  38.  
  39. <title>{Title}</title>
  40.  
  41. <link rel="shortcut icon" href="{image:favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44.  
  45. <!--default variables-->
  46.  
  47. <meta name="color:background" content="">
  48. <meta name="color:posts" content="">
  49. <meta name="color:blockquote" content="">
  50. <meta name="color:ask" content="">
  51. <meta name="color:text" content="">
  52. <meta name="color:link" content="">
  53. <meta name="color:hover" content="">
  54. <meta name="color:text shadow" content="">
  55. <meta name="color:selection" content="">
  56. <meta name="color:selection text" content="">
  57. <meta name="color:tooltip" content="">
  58. <meta name="color:tooltip text" content="">
  59. <meta name="color:scrollbar" content="">
  60.  
  61. <meta name="image:favicon" content="">
  62. <meta name="image:background" content="">
  63. <meta name="image:cursor" content="">
  64. <meta name="image:sidebar" content="">
  65. <meta name="image:render" content="">
  66.  
  67. <meta name="text:ask text" content="asked">
  68. <meta name="text:about url" content="/abt">
  69. <meta name="text:link 1" content="/">
  70. <meta name="text:link 1 title" content="link 1">
  71. <meta name="text:link 2" content="/">
  72. <meta name="text:link 2 title" content="link 2">
  73. <meta name="text:link 3" content="/">
  74. <meta name="text:link 3 title" content="link 3">
  75. <meta name="text:link 4" content="/">
  76. <meta name="text:link 4 title" content="link 4">
  77. <meta name="text:link 5" content="/">
  78. <meta name="text:link 5 title" content="link 5">
  79. <meta name="text:perma symbol" content="•">
  80. <meta name="text:links symbol" content="•">
  81. <meta name="text:back title" content="back">
  82. <meta name="text:next title" content="next">
  83.  
  84. <meta name="if:bg cover" content="">
  85. <meta name="if:cursor" content="">
  86. <meta name="if:description" content="">
  87. <meta name="if:captions" content="">
  88. <meta name="if:tags" content="">
  89. <meta name="if:border radius" content="">
  90. <meta name="if:blurry titles" content="">
  91. <meta name="if:custom selection" content="">
  92. <meta name="if:custom tooltips" content="">
  93. <meta name="if:custom scrollbar" content="">
  94. <meta name="if:render" content="">
  95.  
  96. <meta name="text:render left" content="">
  97. <meta name="text:render bottom" content="">
  98. <meta name="text:render width" content="">
  99. <meta name="text:post opacity" content=".5">
  100.  
  101. <style type="text/css">
  102.  
  103. {block:ifcustomscrollbar}
  104. ::-webkit-scrollbar {
  105. width: 9px;
  106. height: 4px;
  107. background:{color:scrollbar};
  108. border:4px solid {color:background};
  109. }
  110.  
  111. ::-webkit-scrollbar-thumb {
  112. background-color:{color:scrollbar};
  113. border-radius:5px;
  114. }
  115. {/block:ifcustomscrollbar}
  116.  
  117. {block:ifcustomtooltips}
  118. #s-m-t-tooltip {
  119. max-width:300px;
  120. margin:10px 0px 0px 10px;
  121. background-color:{color:tooltip};
  122. font-size:12px;
  123. padding:3px;
  124. color:{color:tooltip text};
  125. z-index:999999999999999999999999999999999999;
  126. }
  127.  
  128. #s-m-t-tooltip:after {
  129. position: absolute;
  130. display: block; content: "";
  131. border-color: transparent {color:tooltip} transparent transparent ;
  132. border-style: solid;
  133. border-width: 5px;
  134. height:0;
  135. width:0;
  136. position:absolute;
  137. top:3px;
  138. left:-10px;
  139. }
  140. {/block:ifcustomtooltips}
  141.  
  142. {block:ifcustomselection}
  143. ::selection {
  144. background: {color:selection};
  145. color: {color:selection text};
  146. }
  147.  
  148. ::-moz-selection {
  149. background: {color:selection};
  150. color: {color:selection text};
  151. }
  152.  
  153. ::-webkit-selection {
  154. background: {color:selection};
  155. color: {color:selection text};
  156. }
  157. {/block:ifcustomselection}
  158.  
  159. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  160.  
  161. body {
  162. margin:0px;
  163. background:{color:background};
  164. background-image:url('{image:background}');
  165. background-attachment:fixed;
  166. {block:ifbgcover}
  167. background-repeat:no-repeat;
  168. background-size:cover;
  169. {/block:ifbgcover}
  170. color:{color:text};
  171. font-size:14px;
  172. }
  173.  
  174. a {
  175. color:{color:link};
  176. text-decoration:none;
  177. }
  178.  
  179. a:hover {
  180. color:{color:hover};
  181. }
  182.  
  183. blockquote {
  184. border-left:1px solid {color:blockquote};
  185. padding-left:5px;
  186. }
  187.  
  188. blockquote img {
  189. max-width:100%;
  190. height:auto;
  191. }
  192.  
  193. iframe, img, embed, object, video {
  194. }
  195.  
  196. img {
  197. max-width:auto;
  198. height:auto;
  199. }
  200.  
  201. #entries {
  202. width:500px;
  203. margin:auto;
  204. }
  205.  
  206. article {
  207. float:left;
  208. position:relative;
  209. padding:10px;
  210. width:500px;
  211. background-color:rgba({RGBcolor:posts},{text:post opacity});
  212. {block:ifborderradius}
  213. border-radius:20px;
  214. {/block:ifborderradius}
  215. margin-top:25px;
  216. margin-bottom:25px;
  217. }
  218.  
  219. .posts:blockquote {
  220. border-left:1px solid {color:blockquote};
  221. padding-left:5px;
  222. }
  223.  
  224. .posts img {
  225. max-width:100%;
  226. }
  227.  
  228. #sidebar {
  229. margin:auto;
  230. width:500px;
  231. padding:10px;
  232. }
  233.  
  234.  
  235. #title {
  236. margin-top:10px;
  237. width:100%;
  238. font-size:45px;
  239. text-align:center;
  240. font-weight:bold;
  241. font-style:italic;
  242. text-shadow: 5px 5px 5px {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow};
  243. {block:ifblurrytitles}
  244. -webkit-filter: blur(.8px);
  245. {/block:ifblurrytitles}
  246. margin-bottom:10px;
  247. }
  248.  
  249. #links {
  250. margin:auto;
  251. text-align:center;
  252. width:500px;
  253. font-size:18px;
  254. font-style:italic;
  255. padding:5px;
  256. {block:ifblurrytitles}
  257. -webkit-filter: blur(.8px);
  258. {/block:ifblurrytitles}
  259. }
  260.  
  261. #links a {
  262. text-shadow: 2px 2px 2px {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow};
  263. }
  264.  
  265. .title{
  266. font-weight:normal;
  267. font-size:18px;
  268. margin:0 0 10px 0;
  269. text-align:center;
  270. }
  271.  
  272. .quote{
  273. font-weight:normal;
  274. font-size:18px;
  275. font-style:italic;
  276. margin:0 0 10px 0;
  277. text-align:center;
  278. }
  279.  
  280. .quotesource {
  281. margin:0 0 10px 0;
  282. text-align:right;
  283. }
  284.  
  285. #ask{
  286. padding:5px;
  287. color:{color:Title};
  288. }
  289.  
  290. .bubble {
  291. align:right;
  292. background: {color:ask};
  293. margin:7px 0px 5px 66px;
  294. padding:10px;
  295. position: relative;
  296. -moz-border-radius:5px;
  297. -webkit-border-radius:5px;
  298. border-radius:5px;
  299. }
  300.  
  301. .bubble p {
  302. margin:1px 0px;
  303. }
  304.  
  305. .bubble span {
  306. position:absolute;
  307. width:1px;
  308. height:1px;
  309. font-size: 0;
  310. line-height: 1px;
  311. left:-10px;
  312. top:10px;
  313. border-top:7px solid transparent;
  314. border-bottom:7px solid transparent;
  315. border-right:10px solid {color:ask};
  316. }
  317.  
  318. .perma {
  319. margin-top:10px;
  320. text-align:center;
  321. }
  322.  
  323. #pagi {
  324. margin:auto;
  325. padding-bottom:5px;
  326. width:500px;
  327. font-size:36px;
  328. font-style:italic;
  329. text-align:center;
  330. text-shadow: 0.1em 0.1em 0.1em {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow}, 0.1em 0.1em 0.1em {color:text shadow};
  331. {block:ifblurrytitles}
  332. -webkit-filter: blur(.8px);
  333. {/block:ifblurrytitles}
  334. }
  335.  
  336.  
  337. .credit {
  338. position:fixed;
  339. bottom:4px;
  340. left:8px;
  341. font: 9px;
  342. text-transform:uppercase;
  343. letter-spacing: 0px;
  344. padding: 2px;
  345. }
  346.  
  347. </style>
  348. </head>
  349. <body>
  350.  
  351. <div id="title">{Title}</div>
  352.  
  353. <div id="sidebar">
  354. <center><img src="{image:sidebar}"></center>
  355. {/block:ifdescription}
  356. {block:Description}{Description}{/block:Description}
  357. {/block:ifdescription}
  358. <br>
  359. </div>
  360.  
  361. <div id="links">
  362. <a href="/">home</a> {text:links symbol}
  363. <a href="/ask">ask</a> {text:links symbol}
  364. <a href="/submit">submit</a> {text:links symbol}
  365. <a href="{text:about url}">about</a><br>
  366. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  367. {block:iflink2}{text:links symbol} <a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  368. {block:iflink3}{text:links symbol} <a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  369. {block:iflink4}{text:links symbol} <a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  370. {block:iflink5}{text:links symbol} <a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  371. </div>
  372.  
  373. <div id="entries">
  374.  
  375. {block:Posts}
  376. <article>
  377.  
  378. {block:Text}
  379. {block:Title}<div class="title">{Title}</div>{/block:Title}
  380. {Body}
  381. {/block:Text}
  382.  
  383. {block:Photo}
  384. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  385. {block:ifcaptions}
  386. {block:Caption}{Caption}{/block:Caption}
  387. {/block:ifcaptions}
  388. {/block:Photo}
  389.  
  390. {block:Photoset}
  391. {Photoset-500}
  392. {block:ifcaptions}
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:ifcaptions}
  395. {/block:Photoset}
  396.  
  397. {block:Quote}
  398. <div class="quote">"{Quote}"</div>
  399. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  400. {/block:Quote}
  401.  
  402. {block:Link}
  403. <div class="title"><a href="{URL}">{Name}</a></div>
  404. {block:ifcaptions}
  405. {block:Description}<div class="description">{Description}</div>{/block:Description}
  406. {/block:ifcaptions}
  407. {/block:Link}
  408.  
  409. {block:Chat}
  410. {block:Title}<div class="title">{Title}</div>{/block:Title}
  411. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  412. {/block:Chat}
  413.  
  414. {block:Video}
  415. {Video-500}
  416. {block:ifcaptions}
  417. {block:Caption}{Caption}{/block:Caption}
  418. {/block:ifcaptions}
  419. {/block:Video}
  420.  
  421. {block:Audio}
  422. {AudioPlayerWhite}
  423. {block:TrackName}{TrackName}<br>{/block:TrackName}
  424. {block:Artist}{Artist}<br>{/block:Artist}
  425. {block:Album}{Album}{/block:Album}
  426. {block:Caption}{Caption}{/block:Caption}
  427. {/block:Audio}
  428.  
  429. {block:Answer}
  430. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  431. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  432. <div class="answer">{Answer}</div>
  433. {/block:Answer}
  434.  
  435. {block:IndexPage}
  436. <div class="perma">
  437. <a href="">{NoteCountWithLabel}</a> {block:RebloggedFrom}{text:perma symbol} <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  438. {block:RebloggedFrom}{text:perma symbol} <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom} {text:perma symbol} <a href="{ReblogURL}">reblog</a><br>
  439. {block:Tags}{block:iftags}<a href="{TagURL}">{Tag}</a>.&nbsp;{/block:iftags}{/block:Tags}
  440. </div>
  441. {block:IndexPage}
  442.  
  443. {block:PermalinkPage}
  444. <center>
  445. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  446. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  447. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  448. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  449. </center>
  450.  
  451. {block:PostNotes}{PostNotes}{/block:PostNotes}
  452. {/block:PermalinkPage}
  453.  
  454. </article>
  455.  
  456. {/block:Posts}
  457.  
  458. </div>
  459.  
  460. <div id="pagi">
  461. {block:IndexPage}
  462. {block:Pagination}
  463. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  464. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  465. {/block:NextPage}
  466. {/block:Pagination}
  467. {/block:IndexPage}
  468. </div>
  469.  
  470.  
  471.  
  472.  
  473. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  474.  
  475. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  476.  
  477. </body>
  478. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement