Cleans up the MaM home page. Gets rid of shoutbox, news, posts, stats etc. Just kept the NEW Torrents and New Members for gifting points.
MaM Home - Mobile Version by mystyles23
Details
Authormystyles23
LicenseNo License
Categoryhttps://www.myanonamouse.net/index.php
Created
Updated
Size2.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MaM Home Audible style Mobile Version
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url("https://www.myanonamouse.net/index.php"), url("https://www.myanonamouse.net/") {
/* Insert code here... */
#fpTor {
max-width: 97%;
max-height: 97%;
}
#mp_giftAll, #fpNM {
font-size: 4em;
}
.newTorTable div.posterImage {
width: 550px;
height: 550px;
padding-left: 5px;
padding-top: 15px;
display: inline-block;
overflow: visible;
}
.newTorTable div.posterImage > img:hover {
width: 550px !important;
height: 550px !important;
max-width: 500px;
max-height: 500px;
}
.newTorTable div.posterImage > img {
width: 550px !important;
height: 550px !important;
max-width: 500px !important;
max-height: 500px !important;
position: relative;
border-radius: 5%;
}
.newTorTable .torTitle {
color: white;
display: block;
font-size: 4.5em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: 800;
}
.newTorTable .torTitle:after {
white-space: pre-line;
line-height: 3em;
}
.newTorTable tr td > a.author {
color: #fff;
font-size: 2.2em;
font-weight: 500;
}
.torNarrator > a {
color: #fff;
font-size: 2.2em;
font-weight: 300;
}
.torNarrator:before {
content: "\A";
white-space: pre;
}
.torSeries > a {
color: #fff;
font-size: 1.2em;
font-weight: 300;
}
.torSeries:before {
content: "\A";
white-space: pre;
line-height: 3em;
}
.torRowDesc {
white-space: pre;
display: none;
}
/* To delete the top row */
.newTorTable tr:nth-of-type(1),
/* To delete the columns 1-7 */
.newTorTable tr td:nth-of-type(0),
.newTorTable tr td:nth-of-type(1),
.newTorTable tr td:nth-of-type(2),
.newTorTable tr td:nth-of-type(4),
.newTorTable tr td:nth-of-type(5),
.newTorTable tr td:nth-of-type(6),
.newTorTable tr td:nth-of-type(7),
newTorTable thead {
white-space: pre;
display: none;
}
.mainPageNews,
.mainPageNewsSub,
.mainPageNewsHead,
#fpStats,
#fpStatus,
#fpPosts,
#fpOnline,
#shoutbox,
#fpShout {
display: none !important;
}
body.mp_hide_banner.mp_fixed_nav.mp_dark:nth-child(2) td:nth-child(2) div.blockCon div.blockBody div.blockBodyCon.cen > div.blockCon {
display: none !important;
}
}