Advertisement
teruteru

Strawberry Surprise -【 THEME 48 by Anomaly ☽】

May 22nd, 2017
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #48 by Anomaly ☾ tumblr user xollyx ☽ : STRAWBERRY SURPRISE !!
  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:container" content="">
  47. <meta name="color:container border" content="">
  48. <meta name="color:blockquote" content="">
  49. <meta name="color:ask" content="">
  50. <meta name="color:text" content="">
  51. <meta name="color:link" content="">
  52. <meta name="color:hover" content="">
  53. <meta name="color:selection" content="">
  54. <meta name="color:selection text" content="">
  55. <meta name="color:tooltip" content="">
  56. <meta name="color:tooltip text" content="">
  57. <meta name="color:scrollbar" content="">
  58.  
  59. <meta name="image:favicon" content="">
  60. <meta name="image:background" content="">
  61. <meta name="image:cursor" content="">
  62. <meta name="image:sidebar 1" content="">
  63. <meta name="image:sidebar 2" content="">
  64. <meta name="image:container border" content="">
  65. <meta name="image:lace" content="">
  66. <meta name="image:links" content="">
  67. <meta name="image:permalink" content="">
  68. <meta name="image:render" content="">
  69.  
  70. <meta name="text:ask text" content="asked">
  71. <meta name="text:marquee" content="">
  72. <meta name="text:back title" content="">
  73. <meta name="text:next title" content="">
  74.  
  75. <meta name="text:font" content="opendyslexic-regular">
  76. <meta name="text:font size" content="11">
  77.  
  78. <meta name="if:bg cover" content="">
  79. <meta name="if:cursor" content="">
  80. <meta name="if:render" content="">
  81. <meta name="if:tags" content="">
  82.  
  83. <meta name="text:lace height" content="">
  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.  
  90. @font-face { font-family: "OpenDyslexic-Regular"; src: url('https://dl.dropboxusercontent.com/s/7lk7boh8v38kbh8/OpenDyslexic-Regular.otf?dl=0'); format("truetype");}
  91.  
  92. @font-face { font-family: "silkscreen"; src: url('https://dl.dropboxusercontent.com/s/4bj79wi75v77m0r/slkscr.ttf?dl=1'); format(“truetype”);}
  93.  
  94. ::-webkit-scrollbar {
  95. width: 9px;
  96. height: 4px;
  97. background:{color:scrollbar};
  98. border:4px solid {color:container};
  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:silkscreen;
  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. margin:0px;
  149. background:{color:background};
  150. background-image:url('{image:background}');
  151. background-attachment:fixed;
  152. {block:ifbgcover}
  153. background-repeat:no-repeat;
  154. background-size:cover;
  155. {/block:ifbgcover}
  156. color:{color:text};
  157. font-family:{text:font};
  158. font-size:{text:font size}px;
  159. }
  160.  
  161. a {
  162. color:{color:link};
  163. text-decoration:none;
  164. }
  165.  
  166. a:hover {
  167. color:{color:hover};
  168. -webkit-transition: all 0.7s ease;
  169. -moz-transition: all 0.7s ease;
  170. -o-transition: all 0.7s ease;
  171. transition: all 0.7s ease;
  172. }
  173.  
  174. blockquote {
  175. border-left:1px solid {color:blockquote};
  176. padding-left:10px;
  177. }
  178.  
  179. blockquote img {
  180. max-width:100%;
  181. height:auto;
  182. }
  183.  
  184. iframe, img, embed, object, video {
  185. }
  186.  
  187. img {
  188. max-width:auto;
  189. height:auto;
  190. }
  191.  
  192. article {
  193. float:left;
  194. position:relative;
  195. padding:10px;
  196. width:500px;
  197. margin-top:50px;
  198. margin-left:50px;
  199. margin-bottom:25px;
  200. }
  201.  
  202. .posts:blockquote {
  203. border-left:1px solid {color:blockquote};
  204. padding-left:5px;
  205. }
  206.  
  207. .posts img {
  208. max-width:100%;
  209. }
  210.  
  211. h1 {
  212. text-align:center;
  213. font-size:calc({text:font size}px + 5px);
  214. }
  215.  
  216. #lace {
  217. position:fixed;
  218. top:0%;
  219. left:0%;
  220. width:100%;
  221. background-image:url('{image:lace}');
  222. height:{text:lace height}px;
  223. z-index:1;
  224. }
  225.  
  226. #wrapper2 {
  227. position:fixed;
  228. left:calc(30% - 220px);
  229. top:80px;
  230. width:1040px;
  231. height:calc(75% + 60px);
  232. background:{color:container border};
  233. background-image:url('{image:container border}');
  234. border-radius:20px;
  235. }
  236.  
  237. #wrapper {
  238. left:30%;
  239. position:fixed;
  240. top:100px;
  241. width:600px;
  242. height:70%;
  243. overflow-y:scroll;
  244. overflow-x:none;
  245. background:{color:container};
  246. border-radius:1px;
  247. }
  248.  
  249. #sidebar1 {
  250. position:fixed;
  251. width:150px;
  252. left:calc(30% - 200px);
  253. top:100px;
  254. height:75%;
  255. background-color:{color:container};
  256. padding:10px;
  257. border-radius:10px;
  258. }
  259.  
  260. #sidebar2 {
  261. position:fixed;
  262. width:150px;
  263. left:calc(30% + 630px);
  264. top:100px;
  265. height:75%;
  266. background-color:{color:container};
  267. padding:10px;
  268. border-radius:10px;
  269. }
  270.  
  271. a.link {
  272. display:inline-block;
  273. margin-bottom:2px;
  274. text-align:center;
  275. line-height:29px;
  276. font-family:silkscreen;
  277. font-size:8px;
  278. width:88px;
  279. height:31px;
  280. background-image:url('{image:links}');
  281. }
  282.  
  283. #marquee {
  284. position:fixed;
  285. left:30%;
  286. width:600px;
  287. padding-top:10px;
  288. padding-bottom:10px;
  289. height:20px;
  290. top:calc(75% + 80px);
  291. background-color:{color:container};
  292. border-radius:10px;
  293. }
  294.  
  295. .tabcontent {
  296. width:500px;
  297. margin-left:50px;
  298. }
  299.  
  300. .title{
  301. font-weight:normal;
  302. font-size:16px;
  303. margin:0 0 10px 0;
  304. text-align:center;
  305. }
  306.  
  307. .quote{
  308. font-weight:normal;
  309. font-size:16px;
  310. font-style:italic;
  311. margin:0 0 10px 0;
  312. text-align:center;
  313. }
  314.  
  315. .quotesource {
  316. margin:0 0 10px 0;
  317. text-align:right;
  318. }
  319.  
  320. #ask{
  321. font-family:consolas;
  322. font-size:11px;
  323. line-height:13px;
  324. padding:5px;
  325. color:{color:Title};
  326. }
  327.  
  328. .bubble {
  329. align:right;
  330. background: {color:ask};
  331. margin:7px 0px 5px 66px;
  332. padding:10px;
  333. position: relative;
  334. -moz-border-radius:5px;
  335. -webkit-border-radius:5px;
  336. border-radius:5px;
  337. }
  338.  
  339. .bubble p {
  340. margin:1px 0px;
  341. }
  342.  
  343. .bubble span {
  344. position:absolute;
  345. width:1px;
  346. height:1px;
  347. font-size: 0;
  348. line-height: 1px;
  349. left:-10px;
  350. top:10px;
  351. border-top:7px solid transparent;
  352. border-bottom:7px solid transparent;
  353. border-right:10px solid {color:ask};
  354. }
  355.  
  356. .perma {
  357. margin-top:10px;
  358. text-align:center;
  359. font-family:silkscreen;
  360. font-size:8px;
  361. }
  362.  
  363. .credit {
  364. position:fixed;
  365. bottom:4px;
  366. left:8px;
  367. font: 9px consolas;
  368. text-transform:uppercase;
  369. letter-spacing: 0px;
  370. padding: 2px;
  371. }
  372.  
  373. </style>
  374. </head>
  375. <body>
  376.  
  377. <div id="lace"></div>
  378.  
  379. <div id="wrapper2"></div>
  380.  
  381. <div id="sidebar1">
  382. <center><img style="max-width:100px; height:auto;" src="{image:sidebar 1}"></center>
  383. {block:Description}{Description}{/block:Description}
  384. </div>
  385.  
  386. <div id="sidebar2">
  387. <center><img style="max-width:100px; height:auto;" src="{image:sidebar 2}"></center>
  388. <center>
  389. <a class="link" href="/">home<a><br>
  390. <a class="link" onClick="document.getElementById('wrapper').innerHTML=document.getElementById('ask').innerHTML">ask<a><br>
  391. <a class="link" onClick="document.getElementById('wrapper').innerHTML=document.getElementById('about').innerHTML">about<a><br>
  392. <a class="link" onClick="document.getElementById('wrapper').innerHTML=document.getElementById('link').innerHTML">links<a><br>
  393. <a class="link" onClick="document.getElementById('wrapper').innerHTML=document.getElementById('tag').innerHTML">tags<a><br>
  394. <p>
  395. {block:IndexPage}
  396. {block:Pagination}
  397. {block:PreviousPage}<a href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  398. {block:NextPage}<a href="{NextPage}">{text:next title}</a>
  399. {/block:NextPage}
  400. {/block:Pagination}
  401. {/block:IndexPage}
  402. </center>
  403. </div>
  404.  
  405. <div id="marquee">
  406. <marquee>{text:marquee}</marquee>
  407. </div>
  408.  
  409. <div id="wrapper">
  410. {block:Posts}
  411. <article>
  412.  
  413. {block:Text}
  414. {block:Title}<div class="title">{Title}</div>{/block:Title}
  415. {Body}
  416. {/block:Text}
  417.  
  418. {block:Photo}
  419. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Photo}
  422.  
  423. {block:Photoset}
  424. {Photoset-500}
  425. {block:Caption}{Caption}{/block:Caption}
  426. {/block:Photoset}
  427.  
  428. {block:Quote}
  429. <div class="quote">"{Quote}"</div>
  430. {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
  431. {/block:Quote}
  432.  
  433. {block:Link}
  434. <div class="title"><a href="{URL}">{Name}</a></div>
  435. {block:Description}<div class="description">{Description}</div>{/block:Description}
  436. {/block:Link}
  437.  
  438. {block:Chat}
  439. {block:Title}<div class="title">{Title}</div>{/block:Title}
  440. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  441. {/block:Chat}
  442.  
  443. {block:Video}
  444. {Video-500}
  445. {block:Caption}{Caption}{/block:Caption}
  446. {/block:Video}
  447.  
  448. {block:Audio}
  449. {AudioPlayerWhite}
  450. {block:TrackName}{TrackName}<br>{/block:TrackName}
  451. {block:Artist}{Artist}<br>{/block:Artist}
  452. {block:Album}{Album}{/block:Album}
  453. {block:Caption}{Caption}{/block:Caption}
  454. {/block:Audio}
  455.  
  456. {block:Answer}
  457. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  458. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  459. <div class="answer">{Answer}</div>
  460. {/block:Answer}
  461.  
  462. {block:IndexPage}
  463. <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a> <img src="{image:permalink}"> <a href="{ReblogURL}">reblog</a>
  464. {block:iftags}{block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}{/block:iftags}
  465. </div>
  466. {block:IndexPage}
  467.  
  468. {block:PermalinkPage}
  469. <center>
  470. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  471. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  472. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  473. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  474. </center>
  475.  
  476. {block:PostNotes}{PostNotes}{/block:PostNotes}
  477. {/block:PermalinkPage}
  478.  
  479. </article>
  480.  
  481. {/block:Posts}
  482.  
  483. <div id="ask" style="display:none;">
  484. <div class="tabcontent">
  485. <h1>Message Me</h1>
  486.  
  487. <br><br>
  488. <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]-->
  489. <br><br>
  490. <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]-->
  491. </div>
  492.  
  493. <div id="about" style="display:none">
  494. <div class="tabcontent">
  495.  
  496. <h1>About Me</h1>
  497. <br><br>
  498. about here
  499.  
  500. </div>
  501.  
  502. <div id="link" style="display:none">
  503. <div class="tabcontent">
  504. <h1>Links</h1>
  505. <br><br>
  506. links here
  507. </div>
  508.  
  509. <div id="tag" style="display:none">
  510. <div class="tabcontent">
  511. <h1>Tags</h1>
  512. <br><br>
  513. tags here
  514. </div>
  515.  
  516. </div>
  517. </div>
  518. </div>
  519. </div>
  520.  
  521. {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}
  522.  
  523. <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>
  524.  
  525. </body>
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement