Advertisement
teruteru

Chuck It -【 THEME 40 by Anomaly ☽】

Jan 2nd, 2017
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.07 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. THEME #40 by Anomaly ☾ tumblr user xollyx ☽ : CHUCK IT !!
  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. <link href="https://fonts.googleapis.com/css?family=Chewy" rel="stylesheet">
  35.  
  36. <title>{Title}</title>
  37.  
  38. <link rel="shortcut icon" href="{image:favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  41.  
  42. <!--default variables-->
  43.  
  44. <meta name="color:background" content="">
  45. <meta name="color:posts" content="">
  46. <meta name="color:border" 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:top bar" content="">
  53. <meta name="color:permalink" content="">
  54. <meta name="color:selection" content="">
  55. <meta name="color:selection text" content="">
  56. <meta name="color:tooltip" content="">
  57. <meta name="color:tooltip text" content="">
  58. <meta name="color:scrollbar" content="">
  59.  
  60. <meta name="image:favicon" content="">
  61. <meta name="image:background" content="">
  62. <meta name="image:cursor" content="">
  63. <meta name="image:sidebar" content="">
  64. <meta name="image:icon" 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:back title" content="⇠">
  80. <meta name="text:next title" content="⇢">
  81.  
  82. <meta name="if:bg cover" content="">
  83. <meta name="if:cursor" content="">
  84. <meta name="if:render" 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. <style type="text/css">
  91.  
  92. @font-face { font-family: "tinytots"; src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04b_03_.ttf?dl=1'); format(“truetype”);}
  93.  
  94. ::-webkit-scrollbar {
  95. width: 9px;
  96. height: 4px;
  97. background:{color:scrollbar};
  98. border:4px solid {color:background};
  99. }
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. background-color:{color:scrollbar};
  103. border-radius:5px;
  104. }
  105.  
  106. #s-m-t-tooltip {
  107. max-width:300px;
  108. margin:10px 0px 0px 10px;
  109. background-color:{color:tooltip};
  110. font-family:tinytots;
  111. font-size:8px;
  112. padding:3px;
  113. color:{color:tooltip text};
  114. z-index:999999999999999999999999999999999999;
  115. }
  116.  
  117. #s-m-t-tooltip:after {
  118. position: absolute;
  119. display: block; content: "";
  120. border-color: transparent {color:tooltip} transparent transparent ;
  121. border-style: solid;
  122. border-width: 5px;
  123. height:0;
  124. width:0;
  125. position:absolute;
  126. top:3px;
  127. left:-10px;
  128. }
  129.  
  130. ::selection {
  131. background: {color:selection};
  132. color: {color:selection text};
  133. }
  134.  
  135. ::-moz-selection {
  136. background: {color:selection};
  137. color: {color:selection text};
  138. }
  139.  
  140. ::-webkit-selection {
  141. background: {color:selection};
  142. color: {color:selection text};
  143. }
  144.  
  145. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  146.  
  147. body {
  148. background:{color:background};
  149. background-image:url('{image:background}');
  150. background-attachment:fixed;
  151. {block:ifbgcover}
  152. background-repeat:no-repeat;
  153. background-size:cover;
  154. {/block:ifbgcover}
  155. color:{color:text};
  156. font-family:arial;
  157. font-size:11px;
  158. }
  159.  
  160. a {
  161. color:{color:link};
  162. text-decoration:none;
  163. }
  164.  
  165. a:hover {
  166. color:{color:hover};
  167. }
  168.  
  169. blockquote {
  170. border-left:1px solid {color:blockquote};
  171. padding-left:10px;
  172. }
  173.  
  174. blockquote img {
  175. width:100%;
  176. }
  177.  
  178. #bar {
  179. position:fixed;
  180. height:25px;
  181. padding:5px;
  182. width:100%;
  183. top:0px;
  184. left:0px;
  185. background-color:{color:top bar};
  186. border-bottom:2px solid {color:border};
  187. z-index:1;
  188. }
  189.  
  190. .links {
  191. position:fixed;
  192. margin-top:-25px;
  193. margin-left:30px;
  194. font-family:chewy;
  195. font-size:15px;
  196. }
  197.  
  198. .links a:hover {
  199. letter-spacing:1px;
  200. -webkit-transition: all 0.3s linear;
  201. -moz-transition: all 0.3s linear;
  202. transition: all 0.3s linear;
  203. }
  204.  
  205. #wrapper {
  206. width:800px;
  207. }
  208.  
  209. .posts {
  210. float:left;
  211. display:block;
  212. position:relative;
  213. margin-left:400px;
  214. padding:10px;
  215. padding-bottom:20px;
  216. width:500px;
  217. background-color:{color:posts};
  218. border:1px solid {color:border};
  219. margin-top:50px;
  220. margin-bottom:50px;
  221. }
  222.  
  223. .posts:blockquote {
  224. border-left:1px solid {color:blockquote};
  225. padding-left:5px;
  226. }
  227.  
  228. #img {
  229. position:fixed;
  230. width:200px;
  231. margin-left:130px;
  232. margin-top:100px;
  233. background-color:{color:posts};
  234. border:1px solid {color:border};
  235. padding:5px;
  236. }
  237.  
  238. #img img {
  239. width:200px;
  240. max-height:200px;
  241. }
  242.  
  243. #sidebar {
  244. position:fixed;
  245. width:200px;
  246. margin-left:125px;
  247. margin-top:350px;
  248. background-color:{color:posts};
  249. border:1px solid {color:border};
  250. padding:10px;
  251. }
  252.  
  253. .media{
  254. margin:0 0 10px 0;
  255. }
  256.  
  257. .title{
  258. font-weight:normal;
  259. font-size:16px;
  260. margin:0 0 10px 0;
  261. text-align:center;
  262. }
  263.  
  264. .quote{
  265. font-weight:normal;
  266. font-size:16px;
  267. font-style:italic;
  268. margin:0 0 10px 0;
  269. text-align:center;
  270. }
  271.  
  272. .quotesource {
  273. margin:0 0 10px 0;
  274. text-align:right;
  275. }
  276.  
  277. #ask{
  278. font-family:consolas;
  279. font-size:11px;
  280. line-height:13px;
  281. padding:5px;
  282. color:{color:Title};
  283. }
  284.  
  285. .bubble {
  286. align:right;
  287. background: {color:ask};
  288. margin:7px 0px 5px 66px;
  289. padding:10px;
  290. position: relative;
  291. -moz-border-radius:5px;
  292. -webkit-border-radius:5px;
  293. border-radius:5px;
  294. }
  295.  
  296. .bubble p {
  297. margin:1px 0px;
  298. }
  299.  
  300. .bubble span {
  301. display:block;
  302. position:absolute;
  303. width:1px;
  304. height:1px;
  305. font-size: 0;
  306. line-height: 1px;
  307. left:-10px;
  308. top:10px;
  309. border-top:7px solid transparent;
  310. border-bottom:7px solid transparent;
  311. border-right:10px solid {color:ask};
  312. }
  313.  
  314. .info {
  315. margin-bottom:-21px;
  316. margin-left:-11px;
  317. font-family:tinytots;
  318. font-size:8px;
  319. width:516px;
  320. padding:2px;
  321. text-align:center;
  322. border:1px solid {color:border};
  323. background-color:{color:permalink};
  324. }
  325.  
  326. .info a:hover {
  327. letter-spacing:1px;
  328. -webkit-transition: all 0.3s linear;
  329. -moz-transition: all 0.3s linear;
  330. transition: all 0.3s linear;
  331. }
  332.  
  333. .postnotes {
  334. float:left;
  335. display:block;
  336. position:relative;
  337. margin-left:400px;
  338. width:500px;
  339. padding:10px;
  340. color:{color:posts};
  341. border:1px solid {color:border};
  342. }
  343.  
  344. .credit {
  345. position:fixed;
  346. bottom:4px;
  347. left:8px;
  348. font: 9px consolas;
  349. text-transform:uppercase;
  350. letter-spacing: 0px;
  351. padding: 2px;
  352. }
  353.  
  354. </style>
  355. <body>
  356.  
  357. <div id="bar">
  358. <img style="width:25px; height:25px;" src="{image:icon}">
  359. <div class="links">
  360. <a href="/">home</a>&nbsp;
  361. <a href="/ask">ask</a>&nbsp;
  362. <a href="/submit">submit</a>&nbsp;
  363. <a href="{text:about url}">about</a>
  364. {block:iflink1}&nbsp;<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  365. {block:iflink2}&nbsp;<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  366. {block:iflink3}&nbsp;<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  367. {block:iflink4}&nbsp;<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  368. {block:iflink5}&nbsp;<a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  369. </div>
  370. </div>
  371.  
  372. <div id="wrapper">
  373.  
  374. <div id="img"><img src="{image:sidebar}"></div>
  375. <div id="sidebar">
  376. {block:Description}{Description}{/block:Description}
  377. <p>
  378. <center>
  379. {block:IndexPage}
  380. {block:Pagination}
  381. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  382. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  383. {/block:NextPage}
  384. {/block:Pagination}
  385. {/block:IndexPage}
  386. </center>
  387. </div>
  388.  
  389.  
  390. {block:Posts}
  391. <div class="posts">
  392.  
  393. {block:Text}
  394. {block:Title}<div class="title">{Title}</div>{/block:Title}
  395. {Body}
  396. {/block:Text}
  397.  
  398. {block:Photo}
  399. <div class="media"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></div>
  400. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  401. {/block:Photo}
  402.  
  403. {block:Photoset}<div class="media">{Photoset-500}</div>
  404. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  405. {/block:Photoset}
  406.  
  407. {block:Quote}
  408. <div class="quote">"{Quote}"</div>
  409. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  410. {/block:Quote}
  411.  
  412. {block:Link}
  413. <div class="title"><a href="{URL}">{Name}</a></div>
  414. {block:Description}<div class="description">{Description}</div>{/block:Description}
  415. {/block:Link}
  416.  
  417. {block:Chat}
  418. {block:Title}<div class="title">{Title}</div>{/block:Title}
  419. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  420. {/block:Chat}
  421.  
  422. {block:Video}<div class="media">{Video-500}</div>
  423. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  424. {/block:Video}
  425.  
  426. {block:Audio}
  427. <div class="media">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}{AudioPlayerWhite}
  428. {block:TrackName}{TrackName}<br>{/block:TrackName}
  429. {block:Artist}{Artist}<br>{/block:Artist}
  430. {block:Album}{Album}{/block:Album}
  431. </div>
  432. {block:Caption}{Caption}{/block:Caption}
  433. {/block:Audio}
  434.  
  435. {block:Answer}
  436. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  437. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  438. <div class="answer">{Answer}</div>
  439. {/block:Answer}
  440.  
  441. {block:Date}
  442. <div class="info"><a href="{Permalink}">{NoteCountWithLabel}</a> • <a href="{ReblogURL}">reblog?</a>
  443. {block:HasTags}<br>{lang:Tags}: {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  444. {block:PermalinkPage}<br>
  445. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">{lang:Via}</a>
  446. <a href="{ReblogRootURL}" title="{ReblogRootName}">{lang:Source}</a> {/block:RebloggedFrom}
  447. {/block:PermalinkPage}
  448. </div>
  449. {/block:Date}
  450.  
  451. </div>
  452.  
  453. {block:PermalinkPage}
  454. <div class="postnotes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  455. {/block:PermalinkPage}
  456. {/block:Posts}
  457.  
  458.  
  459. {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}
  460.  
  461. <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>
  462.  
  463. </body>
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement