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.

global.scss 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. #contest div#content > div.flex > div.grow {
  2. min-width: 50%;
  3. }
  4. .collage_images {
  5. padding: 0px;
  6. width: 100%;
  7. border-collapse: collapse;
  8. font-size: 0;
  9. }
  10. .collage_images {
  11. display: block;
  12. }
  13. ul.collage_images li {
  14. border: none;
  15. float: left;
  16. margin: 0;
  17. width: 146px;
  18. list-style: none;
  19. list-style-type: none;
  20. }
  21. ul.collage_images li a {
  22. display: block;
  23. /* height: 118px; */
  24. width: 100%;
  25. overflow: hidden;
  26. }
  27. div.collage_image {
  28. width: 20%;
  29. display: inline-block;
  30. }
  31. [data-toggle-target],
  32. [data-quote-jump],
  33. .clickable {
  34. cursor: pointer;
  35. }
  36. .spoilerButton {
  37. cursor: pointer;
  38. overflow: hidden;
  39. text-overflow: ellipsis;
  40. }
  41. .selected a {
  42. font-weight: bold;
  43. text-decoration: underline;
  44. }
  45. .collage td {
  46. padding: 0px;
  47. border: none;
  48. }
  49. abbr[title] {
  50. text-decoration: none;
  51. }
  52. pre {
  53. overflow: auto;
  54. }
  55. .disable_grouping {
  56. display: none;
  57. }
  58. form textarea,
  59. form input {
  60. max-width: 100%;
  61. box-sizing: border-box;
  62. }
  63. textarea {
  64. width: 100%;
  65. box-sizing: border-box;
  66. }
  67. a.beta {
  68. font-weight: bold;
  69. color: #ff0000;
  70. }
  71. /* Make [+] on add multiple artists stay at the bottom (on torrent details page) */
  72. div#AddArtists {
  73. position: relative;
  74. display: inline-block;
  75. }
  76. div#AddArtists a {
  77. position: absolute;
  78. right: 0pt;
  79. bottom: 0pt;
  80. }
  81. .clear:after {
  82. content: ".";
  83. display: block;
  84. height: 0;
  85. clear: both;
  86. visibility: hidden;
  87. }
  88. .new-subscriptions {
  89. font-weight: bold;
  90. }
  91. #forums #quickpost {
  92. width: 95%;
  93. }
  94. td.label,
  95. .valign_top {
  96. vertical-align: top;
  97. }
  98. .breadcrumbs {
  99. font-weight: bold;
  100. text-align: right;
  101. }
  102. .paranoia_override {
  103. font-style: italic;
  104. }
  105. .album_votes {
  106. text-align: center;
  107. }
  108. .favoritecount {
  109. font-size: 150%;
  110. font-weight: bold;
  111. }
  112. .favoritecount_small {
  113. font-size: 110%;
  114. font-weight: bold;
  115. }
  116. ul.votedalbums li {
  117. list-style: none;
  118. list-style-type: none;
  119. margin: 0;
  120. }
  121. tr.torrent .bookmark > a:before {
  122. text-decoration: none;
  123. font-weight: normal;
  124. }
  125. tr.torrent .bookmark > a:after {
  126. text-decoration: none;
  127. font-weight: normal;
  128. }
  129. .ui-state-highlight {
  130. background: #007dc6 /* {bgColorHighlight} */;
  131. opacity: 0.15;
  132. width: 50%;
  133. }
  134. .voted_type {
  135. font-weight: bold;
  136. }
  137. .torrent_table .group .votes_info_td strong {
  138. font-size: inherit;
  139. }
  140. .invite_table td {
  141. min-width: 55px;
  142. }
  143. .preview_wrap {
  144. text-align: left;
  145. }
  146. .text_preview {
  147. min-height: 100px;
  148. }
  149. #userinfo .brackets:before,
  150. #userinfo .brackets:after {
  151. content: "";
  152. }
  153. .group_image {
  154. overflow: hidden;
  155. }
  156. .group_image + .group_info {
  157. margin-left: 100px;
  158. }
  159. .group_image img {
  160. cursor: pointer;
  161. }
  162. .user_title {
  163. font-weight: normal;
  164. }
  165. .option_group {
  166. margin-bottom: 10px;
  167. }
  168. .option_group:last-child {
  169. margin-bottom: 0px;
  170. }
  171. .forum_post .colhead_dark div {
  172. display: flex;
  173. }
  174. .forum_post .colhead_dark div > * {
  175. margin-left: 2px;
  176. margin-right: 2px;
  177. }
  178. .forum_post blockquote {
  179. overflow-x: auto;
  180. }
  181. .number_column {
  182. text-align: center;
  183. }
  184. .wide_input_text {
  185. width: 95%;
  186. }
  187. .top_artist_list li {
  188. margin-left: 25px;
  189. margin-bottom: 5px;
  190. list-style-type: decimal;
  191. font-size: 150%;
  192. }
  193. .permission_subcontainer {
  194. margin-bottom: 10px;
  195. }
  196. .two_columns {
  197. float: left;
  198. width: 50%;
  199. box-sizing: border-box;
  200. -moz-box-sizing: border-box;
  201. -webkit-box-sizing: border-box;
  202. }
  203. .field_div .label,
  204. .submit_div .label {
  205. float: left;
  206. padding: 0 5px;
  207. text-align: right;
  208. width: 150px;
  209. }
  210. .field_div .input,
  211. .submit_div .input {
  212. padding: 0 5px;
  213. }
  214. .small_label {
  215. text-align: right;
  216. width: auto;
  217. }
  218. .display_block {
  219. display: block;
  220. }
  221. .friends_table textarea {
  222. max-width: 540px;
  223. }
  224. div.torrent_artists {
  225. display: inline-block;
  226. }
  227. .search_warning {
  228. position: absolute;
  229. }
  230. #admincommentlinks {
  231. max-height: 300px;
  232. overflow-y: scroll;
  233. }
  234. .poll_your_answer {
  235. font-weight: bold;
  236. }
  237. .net_box {
  238. display: inline-block;
  239. width: calc(20% - 4px);
  240. margin: 2px;
  241. vertical-align: top;
  242. font-size: 10pt;
  243. }
  244. .net_box > .box {
  245. min-height: 60px;
  246. display: flex;
  247. align-items: center;
  248. }
  249. .net_box > .box > span {
  250. width: 100%;
  251. }
  252. #lightbox > img {
  253. max-width: 100%;
  254. }
  255. .filter_torrents #ft_basic > .clickable,
  256. .filter_torrents #ft_advanced > .clickable {
  257. font-weight: 100;
  258. }
  259. .sidebar .box_tags > ul.stats > li {
  260. display: flex;
  261. justify-content: space-between;
  262. }
  263. .sidebar .box_tags > ul.stats > li > a {
  264. word-break: break-all;
  265. }
  266. .edit_tags_votes {
  267. display: flex;
  268. }
  269. form.edit_form[name="screenshots_form"] input[type="text"],
  270. form.edit_form[name="screenshots_form"] img {
  271. width: 400px;
  272. }