Advertisement
teruteru

Cold Coffee -【 THEME 44 by Anomaly ☽】

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