teruteru

Azure Pop -【 THEME 56 by Anomaly ☽】

Oct 28th, 2017 (edited)
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #56 by Anomaly ☾ tumblr user linoone ☽ : AZURE POP !!
  8.  
  9. - i made the base code
  10. - please abide by all the rules
  11. - icon font by saturnthms
  12.  
  13. 【 All themes and pages can be found here : http://linoone.tumblr.com/thm 】
  14.  
  15. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  16. Feel free to message me if you need any help, my ask box is always open!
  17.  
  18. -->
  19.  
  20. <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  21. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  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.  
  38. <script> function changeNavigation(id)
  39. {document.getElementById('content')
  40. .innerHTML=document.getElementById(id).innerHTML}
  41. </script>
  42.  
  43.  
  44. <title>{Title}</title>
  45.  
  46. <link rel="shortcut icon" href="{image:favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <!--default variables-->
  51.  
  52. <meta name="color:background 1" content="">
  53. <meta name="color:background 2" content="">
  54. <meta name="color:posts" content="">
  55. <meta name="color:blockquote" content="">
  56. <meta name="color:ask" content="">
  57. <meta name="color:text" content="">
  58. <meta name="color:link" content="">
  59. <meta name="color:hover" content="">
  60. <meta name="color:blog border" content="">
  61. <meta name="color:selection" content="">
  62. <meta name="color:selection text" content="">
  63. <meta name="color:tooltip" content="">
  64. <meta name="color:tooltip text" content="">
  65. <meta name="color:scrollbar" content="">
  66.  
  67. <meta name="image:favicon" content="">
  68. <meta name="image:cursor" content="">
  69. <meta name="image:render" content="">
  70.  
  71. <meta name="text:ask text" content="asked">
  72. <meta name="text:back title" content="">
  73. <meta name="text:next title" content="">
  74.  
  75. <meta name="text:font" content="open sans">
  76. <meta name="text:font size" content="14">
  77. <meta name="text:secondary font" content="">
  78. <meta name="text:secondary font size" content="">
  79.  
  80. <meta name="text:post opacity" content="">
  81.  
  82. <meta name="if:cursor" content="">
  83. <meta name="if:render" content="">
  84. <meta name="if:shadow" content="">
  85.  
  86. <meta name="text:render left" content="">
  87. <meta name="text:render bottom" content="">
  88. <meta name="text:render width" content="">
  89.  
  90. <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
  91.  
  92. <style type="text/css">
  93.  
  94. @font-face { font-family: "irohamaru mikami medium"; src: url('https://dl.dropboxusercontent.com/s/bw7hjhlth6883qf/irohamaru-mikami-Medium.ttf?dl=0'); format("truetype");}
  95.  
  96. ::-webkit-scrollbar {
  97. width: 9px;
  98. height: 4px;
  99. background:{color:scrollbar};
  100. border:4px solid {color:blog border};
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb {
  104. background-color:{color:scrollbar};
  105. border-radius:5px;
  106. }
  107.  
  108. #s-m-t-tooltip {
  109. max-width:300px;
  110. margin:10px 0px 0px 10px;
  111. background-color:{color:tooltip};
  112. font-family:{text:secondary font};
  113. font-size:{text:secondary font size}px;
  114. padding:3px;
  115. color:{color:tooltip text};
  116. z-index:999999999999999999999999999999999999;
  117. }
  118.  
  119. #s-m-t-tooltip:after {
  120. position: absolute;
  121. display: block; content: "";
  122. border-color: transparent {color:tooltip} transparent transparent ;
  123. border-style: solid;
  124. border-width: 5px;
  125. height:0;
  126. width:0;
  127. position:absolute;
  128. top:3px;
  129. left:-10px;
  130. }
  131.  
  132. ::selection {
  133. background: {color:selection};
  134. color: {color:selection text};
  135. }
  136.  
  137. ::-moz-selection {
  138. background: {color:selection};
  139. color: {color:selection text};
  140. }
  141.  
  142. ::-webkit-selection {
  143. background: {color:selection};
  144. color: {color:selection text};
  145. }
  146.  
  147. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  148.  
  149. body {
  150. margin:0px;
  151. background: {color:background 2}; /* fallback for old browsers */
  152. background: -webkit-linear-gradient(to bottom, {color:background 1}, {color:background 2}); /* Chrome 10-25, Safari 5.1-6 */
  153. background: linear-gradient(to bottom, {color:background 1}, {color:background 2}); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  154. background-attachment:fixed;
  155. background-repeat:no-repeat;
  156. background-size:cover;
  157. color:{color:text};
  158. font-family:{text:font};
  159. font-size:{text:font size}px;
  160. }
  161.  
  162. a {
  163. color:{color:link};
  164. text-decoration:none;
  165. }
  166.  
  167. a:hover {
  168. color:{color:hover};
  169. -webkit-transition: all 0.7s ease;
  170. -moz-transition: all 0.7s ease;
  171. -o-transition: all 0.7s ease;
  172. transition: all 0.7s ease;
  173. }
  174.  
  175. blockquote {
  176. border-left:1px solid {color:blockquote};
  177. padding-left:10px;
  178. }
  179.  
  180. blockquote img {
  181. max-width:100%;
  182. height:auto;
  183. }
  184.  
  185. iframe, img, embed, object, video {
  186. }
  187.  
  188. img {
  189. max-width:auto;
  190. height:auto;
  191. }
  192.  
  193. #b1 {
  194. position:fixed;
  195. top:0px;
  196. left:0px;
  197. width:30px;
  198. height:100%;
  199. background:{color:blog border};
  200. }
  201.  
  202. #b2 {
  203. position:fixed;
  204. top:0px;
  205. left:0px;
  206. width:100%;
  207. height:30px;
  208. background:{color:blog border};
  209. z-index:1;
  210. }
  211.  
  212. #b3 {
  213. position:fixed;
  214. top:0px;
  215. right:0px;
  216. width:30px;
  217. height:100%;
  218. background:{color:blog border};
  219. }
  220.  
  221. #b4 {
  222. position:fixed;
  223. bottom:0px;
  224. left:0px;
  225. width:100%;
  226. height:30px;
  227. background:{color:blog border};
  228. z-index:1;
  229. }
  230.  
  231. #nav {
  232. position:fixed;
  233. top:70px;
  234. right:90px;
  235. height:300px;
  236. border-left:5px solid {color:blog border};
  237. padding-left:15px;
  238. font-family:irohamaru mikami;
  239. font-size:45px;
  240. color:{color:blog border};
  241. }
  242.  
  243. #nav a {
  244. color:{color:blog border};
  245. }
  246.  
  247. .shadow {
  248. position:absolute;
  249. width:520px;
  250. height:100%;
  251. background-image:url('https://orig00.deviantart.net/5d12/f/2017/174/3/0/txvb0yd_by_kittystuff-dbdsufb.png');
  252. z-index:-1;
  253. }
  254.  
  255. .tabcon {
  256. float:left;
  257. position:relative;
  258. padding:10px;
  259. width:500px;
  260. background-color:rgba({RGBcolor:posts},{text:post opacity});
  261. margin-bottom:25px;
  262. }
  263.  
  264. .h1 {
  265. font-size:calc({text:font size}px + 7px);
  266. text-align:center;
  267. }
  268.  
  269. article {
  270. float:left;
  271. position:relative;
  272. padding:10px;
  273. width:500px;
  274. background-color:rgba({RGBcolor:posts},{text:post opacity});
  275. {block:ifshadow}margin-bottom:50px;{/block:ifshadow}
  276. {block:ifnotshadow}margin-bottom:25px;{/block:ifnotshadow}
  277. }
  278.  
  279. .title {
  280. font-weight:normal;
  281. font-size:calc({text:font size}px + 5px);
  282. margin:0 0 10px 0;
  283. text-align:center;
  284. }
  285.  
  286. .quote {
  287. font-weight:normal;
  288. font-size:calc({text:font size}px + 5px);
  289. font-style:italic;
  290. margin:0 0 10px 0;
  291. text-align:center;
  292. }
  293.  
  294. .quotesource {
  295. margin:0 0 10px 0;
  296. text-align:right;
  297. }
  298.  
  299. .bubble {
  300. align:right;
  301. background: {color:ask};
  302. margin:7px 0px 5px 66px;
  303. padding:10px;
  304. position: relative;
  305. -moz-border-radius:5px;
  306. -webkit-border-radius:5px;
  307. border-radius:5px;
  308. }
  309.  
  310. .bubble p {
  311. margin:1px 0px;
  312. }
  313.  
  314. .bubble span {
  315. position:absolute;
  316. width:1px;
  317. height:1px;
  318. font-size: 0;
  319. line-height: 1px;
  320. left:-10px;
  321. top:10px;
  322. border-top:7px solid transparent;
  323. border-bottom:7px solid transparent;
  324. border-right:10px solid {color:ask};
  325. }
  326.  
  327. .perma {
  328. margin-top:10px;
  329. }
  330.  
  331. .perma a {
  332. webkit-filter:blur(1px);
  333. filter:blur(1px);
  334. }
  335.  
  336. .perma a:hover {
  337. webkit-filter:blur(0px);
  338. filter:blur(0px);
  339. -webkit-transition: all 0.7s ease;
  340. -moz-transition: all 0.7s ease;
  341. -o-transition: all 0.7s ease;
  342. transition: all 0.7s ease;
  343. }
  344.  
  345. #pagi {
  346. width:500px;
  347. font-size:calc({text:font size}px + 5px);
  348. font-style:italic;
  349. webkit-filter:blur(1px);
  350. filter:blur(1px);
  351. }
  352.  
  353. #pagi:hover {
  354. webkit-filter:blur(0px);
  355. filter:blur(0px);
  356. -webkit-transition: all 0.7s ease;
  357. -moz-transition: all 0.7s ease;
  358. -o-transition: all 0.7s ease;
  359. transition: all 0.7s ease;
  360. }
  361.  
  362. .credit {
  363. position:fixed;
  364. bottom:4px;
  365. left:8px;
  366. text-transform:uppercase;
  367. letter-spacing:0px;
  368. padding:2px;
  369. z-index:1;
  370. }
  371.  
  372. </style>
  373. </head>
  374. <body>
  375.  
  376. <div id="b1"></div><div id="b2"></div><div id="b3"></div><div id="b4"></div>
  377.  
  378. <div id="nav">
  379.  
  380. <a class="nav" href="/">一</a><br>
  381. <a class="nav" onClick="changeNavigation('ask')">二</a><br>
  382. <a class="nav" onClick="changeNavigation('about')">三</a><br>
  383. <a class="nav" onClick="changeNavigation('link')">四</a><br>
  384. <a class="nav" onClick="changeNavigation('tag')">五</a>
  385.  
  386. </div>
  387.  
  388. <table style="font-size:{text:font size}px; margin-top:45px; margin-bottom:45px;" width="500" align="center" border="0" cellspacing="5">
  389.  
  390. <tbody><tr>
  391. <td valign="top" style="500px;">
  392.  
  393. <div id="content">
  394.  
  395. {block:Posts}
  396. <article>
  397.  
  398. {block:ifshadow}<div class="shadow"></div>{/block:ifshadow}
  399.  
  400. {block:Text}
  401. {block:Title}<div class="title">{Title}</div>{/block:Title}
  402. {Body}
  403. {/block:Text}
  404.  
  405. {block:Photo}
  406. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  407. {block:Caption}{Caption}{/block:Caption}
  408. {/block:Photo}
  409.  
  410. {block:Photoset}
  411. {Photoset-500}
  412. {block:Caption}{Caption}{/block:Caption}
  413. {/block:Photoset}
  414.  
  415. {block:Quote}
  416. <div class="quote">"{Quote}"</div>
  417. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  418. {/block:Quote}
  419.  
  420. {block:Link}
  421. <div class="title"><a href="{URL}">{Name}</a></div>
  422. {block:Description}<div class="description">{Description}</div>{/block:Description}
  423. {/block:Link}
  424.  
  425. {block:Chat}
  426. {block:Title}<div class="title">{Title}</div>{/block:Title}
  427. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  428. {/block:Chat}
  429.  
  430. {block:Video}
  431. {Video-500}
  432. {block:Caption}{Caption}{/block:Caption}
  433. {/block:Video}
  434.  
  435. {block:Audio}
  436. {AudioPlayerWhite}
  437. {block:TrackName}{TrackName}<br>{/block:TrackName}
  438. {block:Artist}{Artist}<br>{/block:Artist}
  439. {block:Album}{Album}{/block:Album}
  440. {block:Caption}{Caption}{/block:Caption}
  441. {/block:Audio}
  442.  
  443. {block:Answer}
  444. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  445. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  446. <div class="answer">{Answer}</div>
  447. {/block:Answer}
  448.  
  449. {block:IndexPage}
  450. <div class="perma"><a style="float:left" href="{Permalink}">{NoteCountWithLabel}</a>
  451.  
  452. <a style="float:right" href="{ReblogURL}"><span class="sf sf-reblog-o"></span></a>
  453. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  454. </div>
  455. {block:IndexPage}
  456.  
  457. {block:PermalinkPage}
  458. <center>
  459. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  460. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  461. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  462. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  463. </center>
  464.  
  465. {block:PostNotes}{PostNotes}{/block:PostNotes}
  466. {/block:PermalinkPage}
  467.  
  468. </article>
  469.  
  470. {/block:Posts}
  471.  
  472. <div id="pagi">
  473.  
  474. {block:PreviousPage}<a class="pagi" style="float:left;" href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  475.  
  476. {block:NextPage}<a class="pagi" style="float:right;" href="{NextPage}">{text:next title}</a>{/block:NextPage}
  477.  
  478. </div>
  479.  
  480. </div>
  481.  
  482.  
  483.  
  484. <div id="ask" style="display:none;">
  485. <div class="tabcon">
  486. {block:ifshadow}<div class="shadow"></div>{/block:ifshadow}
  487.  
  488. <div class="h1">Message Me</div><br>
  489.  
  490. <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]-->
  491. <br><br>
  492. <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]-->
  493.  
  494. </div>
  495. </div>
  496.  
  497. <div id="about" style="display:none;">
  498. <div class="tabcon">
  499. {block:ifshadow}<div class="shadow"></div>{/block:ifshadow}
  500.  
  501. <div class="h1">About Me</div><br>
  502.  
  503. about here
  504.  
  505. </div>
  506. </div>
  507.  
  508. <div id="link" style="display:none;">
  509. <div class="tabcon">
  510. {block:ifshadow}<div class="shadow"></div>{/block:ifshadow}
  511.  
  512. <div class="h1">Links</div><br>
  513.  
  514. links here
  515.  
  516. </div>
  517. </div>
  518.  
  519. <div id="tag" style="display:none;">
  520. <div class="tabcon">
  521. {block:ifshadow}<div class="shadow"></div>{/block:ifshadow}
  522.  
  523. <div class="h1">Tags</div><br>
  524.  
  525. tags here
  526.  
  527. </div>
  528. </div>
  529.  
  530. </td></table></style>
  531. <br>
  532.  
  533. {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}
  534.  
  535. <div class="credit"><a href="http://linoone.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>
  536.  
  537. </body>
  538. </html>
Add Comment
Please, Sign In to add comment