Advertisement
teruteru

It's Called Aesthetic -【 THEME 39 by Anomaly ☽】

Dec 16th, 2016
617
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. THEME #39 by Anomaly ☾ tumblr user xollyx ☽ : IT'S CALLED AESTHETIC !!
  7.  
  8. - i made the base code
  9. - please abide by all the rules
  10.  
  11. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  12.  
  13. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  14. Feel free to message me if you need any help, my ask box is always open!
  15.  
  16. -->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <script>
  35. $(document).ready(function() {
  36. //
  37. $('a.poplight[href^=#]').click(function() {
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40. var query= popURL.split('?');
  41. var dim= query[1].split('&');
  42. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="{image:close}" class="btn_close" title="Close" alt="Close" /></a>');
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade , .popup_block').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63. <!--End of pop up script-->
  64.  
  65.  
  66.  
  67. <title>{Title}</title>
  68.  
  69. <link rel="shortcut icon" href="{image:favicon}">
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  71. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  72.  
  73. <!--default variables-->
  74.  
  75. <meta name="color:background" content="">
  76. <meta name="color:posts" content="">
  77. <meta name="color:border" content="">
  78. <meta name="color:blockquote" content="">
  79. <meta name="color:ask" content="">
  80. <meta name="color:text" content="">
  81. <meta name="color:link" content="">
  82. <meta name="color:hover" content="">
  83. <meta name="color:sidebar" content="">
  84. <meta name="color:selection" content="">
  85. <meta name="color:selection text" content="">
  86. <meta name="color:tooltip" content="">
  87. <meta name="color:tooltip text" content="">
  88. <meta name="color:scrollbar" content="">
  89. <meta name="color:title" content="">
  90. <meta name="color:text shadow" content="">
  91.  
  92. <meta name="image:favicon" content="">
  93. <meta name="image:background" content="">
  94. <meta name="image:cursor" content="">
  95. <meta name="image:sidebar" content="">
  96. <meta name="image:stain" content="https://68.media.tumblr.com/05fcc17756e1d03563a917bc6fa7e53a/tumblr_nlym4sIjS81qbmm1co1_1280.gif">
  97. <meta name="image:permalink" content="http://68.media.tumblr.com/47ba02c1a0d06e8a40828abf6bf3d5de/tumblr_inline_niyjpoYxVP1rujz3w.gif">
  98. <meta name="image:render" content="">
  99. <meta name="image:about" content="">
  100. <meta name="image:tags" content="">
  101. <meta name="image:close" content="http://68.media.tumblr.com/07c5549c1ff606874c9c085688f7e07d/tumblr_inline_nl8j0r9xft1ry72eo_75sq.png">
  102.  
  103. <meta name="text:title" content="">
  104. <meta name="text:ask text" content="asked">
  105. <meta name="text:back title" content="⇠">
  106. <meta name="text:next title" content="⇢">
  107. <meta name="text:notes text" content="notes">
  108. <meta name="text:reblog text" content="reblog?">
  109.  
  110. <meta name="if:bg cover" content="">
  111. <meta name="if:cursor" content="">
  112. <meta name="if:render" content="">
  113.  
  114. <meta name="text:render left" content="">
  115. <meta name="text:render bottom" content="">
  116. <meta name="text:render width" content="">
  117.  
  118. <style type="text/css">
  119.  
  120. @font-face { font-family: “kindly rewind”; src: url(‘https://dl.dropboxusercontent.com/s/dfk59a19naocap1/Kindly%20Rewind.ttf’); }
  121.  
  122. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”); }
  123.  
  124. ::-webkit-scrollbar {
  125. width: 9px;
  126. height: 4px;
  127. background:{color:scrollbar};
  128. border:4px solid {color:background};
  129. }
  130.  
  131. ::-webkit-scrollbar-thumb {
  132. background-color:{color:scrollbar};
  133. border-radius:5px;
  134. }
  135.  
  136. #s-m-t-tooltip {
  137. max-width:300px;
  138. margin:10px 0px 0px 10px;
  139. background-color:{color:tooltip};
  140. font-family:silkscreen;
  141. font-size:8px;
  142. padding:3px;
  143. color:{color:tooltip text};
  144. z-index:999999999999999999999999999999999999;
  145. }
  146.  
  147. #s-m-t-tooltip:after {
  148. position: absolute;
  149. display: block; content: "";
  150. border-color: transparent {color:tooltip} transparent transparent ;
  151. border-style: solid;
  152. border-width: 5px;
  153. height:0;
  154. width:0;
  155. position:absolute;
  156. top:3px;
  157. left:-10px;
  158. }
  159.  
  160. ::selection {
  161. background: {color:selection};
  162. color: {color:selection text};
  163. }
  164.  
  165. ::-moz-selection {
  166. background: {color:selection};
  167. color: {color:selection text};
  168. }
  169.  
  170. ::-webkit-selection {
  171. background: {color:selection};
  172. color: {color:selection text};
  173. }
  174.  
  175. /*Edit pop ups here*/
  176. #fade { /*--Transparent background layer--*/
  177. display: none; /*--hidden by default--*/
  178. background: #000;
  179. position: fixed; left: 0; top: 0;
  180. width: 100%; height: 100%;
  181. opacity: .75;
  182. z-index: 9999;
  183. }
  184.  
  185. .popup_block{
  186. display: none; /*--hidden by default--*/
  187. background: {color:posts};
  188. padding: 20px;
  189. border: 2px solid {color:border};
  190. outline:1px solid {color:border};
  191. outline-offset:-5px;
  192. float: left;
  193. position: fixed;
  194. top: 50%; left: 50%;
  195. z-index: 99999;
  196. }
  197.  
  198. img.btn_close {
  199. float: left;
  200. margin: -5px -5px 0 0;
  201. }
  202.  
  203. /*--Making IE6 Understand Fixed Positioning--*/
  204. *html #fade {
  205. position: absolute;
  206. }
  207. *html .popup_block {
  208. position: absolute;
  209. }
  210.  
  211. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  212.  
  213. body {
  214. background:{color:background};
  215. background-image:url('{image:background}');
  216. background-attachment:fixed;
  217. {block:ifbgcover}
  218. background-repeat:no-repeat;
  219. background-size:cover;
  220. {/block:ifbgcover}
  221. color:{color:text};
  222. font-family:ms pgothic;
  223. font-size:12px;
  224. }
  225.  
  226. a {
  227. color:{color:link};
  228. text-decoration:none;
  229. }
  230.  
  231. a:hover {
  232. color:{color:hover};
  233. }
  234.  
  235. blockquote {
  236. border-left:1px solid {color:blockquote};
  237. padding-left:10px;
  238. }
  239.  
  240. blockquote img {
  241. width:100%;
  242. }
  243.  
  244. .posts {
  245. float:left;
  246. display:block;
  247. position:relative;
  248. margin-left:40%;
  249. padding:10px;
  250. width:500px;
  251. background-color:{color:posts};
  252. border:2px solid {color:border};
  253. outline:1px solid {color:border};
  254. outline-offset:-5px;
  255. margin-top:50px;
  256. margin-bottom:50px;
  257. }
  258.  
  259. .posts:blockquote {
  260. border-left:1px solid {color:blockquote};
  261. padding-left:5px;
  262. }
  263.  
  264. #stain {
  265. position:fixed;
  266. margin-left:75px;
  267. margin-top:200px;
  268. opacity:.5;
  269. }
  270.  
  271. #stain img {
  272. width:400px;
  273. }
  274.  
  275. #tit {
  276. position:fixed;
  277. margin-top:175px;
  278. margin-left:175px;
  279. font-family: "kindly rewind";
  280. color:{color:title};
  281. text-shadow: -2px 0 {color:text shadow}, 0 2px {color:text shadow}, 2px 0 {color:text shadow}, 0 -2px {color:text shadow};
  282. font-size:25px;
  283. z-index:1;
  284. }
  285.  
  286. #sidebar {
  287. position:fixed;
  288. width:200px;
  289. height:200px;
  290. margin-left:125px;
  291. margin-top:200px;
  292. border-radius:100%;
  293. background-color:{color:posts};
  294. border:5px solid {color:sidebar};
  295. padding:10px;
  296. }
  297.  
  298. #sidebar img {
  299. width:200px;
  300. height:200px;
  301. }
  302.  
  303. div#desc {
  304. position:fixed!important;
  305. opacity:0;
  306. width:200px;
  307. height:200px;
  308. padding:5px;
  309. border-radius:100%;
  310. margin-top:-210px;
  311. margin-left:-6px;
  312. text-align:center;
  313. background-color:rgba({RGBcolor:posts},.8);
  314. }
  315.  
  316. #sidebar:hover #desc {
  317. opacity:1;
  318. -webkit-transition: all .5s;
  319. -moz-transition: all .5s;
  320. -o-transition: all .5s;
  321. -ms-transition: all .5s;
  322. transition: all .5s;
  323. }
  324.  
  325. .dot1 {
  326. position:fixed;
  327. width: 25px;
  328. height: 25px;
  329. margin-top: 270px;
  330. margin-left:335px;
  331. border-radius: 50% 50% 50% 50%;
  332. background-color:{color:sidebar};
  333. border: 3px solid {color:sidebar};
  334. }
  335.  
  336. .dot2 {
  337. position:fixed;
  338. width: 25px;
  339. height: 25px;
  340. margin-top: 315px;
  341. margin-left:335px;
  342. border-radius: 50% 50% 50% 50%;
  343. background-color:{color:sidebar};
  344. border: 3px solid {color:sidebar};
  345. }
  346.  
  347. .dot3 {
  348. position:fixed;
  349. width: 25px;
  350. height: 25px;
  351. margin-top: 360px;
  352. margin-left:320px;
  353. border-radius: 50% 50% 50% 50%;
  354. background-color:{color:sidebar};
  355. border: 3px solid {color:sidebar};
  356. }
  357.  
  358. .dot4 {
  359. position:fixed;
  360. width: 25px;
  361. height: 25px;
  362. margin-top: 395px;
  363. margin-left:285px;
  364. border-radius: 50% 50% 50% 50%;
  365. background-color:{color:sidebar};
  366. border: 3px solid {color:sidebar};
  367. }
  368.  
  369. .dot5 {
  370. position:fixed;
  371. width: 25px;
  372. height: 25px;
  373. margin-top: 410px;
  374. margin-left:240px;
  375. border-radius: 50% 50% 50% 50%;
  376. background-color:{color:sidebar};
  377. border: 3px solid {color:sidebar};
  378. }
  379.  
  380. .media{
  381. margin:0 0 10px 0;
  382. }
  383.  
  384. .title{
  385. font-size:16px;
  386. margin:0 0 10px 0;
  387. text-align:center;
  388. }
  389.  
  390. .quote{
  391. font-size:16px;
  392. font-style:italic;
  393. margin:0 0 10px 0;
  394. text-align:center;
  395. }
  396.  
  397. .quotesource {
  398. margin:0 0 10px 0;
  399. text-align:right;
  400. }
  401.  
  402. #ask{
  403. font-size:11px;
  404. line-height:13px;
  405. padding:5px;
  406. color:{color:Title};
  407. }
  408.  
  409. .bubble {
  410. align:right;
  411. background: {color:ask};
  412. margin:7px 0px 5px 66px;
  413. padding:10px;
  414. position: relative;
  415. -moz-border-radius:5px;
  416. -webkit-border-radius:5px;
  417. border-radius:5px;
  418. }
  419.  
  420. .bubble p {
  421. margin:1px 0px;
  422. }
  423.  
  424. .bubble span {
  425. display:block;
  426. position:absolute;
  427. width:1px;
  428. height:1px;
  429. font-size: 0;
  430. line-height: 1px;
  431. left:-10px;
  432. top:10px;
  433. border-top:7px solid transparent;
  434. border-bottom:7px solid transparent;
  435. border-right:10px solid {color:ask};
  436. }
  437.  
  438. .perma {
  439. margin-top:10px;
  440. padding:5px;
  441. text-align:center;
  442. font-family:silkscreen;
  443. font-size:8px;
  444. opacity:0;
  445. }
  446.  
  447. .posts:hover .perma {
  448. opacity:1;
  449. -webkit-transition: all .5s;
  450. -moz-transition: all .5s;
  451. -o-transition: all .5s;
  452. -ms-transition: all .5s;
  453. transition: all .5s;
  454. }
  455.  
  456. .posts:hover .perma a:hover {
  457. letter-spacing:1px;
  458. -webkit-transition: all .5s;
  459. -moz-transition: all .5s;
  460. -o-transition: all .5s;
  461. -ms-transition: all .5s;
  462. transition: all .5s;
  463. }
  464.  
  465. .postnotes {
  466. float:left;
  467. display:block;
  468. position:relative;
  469. width:500px;
  470. padding:10px;
  471. background-color:{color:posts};
  472. border:2px solid {color:border};
  473. outline:1px solid {color:border};
  474. outline-offset:-5px;
  475. }
  476.  
  477. .pagination {
  478. position:fixed;
  479. margin-top:500px;
  480. margin-left:250px;
  481. font-size:36px;
  482. text-shadow: {color:link} 0 0 10px;
  483. }
  484.  
  485. .pagination a:hover {
  486. text-shadow: {color:hover} 0 0 10px;
  487. -webkit-transition: all .5s;
  488. -moz-transition: all .5s;
  489. -o-transition: all .5s;
  490. -ms-transition: all .5s;
  491. transition: all .5s;
  492. }
  493.  
  494. .credit {
  495. position:fixed;
  496. bottom:4px;
  497. left:8px;
  498. font: 9px consolas;
  499. text-transform:uppercase;
  500. letter-spacing: 0px;
  501. padding: 2px;
  502. z-index:1;
  503. }
  504.  
  505. </style>
  506. </head>
  507. <body>
  508.  
  509.  
  510.  
  511. <div id="wrapper">
  512. <div id="tit">{text:title}</div>
  513. <div id="stain"><img src="{image:stain}"></div>
  514. <div id="sidebar">
  515. <img style="width:200px; border-radius:200px;" src="{image:sidebar}">
  516. <div id="desc"><br><br><br><br>{Description}</div>
  517. </div>
  518.  
  519. <a href="/" title="refresh"><div class="dot1"></div></a>
  520. <a href="/ask" title="message"><div class="dot2"></div></a>
  521. <a href="/submit" title="submit"><div class="dot3"></div></a>
  522. <a href="#?w=500" rel="01" class="poplight" title="about"><div class="dot4"></div></a>
  523. <a href="#?w=500" rel="02" class="poplight" title="tags"><div class="dot5"></div></a>
  524.  
  525.  
  526. {block:Posts}
  527. <div class="posts">
  528.  
  529. {block:Text}
  530. {block:Title}<div class="title">{Title}</div>{/block:Title}
  531. {Body}
  532. {/block:Text}
  533.  
  534. {block:Photo}
  535. <div class="media"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>
  536. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  537. {/block:Photo}
  538.  
  539. {block:Photoset}<div class="media">{Photoset-500}</div>
  540. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  541. {/block:Photoset}
  542.  
  543. {block:Quote}
  544. <div class="quote">"{Quote}"</div>
  545. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  546. {/block:Quote}
  547.  
  548. {block:Link}
  549. <div class="title"><a href="{URL}">{Name}</a></div>
  550. {block:Description}<div class="description">{Description}</div>{/block:Description}
  551. {/block:Link}
  552.  
  553. {block:Chat}
  554. {block:Title}<div class="title">{Title}</div>{/block:Title}
  555. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  556. {/block:Chat}
  557.  
  558. {block:Video}<div class="media">{Video-500}</div>
  559. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  560. {/block:Video}
  561.  
  562. {block:Audio}
  563. <div class="media">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}{AudioPlayerWhite}
  564. {block:TrackName}{TrackName}<br>{/block:TrackName}
  565. {block:Artist}{Artist}<br>{/block:Artist}
  566. {block:Album}{Album}{/block:Album}
  567. </div>
  568. {block:Caption}{Caption}{/block:Caption}
  569. {/block:Audio}
  570.  
  571. {block:Answer}
  572. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  573. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  574. <div class="answer">{Answer}</div>
  575. {/block:Answer}
  576.  
  577. {block:Date}
  578. <div class="perma"><a href="{Permalink}">{NoteCount} {text:notes text}</a> <img src="{image:Permalink}"> <a href="{ReblogURL}">{text:reblog text}</a>
  579. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  580. {block:PermalinkPage}<br>
  581. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">{lang:Via}</a>
  582. <a href="{ReblogRootURL}" title="{ReblogRootName}">{lang:Source}</a> {/block:RebloggedFrom}
  583. {/block:PermalinkPage}
  584. </div>
  585. {/block:Date}
  586.  
  587. </div>
  588.  
  589. {block:PermalinkPage}
  590. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  591. {/block:PermalinkPage}
  592. {/block:Posts}
  593.  
  594. <div class="pagination">
  595. {block:IndexPage}
  596. {block:Pagination}
  597. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  598. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  599. {/block:NextPage}
  600. {/block:Pagination}
  601. {/block:IndexPage}
  602. </div>
  603.  
  604.  
  605. </div>
  606.  
  607. <div id="01" class="popup_block">
  608. <div style="width: 500px;" </div>
  609. <center><img src="{image:about}"></center><p>
  610.  
  611. this is where you put your about, you have to know html to be able to edit this properly
  612.  
  613. </div></div></div></div></div></div></div></div></div></div>
  614.  
  615. <div id="02" class="popup_block">
  616. <div style="width: 500px;" </div>
  617. <center><img src="{image:links}"></center><p>
  618.  
  619. this is where you put your links, you have to know html to be able to edit this properly
  620.  
  621. </div></div></div></div></div></div></div></div></div></div>
  622.  
  623.  
  624.  
  625.  
  626. {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}
  627.  
  628. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig08.deviantart.net/b25c/f/2016/350/4/3/vegacred_by_kittystuff-darulys.gif" /></a></div>
  629.  
  630. </body>
  631. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement