💄 Tweak style
This commit is contained in:
parent
8c7e842d2e
commit
c007aeeab4
63 changed files with 7 additions and 4 deletions
|
@ -11,7 +11,7 @@ body {
|
|||
border-image-width: 15px;
|
||||
border-image-slice: 15 16;
|
||||
border-radius: 5px;
|
||||
padding: 6px;
|
||||
padding: 6px 6px 12px 6px;
|
||||
background: rgba(21, 30, 61, 0.7);
|
||||
background-image: url("/static/Infobox-background.webp");
|
||||
background-position: bottom right;
|
||||
|
@ -27,10 +27,11 @@ body {
|
|||
line-height: 1.6;
|
||||
text-align: center;
|
||||
letter-spacing: 4px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.weapon-icon-bg {
|
||||
margin: 5px;
|
||||
margin: 20px 5px;
|
||||
padding: 10px;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
|
@ -46,12 +47,13 @@ body {
|
|||
}
|
||||
|
||||
.mechanism {
|
||||
padding: 2px 16px;
|
||||
padding: 6px 16px;
|
||||
color: #e0e0e0;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-family: "Noto Sans CJK SC";
|
||||
line-height: 1.7;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.CC {
|
||||
|
@ -83,12 +85,13 @@ body {
|
|||
}
|
||||
|
||||
.description {
|
||||
padding: 2px 16px;
|
||||
padding: 6px 16px;
|
||||
color: #90abe6;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
font-family: "Noto Sans CJK SC";
|
||||
line-height: 1.7;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue