_user.scss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. }
  31. .user-page-introduction {
  32. }
  33. }
  34. .btn-like,
  35. .btn-bookmark {
  36. &.btn-lg {
  37. padding: 8px;
  38. font-size: 1.5em;
  39. }
  40. }
  41. }
  42. // affix
  43. .user-page-header.affix {
  44. .users-meta {
  45. margin-left: 15px;
  46. }
  47. h1 {
  48. font-size: 1.5em;
  49. line-height: 30px;
  50. }
  51. .picture {
  52. width: 48px;
  53. height: 48px;
  54. }
  55. }
  56. .user-page-content {
  57. #user-draft-list {
  58. #draft-list {
  59. .panel-title {
  60. width: 100%;
  61. .label-draft {
  62. padding: 1px 5px;
  63. margin: 0 0 0 4px;
  64. font-weight: normal;
  65. }
  66. }
  67. a {
  68. .icon-copy,
  69. .draft-delete,
  70. .icon-edit {
  71. margin: 0 0 0 4px;
  72. cursor: pointer;
  73. }
  74. }
  75. }
  76. }
  77. }
  78. }