Remove unnecessary contents.
Longman Zen by rinzaicss
![Screenshot of Longman Zen](https://userstyles.world/preview/9224/3.jpeg)
Details
Authorrinzaicss
LicenseNo License
Categoryldoceonline
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I recommend using this with Dark Reader and your favorite ad blocker.
Source code
/* ==UserStyle==
@name Longman Zen
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove unnecessary contents. I recommend using this with Dark Reader and your favorite ad blocker.
@author rinzaicss
==/UserStyle== */
@-moz-document domain("ldoceonline.com") {
/* unnecessary top contents */
div[class='ui dropdown'],
.topslot-container {
display: none !important;
}
/* unnecessary home contents */
.home_content,
.carousel {
display: none !important;
}
/* unnecessary cols */
div[id="ad_leftslot_container"],
div[class="responsive_cell2"] {
display: none !important;
}
/* Place in the center */
.content {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
/* change width from 60% to 75% */
.responsive_cell6 {
width: 75% !important;
}
/* unnecessary bottom contents */
.grey_part {
display: none !important;
}
.blue_part {
/* make a little space at the bottom */
visibility: hidden !important;
}
/* Change color*/
.dictionary_intro {
background-color: #282a36 !important;
}
.Entry .topic,
.topicCloud .topic_other,
.ldoceEntry .HYPHENATION,
.ldoceEntry .PHRVBHWD,
.ldoceEntry .FREQ,
.ldoceEntry .LEVEL {
color: #ff5555 !important;
border-color: #ff5555 !important;
}
/* Change header color to match Dark Reader color */
div.header {
background: #181A1B !important;
}
/* If you want to hide logo, uncomment below */
/* .logo.responsive_hide_on_smartphone{
visibility: hidden !important;
} */
}