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.
 
 
 

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