You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
1.8 KiB

  1. .profile-thumbnail {
  2. position: absolute;
  3. }
  4. .profile-header {
  5. min-height: 260px;
  6. margin-left: 280px;
  7. }
  8. div.post-tabs {
  9. margin-top: 16px;
  10. }
  11. ul.posts {
  12. list-style-type: none;
  13. padding: 0px;
  14. margin: 16px 0px 0px 0px;
  15. border-top: 1px solid #e0e0e0;
  16. }
  17. div.post-tabs ul.posts {
  18. margin: 0px;
  19. border-top: none;
  20. }
  21. ul.posts li.post {
  22. padding: 8px;
  23. border-bottom: 1px solid #e0e0e0;
  24. }
  25. ul.posts li.post:hover {
  26. background-color: #f0f0f0;
  27. }
  28. div.post-date {
  29. float: right;
  30. }
  31. div.post-author {
  32. font-weight: bold;
  33. }
  34. div.post-thumbnail {
  35. position: absolute;
  36. }
  37. div.post-content {
  38. margin-left: 48px;
  39. min-height: 48px;
  40. }
  41. div.post-footer {
  42. text-align: right;
  43. }
  44. ul.comments {
  45. list-style-type: none;
  46. padding: 0px;
  47. margin: 16px 0px 0px 0px;
  48. }
  49. ul.comments li.comment {
  50. margin-left: 32px;
  51. padding: 8px;
  52. border-bottom: 1px solid #e0e0e0;
  53. }
  54. ul.comments li.comment:nth-child(1) {
  55. border-top: 1px solid #e0e0e0;
  56. }
  57. ul.comments li.comment:hover {
  58. background-color: #f0f0f0;
  59. }
  60. div.comment-date {
  61. float: right;
  62. }
  63. div.comment-author {
  64. font-weight: bold;
  65. }
  66. div.comment-thumbnail {
  67. position: absolute;
  68. }
  69. div.comment-content {
  70. margin-left: 48px;
  71. min-height: 48px;
  72. }
  73. div.comment-form {
  74. margin: 16px 0px 16px 32px;
  75. }
  76. div.pagination {
  77. width: 100%;
  78. text-align: center;
  79. padding: 0px;
  80. margin: 0px;
  81. }
  82. div.flask-pagedown-preview {
  83. margin: 10px 0px 10px 0px;
  84. border: 1px solid #e0e0e0;
  85. padding: 4px;
  86. }
  87. div.flask-pagedown-preview h1 {
  88. font-size: 140%;
  89. }
  90. div.flask-pagedown-preview h2 {
  91. font-size: 130%;
  92. }
  93. div.flask-pagedown-preview h3 {
  94. font-size: 120%;
  95. }
  96. .post-body h1 {
  97. font-size: 140%;
  98. }
  99. .post-body h2 {
  100. font-size: 130%;
  101. }
  102. .post-body h3 {
  103. font-size: 120%;
  104. }
  105. .table.followers tr {
  106. border-bottom: 1px solid #e0e0e0;
  107. }