Cleans up the MaM tor page. Gets rid everything except cover art and the book details.
MaM Tor - mobile version by mystyles23
Details
Authormystyles23
LicenseNo License
Categoryhttps://www.myanonamouse.net/index.php
Created
Updated
Size2.8 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 style mobile version
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.myanonamouse.net/tor/browse.php") {
/* Insert code here... */
#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: 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: 3em;
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: 1em;
}
.newTorTable tr td > a.author {
color: #fff;
font-size: 3em;
font-weight: 500;
}
.torNarrator > a {
color: #fff;
font-size: 3em;
font-weight: 500;
}
.torNarrator:before {
content: "\A";
white-space: pre;
}
.torSeries > a {
color: #fff;
font-size: 3em;
font-weight: 300;
}
.torSeries:before {
content: "\A";
white-space: pre;
line-height: 1em;
}
.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,
#fpNM,
#fpStats,
#fpStatus,
#fpPosts,
#fpOnline,
#shoutbox {
display: none !important;
}
}