Advertisement
_Pandora

Beetle Mounds

May 30th, 2022 (edited)
692
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. /* Codes made by Pandora #144118 and Kat .:Red Lion of Voltron:. #94329
  2. Codes may be edited, used in commissions or for personal use
  3. Please do not remove credit
  4. */
  5.  
  6. /* UNSORTED BEETLES */
  7.  
  8. a[href$="unsorted-beetles.php?id=YOURID#"] img {
  9.     content:url('LINK')!important;
  10.  
  11. }
  12.  
  13. /* MOUNDS */
  14.  
  15. a[href$="MOUNDID#"]>.mound-grid img {
  16.     background: url('LINK');
  17.     width: 0px!important;
  18.     height: 0px!important;
  19.     padding-top: 80px;
  20.     padding-right: 130px;
  21. }
  22.  
  23. /* copy and paste to add more mounds */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement