teruteru

Your Venus 【 THEME 17v2 by Anomaly ☽】

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