Skip to content

Deepl Clear TOP-DOWN Translator by khashashin

Screenshot of Deepl Clear TOP-DOWN Translator

Details

Authorkhashashin

LicenseNo License

Categorydeepl

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

This styles changes the direction of Deepl Translation. It is useful if you need to copy paste the text from PDF Files

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Deepl Clear TOP-DOWN Translator
@version      20220521.14.01
@namespace    userstyles.world/user/khashashin
@description  This styles changes the direction of Deepl Translation. It is useful if you need to copy paste the text from PDF Files
@author       khashashin
@license      No License
==/UserStyle== */

@-moz-document domain("deepl.com") {
/* Hide Buttons of choosing between Text and Dokument */
#dl_translator > div.lmt__docTrans-tab-container {
    display: none;
}
/* Hide Buttons of choosing between Text and Dokument */
/* Change direction of two main transltion text fields */
#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state {
    flex-direction: column;
}

#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--source {
    width: 100%;
}

#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > div.lmt__textarea_separator.lmt__textarea_separator--left.lmt__textarea_separator--has-top-toolbar {
    display: none;
}

#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--target {
    width: 100%;
}

#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--target > div.lmt__language_container > button {
    bottom: 12px;
    margin-top: 0;
}
/* Change direction of two main transltion text fields */
/* Reduses padding of Translation Text-Field */
#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--source > div.lmt__textarea_container {
    padding-top: 3px;
    padding-bottom: 3px;
}

#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--target > div.lmt__textarea_container {
    padding-top: 3px;
    padding-bottom: 3px;
}
#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--source > div.lmt__language_container {
    height: 34px;
}
#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--target > div.lmt__language_container {
    height: 34px;
}
div.lmt__language_container > div.lmt__language_container_sec > div > div > div.lmt__targetLangMenu_extension.glossary.show > div > button > div {
    height: 22px;
}
#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--source > div.lmt__textarea_container {
    min-height: 330px;
}
#panelTranslateText > div.lmt__sides_container.DF-2352__show_dict_empty_state > section.lmt__side_container.lmt__side_container--target > div.lmt__textarea_container {
    min-height: 330px;
}
/* Reduses padding of Translation Text-Field */
#lmt_pro_ad_container {
    display: none;
}

#dl_quotes_container {
    display: none;
}

body > div.dl_footerV2_container {
    display: none;
}
}

Reviews

No reviews yet.