_user.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. .main-container {
  2. .user-page-header {
  3. #revision-path {
  4. margin-bottom: 0;
  5. }
  6. .users-meta {
  7. margin-left: 30px;
  8. }
  9. h1 {
  10. margin: 0;
  11. font-size: 2.5em;
  12. color: #666;
  13. }
  14. .picture {
  15. width: 64px;
  16. height: 64px;
  17. }
  18. .user-page-meta {
  19. color: #999;
  20. ul {
  21. padding-left: 0;
  22. li {
  23. list-style: none;
  24. }
  25. }
  26. .user-page-username {
  27. font-weight: bold;
  28. }
  29. .user-page-email {}
  30. .user-page-introduction {}
  31. }
  32. .btn-like,
  33. .btn-bookmark {
  34. &.btn-lg {
  35. padding: 8px;
  36. font-size: 1.5em;
  37. }
  38. }
  39. }
  40. // affix
  41. .user-page-header.affix {
  42. .users-meta {
  43. margin-left: 15px;
  44. }
  45. h1 {
  46. font-size: 1.5em;
  47. line-height: 30px;
  48. }
  49. .picture {
  50. width: 48px;
  51. height: 48px;
  52. }
  53. }
  54. .user-page-content {
  55. #user-draft-list {
  56. #draft-list {
  57. .panel-title {
  58. width: 100%;
  59. .label-draft {
  60. padding: 1px 5px;
  61. margin: 0 0 0 4px;
  62. font-weight: normal;
  63. }
  64. }
  65. a {
  66. .icon-copy,
  67. .draft-delete,
  68. .icon-edit {
  69. margin: 0 0 0 4px;
  70. cursor: pointer;
  71. }
  72. }
  73. }
  74. }
  75. }
  76. }