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

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