MediaWiki:I18nEdit.css

Revision as of 14:32, 13 March 2025 by Mahss (talk | contribs) (Created page with "I18n-js JSON editor CSS * * CSS for [[I18nEdit]] * * @authors - KockaAdmiralac - Dorumin: .I18nEdit-listingFilter legend:active { margin-left: 4px; } .I18nEdit-listingFilter legend { user-select: none; transition: margin-left 100ms ease; } .I18nEdit-input { outline: none; } .I18nEdit-listingFilterTitleInput { width: 240px; font-size: 16px; } .I18nEdit-hoverableListElement { padding: 8px; border-bottom: 1px so...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* I18n-js JSON editor CSS
 *
 * CSS for [[I18nEdit]]
 *
 * @authors
        - KockaAdmiralac
        - Dorumin
 */

.I18nEdit-listingFilter legend:active {
    margin-left: 4px;
}

.I18nEdit-listingFilter legend {
    user-select: none;
    transition: margin-left 100ms ease;
}

.I18nEdit-input {
    outline: none;
}

.I18nEdit-listingFilterTitleInput {
    width: 240px;
    font-size: 16px;
}

.I18nEdit-hoverableListElement {
    padding: 8px;
    border-bottom: 1px solid var(--theme-border-color);
    cursor: pointer;
    transition: padding 200ms ease;
    overflow: hidden;
}

.I18nEdit-hoverableListElement:last-of-type {
    border-color: transparent;
}

.I18nEdit-hoverableListElement:hover,
.I18nEdit-selectedListElement {
    padding-left: 12px;
}

.I18nEdit-exact-match {
    color: var(--theme-alert-color);
    font-weight: bold;
}

.I18nEdit-details {
    font-size: 12px;
    color: var(--theme-page-text-color--hover);
}

.I18nEdit-listingFilterLanguages {
    padding: 16px 0 0 0;
}

.I18nEdit-listingFilterLanguageChip {
    padding: 8px 0 8px 8px;
    margin-right: 4px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 18px;
    font-size: 12px;
    cursor: pointer;
    color: var(--theme-page-text-color);
}

.theme-fandomdesktop-dark .I18nEdit-listingFilterLanguageChip {
    background-color: rgba(255, 255, 255, .1);
}

.I18nEdit-listingFilterAddLanguage {
    padding-left: 0;
    padding-right: 8px;
}

.I18nEdit-listingFilterAddLanguage::before {
    content: '➕';
    padding: 4px;
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 18px;
    transition: background-color 200ms ease;
    background-color: transparent;
}

.I18nEdit-listingFilterAddLanguage:hover::before {
    background-color: rgba(0, 0, 0, .05);
}

.I18nEdit-listingFilter .autocomplete {
    overflow: hidden;
}

.I18nEdit-listingFilterChipClose {
    border-radius: 50%;
    box-sizing: border-box;
    padding: 6px;
    display: inline-flex;
    height: 10px;
    margin-right: 4px;
    margin-left: 4px;
    transition: background-color 200ms ease;
    background-color: transparent;
}

.I18nEdit-listingFilterLanguageChip:hover .I18nEdit-listingFilterChipClose {
    background-color: rgba(0, 0, 0, .05);
}

.I18nEdit-listingFilterChipClose::after {
    content: '✖';
    font-weight: bold;
    font-family: monospace;
    line-height: 12px;
}

.I18nEdit-listingFilterAddingLanguageInput {
    border: none;
    background-color: transparent;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-flex;
    width: 120px;
    margin-right: 8px;
    outline: none;
    padding: 2px;
    font-size: 12px;
    color: var(--theme-page-text-color);
}

/* Tweak autocomplete position */
.I18nEdit-autocomplete {
    background: #fff;
    position: absolute;
    transform: translateX(-4px);
    /* From .wds-dropdown */
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 30%);
    border: 1px solid #bed1cf;
    padding: 7px;
}

.I18nEdit-autocomplete .selectable {
    padding: 11px 9px;
}

