fakehelper

Sugar On The Rim w/tw

May 7th, 2023 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!--
  5.  
  6. sugar on the rim (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: #fafafa,#fcd0d0
  17. - blue: #7ca2a2
  18.  
  19. -->
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23.  
  24. <link href="https://static.tumblr.com/51fnf0s/BCoprzst5/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  25. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26. <script src="https://static.tumblr.com/51fnf0s/lKGprzsse/jquery.style-my-tooltips.js"></script>
  27. <script>
  28. (function($){
  29. $(document).ready(function(){
  30. $("[title]").style_my_tooltips({
  31. tip_follows_cursor:true,
  32. tip_delay_time:300,
  33. tip_fade_speed:300,
  34. attribute:"title"
  35. });
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40.  
  41. <!--- fonts --->
  42. <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
  43.  
  44. <link rel="stylesheet" href="https://use.typekit.net/ipc6xne.css">
  45.  
  46. <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" />
  47.  
  48. <style type="text/css">
  49.  
  50. /* CHANGE THEME COLORS HERE */
  51.  
  52. :root {
  53. --light-txt-color: #fff;
  54. --dark-txt-color: #222222;
  55. --border-color: #222222;
  56. --accent-color: #7ca2a2;
  57. --tw-background-color: #000000;
  58. --about-bg-color: #fff;
  59.  
  60. /* if using gradient bg, change colors here */
  61.  
  62. --gradient-colors: #f1efef,#f6f6f6,#ffffff
  63.  
  64. }
  65.  
  66. /* tumblr controls by cyantists */
  67. iframe.tmblr-iframe {
  68. z-index:99999999999999!important;
  69. top:0!important;
  70. right:0!important;
  71. opacity:0.4;
  72. /* delete invert(1) from here */
  73. filter:invert(1) contrast(150%);
  74. -webkit-filter:invert(1) contrast(150%);
  75. -o-filter:invert(1) contrast(150%);
  76. -moz-filter:invert(1) contrast(150%);
  77. -ms-filter:invert(1) contrast(150%);
  78. /* to here if your blog has a dark background */
  79. transform:scale(0.65);
  80. transform-origin:100% 0;
  81. -webkit-transform:scale(0.65);
  82. -webkit-transform-origin:100% 0;
  83. -o-transform:scale(0.65);
  84. -o-transform-origin:100% 0;
  85. -moz-transform:scale(0.65);
  86. -moz-transform-origin:100% 0;
  87. -ms-transform:scale(0.65);
  88. -ms-transform-origin:100% 0;}
  89.  
  90. iframe.tmblr-iframe:hover {
  91. opacity:0.6!important;}
  92.  
  93. #s-m-t-tooltip{
  94. /* basic */
  95. max-width:300px;
  96. z-index:10;
  97. padding:5px;
  98. background: var(--dark-txt-color);
  99. font-family:'karla';
  100. font-size:11px;
  101. text-transform:uppercase;
  102. color:var(--light-txt-color);
  103. border:none;
  104. box-shadow:none;
  105. }
  106.  
  107. /* Scrollbar styles */
  108. ::-webkit-scrollbar {
  109. width: 5px;
  110. height: 5px;
  111. }
  112.  
  113. ::-webkit-scrollbar-track {
  114. border-radius: 5px;
  115. width: 2px;
  116. border: none;
  117. background-color:none;
  118. }
  119.  
  120. ::-webkit-scrollbar-thumb {
  121. background: var(--accent-color);
  122. border-radius: 10px;
  123. }
  124.  
  125. ::-webkit-scrollbar-thumb:hover {
  126. background: var(--light-txt-color);
  127. }
  128.  
  129.  
  130. body {
  131. color:var(--light-txt-color);
  132. overflow:hidden;
  133. }
  134.  
  135. #background{
  136. position:fixed;
  137. top:0px;
  138. left:0px;
  139. width:100%;
  140. height:100%;
  141. z-index:-9999;
  142. background: #f1efef;
  143. /* change gradient here! on all of these guys tho bc they're for diff browsers */
  144. background: -webkit-linear-gradient(var(--gradient-colors));
  145. background: -o-linear-gradient(var(--gradient-colors));
  146. background: -moz-linear-gradient(var(--gradient-colors));
  147. background: linear-gradient(var(--gradient-colors));
  148. overflow:none;
  149. }
  150.  
  151.  
  152. a, b {
  153. color:var(--accent-color);
  154. text-decoration:none;
  155. font-weight:bold;}
  156.  
  157. #treetop {
  158. padding-left:10%;
  159. width:80%;
  160. padding-bottom:10px;
  161. }
  162.  
  163.  
  164. #fruit {
  165. text-align;center;
  166. z-index:9999;
  167. display:inline-block;
  168. width:40%;
  169.  
  170. }
  171.  
  172. #fruit h1 {
  173. font-family: 'ohno-blazeface', sans-serif;
  174. font-weight: 700;
  175. font-style: normal;
  176. color:var(--accent-color);
  177. font-size:30px;
  178. margin-top:5px;
  179. margin-bottom:-10px;
  180. line-height:30px;
  181. text-transform:uppercase;
  182. letter-spacing:1px;
  183. z-index:1;
  184.  
  185. }
  186.  
  187.  
  188. #fruit h2 {
  189. height:20px;
  190. color:var(--dark-txt-color);
  191. font-family:'karla';
  192. font-style:italic;
  193. font-weight:bold;
  194. font-size:13px;
  195. line-height:20px;
  196. text-transform:uppercase;
  197. border-radius:50px;
  198. margin-top:15px;
  199. }
  200.  
  201. #leaves {
  202. width:50%;
  203. display:inline-block;
  204.  
  205. }
  206.  
  207. #leaves p {
  208. color:var(--dark-txt-color);
  209. font-family:'karla';
  210. font-size:12px;
  211. padding:10px;
  212. height:auto;
  213. background-color:var(--about-bg-color);
  214. border-radius:10px;
  215. text-align:center;
  216. }
  217.  
  218.  
  219. /* container */
  220. #trunk {
  221. width:96%;
  222. height:80%;
  223. top:15%;
  224. right:1.5%;
  225. padding:0px, 0px, -50px, 0px;
  226. text-align;center;
  227. display:inline-block;
  228. position:fixed;
  229. overflow:scroll;
  230. }
  231.  
  232. #trunk img {
  233. padding-right:4px;
  234. padding-bottom:1px;
  235. }
  236.  
  237. /* trigger warning gifs */
  238. a.tw {
  239. position: relative;
  240. width:100%;
  241. height:100%;
  242. text-decoration: none !important;
  243. text-align: center;
  244. }
  245. a.tw::after {
  246. content: attr(span);
  247. position: absolute;
  248. left: 0px;
  249. top: -147px;
  250. width: 98%;
  251. height:90px;
  252. padding-right:1px;
  253. padding-top:70px;
  254. background: var(--tw-background-color);
  255. text-decoration: none !important;
  256. color:var(--accent-color);
  257. font-family:'lora';
  258. font-size:13px;
  259. line-height:20px;
  260. opacity: 1;
  261. -webkit-transition: 0.5s;
  262. -moz-transition: 0.5s;
  263. -o-transition: 0.5s;
  264. -ms-transition: 0.5s;
  265. }
  266.  
  267. a.tw:hover::after, a.tw:focus::after {
  268. opacity: 0;
  269. }
  270.  
  271.  
  272.  
  273. /* episode titles */
  274. .branch {
  275. width:300px;
  276. height:28px;
  277. background:var(--accent-color);
  278. margin-bottom:20px;
  279. border-radius:50px;
  280.  
  281. }
  282.  
  283. .branch h3{
  284. color:var(--gradient-colors);
  285. padding-top:4px;
  286. font-family:'karla';
  287. font-size:13px;
  288. line-height:20px;
  289. font-weight:bold;
  290. text-transform:uppercase;
  291.  
  292. }
  293.  
  294. .branch h3:before {
  295. content:'\eb9d'; /* change icon here for footage/episode titles using honeybee font */
  296. font-family:'honeybee';
  297. font-size:12px;
  298. line-height:12px;
  299. font-weight:normal;
  300. padding-right:6px;
  301. padding-top:4px;
  302.  
  303. }
  304.  
  305.  
  306. /* pls dont */
  307. .credit {
  308. font:'honeybee';
  309. font-size:16px;
  310. bottom:1%;
  311. right:1%;
  312. position:fixed;
  313. z-index:111
  314. }
  315.  
  316. .credit a {
  317. color:var(--accent-color);
  318. }
  319.  
  320. .credit a:hover {
  321. color:var(--dark-txt-color);
  322. -webkit-transition: all .3s;
  323. -moz-transition: all .3s;
  324. -o-transition: all .3s;
  325. -ms-transition: all .3s;
  326. transition: all .3s;
  327. }
  328.  
  329. </style>
  330. </head>
  331. <body>
  332.  
  333. <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-->
  334.  
  335. <div id="background"></div>
  336. </div>
  337.  
  338. <div id="treetop">
  339. <div id="fruit">
  340. <center><h1>FC Name</h1>
  341. <h2>• Footage •</h2>
  342. </center>
  343. </div>
  344. <div id="leaves">
  345.  
  346. <p>This page contains <b>#000</b> gifs of the actor <b>Faceclaim</b> in <b><i>Footage</i></b>.
  347. Do not repost, remove my watermark, claim as your own, edit in any way, or include in gif hunts. Please like or reblog the original post if using any gifs.
  348. </center>
  349. </div></div>
  350.  
  351. <div id="trunk"><center>
  352. <div class="branch"><h3>Episode Title: #000 gifs</h3></div>
  353.  
  354.  
  355. <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">
  356. </p>
  357.  
  358.  
  359.  
  360. </center>
  361. </div>
  362.  
  363.  
  364. </body>
  365. </html>
Add Comment
Please, Sign In to add comment