Advertisement
fakehelper

Sugar On The Rim w/tw + PNG!

May 20th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5.  
  6. sugar on the rim + tw (gif pack page #3) by fakehelper
  7.  
  8. credits
  9. - google fonts
  10. - adobe fonts
  11. - honeybee icon font
  12. - gradient background by shudesigns
  13. - tumblr controls by cyantists
  14.  
  15. colors
  16. - gradient: #c1ddee,#a9d7f4
  17. - blue: #3467eb
  18. - pink: #da9698
  19.  
  20. png
  21. - use ctrl+f to find png
  22. - should be 150x200
  23.  
  24. -->
  25.  
  26. <title>{Title}</title>
  27. <link rel="shortcut icon" href="{Favicon}">
  28.  
  29. <link href="https://static.tumblr.com/51fnf0s/BCoprzst5/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31. <script src="https://static.tumblr.com/51fnf0s/lKGprzsse/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("[title]").style_my_tooltips({
  36. tip_follows_cursor:true,
  37. tip_delay_time:300,
  38. tip_fade_speed:300,
  39. attribute:"title"
  40. });
  41. });
  42. })(jQuery);
  43. </script>
  44.  
  45.  
  46. <!--- fonts --->
  47. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  48.  
  49. <link rel="stylesheet" href="https://use.typekit.net/ipc6xne.css">
  50.  
  51. <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Karla:400,700|Lato:400,700|Open+Sans:400,700|Roboto:400,700" />
  52.  
  53. <style type="text/css">
  54.  
  55. /* CHANGE THEME COLORS HERE */
  56.  
  57. :root {
  58. --bg-color: #f1efef;
  59. --light-txt-color: #fff;
  60. --dark-txt-color: #222222;
  61. --accent: #da9698;
  62. --accent-two: #3467eb;
  63. --about-bg-color: #fff;
  64.  
  65.  
  66. /* CHANGE GIF SIZES HERE */
  67.  
  68. --gif-width: 245px;
  69. --gif-height: 160px;
  70. --gif-icon-width: 100px;
  71. --gif-icon-height: 100px;
  72. --tw-background-color: #3467eb;
  73.  
  74.  
  75. /* if using gradient bg, change colors here */
  76.  
  77. --gradient-colors: #f1efef,#f6f6f6,#ffffff
  78.  
  79. }
  80.  
  81.  
  82.  
  83. /* tumblr controls by cyantists */
  84. iframe.tmblr-iframe {
  85. z-index:99999999999999!important;
  86. top:0!important;
  87. right:0!important;
  88. opacity:0.4;
  89. /* delete invert(1) from here */
  90. filter:invert(1) contrast(150%);
  91. -webkit-filter:invert(1) contrast(150%);
  92. -o-filter:invert(1) contrast(150%);
  93. -moz-filter:invert(1) contrast(150%);
  94. -ms-filter:invert(1) contrast(150%);
  95. /* to here if your blog has a dark background */
  96. transform:scale(0.65);
  97. transform-origin:100% 0;
  98. -webkit-transform:scale(0.65);
  99. -webkit-transform-origin:100% 0;
  100. -o-transform:scale(0.65);
  101. -o-transform-origin:100% 0;
  102. -moz-transform:scale(0.65);
  103. -moz-transform-origin:100% 0;
  104. -ms-transform:scale(0.65);
  105. -ms-transform-origin:100% 0;}
  106.  
  107. iframe.tmblr-iframe:hover {
  108. opacity:0.6!important;}
  109.  
  110. #s-m-t-tooltip{
  111. /* basic */
  112. max-width:300px;
  113. z-index:10;
  114. padding:5px;
  115. background:#222;
  116. font-family:'karla';
  117. font-size:11px;
  118. text-transform:uppercase;
  119. color:var(--light-txt-color);
  120. border:none;
  121. box-shadow:none;
  122. }
  123.  
  124. /* Scrollbar styles */
  125. ::-webkit-scrollbar {
  126. width: 5px;
  127. height: 5px;
  128. }
  129.  
  130. ::-webkit-scrollbar-track {
  131. border-radius: 5px;
  132. width: 2px;
  133. border: none;
  134. background-color:none;
  135. }
  136.  
  137. ::-webkit-scrollbar-thumb {
  138. background-color: var(--accent);
  139. border-radius: 10px;
  140. }
  141.  
  142. ::-webkit-scrollbar-thumb:hover {
  143. background: #fff;
  144. }
  145.  
  146.  
  147. body {
  148. color:var(--light-txt-color);
  149. overflow:hidden;
  150. }
  151.  
  152. #background{
  153. position:fixed;
  154. top:0px;
  155. left:0px;
  156. width:100%;
  157. height:100%;
  158. z-index:-9999;
  159. background: var(--bg-color);
  160. /* change gradient here! on all of these guys tho bc they're for diff browsers */
  161. background: -webkit-linear-gradient(#c1ddee,#a9d7f4);
  162. background: -o-linear-gradient(#c1ddee,#a9d7f4);
  163. background: -moz-linear-gradient(#c1ddee,#a9d7f4);
  164. background: linear-gradient(#c1ddee,#a9d7f4);
  165. overflow:none;
  166. }
  167.  
  168. p {
  169. color:var(--light-txt-color);
  170. font-family:'karla';
  171. font-size:12px;}
  172.  
  173.  
  174. a, b {
  175. color:var(--accent);
  176. text-decoration:none;
  177. font-weight:bold;}
  178.  
  179.  
  180.  
  181. #berry {
  182. width:150px;
  183. height:200px;
  184. background:none;
  185. margin-left:75px;
  186. z-index:1;
  187. position:absolute;
  188. margin-top:-30px;
  189. border-radius:10px;
  190. }
  191.  
  192. #fruit {
  193. width:140px;
  194. height:140px;
  195. background-color:var(--accent);
  196. margin-left:80px;
  197. margin-top:30px;
  198. border-radius:10px;
  199. z-index:99999;
  200. }
  201.  
  202. #treetop {
  203. top:20%;
  204. left:45px;
  205. padding-bottom:0px;
  206. width:300px;
  207. height:500px;
  208. text-align;center;
  209. position:fixed;
  210. z-index:9999;
  211. }
  212.  
  213. #treetop h1 {
  214. font-family: 'ohno-blazeface', sans-serif;
  215. font-weight: 700;
  216. font-style: normal;
  217. color:var(--accent-two);
  218. font-size:30px;
  219. margin-top:5px;
  220. margin-bottom:-10px;
  221. line-height:30px;
  222. text-transform:uppercase;
  223. letter-spacing:1px;
  224. z-index:1;
  225.  
  226. }
  227.  
  228.  
  229. #treetop h2 {
  230. height:20px;
  231. color:var(--dark-txt-color);
  232. font-family:'karla';
  233. font-style:italic;
  234. font-weight:bold;
  235. font-size:13px;
  236. line-height:20px;
  237. text-transform:uppercase;
  238. margin-bottom:10px;
  239. border-radius:50px;
  240.  
  241. }
  242.  
  243.  
  244. .roots p {
  245. padding:10px;
  246. color:var(--dark-txt-color);
  247. height:auto;
  248. width:auto;
  249. background-color:var(--about-bg-color);
  250. border-radius:10px;
  251. }
  252.  
  253.  
  254. /* container */
  255. #trunk {
  256. width:75%;
  257. height:90%;
  258. margin-top:25px;
  259. right:1.5%;
  260. padding:0px, 0px, -50px, 0px;
  261. text-align;center;
  262. display:inline-block;
  263. position:fixed;
  264. overflow:scroll;
  265. }
  266.  
  267. #trunk img {
  268. padding-right:4px;
  269. padding-bottom:1px;
  270. }
  271.  
  272. /* trigger warning gifs */
  273. a.tw {
  274. position: relative;
  275. width:100%;
  276. height:100%;
  277. text-decoration: none !important;
  278. text-align: center;
  279. }
  280. a.tw::after {
  281. content: attr(span);
  282. position: absolute;
  283. left: 0px;
  284. top: -147px;
  285. width: calc(var(--gif-width) - 2px);
  286. height:calc(var(--gif-height) / 2 + 9px);
  287. padding:1px;
  288. padding-top:70px;
  289. background: var(--tw-background-color);
  290. text-decoration: none !important;
  291. color:var(--light-txt-color);
  292. font-family:'lora';
  293. font-size:13px;
  294. line-height:20px;
  295. opacity: 1;
  296. -webkit-transition: 0.5s;
  297. -moz-transition: 0.5s;
  298. -o-transition: 0.5s;
  299. -ms-transition: 0.5s;
  300. }
  301.  
  302. a.tw:hover::after, a.tw:focus::after {
  303. opacity: 0;
  304. }
  305.  
  306.  
  307.  
  308. a.tw-icon {
  309. position: relative;
  310. width:var(--gif-icon-width);
  311. height:var(--gif-icon-height);
  312. text-decoration: none !important;
  313. text-align: center;
  314. }
  315.  
  316. a.tw-icon::after {
  317. content: attr(span);
  318. position: absolute;
  319. left: 3px;
  320. top: -87px;
  321. width: calc(var(--gif-icon-width) - 1px);
  322. height:calc(var(--gif-icon-height) - 30px);
  323. padding-right:1px;
  324. padding-top:30px;
  325. background: var(--tw-background-color);
  326. text-decoration: none !important;
  327. color:var(--light-txt-color);
  328. font-family:'lora';
  329. font-size:11px;
  330. line-height:20px;
  331. opacity: 1;
  332. -webkit-transition: 0.5s;
  333. -moz-transition: 0.5s;
  334. -o-transition: 0.5s;
  335. -ms-transition: 0.5s;
  336. }
  337.  
  338.  
  339.  
  340. a.tw-icon:hover::after, a.tw-icon:focus::after {
  341. opacity: 0;
  342. }
  343.  
  344.  
  345.  
  346. /* episode titles */
  347. .branch {
  348. width:300px;
  349. height:28px;
  350. background-color:var(--accent);
  351. margin-bottom:20px;
  352. border-radius:50px;
  353.  
  354. }
  355.  
  356. .branch h3{
  357. color:var(--light-txt-color);
  358. padding-top:4px;
  359. font-family:'karla';
  360. font-size:13px;
  361. line-height:20px;
  362. font-weight:bold;
  363. text-transform:uppercase;
  364.  
  365. }
  366.  
  367. .branch h3:before {
  368. content:'\eb9d'; /* change icon here for footage/episode titles using honeybee font */
  369. font-family:'honeybee';
  370. font-size:12px;
  371. line-height:12px;
  372. font-weight:normal;
  373. padding-right:6px;
  374. padding-top:4px;
  375.  
  376. }
  377.  
  378.  
  379. /* dont u do it */
  380. .credit {
  381. font:'honeybee';
  382. font-size:16px;
  383. bottom:1%;
  384. right:1%;
  385. position:fixed;
  386. z-index:111
  387. }
  388.  
  389. .credit a {
  390. color:var(--accent);
  391. }
  392.  
  393. .credit a:hover {
  394. color:var(--light-txt-color);
  395. -webkit-transition: all .3s;
  396. -moz-transition: all .3s;
  397. -o-transition: all .3s;
  398. -ms-transition: all .3s;
  399. transition: all .3s;
  400. }
  401.  
  402. </style>
  403. </head>
  404. <body>
  405.  
  406. <div class="credit"><a class="th th-leaf-1-o" title="page theme by fakehelper" href="https://fakehelper.tumblr.com/"></a></div><!--don't touch this pls it took me forever like plS donut do it-->
  407.  
  408. <div id="background"></div>
  409. </div>
  410.  
  411.  
  412. <div id="treetop">
  413. <div id="berry"><img src="https://placehold.it/150X200"/></div><!-- insert png here! -->
  414. <div id="fruit"></div>
  415. <center><h1>Faceclaim Name</h1>
  416. <h2>• Footage (Year) •</h2>
  417.  
  418. <div class="roots">
  419. <p>Sidebar info here.
  420. </p>
  421. </center>
  422. </div>
  423.  
  424. </div>
  425.  
  426.  
  427. <div id="trunk"><center>
  428.  
  429. <div class="branch"><h3>Episode Title: #000 gifs</h3></div>
  430.  
  431.  
  432. <img src="https://placehold.co/245x160" alt="image"><img src="https://placehold.co/245x160" alt="image"><img src="https://placehold.co/245x160" alt="image"><img src="https://placehold.co/245x160" alt="image"><a class="tw" span="tw: trigger warning" target="blank"><img src="https://placehold.co/245x160" alt="image"></a><img src="https://placehold.co/245x160" alt="image"><img src="https://placehold.co/245x160" alt="image"><img src="https://placehold.co/245x160" alt="image"><img src="https://placehold.co/245x160" alt="image"><img src="https://placehold.co/245x160" alt="image"><a class="tw" span="tw: trigger warning" target="blank"><img src="https://placehold.co/245x160" alt="image"></a><img src="https://placehold.co/245x160" alt="image">
  433. </p>
  434.  
  435.  
  436.  
  437. </center>
  438. </div>
  439.  
  440.  
  441. </body>
  442. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement