Advertisement
shazichan

Fully Defined - Pkmn Panel

Jul 20th, 2022
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.69 KB | None | 0 0
  1. Completely defined pkmn panel, please note that some of these will be dupe codes like tips and link colours but if you don't already have them YOU NEED TO HAVE THEM
  2. [pkmnpanel=JMXhL]
  3.  
  4.  
  5. [style]
  6. .party>div{
  7. background:black;
  8. color:white;
  9. border:1px solid white;
  10. }
  11. a:link, a:visited {
  12.    color: pink;
  13. }
  14.  
  15. .party>div>.pkmn:before{
  16. border:solid gray;
  17. background-color: white;
  18. }
  19. .party>div>.expbar{
  20. border:solid 1px white;
  21. color:white;
  22. background:black;
  23. >div{
  24. background:grey;
  25. border-right:solid 1px pink}}
  26. div.tooltip_content{
  27.        background: black;
  28.        color: white;
  29.        border: solid 1px white;}
  30.        .bbcode_tooltip{
  31.        border-bottom: 1px dotted black;}
  32. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement