Advertisement
teruteru

Doin' Time - 【 THEME 6v2 by Anomaly ☽】

Jul 18th, 2017
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #6 v2 by Anomaly ☾ tumblr user twinkleribbon ☽ : DOIN' TIME !!
  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://twinkleribbon.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. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  23.  
  24. <script>
  25. (function($){
  26. $(document).ready(function(){
  27. $("a[title]").style_my_tooltips({
  28. tip_follows_cursor:true,
  29. tip_delay_time:90,
  30. tip_fade_speed:600,
  31. attribute:"title"
  32. });
  33. });
  34. })(jQuery);
  35. </script>
  36.  
  37. <script> function changeNavigation(id)
  38. {document.getElementById('content')
  39. .innerHTML=document.getElementById(id).innerHTML}
  40. </script>
  41.  
  42.  
  43. <title>{Title}</title>
  44.  
  45. <link rel="shortcut icon" href="{image:favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <!--default variables-->
  50.  
  51. <meta name="color:background" content="">
  52. <meta name="color:posts" content="">
  53. <meta name="color:border" content="">
  54. <meta name="color:blockquote" content="">
  55. <meta name="color:ask" content="">
  56. <meta name="color:text" content="">
  57. <meta name="color:link" content="">
  58. <meta name="color:hover" content="">
  59. <meta name="color:sidebar" content="">
  60. <meta name="color:sidebar text" content="">
  61. <meta name="color:header 1" content="">
  62. <meta name="color:header 2" content="">
  63. <meta name="color:header links" content="">
  64. <meta name="color:selection" content="">
  65. <meta name="color:selection text" content="">
  66. <meta name="color:tooltip" content="">
  67. <meta name="color:tooltip text" content="">
  68. <meta name="color:scrollbar" content="">
  69.  
  70. <meta name="image:favicon" content="">
  71. <meta name="image:background" content="">
  72. <meta name="image:cursor" content="">
  73. <meta name="image:sidebar" content="">
  74. <meta name="image:render" content="">
  75.  
  76. <meta name="text:title" content="">
  77. <meta name="text:ask text" content="asked">
  78. <meta name="text:back title" content="">
  79. <meta name="text:next title" content="">
  80.  
  81. <meta name="text:font" content="">
  82. <meta name="text:font size" content="">
  83. <meta name="text:title font" content="">
  84. <meta name="text:secondary font" content="">
  85. <meta name="text:secondary font size" content="">
  86.  
  87. <meta name="text:post opacity" content="">
  88.  
  89. <meta name="if:bg cover" content="">
  90. <meta name="if:round corners" content="">
  91. <meta name="if:cursor" content="">
  92. <meta name="if:render" content="">
  93.  
  94. <meta name="text:render right" content="">
  95. <meta name="text:render bottom" content="">
  96. <meta name="text:render width" content="">
  97.  
  98. <style type="text/css">
  99.  
  100. ::-webkit-scrollbar {
  101. width: 9px;
  102. height: 4px;
  103. background:{color:scrollbar};
  104. border:4px solid {color:background};
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb {
  108. background-color:{color:scrollbar};
  109. border-radius:5px;
  110. }
  111.  
  112. #s-m-t-tooltip {
  113. max-width:300px;
  114. margin:10px 0px 0px 10px;
  115. background-color:{color:tooltip};
  116. font-family:{text:secondary font};
  117. font-size:{text:secondary font size}px;
  118. padding:3px;
  119. color:{color:tooltip text};
  120. z-index:999999999999999999999999999999999999;
  121. }
  122.  
  123. #s-m-t-tooltip:after {
  124. position: absolute;
  125. display: block; content: "";
  126. border-color: transparent {color:tooltip} transparent transparent ;
  127. border-style: solid;
  128. border-width: 5px;
  129. height:0;
  130. width:0;
  131. position:absolute;
  132. top:3px;
  133. left:-10px;
  134. }
  135.  
  136. ::selection {
  137. background: {color:selection};
  138. color: {color:selection text};
  139. }
  140.  
  141. ::-moz-selection {
  142. background: {color:selection};
  143. color: {color:selection text};
  144. }
  145.  
  146. ::-webkit-selection {
  147. background: {color:selection};
  148. color: {color:selection text};
  149. }
  150.  
  151. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  152.  
  153. body {
  154. margin:0px;
  155. background:{color:background};
  156. background-image:url('{image:background}');
  157. background-attachment:fixed;
  158. {block:ifbgcover}
  159. background-repeat:no-repeat;
  160. background-size:cover;
  161. {/block:ifbgcover}
  162. color:{color:text};
  163. font-family:{text:font};
  164. font-size:{text:font size}px;
  165. }
  166.  
  167. a {
  168. color:{color:link};
  169. text-decoration:none;
  170. }
  171.  
  172. a:hover {
  173. color:{color:hover};
  174. -webkit-transition: all 0.7s ease;
  175. -moz-transition: all 0.7s ease;
  176. -o-transition: all 0.7s ease;
  177. transition: all 0.7s ease;
  178. }
  179.  
  180. blockquote {
  181. border-left:1px solid {color:blockquote};
  182. padding-left:10px;
  183. }
  184.  
  185. blockquote img {
  186. max-width:100%;
  187. height:auto;
  188. }
  189.  
  190. iframe, img, embed, object, video {
  191. }
  192.  
  193. img {
  194. max-width:auto;
  195. height:auto;
  196. }
  197.  
  198. #tit {
  199. position:absolute;
  200. margin-top:55px;
  201. margin-left:10px;
  202. font-family:{text:title font};
  203. font-size:48px;
  204. }
  205.  
  206. #header1 {
  207. height:100px;
  208. background:{color:header 1};
  209. }
  210.  
  211. #header2 {
  212. background:{color:header 2};
  213. font-family:{text:secondary font};
  214. font-size:calc({text:secondary font size}px * 2px);
  215. padding-top:5px;
  216. padding-bottom:5px;
  217. z-index:1;
  218. }
  219.  
  220. a.nav {
  221. padding:5px;
  222. color:{color:header links};
  223. }
  224.  
  225. a.nav:hover {
  226. color:{color:hover};
  227. }
  228.  
  229. #sidebar {
  230. position:fixed;
  231. bottom:0px;
  232. left:30px;
  233. }
  234.  
  235. #desc1 {
  236. position:fixed;
  237. bottom:20px;
  238. left:130px;
  239. border-top:10px solid transparent;
  240. border-bottom:10px solid transparent;
  241. border-right:10px solid {color:sidebar};
  242. }
  243.  
  244. #desc {
  245. position:fixed;
  246. background:{color:sidebar};
  247. color:{color:sidebar text};
  248. width:200px;
  249. padding:5px;
  250. bottom:5px;
  251. left:140px;
  252. {block:ifroundcorners}border-radius:5px;{/block:ifroundcorners}
  253. }
  254.  
  255. article {
  256. float:left;
  257. position:relative;
  258. padding:10px;
  259. width:500px;
  260. background-color:rgba({RGBcolor:posts},{text:post opacity});
  261. {block:ifroundcorners}
  262. border-radius:20px;
  263. {/block:ifroundcorners}
  264. margin-bottom:20px;
  265. }
  266.  
  267. .tabcon {
  268. position:relative;
  269. padding:10px;
  270. width:500px;
  271. background-color:rgba({RGBcolor:posts},{text:post opacity});
  272. {block:ifroundcorners}
  273. border-radius:20px;
  274. {/block:ifroundcorners}
  275. margin-bottom:20px;
  276. }
  277.  
  278. .title {
  279. font-weight:bold;
  280. font-size:calc({text:font size}px + 10px);
  281. margin:0 0 10px 0;
  282. }
  283.  
  284. .quote {
  285. font-weight:bold;
  286. font-style:italic;
  287. font-size:calc({text:font size}px + 10px);
  288. margin:0 0 10px 0;
  289. text-align:left;
  290. }
  291.  
  292. .quotesource {
  293. margin:0 0 10px 0;
  294. text-align:right;
  295. }
  296.  
  297. #ask{
  298. font-family:consolas;
  299. font-size:11px;
  300. line-height:13px;
  301. padding:5px;
  302. color:{color:Title};
  303. }
  304.  
  305. .bubble {
  306. align:right;
  307. background: {color:ask};
  308. margin:7px 0px 5px 66px;
  309. padding:10px;
  310. position: relative;
  311. -moz-border-radius:5px;
  312. -webkit-border-radius:5px;
  313. border-radius:5px;
  314. }
  315.  
  316. .bubble p {
  317. margin:1px 0px;
  318. }
  319.  
  320. .bubble span {
  321. position:absolute;
  322. width:1px;
  323. height:1px;
  324. font-size: 0;
  325. line-height: 1px;
  326. left:-10px;
  327. top:10px;
  328. border-top:7px solid transparent;
  329. border-bottom:7px solid transparent;
  330. border-right:10px solid {color:ask};
  331. }
  332.  
  333. .perma {
  334. margin-top:10px;
  335. padding:5px;
  336. text-align:center;
  337. background:{color:permalink};
  338. font-family:{text:secondary font};
  339. font-size:{text:secondary font size}px;
  340. }
  341.  
  342. #pagi {
  343. width:500px;
  344. }
  345.  
  346. .credit {
  347. position:fixed;
  348. bottom:4px;
  349. left:8px;
  350. padding:2px;
  351. }
  352.  
  353. </style>
  354. </head>
  355. <body>
  356.  
  357. <div id="header1">
  358. <div id="tit">{text:title}</div>
  359. </div>
  360.  
  361. <div id="header2">
  362. <a class="nav" href="/">home</a>
  363. <a class="nav" onClick="changeNavigation('ask')">ask</a>
  364. <a class="nav" onClick="changeNavigation('about')">about</a>
  365. <a class="nav" onClick="changeNavigation('link')">links</a>
  366. <a class="nav" onClick="changeNavigation('tag')">tags</a>
  367. </div>
  368.  
  369. <div id="sidebar">
  370. <img style="width:100px; height:auto; border-radius:100%;" src="{image:sidebar}">
  371. <div id="desc1"></div>
  372. <div id="desc">{Description}</div>
  373. </div>
  374.  
  375. <table style="font-size:{text:font size}px;" width="500" align="center" border="0" cellspacing="5">
  376.  
  377. <tbody><tr>
  378.  
  379. <td valign="top" style="width:500px;">
  380. <br><br>
  381.  
  382. <div id="content">
  383.  
  384. {block:Posts}
  385. <article>
  386.  
  387. {block:Text}
  388. {block:Title}<div class="title">{Title}</div>{/block:Title}
  389. {Body}
  390. {/block:Text}
  391.  
  392. {block:Photo}
  393. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  394. {block:Caption}{Caption}{/block:Caption}
  395. {/block:Photo}
  396.  
  397. {block:Photoset}
  398. {Photoset-500}
  399. {block:Caption}{Caption}{/block:Caption}
  400. {/block:Photoset}
  401.  
  402. {block:Quote}
  403. <div class="quote">"{Quote}"</div>
  404. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  405. {/block:Quote}
  406.  
  407. {block:Link}
  408. <div class="title"><a href="{URL}">{Name}</a></div>
  409. {block:Description}<div class="description">{Description}</div>{/block:Description}
  410. {/block:Link}
  411.  
  412. {block:Chat}
  413. {block:Title}<div class="title">{Title}</div>{/block:Title}
  414. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  415. {/block:Chat}
  416.  
  417. {block:Video}
  418. {Video-500}
  419. {block:Caption}{Caption}{/block:Caption}
  420. {/block:Video}
  421.  
  422. {block:Audio}
  423. {AudioPlayerWhite}
  424. {block:TrackName}{TrackName}<br>{/block:TrackName}
  425. {block:Artist}{Artist}<br>{/block:Artist}
  426. {block:Album}{Album}{/block:Album}
  427. {block:Caption}{Caption}{/block:Caption}
  428. {/block:Audio}
  429.  
  430. {block:Answer}
  431. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  432. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  433. <div class="answer">{Answer}</div>
  434. {/block:Answer}
  435.  
  436. {block:IndexPage}
  437. <div class="perma">{MonthNumber}/{DayOfMonth} • <a href="{Permalink}">{NoteCountWithLabel}</a>
  438. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  439. </div>
  440. {block:IndexPage}
  441.  
  442. {block:PermalinkPage}
  443. <center>
  444. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  445. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  446. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  447. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  448. </center>
  449.  
  450. {block:PostNotes}{PostNotes}{/block:PostNotes}
  451. {/block:PermalinkPage}
  452.  
  453. </article>
  454.  
  455. {/block:Posts}
  456.  
  457. <div id="pagi">
  458. {block:IndexPage}
  459. {block:Pagination}
  460. {block:PreviousPage}<a style="float:left;" href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  461. {block:NextPage}<a style="float:right;" href="{NextPage}">{text:next title}</a>
  462. {/block:NextPage}
  463. {/block:Pagination}
  464. {/block:IndexPage}
  465. </div>
  466.  
  467. </div>
  468.  
  469.  
  470.  
  471. <div id="ask" style="display:none;">
  472. <div class="tabcon">
  473. <h1>Message Me</h1>
  474.  
  475.  
  476. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  477. <br><br>
  478. <iframe frameborder="0" scrolling="no" width="100%" height="300" src="http://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="submit_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  479.  
  480. </div>
  481. </div>
  482.  
  483. <div id="about" style="display:none;">
  484. <div class="tabcon">
  485. <h1>About Me</h1>
  486.  
  487. about here
  488.  
  489. </div>
  490. </div>
  491.  
  492. <div id="link" style="display:none;">
  493. <div class="tabcon">
  494. <h1>Links</h1>
  495.  
  496. links here
  497.  
  498. </div>
  499. </div>
  500.  
  501. <div id="tag" style="display:none;">
  502. <div class="tabcon">
  503. <h1>Tags</h1>
  504.  
  505. tags here
  506.  
  507. </div>
  508. </div>
  509.  
  510. </td></table></style>
  511. <br>
  512.  
  513. {block:ifrender}<div style="position:fixed; right:{text:render right}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  514.  
  515. <div class="credit"><a href="http://twinkleribbon.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>
  516.  
  517. </body>
  518. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement