uuWAF/docs/_media/custom.css

40 lines
585 B
CSS
Raw Normal View History

2022-09-19 09:05:30 +00:00
article img.sd {
2022-12-11 06:09:37 +00:00
display: block;
box-shadow: 0 3px 15px 3px rgba(40, 40, 40, 0.5);
margin-top: 20px;
2024-06-19 03:02:53 +00:00
border-radius: 5px;
2022-09-19 09:05:30 +00:00
}
2022-09-20 09:17:42 +00:00
article h2 img.emoji {
2022-12-11 06:09:37 +00:00
height: 1.75rem;
2022-09-20 09:17:42 +00:00
}
2022-09-19 09:05:30 +00:00
section.cover.has-mask .mask {
2022-12-11 06:09:37 +00:00
opacity: 0;
height: 100vh;
width: 100vw;
2022-09-19 09:05:30 +00:00
}
section.cover p {
2022-12-11 06:09:37 +00:00
color: var(--theme-color);
2022-09-19 09:05:30 +00:00
}
2022-12-11 06:09:37 +00:00
section.cover h1 .anchor span {
font-family: 'Lobster', cursive;
color: var(--theme-color);
2022-09-19 09:05:30 +00:00
}
section.cover .cover-main>p:last-child a .iconfont {
2022-12-11 06:09:37 +00:00
font-size: 1em;
2022-09-19 09:05:30 +00:00
}
.sidebar>h1 a {
2022-12-11 06:09:37 +00:00
font-family: 'Lobster', cursive;
}
p img.pic {
display: block;
margin: 0 auto;
width: 500px;
2022-09-19 09:05:30 +00:00
}