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.
 
 
 

947 lines
14 KiB

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