1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144 |
- /**
- * Legacy global.css from OT Gazelle.
- * Needed for existing theme compatibility.
- *
- * https://git.oppaiti.me/Oppaitime/Gazelle/src/branch/master/static/styles/global.css
- */
- .box h3 {
- font-size: 140%;
- }
-
- .box h4 {
- font-size: 130%;
- }
-
- .box h5 {
- font-size: 120%;
- }
-
- .box h6 {
- font-size: 110%;
- }
-
- .thin {
- box-sizing: border-box;
- }
-
- .flex_input_container {
- display: flex;
- }
-
- .flex_input_container > input[type="text"] {
- flex-grow: 1;
- box-sizing: border-box;
- width: 50%;
- }
-
- #contest div#content > div.flex > div.grow {
- min-width: 50%;
- }
-
- input,
- textarea {
- border: 1px solid #c7c7c7;
- background-color: white;
- padding: 10px 9px;
- color: black;
- outline: none;
- }
-
- /* 2021-07-24
- select {
- padding: 5px 10px;
- background-color: white;
- border: 1px solid #c7c7c7;
- color: black;
- border-radius: 0px;
- outline: 0;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- }
- */
-
- h2 .group_cat {
- height: 16px;
- width: 16px;
- margin: 0 8px;
- display: inline-block;
- background-size: 16px 16px;
- }
-
- code {
- white-space: pre;
- }
-
- pre > br,
- code > br {
- line-height: 0px;
- display: none;
- }
-
- .center {
- text-align: center;
- }
-
- .collage_images {
- padding: 0px;
- width: 100%;
- border-collapse: collapse;
- font-size: 0;
- }
-
- .collage_images {
- display: block;
- }
-
- ul.collage_images li {
- border: none;
- float: left;
- margin: 0;
- /* width: 118px;
- height: 118px;
- width: 146px; */
- width: 146px;
- list-style: none;
- list-style-type: none;
- }
-
- ul.collage_images li a {
- display: block;
- /* height: 118px; */
- width: 100%;
- overflow: hidden;
- }
-
- /* 2020-12-12
- ul.collage_images img {
- /* height: 118px;
- width: 118px; * /
- }
- */
-
- div.collage_image {
- width: 20%;
- display: inline-block;
- }
-
- [data-toggle-target],
- [data-quote-jump],
- .clickable {
- cursor: pointer;
- }
-
- /* 2021-07-24
- button,
- input[type="button"],
- input[type="submit"] {
- cursor: pointer;
- background: #fff;
- font-size: 11px;
- padding: 10px 9px;
- border: none;
- color: #000;
- }
- */
-
- .spoilerButton {
- cursor: pointer;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- .selected a {
- font-weight: bold;
- text-decoration: underline;
- }
-
- .invisible {
- visibility: hidden;
- }
-
- .collage td {
- padding: 0px;
- border: none;
- }
-
- abbr[title] {
- text-decoration: none;
- }
-
- .line_new {
- color: green;
- }
-
- .line_deleted {
- color: red;
- }
-
- .line_moved {
- color: blue;
- }
-
- /* 2020-12-12
- .line_unchanged {
- }
- */
-
- /* 2020-12-12
- .log1 {
- }
- */
-
- .log2 {
- color: yellow;
- }
-
- .log3 {
- color: #0e88c6;
- }
-
- .log4 {
- font-weight: bold;
- }
-
- .log5 {
- text-decoration: underline;
- }
-
- .good {
- font-weight: bold;
- color: green;
- }
-
- .bad {
- font-weight: bold;
- color: red;
- }
-
- .goodish {
- font-weight: bold;
- color: #35bf00;
- }
-
- .badish {
- font-weight: bold;
- color: #e5b244;
- }
-
- pre {
- overflow: auto;
- }
-
- .disable_grouping {
- display: none;
- }
-
- form textarea,
- form input {
- max-width: 100%;
- box-sizing: border-box;
- }
-
- textarea {
- width: 100%;
- box-sizing: border-box;
- }
-
- a.beta {
- font-weight: bold;
- color: #ff0000;
- }
-
- /* 2020-12-17
- strong.important_text {
- color: red;
- font-weight: bold;
- }
- */
-
- /* 2020-12-17
- strong.important_text_alt {
- color: green;
- font-weight: bold;
- }
- */
-
- .invalid,
- .warning,
- .error,
- .new {
- color: #ff0000;
- }
-
- /* Make [+] on add multiple artists stay at the bottom (on torrent details page) */
- div#AddArtists {
- position: relative;
- display: inline-block;
- }
-
- div#AddArtists a {
- position: absolute;
- right: 0pt;
- bottom: 0pt;
- }
-
- .clear:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
- }
-
- .new-subscriptions {
- font-weight: bold;
- }
-
- #forums #quickpost {
- width: 95%;
- }
-
- .bbcode_bar {
- list-style: none;
- margin: 0px 0px -4px;
- box-sizing: border-box;
- text-align: center;
- display: inline-block;
- }
-
- .bbcode_bar > li {
- display: inline-block;
- margin: 0px;
- }
-
- .bbcode_bar > li > a {
- display: inline-block;
- height: 26px;
- line-height: 26px;
- cursor: pointer;
- min-width: 20px;
- margin: 0px 4px;
- }
-
- .bbcode_bar .emoji_box {
- position: absolute;
- width: 200px;
- height: 100px;
- overflow-y: scroll;
- padding: 8px;
- font-size: 20px;
- }
-
- .bbcode_bar .emoji_box > a {
- cursor: pointer;
- }
-
- .bbcode_bar .emoji_box > br {
- content: "";
- display: block;
- margin-bottom: 15px;
- }
-
- td.label,
- .valign_top {
- vertical-align: top;
- }
-
- span.rbt {
- display: block;
- padding: 8px 0 0;
- background: url("../rippy/rippy_top.gif") no-repeat top;
- }
-
- span.rbm {
- display: block;
- background: url("../rippy/rippy_middle.gif") repeat bottom;
- padding: 0 5px;
- }
-
- span.rbb {
- display: block;
- padding: 4px 0px 18px;
- margin-bottom: 5px;
- background: url("../rippy/rippy_bottom.gif") no-repeat bottom;
- }
-
- span.secondary_class {
- font-size: 85%;
- font-weight: bold;
- }
-
- .breadcrumbs {
- font-weight: bold;
- text-align: right;
- }
-
- .paranoia_override {
- font-style: italic;
- }
-
- #manage_collage_table.ui-sortable .drag {
- cursor: n-resize;
- }
-
- #manage_collage_table.ui-sortable .ui-sortable-helper.drag {
- cursor: grabbing;
- cursor: -moz-grabbing;
- cursor: -webkit-grabbing;
- }
-
- #manage_collage_table .ui-sortable-helper td,
- #manage_collage_table .ui-sortable-placeholder {
- border: 0;
- }
-
- .drag_drop_save {
- padding: 6px 0;
- overflow: hidden;
- }
-
- .headerSort {
- cursor: pointer;
- }
-
- .headerSort span {
- background: url("../common/table-order.png") no-repeat scroll right -38px transparent;
- padding: 0px 20px 0 0;
- }
-
- .headerSortDown span {
- background: url("../common/table-order.png") no-repeat scroll right 4px transparent;
- }
-
- .headerSortUp span {
- background: url("../common/table-order.png") no-repeat scroll right -79px transparent;
- }
-
- .headerSort.sorter-false,
- .headerSort.sorter-false span {
- background-image: none;
- cursor: default;
- }
-
- .album_votes {
- text-align: center;
- }
-
- .favoritecount {
- font-size: 150%;
- font-weight: bold;
- }
-
- .favoritecount_small {
- font-size: 110%;
- font-weight: bold;
- }
-
- ul.votedalbums li {
- list-style: none;
- list-style-type: none;
- margin: 0;
- }
-
- tr.torrent .bookmark > a:before {
- text-decoration: none;
- font-weight: normal;
- }
-
- tr.torrent .bookmark > a:after {
- text-decoration: none;
- font-weight: normal;
- }
-
- #sortable {
- list-style-type: none;
- margin: 0;
- padding: 0;
- width: 50%;
- }
-
- #sortable li {
- padding: 0px;
- font-size: 1.2em;
- height: 1.5em;
- }
-
- .ui-state-highlight {
- background: #007dc6 /*{bgColorHighlight}*/;
- opacity: 0.15;
- width: 50%;
- }
-
- /* 2020-12-17
- .navigation_list,
- .navigation_list ol {
- list-style-position: inside;
- margin-top: 10px;
- margin-bottom: 20px;
- }
- */
-
- /* 2020-12-17
- .navigation_list > li {
- list-style-type: upper-roman !important;
- }
- */
-
- /* 2020-12-17
- .navigation_list li li {
- list-style-type: decimal;
- }
- */
-
- /* 2020-12-17
- .navigation_list li li li {
- list-style-type: lower-roman;
- }
- */
-
- /* 2020-12-17
- .navigation_list li li li li {
- list-style-type: lower-alpha;
- }
- */
-
- .voted_type {
- font-weight: bold;
- }
-
- .torrent_table .group .votes_info_td strong {
- font-size: inherit;
- }
-
- .invite_table td {
- min-width: 55px;
- }
-
- .preview_wrap {
- text-align: left;
- }
-
- .text_preview {
- min-height: 100px;
- }
-
- .brackets {
- text-indent: 0px;
- white-space: nowrap;
- cursor: pointer;
- }
-
- .votespan.brackets:before {
- content: "( ";
- }
-
- .votespan.brackets:after {
- content: " )";
- }
-
- .brackets:before {
- content: "[";
- }
-
- .brackets:after {
- content: "]";
- }
-
- #userinfo .brackets:before,
- #userinfo .brackets:after {
- content: "";
- }
-
- .group_image {
- overflow: hidden;
- }
-
- .float_left {
- float: left;
- }
-
- .float_right {
- float: right;
- }
-
- .float_clear {
- clear: both;
- }
-
- .group_image + .group_info {
- margin-left: 100px;
- }
-
- .group_image img {
- cursor: pointer;
- }
-
- .user_title {
- font-weight: normal;
- }
-
- /*
- * Fix long filename tables overflowing (Chrome only).
- * Stop various release page containers from overflowing with long input.
- * !! Be sure to test all major browsers before changing this section. !!
- * Fix report information tables overflowing long reports (all browsers).
- * Fix long release descriptions overflowing containers (all browsers).
- * Fix flowing issues in the report resolving pages.
- */
- /* 2021-07-24
- .wrap_overflow,
- .filelist_table td,
- .reportinfo_table,
- .torrentdetails blockquote,
- .body,
- .profileinfo {
- word-wrap: break-word;
- word-break: normal;
- word-break: break-word;
- hyphens: auto;
- }
- */
-
- .filelist_table td:first-child {
- word-break: break-all;
- }
-
- /* Fix long overflow for Opera (doesn't support word-break). */
- .reportinfo_table {
- table-layout: fixed;
- }
-
- /* Wrap release info for consistent DOM and to limit table expansion. */
- .no_overflow {
- width: 100%;
- overflow: hidden;
- }
-
- /* Stylesheet gallery in user profile editing */
- #css_gallery {
- overflow: hidden;
- margin-top: 10px;
- }
-
- .preview_wrapper {
- position: relative;
- display: inline-block;
- width: 40%;
- margin: 0 10px;
- }
-
- .preview_image {
- display: block;
- cursor: pointer;
- overflow: hidden;
- }
-
- .preview_image img {
- width: 100%;
- }
-
- .preview_name {
- text-align: center;
- margin-top: 5px;
- }
-
- .option_group {
- margin-bottom: 10px;
- }
-
- .option_group:last-child {
- margin-bottom: 0px;
- }
-
- .autocomplete-suggestions {
- color: #000;
- margin-top: 5px;
- border: 1px solid #999;
- background: #fff;
- overflow: auto;
- }
-
- .autocomplete-suggestion {
- padding: 2px 5px;
- white-space: nowrap;
- overflow: hidden;
- cursor: pointer;
- }
-
- .autocomplete-selected {
- background: #f0f0f0;
- }
-
- .autocomplete-suggestions strong {
- font-weight: normal;
- color: #3399ff;
- }
-
- .process_info {
- table-layout: fixed;
- width: 100%;
- }
-
- .process_info_pid {
- width: 70px;
- }
-
- .process_info_data {
- overflow: auto;
- }
-
- .setting_description > * {
- margin: 1em 0 0 0;
- }
-
- .settings_sidebar {
- min-height: 385px;
- }
-
- /* 2020-12-12
- #settings_sections {
- position: absolute;
- }
- */
-
- #settings_sections.fixed {
- position: fixed;
- top: 0px;
- }
-
- #settings_sections #submit,
- #settings_sections #settings_search {
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- width: 100%;
- }
-
- #settings_sections h2 {
- text-align: left;
- }
-
- .forum_post .colhead_dark div {
- display: flex;
- }
-
- .forum_post .colhead_dark div > * {
- margin-left: 2px;
- margin-right: 2px;
- }
-
- .forum_post blockquote {
- overflow-x: auto;
- }
-
- .donor_icon {
- margin-left: 2px;
- margin-right: 2px;
- max-width: 16px;
- max-height: 16px;
- position: relative;
- }
-
- .badge_icon {
- margin: 0px 2px;
- position: relative;
- }
-
- .donation_info {
- padding: 10px 10px 10px 20px;
- margin-left: 10px;
- margin-right: 10px;
- margin-bottom: 20px;
- }
-
- .donation_info_title {
- display: block;
- font-size: 1.75em;
- -webkit-margin-before: 1em;
- -webkit-margin-after: 1em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- font-weight: bold;
- margin: 10px 0;
- }
-
- .number_column {
- text-align: right;
- }
-
- .wide_input_text {
- width: 95%;
- }
-
- .top_artist_list li {
- margin-left: 25px;
- margin-bottom: 5px;
- list-style-type: decimal;
- font-size: 150%;
- }
-
- .permission_subcontainer {
- margin-bottom: 10px;
- }
-
- .noborder {
- border: none;
- }
-
- .two_columns {
- float: left;
- width: 50%;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
-
- .field_div {
- margin-bottom: 10px;
- }
-
- .field_div:last-of-type {
- margin-bottom: 0;
- }
-
- .field_div .label,
- .submit_div .label {
- float: left;
- padding: 0 5px;
- text-align: right;
- width: 150px;
- }
-
- .field_div .input,
- .submit_div .input {
- padding: 0 5px;
- }
-
- .small_label {
- text-align: right;
- width: auto;
- }
-
- .scale_image {
- max-width: 500px;
- }
-
- .display_block {
- display: block;
- }
-
- .sidebar img {
- max-width: 100%;
- width: initial;
- }
-
- .forum_post td img {
- max-width: 100%;
- }
-
- .avatar > a > img {
- display: block;
- }
-
- /* 2020-12-12
- #collage #reply_box img,
- #forums #reply_box img {
- max-width: 650px;
- }
- */
-
- /* 2020-12-12
- #artistcomments #reply_box img,
- #request_comments #reply_box img,
- #torrent_comments #reply_box img {
- max-width: 400px;
- }
- */
-
- /* 2020-12-12
- #artistcomments img,
- #request_comments img,
- #torrent_comments img {
- max-width: 417px;
- }
- */
-
- /* 2020-12-12
- .blog_post img {
- max-width: 825px;
- }
- */
-
- /* 2020-12-12
- .torrent_description blockquote img.scale_image {
- max-width: 100%;
- }
- */
-
- /* 2020-12-12
- #artist_information img,
- .box_request_desc img,
- .news_post img,
- .torrent_description img,
- .wiki_article img {
- max-width: 570px;
- }
- */
-
- /* 2020-12-12
- .torrentdetails img {
- max-width: 100%;
- }
- */
-
- /* 2020-12-12
- #inbox #preview img,
- #staffpm #reply_box img,
- #wiki .create_form img,
- #wiki .edit_form img {
- max-width: 805px;
- }
- */
-
- /* 2020-12-12
- #inbox .body img {
- max-width: 830px;
- }
- */
-
- #inbox .search_form input[type="search"] {
- width: 100%;
- margin: 10px 0px 0px;
- }
-
- #inbox .manage_form input[type="submit"] {
- margin: 10px 7px 10px 0px;
- }
-
- /* 2020-12-12
- #userform img {
- max-width: 490px;
- }
- */
-
- /* 2020-12-12
- video,
- .profileinfo img {
- max-width: 100%;
- }
- */
-
- /* 2020-12-12
- #reportsv2 .manage_form img {
- max-width: 616px;
- }
- */
-
- /* 2020-12-12
- .friends_table textarea {
- max-width: 540px;
- }
- */
-
- div.torrent_artists {
- display: inline-block;
- }
-
- /* 2020-12-12
- .torrent_screenshots > img {
- width: 50%;
- border: 1px solid transparent;
- box-sizing: border-box;
- vertical-align: top;
- }
- */
-
- /* Ratio Colors */
- /* 2020-12-12
- .r00 {
- color: #ff0000;
- }
- */
-
- /* 2020-12-12
- .r01,
- .r02 {
- color: #ff1300;
- }
- */
-
- /* 2020-12-12
- .r03 {
- color: #b70000;
- }
- */
-
- /* 2020-12-12
- .r04 {
- color: #a20000;
- }
- */
-
- /* 2020-12-12
- .r05,
- .r06 {
- color: #8e0000;
- }
- */
-
- /* 2020-12-12
- .r07 {
- color: #983100;
- }
- */
-
- /* 2020-12-12
- .r08 {
- color: #8c4802;
- }
- */
-
- /* 2020-12-12
- .r09 {
- color: #7b5200;
- }
- */
-
- #coverCont {
- position: fixed;
- max-width: 30%;
- background-size: contain;
- background-repeat: no-repeat;
- z-index: 9999;
- }
-
- #coverCont img {
- max-width: 100%;
- }
-
- #covers img {
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-
- .search_warning {
- position: absolute;
- }
-
- #admincommentlinks {
- max-height: 300px;
- overflow-y: scroll;
- }
-
- .poll_your_answer {
- font-weight: bold;
- }
-
- .net_box {
- display: inline-block;
- width: calc(20% - 4px);
- margin: 2px;
- vertical-align: top;
- font-size: 10pt;
- }
- .net_box > .box {
- min-height: 60px;
- display: flex;
- align-items: center;
- }
- .net_box > .box > span {
- width: 100%;
- }
-
- /* 2021-01-16
- .mediainfo td {
- vertical-align: top;
- }
- */
-
- /* 2021-07-24
- .flex {
- display: flex;
- }
- */
-
- /* 2021-07-24
- .flex > .grow {
- flex-grow: 1;
- }
- */
-
- /* 2021-07-24
- .flex > .shrink {
- flex-shrink: 1;
- }
- */
-
- /* 2021-07-24
- input[type="search"] {
- -webkit-appearance: textfield;
- }
- */
-
- #lightbox > img {
- max-width: 100%;
- }
-
- .filter_torrents #ft_basic > .clickable,
- .filter_torrents #ft_advanced > .clickable {
- font-weight: 100;
- }
-
- .sidebar .box_tags > ul.stats > li {
- display: flex;
- justify-content: space-between;
- }
-
- .sidebar .box_tags > ul.stats > li > a {
- word-break: break-all;
- }
-
- .edit_tags_votes {
- display: flex;
- }
-
- /* 2021-07-24
- #publickey {
- width: initial;
- font-family: monospace;
- }
- */
-
- .hidden {
- display: none;
- }
-
- form.edit_form[name="screenshots_form"] input[type="text"],
- form.edit_form[name="screenshots_form"] img {
- width: 400px;
- }
-
- /* 2021-07-24
- #dbcrypt {
- position: fixed;
- top: 10px;
- right: 10px;
- }
- */
-
- /* 2021-07-24
- #dbcrypt:after {
- content: "!";
- display: block;
- width: 20px;
- height: 20px;
- text-align: center;
- line-height: 20px;
- font-size: 20px;
- font-weight: 600;
- color: black;
- background: red;
- border-radius: 100px;
- }
- */
|