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.css 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976
  1. .box h3 {
  2. font-size: 140%;
  3. }
  4. .box h4 {
  5. font-size: 130%;
  6. }
  7. .box h5 {
  8. font-size: 120%;
  9. }
  10. .box h6 {
  11. font-size: 110%;
  12. }
  13. .thin {
  14. box-sizing: border-box;
  15. }
  16. .flex_input_container {
  17. display: flex;
  18. }
  19. .flex_input_container > input[type=text]{
  20. flex-grow: 1;
  21. box-sizing: border-box;
  22. width: 50%;
  23. }
  24. #contest div#content > div.flex > div.grow {
  25. min-width: 50%;
  26. }
  27. input, textarea {
  28. border: 1px solid #c7c7c7;
  29. background-color: white;
  30. padding: 10px 9px;
  31. color: black;
  32. outline: none;
  33. }
  34. select {
  35. padding: 5px 10px;
  36. background-color: white;
  37. border: 1px solid #c7c7c7;
  38. color: black;
  39. border-radius: 0px;
  40. outline: 0;
  41. -webkit-appearance: none;
  42. -moz-appearance: none;
  43. appearance: none;
  44. }
  45. h2 .group_cat {
  46. height: 16px;
  47. width: 16px;
  48. margin: 0 8px;
  49. display: inline-block;
  50. background-size: 16px 16px;
  51. }
  52. code {
  53. white-space: pre;
  54. }
  55. pre > br, code > br {
  56. line-height: 0px;
  57. display: none;
  58. }
  59. .center {
  60. text-align: center;
  61. }
  62. .collage_images {
  63. padding: 0px;
  64. width: 100%;
  65. border-collapse: collapse;
  66. font-size: 0;
  67. }
  68. .collage_images {
  69. display: block;
  70. }
  71. ul.collage_images li {
  72. border: none;
  73. float: left;
  74. margin: 0;
  75. /* width: 118px;
  76. height: 118px;
  77. width: 146px; */
  78. width: 146px;
  79. list-style: none;
  80. list-style-type: none;
  81. }
  82. ul.collage_images li a {
  83. display: block;
  84. /* height: 118px; */
  85. width: 100%;
  86. overflow: hidden;
  87. }
  88. ul.collage_images img {
  89. /* height: 118px;
  90. width: 118px; */
  91. }
  92. div.collage_image {
  93. width: 20%;
  94. display: inline-block;
  95. }
  96. [data-toggle-target], [data-quote-jump], .clickable {
  97. cursor: pointer;
  98. }
  99. button, input[type=button], input[type=submit] {
  100. cursor: pointer;
  101. background: #fff;
  102. font-size: 11px;
  103. padding: 10px 9px;
  104. border: none;
  105. color: #000;
  106. }
  107. .spoilerButton {
  108. cursor: pointer;
  109. overflow: hidden;
  110. text-overflow: ellipsis;
  111. }
  112. .selected a {
  113. font-weight: bold;
  114. text-decoration: underline;
  115. }
  116. .invisible {
  117. visibility: hidden;
  118. }
  119. .collage td {
  120. padding: 0px;
  121. border: none;
  122. }
  123. abbr[title] {
  124. text-decoration: none;
  125. }
  126. .line_new {
  127. color: green;
  128. }
  129. .line_deleted {
  130. color: red;
  131. }
  132. .line_moved {
  133. color: blue;
  134. }
  135. .line_unchanged {
  136. }
  137. .log1 {
  138. }
  139. .log2 {
  140. color: yellow;
  141. }
  142. .log3 {
  143. color: #0E88C6;
  144. }
  145. .log4 {
  146. font-weight: bold;
  147. }
  148. .log5 {
  149. text-decoration: underline;
  150. }
  151. .good {
  152. font-weight: bold;
  153. color: green;
  154. }
  155. .bad {
  156. font-weight: bold;
  157. color: red;
  158. }
  159. .goodish {
  160. font-weight: bold;
  161. color: #35BF00;
  162. }
  163. .badish {
  164. font-weight: bold;
  165. color: #E5B244;
  166. }
  167. pre {
  168. overflow: auto;
  169. }
  170. .disable_grouping {
  171. display: none;
  172. }
  173. form textarea, form input {
  174. max-width: 100%;
  175. box-sizing: border-box;
  176. }
  177. textarea {
  178. width: 100%;
  179. box-sizing: border-box;
  180. }
  181. a.beta {
  182. font-weight: bold;
  183. color: #ff0000;
  184. }
  185. strong.important_text {
  186. color: red;
  187. font-weight: bold;
  188. }
  189. strong.important_text_alt {
  190. color: green;
  191. font-weight: bold;
  192. }
  193. strong.bold {
  194. font-weight: bold;
  195. }
  196. .invalid, .warning, .error, .new {
  197. color: #ff0000;
  198. }
  199. /* Make [+] on add multiple artists stay at the bottom (on torrent details page) */
  200. div#AddArtists {
  201. position: relative;
  202. display: inline-block;
  203. }
  204. div#AddArtists a {
  205. position: absolute;
  206. right: 0pt;
  207. bottom: 0pt;
  208. }
  209. .clear:after {
  210. content: ".";
  211. display: block;
  212. height: 0;
  213. clear: both;
  214. visibility: hidden;
  215. }
  216. .new-subscriptions {
  217. font-weight: bold;
  218. }
  219. #forums #quickpost {
  220. width: 95%;
  221. }
  222. .bbcode_bar {
  223. list-style: none;
  224. margin: 0px 0px -4px;
  225. box-sizing: border-box;
  226. text-align: center;
  227. display: inline-block;
  228. }
  229. .bbcode_bar > li {
  230. display: inline-block;
  231. margin: 0px;
  232. }
  233. .bbcode_bar > li > a {
  234. display: inline-block;
  235. height: 26px;
  236. line-height: 26px;
  237. cursor: pointer;
  238. min-width: 20px;
  239. margin: 0px 4px;
  240. }
  241. .bbcode_bar .emoji_box {
  242. position: absolute;
  243. width: 200px;
  244. height: 100px;
  245. overflow-y: scroll;
  246. padding: 8px;
  247. font-size: 20px;
  248. }
  249. .bbcode_bar .emoji_box > a {
  250. cursor: pointer;
  251. }
  252. .bbcode_bar .emoji_box > br {
  253. content: "";
  254. display: block;
  255. margin-bottom: 15px;
  256. }
  257. td.label, .valign_top {
  258. vertical-align: top;
  259. }
  260. span.rbt {
  261. display: block;
  262. padding: 8px 0 0;
  263. background: url('../rippy/rippy_top.gif') no-repeat top;
  264. }
  265. span.rbm {
  266. display: block;
  267. background: url('../rippy/rippy_middle.gif') repeat bottom;
  268. padding: 0 5px;
  269. }
  270. span.rbb {
  271. display: block;
  272. padding: 4px 0px 18px;
  273. margin-bottom: 5px;
  274. background: url('../rippy/rippy_bottom.gif') no-repeat bottom;
  275. }
  276. span.secondary_class {
  277. font-size: 85%;
  278. font-weight: bold;
  279. }
  280. .breadcrumbs {
  281. font-weight: bold;
  282. text-align: right;
  283. }
  284. .paranoia_override {
  285. font-style: italic;
  286. }
  287. #manage_collage_table.ui-sortable .drag {
  288. cursor: n-resize;
  289. }
  290. #manage_collage_table.ui-sortable .ui-sortable-helper.drag {
  291. cursor: grabbing;
  292. cursor: -moz-grabbing;
  293. cursor: -webkit-grabbing;
  294. }
  295. #manage_collage_table .ui-sortable-helper td, #manage_collage_table .ui-sortable-placeholder {
  296. border: 0;
  297. }
  298. .drag_drop_save {
  299. padding: 6px 0;
  300. overflow: hidden;
  301. }
  302. .headerSort {
  303. cursor: pointer;
  304. }
  305. .headerSort span {
  306. background: url("../common/table-order.png") no-repeat scroll right -38px transparent;
  307. padding: 0px 20px 0 0;
  308. }
  309. .headerSortDown span {
  310. background: url("../common/table-order.png") no-repeat scroll right 4px transparent;
  311. }
  312. .headerSortUp span {
  313. background: url("../common/table-order.png") no-repeat scroll right -79px transparent;
  314. }
  315. .headerSort.sorter-false,
  316. .headerSort.sorter-false span {
  317. background-image: none;
  318. cursor: default;
  319. }
  320. .album_votes {
  321. text-align: center;
  322. }
  323. .favoritecount {
  324. font-size: 150%;
  325. font-weight: bold;
  326. }
  327. .favoritecount_small {
  328. font-size: 110%;
  329. font-weight: bold;
  330. }
  331. ul.votedalbums li {
  332. list-style: none;
  333. list-style-type: none;
  334. margin: 0;
  335. }
  336. tr.torrent .bookmark>a:before {
  337. text-decoration: none;
  338. font-weight: normal;
  339. }
  340. tr.torrent .bookmark>a:after {
  341. text-decoration: none;
  342. font-weight: normal;
  343. }
  344. #sortable {
  345. list-style-type: none;
  346. margin: 0;
  347. padding: 0;
  348. width: 50%;
  349. }
  350. #sortable li {
  351. padding: 0px;
  352. font-size: 1.2em;
  353. height: 1.5em;
  354. }
  355. .ui-state-highlight {
  356. background: #007DC6 /*{bgColorHighlight}*/;
  357. opacity: 0.15;
  358. width: 50%;
  359. }
  360. .navigation_list, .navigation_list ol {
  361. list-style-position: inside;
  362. margin-top: 10px;
  363. margin-bottom: 20px;
  364. }
  365. .navigation_list > li {
  366. list-style-type: upper-roman !important;
  367. }
  368. .navigation_list li li {
  369. list-style-type: decimal;
  370. }
  371. .navigation_list li li li {
  372. list-style-type: lower-roman;
  373. }
  374. .navigation_list li li li li {
  375. list-style-type: lower-alpha;
  376. }
  377. .voted_type {
  378. font-weight: bold;
  379. }
  380. .torrent_table .group .votes_info_td strong {
  381. font-size: inherit;
  382. }
  383. .invite_table td {
  384. min-width: 55px;
  385. }
  386. .preview_wrap {
  387. text-align: left;
  388. }
  389. .text_preview {
  390. min-height: 100px
  391. }
  392. .brackets {
  393. text-indent: 0px;
  394. white-space: nowrap;
  395. cursor: pointer;
  396. }
  397. .votespan.brackets:before {
  398. content: "( ";
  399. }
  400. .votespan.brackets:after {
  401. content: " )";
  402. }
  403. .brackets:before {
  404. content: "[";
  405. }
  406. .brackets:after {
  407. content: "]";
  408. }
  409. #userinfo .brackets:before, #userinfo .brackets:after {
  410. content: "";
  411. }
  412. .group_image {
  413. overflow: hidden;
  414. }
  415. .float_left {
  416. float: left;
  417. }
  418. .float_right {
  419. float: right;
  420. }
  421. .float_clear {
  422. clear: both;
  423. }
  424. .group_image + .group_info {
  425. margin-left: 100px;
  426. }
  427. .group_image img {
  428. cursor: pointer;
  429. }
  430. .user_title {
  431. font-weight: normal;
  432. }
  433. /*
  434. * Fix long filename tables overflowing (Chrome only).
  435. * Stop various release page containers from overflowing with long input.
  436. * !! Be sure to test all major browsers before changing this section. !!
  437. * Fix report information tables overflowing long reports (all browsers).
  438. * Fix long release descriptions overflowing containers (all browsers).
  439. * Fix flowing issues in the report resolving pages.
  440. */
  441. .wrap_overflow, .filelist_table td, .reportinfo_table, .torrentdetails blockquote, .body, .profileinfo {
  442. word-wrap: break-word;
  443. word-break: normal;
  444. word-break: break-word;
  445. hyphens: auto;
  446. }
  447. .filelist_table td:first-child {
  448. word-break: break-all;
  449. }
  450. /* Fix long overflow for Opera (doesn't support word-break). */
  451. .reportinfo_table {
  452. table-layout: fixed;
  453. }
  454. /* Wrap release info for consistent DOM and to limit table expansion. */
  455. .no_overflow {
  456. width: 100%;
  457. overflow: hidden;
  458. }
  459. /* Stylesheet gallery in user profile editing */
  460. #css_gallery {
  461. overflow: hidden;
  462. margin-top: 10px;
  463. }
  464. .preview_wrapper {
  465. position: relative;
  466. display: inline-block;
  467. width: 40%;
  468. margin: 0 10px;
  469. }
  470. .preview_image {
  471. display: block;
  472. cursor: pointer;
  473. overflow: hidden;
  474. }
  475. .preview_image img {
  476. width: 100%;
  477. }
  478. .preview_name {
  479. text-align: center;
  480. margin-top: 5px;
  481. }
  482. .option_group {
  483. margin-bottom: 10px;
  484. }
  485. .option_group:last-child {
  486. margin-bottom: 0px;
  487. }
  488. .autocomplete-suggestions {
  489. color: #000;
  490. margin-top: 5px;
  491. border: 1px solid #999;
  492. background: #FFF;
  493. overflow: auto;
  494. }
  495. .autocomplete-suggestion {
  496. padding: 2px 5px;
  497. white-space: nowrap;
  498. overflow: hidden;
  499. cursor: pointer;
  500. }
  501. .autocomplete-selected {
  502. background: #F0F0F0;
  503. }
  504. .autocomplete-suggestions strong {
  505. font-weight: normal;
  506. color: #3399FF;
  507. }
  508. .process_info {
  509. table-layout: fixed;
  510. width: 100%;
  511. }
  512. .process_info_pid {
  513. width: 70px;
  514. }
  515. .process_info_data {
  516. overflow: auto;
  517. }
  518. .setting_description > * {
  519. margin: 1em 0 0 0;
  520. }
  521. .settings_sidebar {
  522. min-height: 385px;
  523. }
  524. #settings_sections {
  525. position: absolute;
  526. }
  527. #settings_sections.fixed {
  528. position: fixed;
  529. top: 0px;
  530. }
  531. #settings_sections #submit, #settings_sections #settings_search {
  532. box-sizing: border-box;
  533. -moz-box-sizing: border-box;
  534. width: 100%;
  535. }
  536. #settings_sections h2 {
  537. text-align: left;
  538. }
  539. .forum_post .colhead_dark div {
  540. display: flex;
  541. }
  542. .forum_post .colhead_dark div > *{
  543. margin-left: 2px;
  544. margin-right: 2px;
  545. }
  546. .forum_post blockquote {
  547. overflow-x: auto;
  548. }
  549. .donor_icon {
  550. margin-left: 2px;
  551. margin-right: 2px;
  552. max-width: 16px;
  553. max-height: 16px;
  554. position: relative;
  555. }
  556. .badge_icon {
  557. margin: 0px 2px;
  558. position: relative;
  559. }
  560. .donation_info {
  561. padding: 10px 10px 10px 20px;
  562. margin-left: 10px;
  563. margin-right: 10px;
  564. margin-bottom: 20px;
  565. }
  566. .donation_info_title {
  567. display: block;
  568. font-size: 1.75em;
  569. -webkit-margin-before: 1em;
  570. -webkit-margin-after: 1em;
  571. -webkit-margin-start: 0px;
  572. -webkit-margin-end: 0px;
  573. font-weight: bold;
  574. margin: 10px 0;
  575. }
  576. .number_column {
  577. text-align: right;
  578. }
  579. .wide_input_text {
  580. width: 95%;
  581. }
  582. .top_artist_list li {
  583. margin-left: 25px;
  584. margin-bottom: 5px;
  585. list-style-type: decimal;
  586. font-size: 150%;
  587. }
  588. .permission_subcontainer {
  589. margin-bottom: 10px;
  590. }
  591. .noborder {
  592. border: none;
  593. }
  594. .two_columns {
  595. float: left;
  596. width: 50%;
  597. box-sizing: border-box;
  598. -moz-box-sizing: border-box;
  599. -webkit-box-sizing: border-box;
  600. }
  601. .field_div {
  602. margin-bottom: 10px;
  603. }
  604. .field_div:last-of-type {
  605. margin-bottom: 0;
  606. }
  607. .field_div .label,
  608. .submit_div .label {
  609. float: left;
  610. padding: 0 5px;
  611. text-align: right;
  612. width: 150px;
  613. }
  614. .field_div .input,
  615. .submit_div .input {
  616. padding: 0 5px;
  617. }
  618. .small_label {
  619. text-align: right;
  620. width: auto;
  621. }
  622. .scale_image {
  623. max-width: 500px;
  624. }
  625. .display_block {
  626. display: block;
  627. }
  628. .sidebar img {
  629. max-width: 100%;
  630. width: initial;
  631. }
  632. .forum_post td img {
  633. max-width: 100%;
  634. }
  635. .avatar > a > img {
  636. display: block;
  637. }
  638. #collage #reply_box img,
  639. #forums #reply_box img {
  640. max-width: 650px;
  641. }
  642. #artistcomments #reply_box img,
  643. #request_comments #reply_box img,
  644. #torrent_comments #reply_box img {
  645. max-width: 400px;
  646. }
  647. #artistcomments img,
  648. #request_comments img,
  649. #torrent_comments img {
  650. max-width: 417px;
  651. }
  652. .blog_post img {
  653. max-width: 825px;
  654. }
  655. .torrent_description blockquote img.scale_image {
  656. max-width: 100%;
  657. }
  658. #artist_information img,
  659. .box_request_desc img,
  660. .news_post img,
  661. .torrent_description img,
  662. .wiki_article img {
  663. max-width: 570px;
  664. }
  665. .torrentdetails img {
  666. max-width: 100%;
  667. }
  668. #inbox #preview img,
  669. #staffpm #reply_box img,
  670. #wiki .create_form img,
  671. #wiki .edit_form img {
  672. max-width: 805px;
  673. }
  674. #inbox .body img {
  675. max-width: 830px;
  676. }
  677. #inbox .search_form input[type="search"] {
  678. width: 100%;
  679. margin: 10px 0px 0px;
  680. }
  681. #inbox .manage_form input[type="submit"] {
  682. margin: 10px 7px 10px 0px;
  683. }
  684. #userform img {
  685. max-width: 490px;
  686. }
  687. video, .profileinfo img {
  688. max-width: 100%;
  689. }
  690. #reportsv2 .manage_form img {
  691. max-width: 616px;
  692. }
  693. .friends_table textarea {
  694. max-width: 540px;
  695. }
  696. div.torrent_artists {
  697. display: inline-block;
  698. }
  699. .torrent_screenshots > img {
  700. width: 50%;
  701. border: 1px solid transparent;
  702. box-sizing: border-box;
  703. vertical-align: top;
  704. }
  705. /* Ratio Colors */
  706. .r00 { color: #FF0000; }
  707. .r01,.r02 { color: #FF1300; }
  708. .r03 { color: #b70000; }
  709. .r04 { color: #a20000; }
  710. .r05,.r06 { color: #8e0000; }
  711. .r07 { color: #983100; }
  712. .r08 { color: #8c4802; }
  713. .r09 { color: #7b5200; }
  714. #coverCont {
  715. position: fixed;
  716. max-width: 30%;
  717. background-size: contain;
  718. background-repeat: no-repeat;
  719. z-index: 9999;
  720. }
  721. #coverCont img {
  722. max-width: 100%;
  723. }
  724. #covers img {
  725. display: block;
  726. margin-left: auto;
  727. margin-right: auto;
  728. }
  729. .search_warning {
  730. position: absolute;
  731. }
  732. #admincommentlinks {
  733. max-height: 300px;
  734. overflow-y: scroll;
  735. }
  736. .poll_your_answer {
  737. font-weight: bold;
  738. }
  739. .net_box {
  740. display: inline-block;
  741. width: calc(20% - 4px);
  742. margin: 2px;
  743. vertical-align: top;
  744. font-size: 10pt;
  745. }
  746. .net_box > .box {
  747. min-height: 60px;
  748. display: flex;
  749. align-items: center;
  750. }
  751. .net_box > .box > span {
  752. width: 100%;
  753. }
  754. .mediainfo td {
  755. vertical-align: top;
  756. }
  757. .flex {
  758. display: flex;
  759. }
  760. .flex > .grow {
  761. flex-grow: 1
  762. }
  763. .flex > .shrink {
  764. flex-shrink: 1
  765. }
  766. input[type="search"] {
  767. -webkit-appearance: textfield;
  768. }
  769. #lightbox > img {
  770. max-width: 100%;
  771. }
  772. .filter_torrents #ft_basic > .clickable, .filter_torrents #ft_advanced > .clickable {
  773. font-weight: 100;
  774. }
  775. .sidebar .box_tags > ul.stats > li {
  776. display: flex;
  777. justify-content: space-between;
  778. }
  779. .sidebar .box_tags > ul.stats > li > a {
  780. word-break: break-all;
  781. }
  782. .edit_tags_votes {
  783. display: flex;
  784. }
  785. #publickey {
  786. width: initial;
  787. font-family: monospace;
  788. }
  789. .hidden {
  790. display: none;
  791. }
  792. form.edit_form[name=screenshots_form] input[type=text], form.edit_form[name=screenshots_form] img {
  793. width: 400px;
  794. }
  795. #dbcrypt {
  796. position: fixed;
  797. top: 10px;
  798. right: 10px;
  799. }
  800. #dbcrypt:after {
  801. content: "!";
  802. display: block;
  803. width: 20px;
  804. height: 20px;
  805. text-align: center;
  806. line-height: 20px;
  807. font-size: 20px;
  808. font-weight: 600;
  809. color: black;
  810. background: red;
  811. border-radius: 100px;
  812. }