A new userstyle
Mam Store - by mystyles23
Details
Authormystyles23
LicenseNo License
Categoryhttps://www.myanonamouse.net/
Created
Updated
Size941 B
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 Store -
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.myanonamouse.net/store.php") {
/* Insert code here... */
#userStat>span, #userStat>a {
margin: 0 10px;
font-size: x-large;
}
#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;
}
div.blockBody div.blockBodyCon, h1 {
padding: 5px;
overflow: auto;
font-size: x-large;
background-color: var(--main-background);
}
table.storeTable .cost {
text-align: right;
font-size: x-large;
}
table.storeTable button {
width: 100%;
font-size: xxx-large;
}
}