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.

legacy.scss 16KB

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