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.

62 lines
1.0 KiB

  1. .profile-thumbnail {
  2. position: absolute;
  3. }
  4. .profile-header {
  5. min-height: 260px;
  6. margin-left: 280px;
  7. }
  8. ul.posts {
  9. list-style-type: none;
  10. padding: 0px;
  11. margin: 16px 0px 0px 0px;
  12. border-top: 1px solid #e0e0e0;
  13. }
  14. ul.posts li.post {
  15. padding: 8px;
  16. border-bottom: 1px solid #e0e0e0;
  17. }
  18. ul.posts li.post:hover {
  19. background-color: #f0f0f0;
  20. }
  21. div.post-date {
  22. float: right;
  23. }
  24. div.post-author {
  25. font-weight: bold;
  26. }
  27. div.post-thumbnail {
  28. position: absolute;
  29. }
  30. div.post-content {
  31. margin-left: 48px;
  32. min-height: 48px;
  33. }
  34. div.pagination {
  35. width: 100%;
  36. text-align: center;
  37. padding: 0px;
  38. margin: 0px;
  39. }
  40. div.flask-pagedown-preview {
  41. margin: 10px 0px 10px 0px;
  42. border: 1px solid #e0e0e0;
  43. padding: 4px;
  44. }
  45. div.flask-pagedown-preview h1 {
  46. font-size: 140%;
  47. }
  48. div.flask-pagedown-preview h2 {
  49. font-size: 130%;
  50. }
  51. div.flask-pagedown-preview h3 {
  52. font-size: 120%;
  53. }
  54. .post-body h1 {
  55. font-size: 140%;
  56. }
  57. .post-body h2 {
  58. font-size: 130%;
  59. }
  60. .post-body h3 {
  61. font-size: 120%;
  62. }