blob: 054866aa0a6d8190581546fc137db9db74b60c83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
body {
max-width: 960px;
margin-left: auto;
margin-right: auto;
background-image: url(media/moetile.png);
background-color: #ffb5cd;
color: purple;
font-family: "MS PGothic", "Mona", "Monapo", "IPAMonaPGothic", "IPAPGothic", "saitamaar_light", "submona", "times";
}
main {
background: linear-gradient(120deg, #ffb5cd, #ff74a0);
border: 1px purple solid;
padding: 10px;
}
html::after {
position: fixed !important;
content: url(media/nano.webp);
bottom: -5px !important;
right: 10px !important;
z-index: -1;
}
|