_user.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .crowi.main-container {
  2. .main.user-page { // {{{ .main of layout related
  3. .header-wrap {
  4. h1 {
  5. margin: 0;
  6. font-size: 1.1em;
  7. }
  8. .user-page-header {
  9. margin-bottom: 32px;
  10. .bookmark-link {
  11. float: right;
  12. color: #e6b422;
  13. font-size: 2em;
  14. &.bookmarked {
  15. //color: #fff;
  16. }
  17. }
  18. .user-page-picture {
  19. img {
  20. height: 64px;
  21. width: 64px;
  22. }
  23. }
  24. .user-page-meta {
  25. padding-left: 88px;
  26. color: #999;
  27. h2 {
  28. font-size: 2.5em;
  29. color: #666;
  30. }
  31. ul {
  32. padding-left: 0;
  33. li {
  34. list-style: none;
  35. }
  36. }
  37. .user-page-username {
  38. font-weight: bold;
  39. }
  40. .user-page-email {
  41. }
  42. .user-page-introduction {
  43. }
  44. }
  45. }
  46. .user-page-content-tab {
  47. padding: 16px 0 8px;
  48. }
  49. }
  50. } // }}}
  51. }