|
- #logo a {
- background: url('https://img3.sugoimusic.me/permanent-cache/auth/mCV5aEeuQaQNXH8S1174yuBeLbHGmNLlh7RL9UF64rs%3D/orig-url/https%3A%2F%2Fptpimg.me%2Fzswigv.jpg/image') no-repeat center center;
- }
-
- /* We're going to opt for the category icon method for now, tags_* is also available */
-
- /* Torrent group details caticons */
- /* margin: 0 auto ensures the caticons are always centered so the layout looks more ordered */
- .cats_album { margin: 0 auto; background: url('/static/common/caticons/album.png') no-repeat center center/contain; }
- .cats_single { margin: 0 auto; background: url('/static/common/caticons/single.png') no-repeat center center/contain; }
- .cats_ep { margin: 0 auto; background: url('/static/common/caticons/ep.png') no-repeat center center/contain; }
- .cats_bluray { margin: 0 auto; background: url('/static/common/caticons/bluray.png') no-repeat center center/contain; }
- .cats_dvd { margin: 0 auto; background: url('/static/common/caticons/dvd.png') no-repeat center center/contain; }
- .cats_tvmusic { margin: 0 auto; background: url('/static/common/caticons/tvmusic.png') no-repeat center center/contain; }
- .cats_tvvariety { margin: 0 auto; background: url('/static/common/caticons/tvvariety.png') no-repeat center center/contain; }
- .cats_tvdrama { margin: 0 auto; background: url('/static/common/caticons/tvdrama.png') no-repeat center center/contain; }
- .cats_musicperformance { margin: 0 auto; background: url('/static/common/caticons/musicperformance.png') no-repeat center center/contain; }
- .cats_pv { margin: 0 auto; background: url('/static/common/caticons/pv.png') no-repeat center center/contain; }
- .cats_pictures { margin: 0 auto; background: url('/static/common/caticons/pictures.png') no-repeat center center/contain; }
- .cats_misc { margin: 0 auto; background: url('/static/common/caticons/misc.png') no-repeat center center/contain; }
-
- /* Reduced, normalised sizes for all torrent list views */
- .cats_col .cats_album { width: 42px; height: 42px; }
- .cats_col .cats_single { width: 42px; height: 42px; }
- .cats_col .cats_ep { width: 42px; height: 42px; }
- .cats_col .cats_bluray { width: 38px; height: 38px; }
- .cats_col .cats_dvd { width: 38px; height: 38px; }
- .cats_col .cats_tvmusic { width: 32px; height: 32px; }
- .cats_col .cats_tvvariety { width: 32px; height: 32px; }
- .cats_col .cats_tvdrama { width: 32px; height: 32px; }
- .cats_col .cats_musicperformance { width: 32px; height: 32px; }
- .cats_col .cats_pv { width: 32px; height: 32px; }
- .cats_col .cats_pictures { width: 32px; height: 32px; }
- .cats_col .cats_misc { width: 38px; height: 38px; }
-
- .cats_col {
- padding: 3px;
- width: 32px; /* Ensures that the column is always as tight as possible */
- }
-
- /* Reduced, normalised sizes for all torrent list views */
- .tiny_cats_col .cats_album { width: 21px; height: 21px; }
- .tiny_cats_col .cats_single { width: 21px; height: 21px; }
- .tiny_cats_col .cats_ep { width: 21px; height: 21px; }
- .tiny_cats_col .cats_bluray { width: 19px; height: 19px; }
- .tiny_cats_col .cats_dvd { width: 19px; height: 19px; }
- .tiny_cats_col .cats_tvmusic { width: 16px; height: 16px; }
- .tiny_cats_col .cats_tvvariety { width: 16px; height: 16px; }
- .tiny_cats_col .cats_tvdrama { width: 16px; height: 16px; }
- .tiny_cats_col .cats_musicperformance { width: 16px; height: 16px; }
- .tiny_cats_col .cats_pv { width: 16px; height: 16px; }
- .tiny_cats_col .cats_pictures { width: 16px; height: 16px; }
- .tiny_cats_col .cats_misc { width: 19px; height: 19px; }
-
- .tiny_cats_col {
- padding: 2px;
- width: 16px; /* Ensures that the column is always as tight as possible */
- height: 16px;
- }
-
-
- .tiny_cat_label {
- position: absolute;
- bottom: 0;
- left: 0;
- margin: 4px;
- padding: 2px 4px;
- line-height: 12px;
- }
-
- .collage_text_label {
- position: absolute;
- background: #111111;
- opacity: 0.8;
- border-radius: 2px;
- font-weight: 500;
- color: white;
- margin: 4px;
- padding: 2px 4px;
- line-height: 12px;
- }
-
- .audioformat_or_ressel_label {
- top: 0;
- right: 0;
- }
-
- .duration_label {
- bottom: 0;
- right: 0;
- }
-
- .torrent_status_label {
- bottom: 0;
- left: 50%;
- transform: translate(-50%, 0%);
- }
-
- .Radio {
- display: inline-flex;
- align-items: center;
- }
-
- .Radio-Input {
- margin: 0 0.5em 0;
- }
-
-
- .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%;
- }
-
- input, textarea {
- border: 1px solid #c7c7c7;
- background-color: white;
- padding: 10px 9px;
- color: black;
- outline: none;
- }
-
- 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 {
- margin: 0 8px;
- width: 48px; height: 48px;
- }
-
- .group_displayname {
- width: auto;
- }
-
- 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;
- }
-
- ul.collage_images img {
- /* height: 118px;
- width: 118px; */
- }
-
- div.collage_image {
- width: 20%;
- }
-
- [data-toggle-target], [data-quote-jump], .clickable {
- cursor: pointer;
- }
-
- 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;
- }
-
- .line_unchanged {
-
- }
-
- .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;
- }
-
- strong.important_text {
- color: red;
- font-weight: bold;
- }
-
- 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;
- }
-
- 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%;
-
- }
-
- .navigation_list, .navigation_list ol {
- list-style-position: inside;
- margin-top: 10px;
- margin-bottom: 20px;
- }
-
- .navigation_list > li {
- list-style-type: upper-roman !important;
- }
-
- .navigation_list li li {
- list-style-type: decimal;
- }
-
- .navigation_list li li li {
- list-style-type: lower-roman;
- }
-
- .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;
- padding-right: 1em;
- }
- .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.
- */
- .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;
- }
-
- #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;
- }
-
- .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;
- }
-
- .vote_tag_up, .vote_artist_up, .vote_album_up {
- font-weight: bolder;
- }
-
- .vote_tag_down, .vote_artist_down, .vote_album_down {
- font-weight: bolder;
- }
-
- .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;
- }
-
- #collage #reply_box img,
- #forums #reply_box img {
- max-width: 650px;
- }
-
- #artistcomments #reply_box img,
- #request_comments #reply_box img,
- #torrent_comments #reply_box img {
- max-width: 400px;
- }
-
- #artistcomments img,
- #request_comments img,
- #torrent_comments img {
- max-width: 417px;
- }
-
- .blog_post img {
- max-width: 825px;
- }
-
- .torrent_description blockquote img.scale_image {
- max-width: 100%;
- }
-
- #artist_information img,
- .box_request_desc img,
- .news_post img,
- .torrent_description img,
- .wiki_article img {
- max-width: 570px;
- }
-
- .torrentdetails img {
- max-width: 100%;
- }
-
- #inbox #preview img,
- #staffpm #reply_box img,
- #wiki .create_form img,
- #wiki .edit_form img {
- max-width: 805px;
- }
-
- #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;
- }
-
- #userform img {
- max-width: 490px;
- }
-
- video, .profileinfo img {
- max-width: 100%;
- }
-
- #reportsv2 .manage_form img {
- max-width: 616px;
- }
-
- .friends_table textarea {
- max-width: 540px;
- }
-
- div.torrent_artists {
- display: inline-block;
- }
-
- .torrent_screenshots > img {
- width: 50%;
- border: 1px solid transparent;
- box-sizing: border-box;
- vertical-align: top;
- }
-
- /* Ratio Colors */
- .r00 { color: #FF0000; }
- .r01,.r02 { color: #FF1300; }
- .r03 { color: #FF2600; }
- .r04 { color: #FF4C00; }
- .r05,.r06 { color: #FF5E00; }
- .r07 { color: #FF7100; }
- .r08 { color: #FF9700; }
- .r09 { color: #FFAA00; }
- .r10 { color: #74C42E; }
- .r20,.r50,.r99 { color: #418B00; }
-
- #coverCont.left {
- left: 20px;
- right: initial;
- }
-
- #coverCont {
- position: fixed;
- right: 20px;
- left: initial;
- top: 20px;
- 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%;
- }
-
- .mediainfo td {
- vertical-align: top;
- }
-
- .flex {
- display: flex;
- }
- .flex > .grow {
- flex-grow: 1
- }
- .flex > .shrink {
- flex-shrink: 1
- }
-
- 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;
- }
-
- #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;
- }
|