Skip to content

MyAnimeList wide by fuim

Screenshot of MyAnimeList wide

Details

Authorfuim

LicenseGNU GPLv2

Categorymyanimelist.net

Created

Updated

Size3.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

MyAnimeList wide

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           MyAnimeList wide
@namespace      myanimelist.net
@version        1.0.4
@description    A new userstyle
@author         Fuim
==/UserStyle== */

@-moz-document regexp("https://myanimelist.net/(?!(animelist|mangalist|ownlist/style/theme)).*") {
.page-common #myanimelist, .page-common #menu, .widget-slide-block .widget-slide-outer {
    width: 100%;
}
body.index .left-column {
    width: 75%;
}
body.index .right-column {
    width: auto;
}
.mal-side-koukoku.mal-side-koukoku--r {
    visibility: hidden;
}
.mal-side-koukoku.mal-side-koukoku--l {
    visibility: hidden;
}

#widget-episode-video .widget-slide-outer, #widget-episode-video  {
    width: 100%;
}
.widget-slide-block .widget-slide {
    width: 101%;
}
/*
.anime-manga-search .genre-link .genre-list {
    width: 0.1%;
}
*/
/*https://myanimelist.net/anime.php*/
.genre-list-col {
    display: flex;
    justify-content: space-between;
}

/**/
.anime-manga-search .genre-link {
    width: 100%;
}
.page-common .h1.edit-info {
    width: 98%;
}
.anime-slide-block .anime-slide .btn-anime .link {
    height: 120px;
    width: 100%;
}

.anime-slide-block {
    overflow: hidden;
    position: unset;
    margin-left: 12.5%;
}

.seasonal-anime-list .seasonal-anime {
    margin: auto;
/*    border: transparent 2px solid;   
    display: flex;
    justify-content: space-between;
    */
    width:  334px; /*25%*/;

}

.seasonal-anime-list .seasonal-anime {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    

}
.seasonal-anime-list .seasonal-anime .synopsis {
    scrollbar-width: thin;
}

.navi-seasonal {
    padding: 0; 
    width: 99.8%;
}

/* Annoying thing on top */
.navi-seasonal.fixed::after {
    background-image: none;
}

.navi-seasonal .horiznav_nav, .navi-seasonal .horiznav-nav-seasonal {
    padding-top: 1px;
}

.page-common .fn-grey2, .page-common .fs11, .page-common .pt8, .page-common .pr4, .page-common .ar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: unset;
    text-align: center !important;
    line-height: 11px;
}
/* /Annoying thing on top */

.page-common div.picSurround img {
/*    width: 100px;*/
    image-rendering: auto;
}

}

@-moz-document url-prefix("https://myanimelist.net/recommendations.php") {
.page-common div.picSurround img {
    width: 157px;
    height: 224px;
    image-rendering: auto;
}
}

@-moz-document url-prefix("https://myanimelist.net/people/") {
.picSurround:not(.noKal) a {
    height: 192px;
    width: 135px;
}
/* full size 
.picSurround:not(.noKal) a {
    height: 317px;
    width: 225px;
}
*/
.picSurround img:not(.noKal) {
    height: 100% !important;
    width: 100% !important;
}
}

@-moz-document url-prefix("https://myanimelist.net/forum/") {
.page-forum .forum-topic-message .message-wrapper {
    -webkit-box-pack: unset;
    justify-content: start !important;
    width: 100%;
    display: flex !important;
}
.page-forum .forum-topic-message .message-wrapper .content {
    width: 1000%;
    flex-grow: 1;
}
.page-forum .sig-container {
    text-align: center;
}
}

Reviews

No reviews yet.