.I18nEdit-autocomplete .selectable:hover,
.I18nEdit-autocomplete .selectable.selected {
    background-color: rgba(8,132,136,0.1);
}

/* Language picker styles */
.I18nEdit-pickerContent {
    display: flex;
}

.I18nEdit-pickerColumn {
    flex: 1;
    padding: 8px;
}

/** List element styles **/
.I18nEdit-hoverableListElement {
    position: relative;
    overflow: visible;
}

.I18nEdit-hoverableListElement::after {
    content: '';
    display: block;
    position: absolute;
    background: var(--theme-link-color);
    height: 2px;
    bottom: -1px;
    z-index: 10;
    visibility: hidden;
    right: 50%;
    left: 50%;
    transition: all 200ms ease;
}

.I18nEdit-selectedListElement::after {
    visibility: visible;
    left: 0;
    right: 0;
}

/** Search function **/
.I18nEdit-pickerToSearch {
    padding: 8px 12px;
}

.I18nEdit-pickerSearch {
    box-sizing: border-box;
    padding: 2px;
    width: 100%;
}

/* Edit buttons */
.I18nEdit-dropdownButton {
    cursor: pointer;
}

#I18nEdit-translator {
    border: 1px solid var(--theme-border-color);
    box-sizing: border-box;
    display: flex;
    height: 60vh;
}

#I18nEdit-translator-messageList {
    border-right: 1px solid var(--theme-border-color);
    box-sizing: border-box;
    flex-basis: 30%;
    overflow-y: auto;
}

#I18nEdit-translator-rightPane {
    box-sizing: border-box;
    flex-basis: 70%;
}

#I18nEdit-translator-editor {
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px;
    padding-bottom: 0;
    padding-top: 0;
}

#I18nEdit-translator-toolbar {
    background-color: var(--theme-page-background-color);
    border-top: 1px solid var(--theme-border-color);
    bottom: 0;
    box-sizing: border-box;
    height: 50px;
    padding: 10px;
    position: sticky;
    width: 100%;
}

#I18nEdit-translator-toolbar .wds-button {
    margin-right: 10px;
}

.I18nEdit-messageElement {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: start;
    min-width: 0;
}

.I18nEdit-messageElement span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 4px;
}

#I18nEdit-translator-context {
    background-color: var(--theme-page-background-color);
    border-bottom: 1px solid var(--theme-border-color);
    padding-bottom: 4px;
    position: sticky;
    top: 0;
    z-index: 1;
}

#I18nEdit-translator-description {
    font-size: 12px;
}

.I18nEdit-translator-textarea {
    width: 100%;
    max-width: 100%;
    height: 80px;
}

.I18nEdit-messageElement .wds-icon[data-id="wds-icons-close-tiny"] {
    fill: var(--theme-alert-color);
}

.I18nEdit-messageElement .wds-icon[data-id="wds-icons-clock-tiny"] {
    fill: var(--theme-warning-color);
}

.I18nEdit-messageElement .wds-icon[data-id="wds-icons-checkmark-tiny"] {
    fill: var(--theme-success-color);
}

#I18nEdit-translator-emptyList {
    padding: 10px;
    text-align: center;
}

#I18nEdit-creator-json {
    width: 100%;
}

#I18nEdit-creator-jsonErrors {
    list-style-type: none;
    margin: 0;
}

#I18nEdit-creator-jsonErrors svg {
    margin-right: 5px;
}

#I18nEdit-creator-jsonErrors .I18nEdit-creator-warning svg {
    fill: var(--theme-warning-color);
}

#I18nEdit-creator-jsonErrors .I18nEdit-creator-error svg {
    fill: var(--theme-alert-color);
}

.page-content ul.wds-list {
    list-style-type: none;
    margin: 0;
}

.I18nEdit-route .wds-dropdown:after,
.I18nEdit-route .wds-dropdown:before,
.I18nEdit-route .wds-dropdown .wds-dropdown__content {
    z-index: 400;
}