Advertisement
StitchedScrews

THE GALAXY [links outside]

Mar 19th, 2021 (edited)
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.80 KB | None | 0 0
  1. <!--
  2. NOTES
  3. 01. please do not remove credit, redistribute, or claim as your own
  4. 02. WYSIWYG off, otherwise things will break easier. you can use https://th.circlejourney.net/# or https://cheeriko.github.io/playhouse/character.html to see what changes as you update it
  5. 03. remember to link to the source of whatever resources you use
  6. 04. https://fontawesome.com/icons for more icons, the "spinners" category is especially useful for this
  7.  
  8. quick replace (ctrl+f, replace all)
  9. background color: #600000
  10. background/overlay img: https://f2.toyhou.se/file/f2-toyhou-se/images/21089376_yY4meU5AMAoWefM.png
  11. spinning icon: #2d0707
  12. text color: #d7bbbb
  13. text shadow: #a20000
  14. -->
  15.  
  16. <div class="rounded-circle card border-0 mx-auto text-center mt-5"
  17.     style="width:500px;height:500px;color:#d7bbbb;
  18.            background: #600000
  19.            url(https://f2.toyhou.se/file/f2-toyhou-se/images/21089376_yY4meU5AMAoWefM.png);
  20.            background-blend-mode:color-burn;
  21.            font-family:verdana;">
  22.    
  23.     <!-- Spinner -->
  24.     <div style="position:absolute;color:#2d0707;top: 150px;left: 125px;">
  25.         <span class="fa-stack" style="font-size:100px;height:100px;">
  26.             <i class="fad fa-sun fa-stack-2x" style="-webkit-animation: fa-spin 10s infinite linear;animation: fa-spin 10s infinite linear;"></i>
  27.         </span>
  28.     </div>
  29.    
  30.     <!-- Overlay Card-->
  31.     <div class="rounded-circle border-0 card mx-auto text-center" style="width:500px;height:500px;position:absolute;opacity: 0.1;background:url(https://f2.toyhou.se/file/f2-toyhou-se/images/21089376_yY4meU5AMAoWefM.png);"></div>
  32.     <div class="rounded-circle card mx-auto text-center" style="width:500px;height:500px;background:transparent;">
  33.     <div class="my-auto mx-5" style="z-index:2;font-size: 15px; text-shadow: 0 0 5px #a20000; letter-spacing: 0.5px;">
  34.         info goes here!
  35.         <br>
  36.         supports a fair amount of text!
  37.         <br>
  38.         looks better shorter though
  39.         </div>
  40.     </div>
  41.        
  42.        
  43.     <div style="font-size:larger;">
  44.  
  45.         <!-- TIP:
  46.        To remove a link you don't need without leaving a gap, copy the "top:[number]px;right:[number]px" and move it to the next link you are using, moving that link's position to the next and so on
  47.        
  48.        For example, to remove the twitter link, tumblr would gain the position "top:50px;right:110px;", discord would become "top:65px;right:90px;", etc.
  49.        
  50.        To add another link, copy + paste the whole "a" element, add around 15~20px to the top property and subtract around 20px from the right property; these are just approximations numbers, and will probably take some finessing to get looking right
  51.        -->
  52.        
  53.         <!-- Social Links -->
  54.         <a class="tooltipster" href="LINK" title="DeviantArt" style="position:absolute;top:10px;right:102px;"><i class="fab fa-deviantart fa-fw"></i></a>
  55.         <a class="tooltipster" href="LINK" title="Twitter" style="position:absolute;top:25px;right:80px;"><i class="fab fa-twitter fa-fw"></i></a>
  56.         <a class="tooltipster" href="LINK" title="Tumblr" style="position:absolute;top:42px;right:60px;"><i class="fab fa-tumblr fa-fw"></i></a>
  57.         <a class="tooltipster" href="" title="NAME#0000" style="position:absolute;top:62px;right:42px;"><i class="fab fa-discord fa-fw"></i></a>
  58.         <!-- BG Credit, Change if changing the bg -->
  59.         <a class="tooltipster" href="https://toyhou.se/6259293" title="Background by CanadianLyynx" style="position:absolute;top:85px;right:20px;"><i class="fas fa-images fa-fw"></i></a>
  60.         <!-- code credit, plz do not remove -->
  61.         <a class="tooltipster" href="https://toyhou.se/10367680" title="Code by METALOCALYPSE" style="position:absolute;top:110px;right:06px;"><i class="fas fa-cog fa-fw text-primary"></i></a>
  62.     </div>
  63.     </div>
  64.  
  65.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement