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.
 
 
 

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