Frontend elements to SugoiMusic, including CSS and public/private headers.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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