mixue

cr aicoholdrink

Oct 16th, 2022 (edited)
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. --- ALL FONTS ---
  2.  
  3. <style>
  4. @font-face {
  5. font-family: Nintendo-DS-BIOS;
  6. src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
  7. }
  8.  
  9. @font-face {
  10. src: url(https://dl.dropbox.com/s/pvxh5hqzpnhbzxe/Angelface%202.otf);
  11. font-family: angelface;
  12. }
  13. </style>
  14.  
  15. --- TEXTS WITH IMAGE ---
  16.  
  17. <style>
  18. #name {
  19. color: #E6BCD4;
  20. font-family: angelface;
  21. font-size: 2.75em;
  22. text-align: left;
  23. }
  24.  
  25. .avatar {
  26. object-fit: cover;
  27. width: 60px;
  28. height: 60px;
  29. float: left;
  30. margin-right: 10px;
  31. border-radius: 2px;
  32. }
  33.  
  34. .about {
  35. margin: auto;
  36. font-family: Nintendo-DS-BIOS;
  37. color: #424242;
  38. font-size: 1.125em;
  39. text-align: left;
  40. padding: 5px;
  41. background: #F2D5E6A1;
  42. backdrop-filter: blur(5px);
  43. border-radius: 2px;
  44. }
  45.  
  46. @media only screen and (max-width: 600px) {
  47. .about {
  48. font-size: 1.25em;
  49. }
  50. }
  51.  
  52. </style>
  53. <div class="about">
  54. <p><img src="linkurl" class="avatar"><div id="name">Name</div>hi age race pronouns info info info info info info info info info info info info © aicoholdrink
  55.  
  56. --- OTHER TEXTS ---
  57.  
  58. padding: 5px;
  59. background: #ccdceca1;
  60. backdrop-filter: blur(5px);
  61. border-radius: 2px;
  62.  
  63. --- LINKS ---
  64.  
  65. <head>
  66. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">
  67. </script>
  68. <script>
  69. $(function(){
  70. $('#social-toggle').click(function(e){
  71. e.preventDefault();
  72. $('#social ul').animate({width: 'toggle'});
  73. });
  74. });
  75. </script>
  76. <style>
  77. /*social media tab by chloe | @redivide | @themekid */
  78. #social {
  79. position:fixed;
  80. font-size: 2em;
  81. color: #F0CEE2;
  82. }
  83.  
  84. @media only screen and (max-width: 600px) {
  85. #social {
  86. bottom: 140px;
  87. }
  88. }
  89.  
  90. #social ul {
  91. list-style-type: none;
  92. font-size: 0.7em;
  93. padding: 0;
  94. text-align: center;
  95. display: inline-block;
  96. display: none;
  97. overflow: hidden;
  98. white-space: nowrap;
  99. position: absolute;
  100. left: 40px;
  101. top: 5px;
  102. margin: 0;
  103. }
  104.  
  105. #social ul li {
  106. display: inline-block;
  107. margin: 0 3px;
  108. vertical-align: top;
  109. line-height: 120%;
  110. }
  111.  
  112. #social a {
  113. color: #CCDCEC;
  114. text-decoration: none;
  115. }
  116. </style>
  117. </head>
  118. <body>
  119. <div id="social">
  120. <i class="ph-phone-call-fill" title="social" style="cursor: pointer" id="social-toggle"></i><ul> <a href="#">
  121. <i class="ph-twitter-logo-fill"></i></a> <a href="#">
  122. <i class="ph-spotify-logo-fill"></i></a> <a href="#">
  123. <i class="ph-chats-fill"></i></a> <a href="#">
  124. <i class="ph-film-slate-fill"></i></a> </ul>
  125. </div>
  126.  
  127. --- MEDIA RULE FOR 'PHONE' ---
  128.  
  129. @media only screen and (max-width: 600px) {
  130. .cutephone {
  131. bottom: -7em;
  132. left: 0.5em;
  133. }
  134. }
  135.  
Advertisement
Add Comment
Please, Sign In to add comment