wilderanima

π—π—‹π–Ίπ—‡π—Œπ—‰π–Ίπ—‹π–Ύπ—‡π— 𝗂𝗆𝖺𝗀𝖾 π—‰π—…π–Ίπ–Όπ–Ύπ—π—ˆπ—…π–½π–Ύπ—‹ π–Όπ—ˆπ–½π–Ύ.

Jan 6th, 2026
4,901
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.34 KB | None | 1 0
  1. <style>
  2.  
  3. @font-face { font-family: "barber";
  4.  src: url('https://dl.dropboxusercontent.com/scl/fi/6x4jkvju9d8rmz6f3n4mo/BARBER.otf?rlkey=4hgp78bearrsgmzy8dl7jvj23&st=ev4o5s0l&dl=0');}
  5.  
  6. body {cursor: url(https://66.media.tumblr.com/232c090ebdd37ae4bc17adb54e1e0344/tumblr_inline_ol4nwhvSwg1uxxza6_1280.png), auto;
  7.  background-color: #FFF;} /* you can change this however you like */
  8.  
  9. ::-webkit-scrollbar {display: none;}
  10.  
  11. .wilder {
  12.  position: fixed;
  13.  bottom: 0px;
  14.  right: 0px;}
  15.  
  16. .container {
  17.  position: absolute;
  18.  margin: auto;
  19.  bottom: 0px;
  20.  left: 0px;
  21.  right: 0px;
  22.  height: 625px;
  23.  width: 600px;
  24.  overflow: hidden;}
  25.  
  26. .texture {
  27.  top: 0px;
  28.  left: 0px;
  29.  width: 100%;
  30.  height: 100%;
  31.  mix-blend-mode: overlay;
  32.  background-image: url("https://i.imgur.com/4ZGlWav.png");
  33.  background-repeat: repeat;
  34.  background-position: center;
  35.  background-size: 25%;
  36.  opacity: 0.15;
  37.  pointer-events: none;
  38.  position: absolute;
  39.  z-index: 100; }
  40.  
  41. .fade {
  42.  top: 0px;
  43.  right: 0px;
  44.  height: 100%;
  45.  width: 100%;
  46.  mix-blend-mode: multiply;
  47.  background-image: linear-gradient(to top, #8e94a7 0%, #a6afce 20%, transparent); /*ONLY change the #HexCode to change the backgrounds fade color.*/
  48.  opacity: 0.7;
  49.  position: absolute;
  50.  pointer-events: none;
  51.  z-index: 100; }
  52.  
  53. .image1 {
  54.  position: absolute;
  55.  margin: auto;
  56.  bottom: -125px;
  57.  left: -50px;
  58.  width: 450px;
  59.  height: 805px;
  60.  background-image:url(IMG_LINK); /* a transparent image works best here */
  61.  background-repeat:no-repeat;
  62.  background-size: 75%;
  63.  background-position: center;
  64.  filter:drop-shadow(0px 0px 3px #000);
  65.  opacity:1;
  66.  z-index: 999;}
  67.  
  68. .title1 {
  69.  position: absolute;
  70.  margin: auto;
  71.  top: 200px;
  72.  left: 225px;
  73.  right: 0px;
  74.  font-family: barber;
  75.  font-size: 50px;
  76.  letter-spacing: 0px;
  77.  text-transform: uppercase;
  78.  color: #000;
  79.  filter:drop-shadow(0px 0px 2px #000);
  80.  opacity: 1;
  81.  z-index: 999;}
  82.  
  83. .line1 {
  84.  position: absolute;
  85.  margin: auto;
  86.  top: 250px;
  87.  left: 275px;
  88.  height: 15px;
  89.  width: auto;
  90.  padding: 5px;
  91.  text-align: left;
  92.  font-family: barber;
  93.  font-size: 13px;
  94.  letter-spacing: 1px;
  95.  overflow: auto;
  96.  color: #443E42;
  97.  border-radius: 5px;
  98.  filter:drop-shadow(0px 0px 1px #443E42);
  99.  z-index: 999; }
  100.  
  101. .line2 {
  102.  position: absolute;
  103.  top: 250px;
  104.  left: 355px;
  105.  height: 15px;
  106.  width: auto;
  107.  padding: 5px;
  108.  text-align: left;
  109.  font-family: barber;
  110.  font-size: 13px;
  111.  letter-spacing: 1px;
  112.  overflow: auto;
  113.  color: #443E42;
  114.  border-radius: 5px;
  115.  filter:drop-shadow(0px 0px 1px #443E42);
  116.  z-index: 999; }
  117.  
  118. .line3 {
  119.  position: absolute;
  120.  top: 250px;
  121.  left: 450px;
  122.  height: 15px;
  123.  width: 250px;
  124.  padding: 5px;
  125.  text-align: left;
  126.  font-family: barber;
  127.  font-size: 13px;
  128.  letter-spacing: 1px;
  129.  overflow: auto;
  130.  color: #443E42;
  131.  border-radius: 5px;
  132.  filter:drop-shadow(0px 0px 1px #443E42);
  133.  z-index: 999; }
  134.  
  135. .line4 {
  136.  position: absolute;
  137.  top: 275px;
  138.  left: 375px;
  139.  height: 15px;
  140.  width: auto;
  141.  padding: 5px;
  142.  text-align: left;
  143.  font-family: barber;
  144.  font-size: 13px;
  145.  letter-spacing: 1px;
  146.  overflow: auto;
  147.  color: #443E42;
  148.  border-radius: 5px;
  149.  filter:drop-shadow(0px 0px 1px #443E42);
  150.  z-index: 9999; }
  151.  
  152. .line5 {
  153.  position: absolute;
  154.  top: 275px;
  155.  left: 425px;
  156.  height: 15px;
  157.  width: auto;
  158.  padding: 5px;
  159.  text-align: left;
  160.  font-family: barber;
  161.  font-size: 13px;
  162.  letter-spacing: 1px;
  163.  overflow: auto;
  164.  color: #443E42;
  165.  border-radius: 5px;
  166.  filter:drop-shadow(0px 0px 1px #443E42);
  167.  z-index: 9999; }
  168.  
  169. .textbox {
  170.  position: absolute;
  171.  top: 300px;
  172.  left: 500px;
  173.  height: auto;
  174.  width: auto;
  175.  padding: 5px;
  176.  text-align: left;
  177.  font-family: barber;
  178.  font-size: 13px;
  179.  letter-spacing: 1px;
  180.  overflow: auto;
  181.  color: #443E42;
  182.  background-color: #000;
  183.  border-radius: 5px;
  184.  z-index: 9999; }
  185.  
  186.  b { letter-spacing: 0px; font-family: barber; color: #803F3E; font-weight: bold; font-size:14px; text-transform: uppercase; filter:drop-shadow(0px 0px 1px #803F3E);}
  187.  
  188.  a { font-family: barber; letter-spacing: 1px; color: #999; font-size: 13px; font-weight: bold; text-decoration: none; text-transform: uppercase; transition: 0.7s;
  189.  cursor: url(https://i.imgur.com/WIeMSiR.png), auto; filter:drop-shadow(0px 0px 1px #999);}
  190.  
  191.  a:hover { font-family: barber; letter-spacing: 1px; color: #FFF; font-size: 13px; font-weight: bold; text-decoration: none; text-transform: uppercase; transition:0.7s;
  192.  cursor: url(https://i.imgur.com/WIeMSiR.png), auto; filter:drop-shadow(0px 0px 1px #FFF);}
  193.  
  194. </style>
  195.  
  196. <div class="wilder">
  197. <a target="_blank" href="https://roleplay.chat/profile.php?user=WILDER" title="code by wilder.">
  198. <img src="https://i.imgur.com/hCJmFVu.png" width="75px;"></a>
  199. </div>
  200.  
  201. <div class="texture"></div>
  202. <div class="fade"></div>
  203.  
  204. <div class="container">
  205.  
  206. <!-- a transparent image works best here -->
  207.  
  208. <div class="image1"></div>
  209.  
  210. <div class="title1">title here.</div>
  211.  
  212.  <!-- you'll need to move these if you want them to fit together properly. -->
  213.  
  214. <div class="line1">line.</div>
  215. <div class="line2">line.</div>
  216. <div class="line3">line.</div>
  217.  
  218. <div class="line4"><a target="_blank" href="FLIST_LINK" title="if you have one, you can put it here.">f-list.</a></div>
  219. <div class="line5"><a target="_blank" title="code by wilder. ask if you want it.
  220. additional ooc information under this hover.">ooc.</a></div>
  221.  
  222. </div>
  223.  
  224. <!----- 【 MUSIC PLAYER #02 by @glenthemes 】 ----->
  225. <link href="//glen-players.gitlab.io/02/setup.css" rel="stylesheet">
  226. <script src="//glen-players.gitlab.io/02/init.js"></script>
  227.  
  228. <div glenplayer02>
  229.  
  230.     <!--- player buttons --->
  231.     <button play-button aria-label="Play"></button>
  232.     <button pause-button aria-label="Pause"></button>
  233.    
  234.     <!--- song file URL --->
  235.     <!--- PLEASE READ: linktr.ee/direct_file_links --->
  236.     <audio src="MUSIC_LINK" volume="100%"></audio>
  237.    
  238. </div><!--don't delete this line-->
  239.  
  240. <style element="glenplayer02">
  241. [glenplayer02]{
  242.     /*--- options here ---*/
  243.     --MusicPlayer-Position:"bottom left";
  244.     --MusicPlayer-Corner-Offset:1rem;
  245.     z-index:999; /* increase this number if you can't see or click your music player */
  246.    
  247.     --MusicPlayer-Buttons-Style:"fill";
  248.     --MusicPlayer-Buttons-Size:1rem;
  249.     --MusicPlayer-Buttons-Color:#000;
  250.     --MusicPlayer-Buttons-Padding:6px;
  251.    
  252.     --MusicPlayer-Gap-1:10px;
  253.     --MusicPlayer-Gap-2:10px;
  254. }/* do not delete this bracket */
  255. </style><!--don't delete this line-->
  256. <!---- END MUSIC PLAYER ---->
Advertisement