Advertisement
waitingmoon

階層メニュー

Jul 11th, 2021
1,314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.00 KB | None | 0 0
  1. /* 親カテゴリ 全体 */
  2. .hatena-module-category .hatena-urllist li {
  3.     float: none;
  4.     padding: 12px 0;
  5.     margin: 0;
  6.     display: flex;
  7.     align-items: center;
  8.     flex-wrap: wrap;
  9.     flex-direction: row;
  10. }
  11. .hatena-module-category .hatena-urllist li a {
  12.     border: 0;
  13.     color: #333;
  14.     font-size: inherit;
  15.     line-height: inherit;
  16.     padding: 0;
  17. }
  18. .hatena-module-category .hatena-urllist li a:hover {
  19.     background: transparent;
  20.     color: #5687c3;
  21. }
  22. .hatena-module-category .hatena-urllist li > a {
  23.     flex: 1;
  24. }
  25. .hatena-module-category .hatena-urllist li > span {
  26.     margin-right: 10px;
  27.     font-size: 0.8667em;
  28. }
  29.  
  30. /* 子カテゴリ */
  31. .hatena-module-category .hatena-breadcrumb-plus-child1 {
  32.     width: 100%;
  33.     padding-left: 0;
  34.     margin-top: 6px;
  35.     margin-left: 48px;
  36. }
  37. .hatena-module-category .hatena-breadcrumb-plus-child1 li {
  38.     padding: 6px 0;
  39. }
  40. .hatena-module-category .hatena-breadcrumb-plus-child1 li:last-child {
  41.     padding-bottom: 0;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement