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.
 
 
 

885 line
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. display: none;
  423. overflow: hidden;
  424. margin-top: 10px;
  425. }
  426. .preview_wrapper {
  427. position: relative;
  428. display: inline-block;
  429. width: 29%;
  430. height: 120px;
  431. margin: 0 10px;
  432. }
  433. .preview_image {
  434. display: block;
  435. height: 80px;
  436. cursor: pointer;
  437. overflow: hidden;
  438. }
  439. .preview_image img {
  440. width: 100%;
  441. }
  442. .preview_name {
  443. text-align: center;
  444. margin-top: 5px;
  445. }
  446. .option_group {
  447. margin-bottom: 10px;
  448. }
  449. .option_group:last-child {
  450. margin-bottom: 0px;
  451. }
  452. .autocomplete-suggestions {
  453. color: #000;
  454. margin-top: 5px;
  455. border: 1px solid #999;
  456. background: #FFF;
  457. overflow: auto;
  458. }
  459. .autocomplete-suggestion {
  460. padding: 2px 5px;
  461. white-space: nowrap;
  462. overflow: hidden;
  463. cursor: pointer;
  464. }
  465. .autocomplete-selected {
  466. background: #F0F0F0;
  467. }
  468. .autocomplete-suggestions strong {
  469. font-weight: normal;
  470. color: #3399FF;
  471. }
  472. .process_info {
  473. table-layout: fixed;
  474. width: 100%;
  475. }
  476. .process_info_pid {
  477. width: 70px;
  478. }
  479. .process_info_data {
  480. overflow: auto;
  481. }
  482. .setting_description > * {
  483. margin: 1em 0 0 0;
  484. }
  485. .settings_sidebar {
  486. min-height: 385px;
  487. }
  488. #settings_sections {
  489. position: absolute;
  490. }
  491. #settings_sections.fixed {
  492. position: fixed;
  493. top: 0px;
  494. }
  495. #settings_sections #submit, #settings_sections #settings_search {
  496. box-sizing: border-box;
  497. -moz-box-sizing: border-box;
  498. width: 100%;
  499. }
  500. #settings_sections h2 {
  501. text-align: left;
  502. }
  503. .forum_post .colhead_dark div {
  504. display: flex;
  505. }
  506. .forum_post .colhead_dark div > *{
  507. margin-left: 2px;
  508. margin-right: 2px;
  509. }
  510. .donor_icon {
  511. margin-left: 2px;
  512. margin-right: 2px;
  513. max-width: 16px;
  514. max-height: 16px;
  515. position: relative;
  516. }
  517. .badge_icon {
  518. margin: 0px 2px;
  519. position: relative;
  520. }
  521. .donation_info {
  522. padding: 10px 10px 10px 20px;
  523. margin-left: 10px;
  524. margin-right: 10px;
  525. margin-bottom: 20px;
  526. }
  527. .donation_info_title {
  528. display: block;
  529. font-size: 1.75em;
  530. -webkit-margin-before: 1em;
  531. -webkit-margin-after: 1em;
  532. -webkit-margin-start: 0px;
  533. -webkit-margin-end: 0px;
  534. font-weight: bold;
  535. margin: 10px 0;
  536. }
  537. .number_column {
  538. text-align: right;
  539. }
  540. .wide_input_text {
  541. width: 95%;
  542. }
  543. .top_artist_list li {
  544. margin-left: 25px;
  545. margin-bottom: 5px;
  546. list-style-type: decimal;
  547. font-size: 150%;
  548. }
  549. .permission_subcontainer {
  550. margin-bottom: 10px;
  551. }
  552. .vote_tag_up, .vote_artist_up, .vote_album_up {
  553. font-weight: bolder;
  554. }
  555. .vote_tag_down, .vote_artist_down, .vote_album_down {
  556. font-weight: bolder;
  557. }
  558. .noborder {
  559. border: none;
  560. }
  561. .two_columns {
  562. float: left;
  563. width: 50%;
  564. box-sizing: border-box;
  565. -moz-box-sizing: border-box;
  566. -webkit-box-sizing: border-box;
  567. }
  568. .field_div {
  569. margin-bottom: 10px;
  570. }
  571. .field_div:last-of-type {
  572. margin-bottom: 0;
  573. }
  574. .field_div .label,
  575. .submit_div .label {
  576. float: left;
  577. padding: 0 5px;
  578. text-align: right;
  579. width: 150px;
  580. }
  581. .field_div .input,
  582. .submit_div .input {
  583. padding: 0 5px;
  584. }
  585. .small_label {
  586. text-align: right;
  587. width: auto;
  588. }
  589. .scale_image {
  590. max-width: 500px;
  591. }
  592. .sidebar img {
  593. max-width: 100%;
  594. width: initial;
  595. }
  596. .forum_post td img {
  597. max-width: 100%;
  598. }
  599. #collage #reply_box img,
  600. #forums #reply_box img {
  601. max-width: 650px;
  602. }
  603. #artistcomments #reply_box img,
  604. #request_comments #reply_box img,
  605. #torrent_comments #reply_box img {
  606. max-width: 400px;
  607. }
  608. #artistcomments img,
  609. #request_comments img,
  610. #torrent_comments img {
  611. max-width: 417px;
  612. }
  613. .blog_post img {
  614. max-width: 825px;
  615. }
  616. .torrent_description blockquote img.scale_image {
  617. max-width: 100%;
  618. }
  619. #artist_information img,
  620. .box_request_desc img,
  621. .news_post img,
  622. .torrent_description img,
  623. .wiki_article img {
  624. max-width: 570px;
  625. }
  626. .torrentdetails img {
  627. max-width: 100%;
  628. }
  629. #inbox #preview img,
  630. #staffpm #reply_box img,
  631. #wiki .create_form img,
  632. #wiki .edit_form img {
  633. max-width: 805px;
  634. }
  635. #inbox .body img {
  636. max-width: 830px;
  637. }
  638. #inbox .search_form input[type="search"] {
  639. width: 100%;
  640. margin: 10px 0px 0px;
  641. }
  642. #inbox .manage_form input[type="submit"] {
  643. margin: 10px 7px 10px 0px;
  644. }
  645. #userform img {
  646. max-width: 490px;
  647. }
  648. video, .profileinfo img {
  649. max-width: 100%;
  650. }
  651. #reportsv2 .manage_form img {
  652. max-width: 616px;
  653. }
  654. .friends_table textarea {
  655. max-width: 540px;
  656. }
  657. div.torrent_artists {
  658. display: inline-block;
  659. }
  660. .torrent_screenshots > img {
  661. width: 50%;
  662. border: 1px solid transparent;
  663. box-sizing: border-box;
  664. vertical-align: top;
  665. }
  666. /* Ratio Colors */
  667. .r00 { color: #FF0000; }
  668. .r01,.r02 { color: #FF1300; }
  669. .r03 { color: #FF2600; }
  670. .r04 { color: #FF4C00; }
  671. .r05,.r06 { color: #FF5E00; }
  672. .r07 { color: #FF7100; }
  673. .r08 { color: #FF9700; }
  674. .r09 { color: #FFAA00; }
  675. .r10 { color: #74C42E; }
  676. .r20,.r50,.r99 { color: #418B00; }
  677. #coverCont.left {
  678. left: 20px;
  679. right: initial;
  680. }
  681. #coverCont {
  682. position: fixed;
  683. right: 20px;
  684. left: initial;
  685. top: 20px;
  686. max-width: 30%;
  687. background-size: contain;
  688. background-repeat: no-repeat;
  689. z-index: 9999;
  690. }
  691. #coverCont img {
  692. max-width: 100%;
  693. }
  694. .search_warning {
  695. position: absolute;
  696. }
  697. #admincommentlinks {
  698. max-height: 300px;
  699. overflow-y: scroll;
  700. }
  701. .poll_your_answer {
  702. font-weight: bold;
  703. }
  704. .net_box {
  705. display: inline-block;
  706. width: calc(20% - 4px);
  707. margin: 2px;
  708. vertical-align: top;
  709. font-size: 10pt;
  710. }
  711. .net_box > .box {
  712. min-height: 60px;
  713. display: flex;
  714. align-items: center;
  715. }
  716. .net_box > .box > span {
  717. width: 100%;
  718. }
  719. .mediainfo td {
  720. vertical-align: top;
  721. }
  722. .flex {
  723. display: flex;
  724. }
  725. .flex > .grow {
  726. flex-grow: 1
  727. }
  728. .flex > .shrink {
  729. flex-shrink: 1
  730. }
  731. input[type="search"] {
  732. -webkit-appearance: textfield;
  733. }