A new userstyle
order.remex.ru/order by vsq
Details
Authorvsq
LicenseNo License
Categoryremex order
Created
Updated
Size3.1 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 order.remex.ru/order
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://order.remex.ru/order") {
/* Место для CSS кода... */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
body {
font-family: "Source Sans 3", sans-serif;
display: flex;
flex-direction: column;
font-size: 16px;
line-height: 1.2;
min-height: 100vh;
}
:root {
--accent: #004ada;
--standard-border-radius: 0px;
}
.h_wrapper {
gap: 0.5rem 0rem;
justify-items: end;
grid-template-areas: "logo info" ". pay ";
}
header > nav a {
border: 0px;
border-bottom: 1px solid var(--border);
border-radius: 0px;
margin: 0px 10px 10px;
padding: 3px;
}
.h_info {
text-align: right;
width: 100%;
}
details {
padding: 10px;
border: 0px;
}
@media only screen and (max-width: 720px) {
.h_logo {
display: none;
}
}
.h_pay > .button {
width: 280px;
padding: 10px;
margin: 0px;
font-weight: 600;
font-size: unset;
color: white;
}
body > header {
padding: 0 0 20px;
border-bottom: 0px;
}
hr {
display: none;
}
main {
width: 100%;
max-width: 720px;
margin: 0 auto;
flex: 1;
}
header > nav {
font-size: unset;
line-height: unset;
}
td.col_art {
font-size: 12px;
}
thead {
font-size: 12px;
}
th.col_art,
th.col_prod,
th.col_qnty,
th.col_price,
thead th.col_total {
font-size: 12px;
}
mark {
border-radius: var(--standard-border-radius);
background-color: unset;
color: var(--text);
padding: 0px 4px;
}
.notice {
border: 0px;
margin: 0;
}
details[open] > summary {
margin-bottom: 0;
}
#order_num {
font-size: unset;
font-weight: 700;
margin: unset;
}
#order_paysum {
border-top: 1px dashed var(--border);
padding: 10px 0px;
width: fit-content;
margin: 0 0 0 auto;
}
button:enabled:hover,
.button:not([aria-disabled="true"]):hover,
input[type="submit"]:enabled:hover,
input[type="reset"]:enabled:hover,
input[type="button"]:enabled:hover {
background-color: unset;
border-color: unset;
}
table {
width: 100%;
margin: 0;
}
main * h4 {
margin-block-start: 30px;
margin-block-end: 10px;
}
h4 {
font-size: 18px;
}
body > footer {
color: var(--text-light);
text-align: center;
border-top: 1px solid var(--border);
margin-top: 50px;
padding: 10px;
font-size: 12px;
}
}