Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <! DOCTYPE html>
- <html>
- <!-- HELPFUL GUIDE TO EDITING THIS CODE:
- CRTL+F (windows) or CMD+F (mac) to find...
- EDIT!! - will tell u where to edit the code
- ADD!! - will tell u how to add threads
- TEXT!! - will let u jump to text editing
- COLORS!! - will let u jump to colors
- URL-HERE - will let u jump to where links are needed -->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!-- META TAGS, SCRIPTS, AND CUSTOM FONTS GO HERE-->
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
- <link
- rel="stylesheet"
- type="text/css"
- href="https://cdn.jsdelivr.net/npm/@phosphor-icons/[email protected]/src/regular/style.css"
- />
- <link
- rel="stylesheet"
- type="text/css"
- href="https://cdn.jsdelivr.net/npm/@phosphor-icons/[email protected]/src/fill/style.css"
- />
- </head>
- <style type="text/css">
- .tmblr-iframe{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;position:fixed!important;right:-20px!important;transform:scale(0.7,0.7); } .tmblr-iframe:hover { opacity:1; }
- /* EDIT!! COLOR!! (fill in colors - these are discord defaults) */
- :root {
- --background:#323338; /* bg of entire page */
- --sidebar:#2c2d32; /* bg of sidebar */
- --borders:#393a3f; /* border colors */
- --highlights:#414248; /* active channel bg */
- --inactive:#9b9ca2; /* duller color */
- --text:#fff; /* body text */
- /* EDIT!! gif decoration */
- --imgpadding:5px; /* increase for more spacing btwn gifs */
- --roundedimg:10px; /* set to 0 for no rounded corners */
- }
- body {
- background-color:var(--background);
- font-family:open sans;
- color:var(--text);
- overflow-x:none;
- }
- /* EDIT!! COLORS!! if you want to switch up accent colors, do it here */
- b, strong { color:var(--text); }
- i, em { color:var(--text); }
- a, href { color:var(--text); text-decoration:none; }
- a:hover, href:hover {
- box-shadow: inset 200px 0 0 0 var(--highlights);
- color:var(--text);
- transition:.3s ease-in;
- }
- #topbar {
- width:calc(100% - 260px); height:69px;
- border-bottom:1px solid var(--borders);
- position:fixed; margin:auto;
- top:0px; left:243px;
- z-index:99999;
- padding:0px; margin:0px;
- background-color:var(--background);
- overflow-x:none;
- }
- #topbar .details {
- font-size:16px; color:var(--inactive);
- position:relative; margin:auto;
- top:4px; left:55px;
- }
- #topbar b, stong {
- color:var(--text);
- font-weight:600;
- }
- #topbar .ph {
- position:relative; margin:auto; top:25px; left:25px;
- font-size:20px; font-weight:bold;
- color:var(--inactive);
- }
- #sidebar {
- height:100%; width:250px;
- background-color:var(--sidebar);
- border-right:1px solid var(--borders);
- position:fixed; margin:auto;
- top:0px; left:0px;
- z-index:99999;
- }
- .servername {
- padding:10px; width:250px;
- border-bottom:1px solid var(--borders);
- font-weight:700; font-size:18px;
- }
- .servername .material-symbols-outlined {
- position:relative; margin:auto;
- color:var(--inactive);
- left:200px; top:-11px;
- }
- .servername .url {
- position:relative; margin:auto;
- top:11px; left:5px;
- }
- .channelname {
- max-width:250px; height:25px;
- padding:10px; margin-top:10px;
- font-size:15px;
- color:var(--inactive);
- }
- .channelname a,href { color:var(--inactive); }
- .channelname .packname {
- font-weight:500; font-size:16px;
- position:relative; margin:auto;
- top:-20px; left:30px;
- }
- .channelname .ph, .ph-fill {
- position:relative; margin:auto; top:1px;
- font-size:20px; font-weight:bold;
- color:var(--inactive);
- }
- .channelname .ph-fill { left:2px; }
- .threadname {
- max-width:240px; height:auto;
- padding:10px; margin-left:10px;
- font-size:15px;
- }
- .threadname .ph {
- position:relative; margin:auto;
- color:var(--inactive);
- font-size:20px; font-weight:bold;
- }
- .threadname a, href {
- position:relative; margin:auto;
- top:-1px; left:10px;
- color:var(--inactive);
- font-weight:500;
- }
- .threadname-ac {
- max-width:250px; height:auto;
- padding:10px 10px 10px 20px;
- background-color:var(--highlights);
- font-size:15px;
- }
- .threadname-ac .ph {
- position:relative; margin:auto;
- color:var(--inactive);
- font-size:20px; font-weight:bold;
- }
- .threadname-ac a, href {
- position:relative; margin:auto;
- top:-1px; left:10px;
- font-weight:500;
- }
- #gifcontainer {
- height:calc(100% - 70px); width:calc(100% - 260px);
- position:relative; margin:auto;
- top:70px; left:260px;
- z-index:999;
- padding:0px; margin:0px;
- overflow-x:none;
- text-align:left;
- }
- #gifcontainer img {
- padding:var(--imgpadding);
- border-radius:var(--roundedimg); }
- /* my credits - please don't edit <3 */
- .creds { width:250px; position:absolute; margin:auto; bottom:15px; font-size:11px; text-align:center; color:var(--inactive); opacity:0.2; transition:.3s ease-out;}
- .creds:hover { opacity:1; transition:.3s ease-in;}
- </style>
- <body>
- <div id="topbar">
- <i class="ph ph-hash-straight"></i>
- <div class="details">
- <!-- EDIT!! TEXT!! (top bar info) -->
- <b>helena-busch</b> • thai & german, born in 1996.
- </div>
- </div>
- <div id="sidebar">
- <div class="servername">
- <div class="url">
- <!-- EDIT!! sidebar url link -->
- <a href="URL-HERE" title="back to blog">
- <!-- EDIT!! TEXT!! (sidebar url name) -->
- @dayslilygifs
- </a>
- </div>
- <span class="material-symbols-outlined">keyboard_arrow_down</span>
- </div>
- <div class="channelname">
- <i class="ph ph-hash-straight"></i>
- <div class="packname">
- <!-- EDIT!! TEXT!! (channel name) -->
- helena-busch
- </div>
- </div>
- <div class="threadname-ac">
- <i class="ph ph-arrow-elbow-down-right"></i>
- <!-- EDIT!! TEXT!! (thread name) -->
- <!-- you don't need to change url on this one bc it's current page -->
- <a href="#">youtube videos</a>
- </div>
- <!-- EDIT!! if you don't need the extra thread, delete from here -->
- <div class="threadname">
- <i class="ph ph-arrow-elbow-down-right"></i>
- <a href="#">more gifs</a>
- </div>
- <!-- to here -->
- <!-- EDIT!! ADD!! if you want to add more threads, copy from here
- <div class="threadname">
- <i class="ph ph-arrow-elbow-down-right"></i>
- <a href="URL-HERE">thread name</a>
- </div>
- to here -->
- <div class="channelname">
- <i class="ph-fill ph-speaker-low"></i>
- <div class="packname">
- <!-- EDIT!! TEXT!! (gif count) -->
- 120 GIFS
- </div>
- </div>
- <div class="channelname">
- <i class="ph-fill ph-book"></i>
- <div class="packname">
- <!-- EDIT!! TEXT!! (guidelines + url) -->
- <a href="URL-HERE">USAGE GUIDELINES</a>
- </div>
- </div>
- <div class="threadname">
- <i class="ph ph-arrow-elbow-down-right"></i>
- <!-- EDIT!! TEXT!! (post link) -->
- <a href="URL-HERE">reblog the post</a>
- </div>
- <!-- my credits - please don't change <3 -->
- <div class="creds">page theme by <a href="https://dayslily.tumblr.com/">@dayslily</a></div>
- </div>
- <div id="gifcontainer">
- <!-- INSERT GIF BELOW THIS LINE -->
- <!-- & ABOVE THIS LINE -->
- </div>
- <!-- HTML/DIV BLOCKS GO HERE -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment