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

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