feel the nostalgia
Polytoria on IE by sk-fast
Details
Authorsk-fast
LicenseNo License
Categorypolytoria
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Fr
Source code
/* ==UserStyle==
@name Polytoria on IE
@version 20220619.09.25
@namespace userstyles.world/user/sk-fast
@description feel the nostalgia
@author sk-fast
@license No License
==/UserStyle== */
@-moz-document domain("polytoria.com") {
* {
border-radius: 0px !important;
transition: none !important;
image-rendering: pixelated;
-webkit-font-smoothing : none;
font-family: "MS Pゴシック", 'Trebuchet MS', sans-serif;
font-weight: 100;
animation: none !important;
}
body {
animation: pageRender 0.5s !important;
animation-timing-function: steps(5, end) !important;
}
.spinner::after {
content: "Loading..."
}
@keyframes pageRender {
0% {
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
100% {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}
.btn-success {
background: rgb(40,167,69);
background: linear-gradient(180deg, rgba(40,167,69,1) 0%, rgba(20,92,37,1) 100%);
border-color:rgba(40,167,69,1);
}
.btn-primary {
background: #2c7be5;
background: linear-gradient(180deg, #007bff 0%, #005fc4);
border-color:#2c7be5;
}
a:active {
transform: translateY(2px) !important;
}
.zoom_sp:hover {
transform: scale(1);
}
.btn {
border-radius: 0px;
border-style: outset;
border-width: 2px;
}
.comment-body {
border-radius: 0px;
}
.btn:hover {
filter: brightness(105%);
}
.btn:active {
border-style: inset;
filter: brightness(90%);
}
.btn:focus {
box-shadow: none !important;
}
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background: #e8e8eb;
}
::-webkit-scrollbar-thumb {
background: #c4c6cc;
border-style: outset;
border-color: black;
border-width: 2px;
}
::-webkit-scrollbar-thumb:hover {
background: #a3a5aa;
}
}