Oppaitime's version of Gazelle
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.

global.css 14KB

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