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.

75 lines
1.3 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. div.pagination {
  45. width: 100%;
  46. text-align: center;
  47. padding: 0px;
  48. margin: 0px;
  49. }
  50. div.flask-pagedown-preview {
  51. margin: 10px 0px 10px 0px;
  52. border: 1px solid #e0e0e0;
  53. padding: 4px;
  54. }
  55. div.flask-pagedown-preview h1 {
  56. font-size: 140%;
  57. }
  58. div.flask-pagedown-preview h2 {
  59. font-size: 130%;
  60. }
  61. div.flask-pagedown-preview h3 {
  62. font-size: 120%;
  63. }
  64. .post-body h1 {
  65. font-size: 140%;
  66. }
  67. .post-body h2 {
  68. font-size: 130%;
  69. }
  70. .post-body h3 {
  71. font-size: 120%;
  72. }
  73. .table.followers tr {
  74. border-bottom: 1px solid #e0e0e0;
  75. }