_page_list.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .page-list {
  2. .page-list-container {
  3. line-height: 1.6em;
  4. font-size: 15px;
  5. }
  6. .page-list-ul {
  7. margin: 0;
  8. padding-left: 0;
  9. > li {
  10. margin: 0;
  11. list-style: none;
  12. .page-list-option {
  13. float: right;
  14. margin-left: 4px;
  15. }
  16. .picture {
  17. width: 16px;
  18. height: 16px;
  19. }
  20. > a {
  21. display: inline;
  22. padding: 0 4px;
  23. color: inherit;
  24. strong {
  25. color: #333;
  26. }
  27. }
  28. > span.page-list-meta {
  29. font-size: .9em;
  30. color: #999;
  31. >span {
  32. margin-right: .3rem;
  33. }
  34. i {
  35. margin-right: 2px;
  36. }
  37. }
  38. }
  39. // after second level indent
  40. .page-list-ul {
  41. padding-left: 2rem;
  42. }
  43. // override .page-list-ul
  44. &.page-list-ul-flat {
  45. padding-left: 0;
  46. }
  47. }
  48. }
  49. .popular-page-high {
  50. color: #e80000;
  51. font-size: 1.1em;
  52. font-weight: bold;
  53. }
  54. .popular-page-mid {
  55. color: #e47800;
  56. font-weight: bold;
  57. }
  58. .popular-page-low {
  59. color: #ab7c7c;
  60. }
  61. .panel-timeline {
  62. border: 1px solid #ccc;
  63. > .panel-heading {
  64. background-color: #ccc;
  65. }
  66. }