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 TOR - PC version by mystyles23
Details
Authormystyles23
LicenseNone
Categoryhttps://www.myanonamouse.net/index.php
Created
Updated
Size2.9 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 TOR Audible Pc version
@namespace USO Archive
@author Zab
@description `thanks rook !Some features---------------Colour paletteLarger fontsFixed menu bar at top of pageThin bordersDecluttered - clock & millionaire's vault reveal on hoverSearch table styledIndividual torrent page styled`
@version 20180318.1.47
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.myanonamouse.net/tor/browse.php") {
#userStat>span, #userStat>a {
margin: 0 10px;
font-size: xx-large;
}
.mp_fixed_nav #preNav, .mp_fixed_nav #mainmenu {
position: sticky;
height: 50px;
right: 0;
z-index: 109;
}
#mainmenu * {
text-align: left;
z-index: 110;
font-size: x-large;
position: relative;
}
#mainSearch input#ts, select#tss{
width: 190px;
height: 30px !important;
font-size: 20px;
}
input[type=button], input[type=submit], button, div.torDetInnerCon a, a.leftMenuHide, a.cursor {
cursor: pointer;
font-size: 20px;
}
.newTorTable div.posterImage {
width: 170px;
height: 170px;
padding-left: 5px;
padding-top: 15px;
display: inline-block;
overflow: visible;
}
.newTorTable div.posterImage > img:hover {
width: 150px !important;
height: 150px !important;
max-width: 200px;
max-height: 200px;
}
.newTorTable div.posterImage > img {
width: 150px !important;
height: 150px !important;
max-width: 200px !important;
max-height: 200px !important;
position: relative;
border-radius: 5%;
}
.newTorTable .torTitle, body.mp_fixed_nav.mp_dark.mp_hide_banner:nth-child(2) div.blockCon div.blockBody div.blockBodyCon.cen div.left:nth-child(5) table.newTorTable:nth-child(4) tbody:nth-child(1) td:nth-child(6) > a:nth-child(2) {
color: white;
display: block;
font-size: 1.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: 2em;
}
.newTorTable tr td > a.author {
color: #fff;
font-size: 1em;
font-weight: 300;
}
.torNarrator > a {
color: #fff;
font-size: 1.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: 2em;
}
.torRowDesc {
display: none;
}
.newTorTable tr:nth-of-type(1),
.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(7),
.newTorTable thead {
white-space: pre;
display: none;
}
#hrnews,
.mainPageNews,
.mainPageNewsSub,
.mainPageNewsHead,
#fpStats,
#fpStatus,
#fpPosts,
#fpOnline,
#shoutbox,
#fpShout {
display: none !important;
}
}