Frontend elements to SugoiMusic, including CSS and public/private headers.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

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