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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188
  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. /* 2021-07-26
  664. .number_column {
  665. text-align: right;
  666. }
  667. */
  668. .wide_input_text {
  669. width: 95%;
  670. }
  671. .top_artist_list li {
  672. margin-left: 25px;
  673. margin-bottom: 5px;
  674. list-style-type: decimal;
  675. font-size: 150%;
  676. }
  677. .permission_subcontainer {
  678. margin-bottom: 10px;
  679. }
  680. .noborder {
  681. border: none;
  682. }
  683. .two_columns {
  684. float: left;
  685. width: 50%;
  686. box-sizing: border-box;
  687. -moz-box-sizing: border-box;
  688. -webkit-box-sizing: border-box;
  689. }
  690. .field_div {
  691. margin-bottom: 10px;
  692. }
  693. .field_div:last-of-type {
  694. margin-bottom: 0;
  695. }
  696. .field_div .label,
  697. .submit_div .label {
  698. float: left;
  699. padding: 0 5px;
  700. text-align: right;
  701. width: 150px;
  702. }
  703. .field_div .input,
  704. .submit_div .input {
  705. padding: 0 5px;
  706. }
  707. .small_label {
  708. text-align: right;
  709. width: auto;
  710. }
  711. .scale_image {
  712. max-width: 500px;
  713. }
  714. .display_block {
  715. display: block;
  716. }
  717. .sidebar img {
  718. max-width: 100%;
  719. width: initial;
  720. }
  721. .forum_post td img {
  722. max-width: 100%;
  723. }
  724. .avatar > a > img {
  725. display: block;
  726. }
  727. /* 2020-12-12
  728. #collage #reply_box img,
  729. #forums #reply_box img {
  730. max-width: 650px;
  731. }
  732. */
  733. /* 2020-12-12
  734. #artistcomments #reply_box img,
  735. #request_comments #reply_box img,
  736. #torrent_comments #reply_box img {
  737. max-width: 400px;
  738. }
  739. */
  740. /* 2020-12-12
  741. #artistcomments img,
  742. #request_comments img,
  743. #torrent_comments img {
  744. max-width: 417px;
  745. }
  746. */
  747. /* 2020-12-12
  748. .blog_post img {
  749. max-width: 825px;
  750. }
  751. */
  752. /* 2020-12-12
  753. .torrent_description blockquote img.scale_image {
  754. max-width: 100%;
  755. }
  756. */
  757. /* 2020-12-12
  758. #artist_information img,
  759. .box_request_desc img,
  760. .news_post img,
  761. .torrent_description img,
  762. .wiki_article img {
  763. max-width: 570px;
  764. }
  765. */
  766. /* 2020-12-12
  767. .torrentdetails img {
  768. max-width: 100%;
  769. }
  770. */
  771. /* 2020-12-12
  772. #inbox #preview img,
  773. #staffpm #reply_box img,
  774. #wiki .create_form img,
  775. #wiki .edit_form img {
  776. max-width: 805px;
  777. }
  778. */
  779. /* 2020-12-12
  780. #inbox .body img {
  781. max-width: 830px;
  782. }
  783. */
  784. #inbox .search_form input[type="search"] {
  785. width: 100%;
  786. margin: 10px 0px 0px;
  787. }
  788. #inbox .manage_form input[type="submit"] {
  789. margin: 10px 7px 10px 0px;
  790. }
  791. /* 2020-12-12
  792. #userform img {
  793. max-width: 490px;
  794. }
  795. */
  796. /* 2020-12-12
  797. video,
  798. .profileinfo img {
  799. max-width: 100%;
  800. }
  801. */
  802. /* 2020-12-12
  803. #reportsv2 .manage_form img {
  804. max-width: 616px;
  805. }
  806. */
  807. /* 2020-12-12
  808. .friends_table textarea {
  809. max-width: 540px;
  810. }
  811. */
  812. div.torrent_artists {
  813. display: inline-block;
  814. }
  815. /* 2020-12-12
  816. .torrent_screenshots > img {
  817. width: 50%;
  818. border: 1px solid transparent;
  819. box-sizing: border-box;
  820. vertical-align: top;
  821. }
  822. */
  823. /* Ratio Colors */
  824. /* 2020-12-12
  825. .r00 {
  826. color: #ff0000;
  827. }
  828. */
  829. /* 2020-12-12
  830. .r01,
  831. .r02 {
  832. color: #ff1300;
  833. }
  834. */
  835. /* 2020-12-12
  836. .r03 {
  837. color: #b70000;
  838. }
  839. */
  840. /* 2020-12-12
  841. .r04 {
  842. color: #a20000;
  843. }
  844. */
  845. /* 2020-12-12
  846. .r05,
  847. .r06 {
  848. color: #8e0000;
  849. }
  850. */
  851. /* 2020-12-12
  852. .r07 {
  853. color: #983100;
  854. }
  855. */
  856. /* 2020-12-12
  857. .r08 {
  858. color: #8c4802;
  859. }
  860. */
  861. /* 2020-12-12
  862. .r09 {
  863. color: #7b5200;
  864. }
  865. */
  866. /* 2021-07-25
  867. #coverCont {
  868. position: fixed;
  869. max-width: 30%;
  870. background-size: contain;
  871. background-repeat: no-repeat;
  872. z-index: 9999;
  873. }
  874. */
  875. /* 2021-07-25
  876. #coverCont img {
  877. max-width: 100%;
  878. }
  879. */
  880. /* 2021-07-25
  881. #covers img {
  882. display: block;
  883. margin-left: auto;
  884. margin-right: auto;
  885. }
  886. */
  887. .search_warning {
  888. position: absolute;
  889. }
  890. #admincommentlinks {
  891. max-height: 300px;
  892. overflow-y: scroll;
  893. }
  894. .poll_your_answer {
  895. font-weight: bold;
  896. }
  897. .net_box {
  898. display: inline-block;
  899. width: calc(20% - 4px);
  900. margin: 2px;
  901. vertical-align: top;
  902. font-size: 10pt;
  903. }
  904. .net_box > .box {
  905. min-height: 60px;
  906. display: flex;
  907. align-items: center;
  908. }
  909. .net_box > .box > span {
  910. width: 100%;
  911. }
  912. /* 2021-01-16
  913. .mediainfo td {
  914. vertical-align: top;
  915. }
  916. */
  917. /* 2021-07-24
  918. .flex {
  919. display: flex;
  920. }
  921. */
  922. /* 2021-07-24
  923. .flex > .grow {
  924. flex-grow: 1;
  925. }
  926. */
  927. /* 2021-07-24
  928. .flex > .shrink {
  929. flex-shrink: 1;
  930. }
  931. */
  932. /* 2021-07-24
  933. input[type="search"] {
  934. -webkit-appearance: textfield;
  935. }
  936. */
  937. #lightbox > img {
  938. max-width: 100%;
  939. }
  940. .filter_torrents #ft_basic > .clickable,
  941. .filter_torrents #ft_advanced > .clickable {
  942. font-weight: 100;
  943. }
  944. .sidebar .box_tags > ul.stats > li {
  945. display: flex;
  946. justify-content: space-between;
  947. }
  948. .sidebar .box_tags > ul.stats > li > a {
  949. word-break: break-all;
  950. }
  951. .edit_tags_votes {
  952. display: flex;
  953. }
  954. /* 2021-07-24
  955. #publickey {
  956. width: initial;
  957. font-family: monospace;
  958. }
  959. */
  960. .hidden {
  961. display: none;
  962. }
  963. form.edit_form[name="screenshots_form"] input[type="text"],
  964. form.edit_form[name="screenshots_form"] img {
  965. width: 400px;
  966. }
  967. /* 2021-07-24
  968. #dbcrypt {
  969. position: fixed;
  970. top: 10px;
  971. right: 10px;
  972. }
  973. */
  974. /* 2021-07-24
  975. #dbcrypt:after {
  976. content: "!";
  977. display: block;
  978. width: 20px;
  979. height: 20px;
  980. text-align: center;
  981. line-height: 20px;
  982. font-size: 20px;
  983. font-weight: 600;
  984. color: black;
  985. background: red;
  986. border-radius: 100px;
  987. }
  988. */