Advertisement
Xelieu

JPMN Custom CSS

May 17th, 2023 (edited)
557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. .glossary-text ol li[data-details="旺文社国語辞典 第十一版"] .dict-group__tag-list {
  2. display: none;
  3. }
  4. .glossary-text ol li[data-details="旺文社国語辞典 第十一版"] .dict-group__glossary--first-line {
  5. display: none;
  6. }
  7. .glossary-text ol li[data-details="旺文社国語辞典 第十一版"] .dict-group__glossary--first-line-break {
  8. display: none;
  9. }
  10.  
  11.  
  12. .glossary-text ol li[data-details="三省堂国語辞典 第七版"] .dict-group__tag-list {
  13. display: none;
  14. }
  15. .glossary-text ol li[data-details="三省堂国語辞典 第七版"] .dict-group__glossary--first-line {
  16. display: none;
  17. }
  18. .glossary-text ol li[data-details="三省堂国語辞典 第七版"] .dict-group__glossary--first-line-break {
  19. display: none;
  20. }
  21.  
  22.  
  23. .glossary-text ol li[data-details="実用日本語表現辞典"] .dict-group__tag-list {
  24. display: none;
  25. }
  26. .glossary-text ol li[data-details="実用日本語表現辞典"] .dict-group__glossary--first-line {
  27. display: none;
  28. }
  29. .glossary-text ol li[data-details="実用日本語表現辞典"] .dict-group__glossary--first-line-break {
  30. display: none;
  31. }
  32.  
  33.  
  34. .glossary-text ol li[data-details="新明解国語辞典 第八版"] .dict-group__tag-list {
  35. display: none;
  36. }
  37. .glossary-text ol li[data-details="新明解国語辞典 第八版"] .dict-group__glossary--first-line {
  38. display: none;
  39. }
  40. .glossary-text ol li[data-details="新明解国語辞典 第八版"] .dict-group__glossary--first-line-break {
  41. display: none;
  42. }
  43.  
  44.  
  45. .glossary-text ol li[data-details="明鏡国語辞典 第二版"] .dict-group__tag-list {
  46. display: none;
  47. }
  48. .glossary-text ol li[data-details="明鏡国語辞典 第二版"] .dict-group__glossary--first-line {
  49. display: none;
  50. }
  51. .glossary-text ol li[data-details="明鏡国語辞典 第二版"] .dict-group__glossary--first-line-break {
  52. display: none;
  53. }
  54.  
  55.  
  56. .glossary-text ol li[data-details="JMdict (English)"] .dict-group__tag-list {
  57. display: none;
  58. }
  59. .glossary-text ol li[data-details="JMdict (English)"] .dict-group__glossary--first-line {
  60. display: none;
  61. }
  62. .glossary-text ol li[data-details="JMdict (English)"] .dict-group__glossary--first-line-break {
  63. display: none;
  64. }
  65.  
  66.  
  67. .glossary-text--primary-definition ol {
  68. list-style: none;
  69. padding-left: 0em;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement