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.
 
 
 

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