new style
This commit is contained in:
@@ -19,19 +19,19 @@ body {
|
|||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,.h1 {
|
h1, .h1 {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2,.h2 {
|
h2, .h2 {
|
||||||
font-size: 1.35rem;
|
font-size: 1.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3,.h3 {
|
h3, .h3 {
|
||||||
font-size: 1.35rem;
|
font-size: 1.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4, h5, h6,.h4,.h5,.h6 {
|
h4, h5, h6, .h4, .h5, .h6 {
|
||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ form, input, button, textarea {
|
|||||||
font-size: 0.85rem !important;
|
font-size: 0.85rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea,select {
|
input, textarea, select {
|
||||||
background-color: #121a25 !important;
|
background-color: #121a25 !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
border-color: #020617 !important;
|
border-color: #020617 !important;
|
||||||
@@ -54,9 +54,9 @@ input, textarea,select {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::placeholder {
|
::placeholder {
|
||||||
color: #556070 !important;
|
color: #556070 !important;
|
||||||
opacity: .5; /* wichtig v. a. für Firefox */
|
opacity: .5; /* wichtig v. a. für Firefox */
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -75,7 +75,7 @@ input, textarea,select {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
background: #121a25;
|
background: #121a25;
|
||||||
border: 1px solid var(--border);
|
border: 1px solid var(--border);
|
||||||
border-radius: 6px;
|
border-radius: 6px 6px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
@@ -367,10 +367,11 @@ body {
|
|||||||
color: #e2e2e2 !important;
|
color: #e2e2e2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blue-glow{
|
.blue-glow {
|
||||||
box-shadow: 0px 0px 14px 0px rgba(99,124,247,0.325);
|
box-shadow: 0px 0px 14px 0px rgba(99, 124, 247, 0.325);
|
||||||
}
|
}
|
||||||
.text-glow{
|
|
||||||
|
.text-glow {
|
||||||
text-shadow: #86b7fe 2px 1px 14px;
|
text-shadow: #86b7fe 2px 1px 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -433,9 +434,11 @@ span.think {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.example-2 .inner {
|
.example-2 .inner {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.example-2::before {
|
.example-2::before {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
@@ -469,9 +472,10 @@ span.think {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
margin: 0.45rem 0 0.75rem;
|
margin: -1px 0 0.75rem;
|
||||||
color: rgba(248, 249, 250, 0.76);
|
color: rgba(248, 249, 250, 0.76);
|
||||||
font-size: 0.84rem;
|
font-size: 0.84rem;
|
||||||
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.retriex-option-toggle {
|
.retriex-option-toggle {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text-info fw-bold" style="font-size: 12px">KI-Agent</div>
|
<div class="text-info fw-bold" style="font-size: 12px">KI-Agent</div>
|
||||||
</div>
|
</div>
|
||||||
<img src="/assets/img/logo.svg" style="max-height: 25px;">
|
<img src="/assets/img/logo.svg" style="max-height: 20px;">
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
|
|
||||||
<button id="clear" class="btn btn-trans">Diesen Chat löschen</button>
|
<button id="clear" class="btn btn-trans">Diesen Chat löschen</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user