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.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. .submit_container {
  37. clear: both;
  38. text-align: right;
  39. }
  40. tr.torrent .bookmark > a:before {
  41. color: black;
  42. }
  43. tr.torrent .bookmark > a:after {
  44. color: black;
  45. }
  46. .brackets {
  47. font-weight: normal;
  48. }
  49. #forum_search_cat_list {
  50. border: none;
  51. }
  52. .torrent_info {
  53. font-size: 100%;
  54. font-weight: 100;
  55. }
  56. .recent_snatches_images,
  57. .recent_uploads_images {
  58. position: relative;
  59. }
  60. .edit_tags_votes {
  61. padding-left: 5px;
  62. }
  63. .row_hl {
  64. background-color: whitesmoke;
  65. }
  66. .collage_images .collage_image {
  67. margin: 1px;
  68. width: 120px;
  69. display: inline-block;
  70. }