Frontend elements to SugoiMusic, including CSS and public/private headers.
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.
 
 
 

1009 rivejä
18 KiB

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