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

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