mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 11:35:50 +00:00
Create renderer.css
This commit is contained in:
26
assets/renderer.css
Normal file
26
assets/renderer.css
Normal file
@@ -0,0 +1,26 @@
|
||||
#tavern-helper-renderer {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.amily2-renderer-info-container {
|
||||
margin-top: 20px;
|
||||
padding: 15px;
|
||||
background-color: rgba(45, 45, 55, 0.5);
|
||||
border-radius: 8px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.emo-statement {
|
||||
font-style: italic;
|
||||
color: #d1c4e9;
|
||||
text-align: center;
|
||||
margin-bottom: 15px;
|
||||
text-shadow: 0 0 5px rgba(209, 196, 233, 0.5);
|
||||
}
|
||||
|
||||
.description-text {
|
||||
font-size: 14px;
|
||||
color: #dddddd;
|
||||
line-height: 1.6;
|
||||
}
|
||||
Reference in New Issue
Block a user