Linguee Wide

Remove Linguee min & max widths

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name         Linguee Wide
@description  Remove Linguee min & max widths
@author       V1rgul (https://github.com/V1rgul)
@license      CC BY-NC - Creative Commons Attribution-NonCommercial
@version 0.0.1.20200814214044
@namespace https://greasyfork.org/users/676264
==/UserStyle== */

@-moz-document domain("linguee.com.br"), domain("linguee.de"), domain("linguee.es"), domain("linguee.fr"), domain("linguee.ru")
{

  #outer_div
  {
    max-width: none !important;
    min-width: 484px  !important;
 /* 17+450+17 */;
  }

  #mainlayout
  {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .app_teaser
  {
    display: none !important;
  }

  #dictionary .dictionaryWithAppTeaser
  {
    padding-right: 0 !important;
  }

  .dictionaryWithAppTeaser .exact .lemma_content
  {
    padding-left: 40px;
  }

  .dictionaryWithAppTeaser .inexact .lemma_content
  {
    padding-left: 0;
  }

  #lingueecontent
  {
    margin-bottom: 5em;
  }
}