_page_list.scss 1002 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. .picture {
  13. width: 16px;
  14. height: 16px;
  15. }
  16. > a {
  17. display: inline;
  18. padding: 0 4px;
  19. color: inherit;
  20. }
  21. > span.page-list-meta {
  22. font-size: .9em;
  23. >span {
  24. margin-right: .3rem;
  25. }
  26. i {
  27. margin-right: 2px;
  28. }
  29. }
  30. }
  31. // after second level indent
  32. .page-list-ul {
  33. padding-left: 2rem;
  34. }
  35. // override .page-list-ul
  36. &.page-list-ul-flat {
  37. padding-left: 0;
  38. }
  39. }
  40. }
  41. .popular-page-high {
  42. color: #e80000;
  43. font-size: 1.1em;
  44. font-weight: bold;
  45. }
  46. .popular-page-mid {
  47. color: #e47800;
  48. font-weight: bold;
  49. }
  50. .popular-page-low {
  51. color: #ab7c7c;
  52. }
  53. .panel-timeline {
  54. border: 1px solid #ccc;
  55. > .panel-heading {
  56. background-color: #ccc;
  57. }
  58. }