User:Ygr/common.css
< User:Ygr
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5。
.mw-userlink[title="User:Bluesoul"] {
background: linear-gradient(90deg, red, orange, yellow, green, cyan, blue, violet);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}
.new:after {
content: "🔗";
margin-left: 2px;
font-size: 90%;
}
@keyframes sineWave {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}
.floating-image {
animation: sineWave 3s infinite ease-in-out;
position: relative;
display: inline-block;
}
@font-face {
font-family: "DeterminationMonoWeb";
src: url("/wiki/Special:Redirect/file/DeterminationMonoWeb.woff") format("woff");
font-display: swap;
size-adjust: 125%;
ascent-override: 68%;
descent-override: 32%;
}
@font-face {
font-family: "Zpix";
src: url("/wiki/Special:Redirect/file/Zpix.woff2") format("woff2");
font-display: swap
}
body, p, li, td, th, h1, h2, h3, h4, h5, h6 {
font-family: "DeterminationMonoWeb", "Zpix", monospace, sans-serif !important;
letter-spacing: 0.5px;
font-size: 17px;
line-height: 1.6;
}