Advertisement
Orcastraw

Pokemon Let's Go Tracker Customizations

Jan 25th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. *{
  2. font-family:"Linotte SemBold"!important;
  3. font-weight: 600!important;
  4. font-size:30px!important;
  5. text-transform: upperase;
  6. }
  7.  
  8. #pco__displayArea{
  9. max-width:920px!important;
  10. min-height:90px!important;
  11. }
  12.  
  13. .many-mark{
  14. background-color: #7e1874!important;
  15. }
  16.  
  17. .one-mark{
  18. background-color: #b82aaa!important;
  19. }
  20.  
  21. .no-mark{
  22. background-color: #e200cc!important;
  23. }
  24.  
  25. #pco__totalCount{
  26. left:805px;
  27. top:75px;
  28. color:white!important;
  29. }
  30.  
  31. .pokemon-container{
  32. border: solid white!important;
  33. border-width:1px!important;
  34. margin-left: -px!important;
  35. margin-top:-px!important;
  36. }
  37.  
  38. .pokemon-container{
  39. width:32px!important;
  40. }
  41.  
  42. .pokemon-container:nth-of-type(3),.pokemon-container:nth-of-type(6),.pokemon-container:nth-of-type(9){
  43. display:none;
  44. }
  45. .pokemon-container:nth-of-type(24),.pokemon-container:nth-of-type(86),.pokemon-container:nth-of-type(118){
  46. display:none;
  47. }
  48. .pokemon-container:nth-of-type(26),.pokemon-container:nth-of-type(87),.pokemon-container:nth-of-type(119){
  49. display:none;
  50. }
  51. .pokemon-container:nth-of-type(43),.pokemon-container:nth-of-type(88),.pokemon-container:nth-of-type(123){
  52. display:none;
  53. }
  54. .pokemon-container:nth-of-type(44),.pokemon-container:nth-of-type(89),.pokemon-container:nth-of-type(124){
  55. display:none;
  56. }
  57. .pokemon-container:nth-of-type(45),.pokemon-container:nth-of-type(90),.pokemon-container:nth-of-type(125){
  58. display:none;
  59. }
  60. .pokemon-container:nth-of-type(47),.pokemon-container:nth-of-type(91),.pokemon-container:nth-of-type(127){
  61. display:none;
  62. }
  63. .pokemon-container:nth-of-type(49),.pokemon-container:nth-of-type(94){
  64. display:none;
  65. }
  66. .pokemon-container:nth-of-type(51),.pokemon-container:nth-of-type(95),.pokemon-container:nth-of-type(132){
  67. display:none;
  68. }
  69. .pokemon-container:nth-of-type(53),.pokemon-container:nth-of-type(96),.pokemon-container:nth-of-type(134){
  70. display:none;
  71. }
  72. .pokemon-container:nth-of-type(59),.pokemon-container:nth-of-type(97),.pokemon-container:nth-of-type(135){
  73. display:none;
  74. }
  75. .pokemon-container:nth-of-type(60),.pokemon-container:nth-of-type(99),.pokemon-container:nth-of-type(136){
  76. display:none;
  77. }
  78. .pokemon-container:nth-of-type(61),.pokemon-container:nth-of-type(100),.pokemon-container:nth-of-type(140){
  79. display:none;
  80. }
  81. .pokemon-container:nth-of-type(62),.pokemon-container:nth-of-type(101),.pokemon-container:nth-of-type(141){
  82. display:none;
  83. }
  84. .pokemon-container:nth-of-type(65),.pokemon-container:nth-of-type(102),.pokemon-container:nth-of-type(143){
  85. display:none;
  86. }
  87. .pokemon-container:nth-of-type(67),.pokemon-container:nth-of-type(103),.pokemon-container:nth-of-type(144){
  88. display:none;
  89. }
  90. .pokemon-container:nth-of-type(68),.pokemon-container:nth-of-type(106),.pokemon-container:nth-of-type(145){
  91. display:none;
  92. }
  93. .pokemon-container:nth-of-type(76),.pokemon-container:nth-of-type(107),.pokemon-container:nth-of-type(146){
  94. display:none;
  95. }
  96. .pokemon-container:nth-of-type(79),.pokemon-container:nth-of-type(108),.pokemon-container:nth-of-type(147){
  97. display:none;
  98. }
  99. .pokemon-container:nth-of-type(80),.pokemon-container:nth-of-type(112),.pokemon-container:nth-of-type(148){
  100. display:none;
  101. }
  102. .pokemon-container:nth-of-type(81),.pokemon-container:nth-of-type(115),.pokemon-container:nth-of-type(149){
  103. display:none;
  104. }
  105. .pokemon-container:nth-of-type(82),.pokemon-container:nth-of-type(116),.pokemon-container:nth-of-type(150){
  106. display:none;
  107. }
  108. .pokemon-container:nth-of-type(83),.pokemon-container:nth-of-type(117),.pokemon-container:nth-of-type(151){
  109. display:none;
  110. }
  111. .pokemon-container:nth-of-type(59),.pokemon-container:nth-of-type(27),.pokemon-container:nth-of-type(56){
  112. display:none;
  113. }
  114. .pokemon-container:nth-of-type(58),.pokemon-container:nth-of-type(28),.pokemon-container:nth-of-type(57){
  115. display:none;
  116. }
  117. .pokemon-container:nth-of-type(71){
  118. display:none;
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement