style for edu.vsu.ru
edu.vsu.ru by vitaluska123
Details
Authorvitaluska123
LicenseNo License
Categoryedu.vsu.ru
Created
Updated
Size662 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name edu.vsu.ru
@version 20240905.21.44
@namespace https://userstyles.world/user/strunder
@author strunder
==/UserStyle== */
@-moz-document domain("edu.vsu.ru") {
.scale-up, .popover-region-notifications .popover-region-container {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(0);
transform: scale(0);
display: inline-block;
transform-origin: right 0;
}
.scale-up-show, .popover-region-notifications .popover-region-container[aria-hidden=false] {
transform: scale(1);
transform-origin: right 0;
}
.scale-up-left {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
display: inline-block;
-webkit-transform-origin: left 0;
-ms-transform-origin: left 0;
transform-origin: left 0;
}
.scale-up-left-show {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: left 0;
-ms-transform-origin: left 0;
transform-origin: left 0;
}
.scale-up-right {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
display: inline-block;
-webkit-transform-origin: right 0;
-ms-transform-origin: right 0;
transform-origin: right 0;
}
.scale-up-right-show {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: right 0;
-ms-transform-origin: right 0;
transform-origin: right 0;
}
@-moz-keyframes heartbit {
0% {
-moz-transform: scale(0);
opacity: 0;
}
25% {
-moz-transform: scale(0.1);
opacity: 0.1;
}
50% {
-moz-transform: scale(0.3);
opacity: 0.3;
}
75% {
-moz-transform: scale(0.6);
opacity: 0.5;
}
100% {
-moz-transform: scale(0.9);
opacity: 0;
}
}
@-webkit-keyframes heartbit {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
25% {
-webkit-transform: scale(0.1);
opacity: 0.1;
}
50% {
-webkit-transform: scale(0.3);
opacity: 0.3;
}
75% {
-webkit-transform: scale(0.6);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.9);
opacity: 0;
}
}
.sr-only,
.fa-sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.5;
color: #1d2125;
text-align: left;
background-color: #fff;
}
@media (max-width: 1200px) {
body {
font-size: calc(0.90375rem + 0.045vw);
}
}
[tabindex="-1"]:focus:not(:focus-visible) {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #0f6cbf;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #094478;
text-decoration: underline;
}
a:not([href]):not([class]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6a737b;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type=radio],
input[type=checkbox] {
box-sizing: border-box;
padding: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
@media (max-width: 1200px) {
legend {
font-size: calc(0.96rem + 0.72vw);
}
}
progress {
vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 700;
line-height: 1.2;
}
h1, .h1 {
font-size: 2.34375rem;
}
@media (max-width: 1200px) {
h1, .h1 {
font-size: calc(1.044375rem + 1.7325vw);
}
}
h2, .h2 {
font-size: 1.875rem;
}
@media (max-width: 1200px) {
h2, .h2 {
font-size: calc(0.9975rem + 1.17vw);
}
}
h3, .h3 {
font-size: 1.640625rem;
}
@media (max-width: 1200px) {
h3, .h3 {
font-size: calc(0.9740625rem + 0.88875vw);
}
}
h4, .h4 {
font-size: 1.40625rem;
}
@media (max-width: 1200px) {
h4, .h4 {
font-size: calc(0.950625rem + 0.6075vw);
}
}
h5, .h5 {
font-size: 1.171875rem;
}
@media (max-width: 1200px) {
h5, .h5 {
font-size: calc(0.9271875rem + 0.32625vw);
}
}
h6, .h6 {
font-size: 0.9375rem;
}
@media (max-width: 1200px) {
h6, .h6 {
font-size: calc(0.90375rem + 0.045vw);
}
}
.lead {
font-size: 1.171875rem;
font-weight: 300;
}
@media (max-width: 1200px) {
.lead {
font-size: calc(0.9271875rem + 0.32625vw);
}
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
@media (max-width: 1200px) {
.display-1 {
font-size: calc(1.41rem + 6.12vw);
}
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
@media (max-width: 1200px) {
.display-2 {
font-size: calc(1.36rem + 5.52vw);
}
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
@media (max-width: 1200px) {
.display-3 {
font-size: calc(1.26rem + 4.32vw);
}
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
@media (max-width: 1200px) {
.display-4 {
font-size: calc(1.16rem + 3.12vw);
}
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 0.875em;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyle...