BioTorrents.de’s version of Gazelle
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.

bookish.scss 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /* Layout (forums) */
  2. strong.quoteheader {
  3. color: black;
  4. }
  5. tr.row:nth-of-type(odd) {
  6. background-color: white;
  7. }
  8. table.forum_post {
  9. margin: 2em 0;
  10. width: 100%;
  11. }
  12. table.forum_post td {
  13. border: none;
  14. }
  15. table.forum_unread {
  16. border: 2px solid rgba(255, 0, 0, 0.5);
  17. }
  18. td.avatar,
  19. #torrent_comments table.forum_post td.avatar {
  20. width: 120px;
  21. padding: 0px;
  22. }
  23. .box_description > div:not(.head) {
  24. max-height: 400px;
  25. overflow-y: scroll;
  26. }
  27. .box_description,
  28. table.forum_post td.body {
  29. word-break: break-word;
  30. word-wrap: break-word;
  31. display: inline-block;
  32. }
  33. .box_description {
  34. width: 100%;
  35. }
  36. tr.torrent .bookmark > a:before {
  37. color: black;
  38. }
  39. tr.torrent .bookmark > a:after {
  40. color: black;
  41. }
  42. .brackets {
  43. font-weight: normal;
  44. }
  45. #forum_search_cat_list {
  46. border: none;
  47. }
  48. .torrent_info {
  49. font-size: 100%;
  50. font-weight: 100;
  51. }
  52. .recent_snatches_images,
  53. .recent_uploads_images {
  54. position: relative;
  55. }
  56. .edit_tags_votes {
  57. padding-left: 5px;
  58. }
  59. .row_hl {
  60. background-color: whitesmoke;
  61. }
  62. .collage_images .collage_image {
  63. margin: 1px;
  64. width: 120px;
  65. display: inline-block;
  66. }