Skip to content

Commit

Permalink
Stronger CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Nov 6, 2023
1 parent 04a79c9 commit 59b0a0e
Show file tree
Hide file tree
Showing 32 changed files with 261 additions and 289 deletions.
20 changes: 9 additions & 11 deletions backend/files/system/openai/front.files/chat/burning-sunset.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -53,23 +53,23 @@
background-size: 1px 100px !important;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out !important;
}
.aista-chat-btn:hover,
.aista-chat-btn:active
.aista-chat-btn:focus {
button.aista-chat-btn:hover,
button.aista-chat-btn:active,
button.aista-chat-btn:focus {
box-shadow: 1px 1px 2px rgba(0,0,0,.2);
background-position: 50px;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out;
text-decoration: none !important;
color: #ff3131 !important;
}
.aista-chat-btn i {
button.aista-chat-btn i {
font-size: 20px;
transition: color .25s ease-in-out;
color: #fafafa;
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(200,200,200);
}
Expand Down Expand Up @@ -261,9 +261,7 @@
margin-top: 10px !important;
margin-bottom: 10px !important;
cursor: pointer !important;
}
.aista-chat-answer img {
max-width: 100%;
max-width: 100% !important;
}
.aista-chat-answer pre {
margin-top: 20px !important;
Expand Down
20 changes: 9 additions & 11 deletions backend/files/system/openai/front.files/chat/chess.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -53,23 +53,23 @@
background-size: 1px 100px !important;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out !important;
}
.aista-chat-btn:hover,
.aista-chat-btn:active
.aista-chat-btn:focus {
button.aista-chat-btn:hover,
button.aista-chat-btn:active,
button.aista-chat-btn:focus {
box-shadow: 1px 1px 2px rgba(0,0,0,.2);
background-position: 50px;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out;
text-decoration: none !important;
color: #707070 !important;
}
.aista-chat-btn i {
button.aista-chat-btn i {
font-size: 20px;
transition: color .25s ease-in-out;
color: #707070;
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(150,150,150);
}
Expand Down Expand Up @@ -260,9 +260,7 @@
margin-top: 10px !important;
margin-bottom: 10px !important;
cursor: pointer !important;
}
.aista-chat-answer img {
max-width: 100%;
max-width: 100% !important;
}
.aista-chat-answer pre {
margin-top: 20px !important;
Expand Down
14 changes: 6 additions & 8 deletions backend/files/system/openai/front.files/chat/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -54,14 +54,14 @@
.aista-chat-btn:hover {
text-decoration: none !important;
}
.aista-chat-btn i {
button.aista-chat-btn i {
font-size: 20px;
transition: color .25s ease-in-out;
color: #fafafa;
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(200,200,200);
}
Expand Down Expand Up @@ -213,9 +213,7 @@
margin-top: 10px !important;
margin-bottom: 10px !important;
cursor: pointer !important;
}
.aista-chat-answer img {
max-width: 100%;
max-width: 100% !important;
}
.aista-chat-answer pre {
margin-top: 20px !important;
Expand Down
20 changes: 9 additions & 11 deletions backend/files/system/openai/front.files/chat/emerald.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -53,23 +53,23 @@
background-size: 1px 100px !important;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out !important;
}
.aista-chat-btn:hover,
.aista-chat-btn:active
.aista-chat-btn:focus {
button.aista-chat-btn:hover,
button.aista-chat-btn:active,
button.aista-chat-btn:focus {
box-shadow: 1px 1px 2px rgba(0,0,0,.2);
background-position: 50px;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out;
text-decoration: none !important;
color: #009033 !important;
}
.aista-chat-btn i {
button.aista-chat-btn i {
font-size: 20px;
transition: color .25s ease-in-out;
color: #fafafa;
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(200,200,200);
}
Expand Down Expand Up @@ -263,9 +263,7 @@
margin-top: 10px !important;
margin-bottom: 10px !important;
cursor: pointer !important;
}
.aista-chat-answer img {
max-width: 100%;
max-width: 100% !important;
}
.aista-chat-answer pre {
margin-top: 20px !important;
Expand Down
12 changes: 5 additions & 7 deletions backend/files/system/openai/front.files/chat/frank.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -52,9 +52,9 @@
transition: box-shadow .25s ease-in-out, background-color .25s ease-in-out !important;
font-family: Red hat Display, sans-serif !important;
}
.aista-chat-btn:hover,
.aista-chat-btn:active,
.aista-chat-btn:focus {
button.aista-chat-btn:hover,
button.aista-chat-btn:active,
button.aista-chat-btn:focus {
background-color: #004aad !important;
transition: box-shadow .25s ease-in-out, background-color .25s ease-in-out;
box-shadow: 1px 1px 2px rgba(0,234,255,.3);
Expand Down Expand Up @@ -259,9 +259,7 @@
margin-top: 10px !important;
margin-bottom: 10px !important;
cursor: pointer !important;
}
.aista-chat-answer img {
max-width: 100%;
max-width: 100% !important;
}
.aista-chat-answer pre {
margin-top: 20px !important;
Expand Down
20 changes: 9 additions & 11 deletions backend/files/system/openai/front.files/chat/galaxy.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -53,23 +53,23 @@
background-size: 1px 100px !important;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out !important;
}
.aista-chat-btn:hover,
.aista-chat-btn:active
.aista-chat-btn:focus {
button.aista-chat-btn:hover,
button.aista-chat-btn:active,
button.aista-chat-btn:focus {
box-shadow: 1px 1px 2px rgba(0,0,0,.2);
background-position: 50px;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out;
text-decoration: none !important;
color: #fcfcfc !important;
}
.aista-chat-btn i {
button.aista-chat-btn i {
font-size: 20px;
transition: color .25s ease-in-out;
color: #fafafa;
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(200,200,200);
}
Expand Down Expand Up @@ -263,9 +263,7 @@
margin-top: 10px !important;
margin-bottom: 10px !important;
cursor: pointer !important;
}
.aista-chat-answer img {
max-width: 100%;
max-width: 100% !important;
}
.aista-chat-answer pre {
margin-top: 20px !important;
Expand Down
18 changes: 8 additions & 10 deletions backend/files/system/openai/front.files/chat/lollipop.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -53,23 +53,23 @@
background-size: 1px 100px !important;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out !important;
}
.aista-chat-btn:hover,
.aista-chat-btn:active
.aista-chat-btn:focus {
button.aista-chat-btn:hover,
button.aista-chat-btn:active,
button.aista-chat-btn:focus {
box-shadow: 1px 1px 2px rgba(0,0,0,.2);
background-position: 50px;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out;
text-decoration: none !important;
color: #8c52ff !important;
}
.aista-chat-btn i {
button.aista-chat-btn i {
font-size: 20px;
transition: color .25s ease-in-out;
color: #fafafa;
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(200,200,200);
}
Expand Down Expand Up @@ -262,8 +262,6 @@
margin-top: 10px !important;
margin-bottom: 10px !important;
cursor: pointer !important;
}
.aista-chat-answer img {
max-width: 100%;
}
.aista-chat-answer pre {
Expand Down
24 changes: 11 additions & 13 deletions backend/files/system/openai/front.files/chat/minimalistic-green.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.aista-chat-close-btn i {
font-style: normal;
}
.aista-chat-btn {
button.aista-chat-btn {
animation-name: ainiro_fade_in_chat_window !important;
animation-duration: .5s !important;
animation-iteration-count: 1 !important;
Expand All @@ -53,29 +53,29 @@
background-size: 1px 100px !important;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out !important;
}
.aista-chat-btn:hover,
.aista-chat-btn:active
.aista-chat-btn:focus {
button.aista-chat-btn:hover,
button.aista-chat-btn:active,
button.aista-chat-btn:focus {
box-shadow: 1px 1px 2px rgba(0,0,0,.2);
background-position: 50px;
transition: background-position .25s ease-in-out, box-shadow .25s ease-in-out;
text-decoration: none !important;
color: #fafafa !important;
}
.aista-chat-btn i {
button.aista-chat-btn i {
font-size: 20px;
transition: color .25s ease-in-out;
color: #fafafa;
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(200,200,200);
}
.aista-chat-btn:hover:hover i.icofont-chat,
.aista-chat-btn:hover:active i.icofont-chat,
.aista-chat-btn:hover:focus i.icofont-chat {
button.aista-chat-btn:hover i.icofont-chat,
button.aista-chat-btn:active i.icofont-chat,
button.aista-chat-btn:focus i.icofont-chat {
transition: color .25s ease-in-out;
color: rgb(200,200,200);
}
Expand Down Expand Up @@ -259,8 +259,6 @@
cursor: pointer !important;
border-radius: 5px !important;
box-shadow: 3px 3px 5px rgba(0,0,0,.2) !important;
}
.aista-chat-answer img {
max-width: 100%;
}
.aista-chat-answer pre {
Expand Down
Loading

0 comments on commit 59b0a0e

Please sign in to comment.