summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorPhyscik <mynameisgennadiy@vk.com>2026-01-13 22:15:27 +0500
committerPhyscik <mynameisgennadiy@vk.com>2026-01-13 22:15:27 +0500
commite3187471f4994c99d53f20e4c9bfb3a2f2454ce3 (patch)
treef4bab3d0a8f65b1f5fe904f9c56090da9b1ba55c /index.css
parent05968ef0b95c641aa77649a3eeab40c22b2c48a1 (diff)
Generation automation
Diffstat (limited to 'index.css')
-rw-r--r--index.css32
1 files changed, 24 insertions, 8 deletions
diff --git a/index.css b/index.css
index 2a42482..28a074c 100644
--- a/index.css
+++ b/index.css
@@ -30,14 +30,20 @@
}
.card {
+ background-image: url("cardFace.png");
+ background-size: cover;
+
+}
+
+.overlay {
+ background-image: url("Components/cardLine.svg");
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-size: 100%;
padding: -5px;
height: calc(160px * 4);
width: calc(110px * 4);
- border: 5px solid black;
- border-radius: 30px;
display: flex;
- background-image: url("cardFace.png");
- background-size: cover;
}
.in-box {
@@ -48,9 +54,8 @@
}
.side-panel {
- height: calc(160px * 4);
+ height: calc(160px * 4 - 10px);
width: calc(160px * 4 * 0.1 - 23px + 10px);
- background-color: balck;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
@@ -70,7 +75,7 @@
}
.side-panel-content {
- height: calc(160px * 4 - (160px * 4 * 0.1) - 5px);
+ height: calc(160px * 4 - (160px * 4 * 0.1) - 25px);
display: flex;
}
@@ -94,6 +99,7 @@
padding-left: 10px;
width: calc(160px * 4 * 0.9 - 30px - 220px);
line-height: 70px;
+ text-align: center;
}
.class-icon {
@@ -108,6 +114,7 @@
width: calc(160px * 4 * 0.9 - 30px - 220px);
margin-bottom: 0px;
+ text-align: center;
}
.stats {
@@ -124,6 +131,13 @@
list-style: none;
flex-wrap: wrap;
+
+ background-image: url("Components/components.svg");
+ background-size: cover;
+ background-repeat: no-repeat;
+ background-size: 100%;
+
+ text-align: center;
}
.description {
@@ -136,6 +150,8 @@ li {
.contents > p {
font-size: var(--font-size);
+ padding-right: 10px;
+ padding-left: 10px;
}
.card.bard > .side-panel > .level {
@@ -147,7 +163,7 @@ li {
background-repeat: no-repeat;
background-size: cover;
margin-top: calc(180px * 4 * 0.1 - 6px);
- height: calc(160px * 4 - 180px * 4 * 0.1 + 10px);
+ height: calc(160px * 4 - 180px * 4 * 0.1 + 10px - 10px);
min-width: 10;
}