Pegasus YaY commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,40 +18,40 @@ language:
|
|
| 18 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 19 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 20 |
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
| 21 |
-
|
| 22 |
body {
|
| 23 |
font-family: 'Philosopher', 'Segoe UI', Arial, sans-serif;
|
| 24 |
line-height: 1.6;
|
| 25 |
margin: 0;
|
| 26 |
padding: 0;
|
| 27 |
-
/* --- Deep Night Sky Background --- */
|
| 28 |
-
background: #
|
| 29 |
}
|
| 30 |
.container {
|
| 31 |
width: 100%;
|
| 32 |
margin: 0;
|
| 33 |
-
/* --- Night Sky Gradient from Image --- */
|
| 34 |
-
background: linear-gradient(135deg, #
|
| 35 |
padding: 30px;
|
| 36 |
box-sizing: border-box;
|
| 37 |
/* --- Text Color - Light Grey (Pony's Body) --- */
|
| 38 |
-
color: #d8d8e0; /*
|
| 39 |
-
/* --- Border & Glow -
|
| 40 |
-
border: 3px solid #
|
| 41 |
-
box-shadow: 0 0 15px 5px rgba(
|
| 42 |
}
|
| 43 |
h1, h2 {
|
| 44 |
-
/* --- Headings -
|
| 45 |
-
color: #
|
| 46 |
-
/* --- Border -
|
| 47 |
-
border-bottom: 2px solid #
|
| 48 |
padding-bottom: 5px;
|
| 49 |
margin-top: 0;
|
| 50 |
-
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.
|
| 51 |
}
|
| 52 |
-
/* --- Links -
|
| 53 |
a {
|
| 54 |
-
color: #
|
| 55 |
text-decoration: none;
|
| 56 |
}
|
| 57 |
a:hover {
|
|
@@ -60,7 +60,7 @@ language:
|
|
| 60 |
}
|
| 61 |
/* Specific Link */
|
| 62 |
p a[href*="WoonaAI"] {
|
| 63 |
-
color: #
|
| 64 |
}
|
| 65 |
.model-image {
|
| 66 |
text-align: center;
|
|
@@ -71,12 +71,12 @@ language:
|
|
| 71 |
width: 100%;
|
| 72 |
height: auto;
|
| 73 |
border-radius: 10px;
|
| 74 |
-
/* --- Image Border & Glow -
|
| 75 |
-
border: 3px solid #
|
| 76 |
-
box-shadow: 0 0 15px 5px rgba(
|
| 77 |
display: block;
|
| 78 |
}
|
| 79 |
-
/* --- Table Styles - Night Theme with Gold/Grey --- */
|
| 80 |
table {
|
| 81 |
width: 100%;
|
| 82 |
border-collapse: collapse;
|
|
@@ -99,40 +99,41 @@ language:
|
|
| 99 |
th {
|
| 100 |
background-color: transparent;
|
| 101 |
font-weight: bold;
|
| 102 |
-
/* --- Table Headers -
|
| 103 |
-
color: #
|
| 104 |
text-align: left;
|
| 105 |
border-bottom: none;
|
| 106 |
}
|
| 107 |
tr:hover {
|
| 108 |
background: none;
|
| 109 |
}
|
| 110 |
-
/* Emphasized Table Text -
|
| 111 |
td strong, td u {
|
| 112 |
-
color: #
|
| 113 |
}
|
| 114 |
-
/* --- Highlight/Warning Blocks -
|
| 115 |
.highlight, .warning {
|
| 116 |
padding: 15px 20px;
|
| 117 |
margin: 20px 0;
|
| 118 |
border-radius: 5px;
|
| 119 |
border-left-width: 5px;
|
| 120 |
border-left-style: solid;
|
| 121 |
-
color: #f0f0f8; /* Keep slightly lighter text
|
| 122 |
}
|
| 123 |
.highlight {
|
| 124 |
-
/* --- Highlight Block -
|
| 125 |
-
background: rgba(
|
| 126 |
-
border-left-color: #
|
| 127 |
}
|
| 128 |
.highlight h3 {
|
| 129 |
-
|
|
|
|
| 130 |
margin-top: 0;
|
| 131 |
}
|
| 132 |
.warning {
|
| 133 |
-
/* --- Warning Block -
|
| 134 |
-
background: rgba(
|
| 135 |
-
border-left-color: #
|
| 136 |
color: #e8e8f8;
|
| 137 |
padding: 15px 20px;
|
| 138 |
margin: 20px 0;
|
|
@@ -141,18 +142,18 @@ language:
|
|
| 141 |
border-left-style: solid;
|
| 142 |
}
|
| 143 |
.warning h3 {
|
| 144 |
-
color: #
|
| 145 |
margin-top: 0;
|
| 146 |
}
|
| 147 |
-
/* --- Badges - Dark Grey (Pony Body) & Gold Text --- */
|
| 148 |
.badge {
|
| 149 |
display: inline-block;
|
| 150 |
padding: 6px 12px;
|
| 151 |
border-radius: 4px;
|
| 152 |
/* --- Badge Background - Dark Grey --- */
|
| 153 |
-
background: #
|
| 154 |
-
/* --- Badge Text - Pale Gold
|
| 155 |
-
color: #FFFACD; /* LemonChiffon
|
| 156 |
font-weight: bold;
|
| 157 |
margin: 5px;
|
| 158 |
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
|
|
@@ -161,17 +162,17 @@ language:
|
|
| 161 |
margin-top: 30px;
|
| 162 |
text-align: center;
|
| 163 |
opacity: 0.85;
|
| 164 |
-
/* --- Footer Text -
|
| 165 |
-
color: #
|
| 166 |
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
|
| 167 |
}
|
| 168 |
-
/* Chat Example Styling -
|
| 169 |
.chat-example {
|
| 170 |
border-radius: 12px;
|
| 171 |
padding: 20px;
|
| 172 |
margin: 25px 0;
|
| 173 |
-
/* --- Chat Box Border - Dark Grey --- */
|
| 174 |
-
border: 1px solid #
|
| 175 |
}
|
| 176 |
.message {
|
| 177 |
margin: 15px 0;
|
|
@@ -180,35 +181,35 @@ language:
|
|
| 180 |
max-width: 80%;
|
| 181 |
}
|
| 182 |
.message.user {
|
| 183 |
-
background: #
|
| 184 |
/* --- User Message Border - Muted Gold --- */
|
| 185 |
-
border: 1px solid #
|
| 186 |
margin-left: auto;
|
| 187 |
}
|
| 188 |
.message.assistant {
|
| 189 |
-
background: #
|
| 190 |
/* --- Assistant Message Border - Grey --- */
|
| 191 |
-
border: 1px solid #
|
| 192 |
margin-right: auto;
|
| 193 |
}
|
| 194 |
.role {
|
| 195 |
-
/* --- Role Text -
|
| 196 |
-
color: #
|
| 197 |
font-weight: bold;
|
| 198 |
margin-bottom: 8px;
|
| 199 |
font-size: 0.9em;
|
| 200 |
}
|
| 201 |
pre {
|
| 202 |
-
/* --- Code Block Background - Very Dark
|
| 203 |
-
background: #
|
| 204 |
padding: 12px;
|
| 205 |
border-radius: 6px;
|
| 206 |
white-space: pre-wrap;
|
| 207 |
margin: 10px 0;
|
| 208 |
-
/* --- Code Text - Pale Gold --- */
|
| 209 |
-
color: #
|
| 210 |
-
/* --- Code Border - Semi-Transparent
|
| 211 |
-
border: 1px solid rgba(
|
| 212 |
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
| 213 |
}
|
| 214 |
</style>
|
|
|
|
| 18 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 19 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 20 |
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
| 21 |
+
<style>
|
| 22 |
body {
|
| 23 |
font-family: 'Philosopher', 'Segoe UI', Arial, sans-serif;
|
| 24 |
line-height: 1.6;
|
| 25 |
margin: 0;
|
| 26 |
padding: 0;
|
| 27 |
+
/* --- Deep Teal/Blue Night Sky Background --- */
|
| 28 |
+
background: #0a1829; /* Dark Navy Blue base */
|
| 29 |
}
|
| 30 |
.container {
|
| 31 |
width: 100%;
|
| 32 |
margin: 0;
|
| 33 |
+
/* --- Night Sky Gradient from Image (Teal/Cyan focus) --- */
|
| 34 |
+
background: linear-gradient(135deg, #0a1829 0%, #0d2c3b 50%, #0e3d4a 100%); /* Dark Navy -> Dark Teal -> Tealish Blue */
|
| 35 |
padding: 30px;
|
| 36 |
box-sizing: border-box;
|
| 37 |
/* --- Text Color - Light Grey (Pony's Body) --- */
|
| 38 |
+
color: #d8d8e0; /* Kept light grey */
|
| 39 |
+
/* --- Border & Glow - Softer Gold (Mane Highlight) --- */
|
| 40 |
+
border: 3px solid #F0E68C; /* Khaki (Softer Gold) */
|
| 41 |
+
box-shadow: 0 0 15px 5px rgba(240, 230, 140, 0.4); /* Softer gold glow */
|
| 42 |
}
|
| 43 |
h1, h2 {
|
| 44 |
+
/* --- Headings - Softer Gold (Mane Mid-tone) --- */
|
| 45 |
+
color: #EEE8AA; /* PaleGoldenrod */
|
| 46 |
+
/* --- Border - Muted Gold/Brown (Mane Shadow) --- */
|
| 47 |
+
border-bottom: 2px solid #BDB76B; /* DarkKhaki */
|
| 48 |
padding-bottom: 5px;
|
| 49 |
margin-top: 0;
|
| 50 |
+
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* Shadow for readability */
|
| 51 |
}
|
| 52 |
+
/* --- Links - Pale Yellow/Gold (Mane Highlight) --- */
|
| 53 |
a {
|
| 54 |
+
color: #FFFACD; /* LemonChiffon */
|
| 55 |
text-decoration: none;
|
| 56 |
}
|
| 57 |
a:hover {
|
|
|
|
| 60 |
}
|
| 61 |
/* Specific Link */
|
| 62 |
p a[href*="WoonaAI"] {
|
| 63 |
+
color: #FFFACD; /* LemonChiffon */
|
| 64 |
}
|
| 65 |
.model-image {
|
| 66 |
text-align: center;
|
|
|
|
| 71 |
width: 100%;
|
| 72 |
height: auto;
|
| 73 |
border-radius: 10px;
|
| 74 |
+
/* --- Image Border & Glow - Softer Gold --- */
|
| 75 |
+
border: 3px solid #F0E68C; /* Khaki */
|
| 76 |
+
box-shadow: 0 0 15px 5px rgba(240, 230, 140, 0.4); /* Softer gold glow */
|
| 77 |
display: block;
|
| 78 |
}
|
| 79 |
+
/* --- Table Styles - Night Theme with Soft Gold/Grey --- */
|
| 80 |
table {
|
| 81 |
width: 100%;
|
| 82 |
border-collapse: collapse;
|
|
|
|
| 99 |
th {
|
| 100 |
background-color: transparent;
|
| 101 |
font-weight: bold;
|
| 102 |
+
/* --- Table Headers - Softer Gold --- */
|
| 103 |
+
color: #EEE8AA; /* PaleGoldenrod */
|
| 104 |
text-align: left;
|
| 105 |
border-bottom: none;
|
| 106 |
}
|
| 107 |
tr:hover {
|
| 108 |
background: none;
|
| 109 |
}
|
| 110 |
+
/* Emphasized Table Text - Pale Yellow/Gold */
|
| 111 |
td strong, td u {
|
| 112 |
+
color: #FFFACD; /* LemonChiffon */
|
| 113 |
}
|
| 114 |
+
/* --- Highlight/Warning Blocks - Teal/Grey Accents --- */
|
| 115 |
.highlight, .warning {
|
| 116 |
padding: 15px 20px;
|
| 117 |
margin: 20px 0;
|
| 118 |
border-radius: 5px;
|
| 119 |
border-left-width: 5px;
|
| 120 |
border-left-style: solid;
|
| 121 |
+
color: #f0f0f8; /* Keep slightly lighter text */
|
| 122 |
}
|
| 123 |
.highlight {
|
| 124 |
+
/* --- Highlight Block - Teal Accent (Sky) --- */
|
| 125 |
+
background: rgba(32, 178, 170, 0.15); /* Semi-transparent LightSeaGreen */
|
| 126 |
+
border-left-color: #20B2AA; /* LightSeaGreen */
|
| 127 |
}
|
| 128 |
.highlight h3 {
|
| 129 |
+
/* --- Highlight Heading - Brighter Teal --- */
|
| 130 |
+
color: #48D1CC; /* MediumTurquoise */
|
| 131 |
margin-top: 0;
|
| 132 |
}
|
| 133 |
.warning {
|
| 134 |
+
/* --- Warning Block - Grey Accent (Pony Body) --- */
|
| 135 |
+
background: rgba(119, 136, 153, 0.2); /* Semi-transparent LightSlateGray */
|
| 136 |
+
border-left-color: #778899; /* LightSlateGray */
|
| 137 |
color: #e8e8f8;
|
| 138 |
padding: 15px 20px;
|
| 139 |
margin: 20px 0;
|
|
|
|
| 142 |
border-left-style: solid;
|
| 143 |
}
|
| 144 |
.warning h3 {
|
| 145 |
+
color: #A0AEC1; /* Lighter Slate Gray */
|
| 146 |
margin-top: 0;
|
| 147 |
}
|
| 148 |
+
/* --- Badges - Dark Grey (Pony Body) & Pale Gold Text --- */
|
| 149 |
.badge {
|
| 150 |
display: inline-block;
|
| 151 |
padding: 6px 12px;
|
| 152 |
border-radius: 4px;
|
| 153 |
/* --- Badge Background - Dark Grey --- */
|
| 154 |
+
background: #696969; /* DimGray */
|
| 155 |
+
/* --- Badge Text - Pale Yellow/Gold --- */
|
| 156 |
+
color: #FFFACD; /* LemonChiffon */
|
| 157 |
font-weight: bold;
|
| 158 |
margin: 5px;
|
| 159 |
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
|
|
|
|
| 162 |
margin-top: 30px;
|
| 163 |
text-align: center;
|
| 164 |
opacity: 0.85;
|
| 165 |
+
/* --- Footer Text - Light Grey --- */
|
| 166 |
+
color: #d8d8e0;
|
| 167 |
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
|
| 168 |
}
|
| 169 |
+
/* Chat Example Styling - Teal/Gold Theme */
|
| 170 |
.chat-example {
|
| 171 |
border-radius: 12px;
|
| 172 |
padding: 20px;
|
| 173 |
margin: 25px 0;
|
| 174 |
+
/* --- Chat Box Border - Dark Teal/Grey --- */
|
| 175 |
+
border: 1px solid #2F4F4F; /* DarkSlateGray */
|
| 176 |
}
|
| 177 |
.message {
|
| 178 |
margin: 15px 0;
|
|
|
|
| 181 |
max-width: 80%;
|
| 182 |
}
|
| 183 |
.message.user {
|
| 184 |
+
background: #1A2E38; /* Darker Blue-Teal */
|
| 185 |
/* --- User Message Border - Muted Gold --- */
|
| 186 |
+
border: 1px solid #BDB76B; /* DarkKhaki */
|
| 187 |
margin-left: auto;
|
| 188 |
}
|
| 189 |
.message.assistant {
|
| 190 |
+
background: #2A2A3A; /* Dark Grey-Blue */
|
| 191 |
/* --- Assistant Message Border - Grey --- */
|
| 192 |
+
border: 1px solid #778899; /* LightSlateGray */
|
| 193 |
margin-right: auto;
|
| 194 |
}
|
| 195 |
.role {
|
| 196 |
+
/* --- Role Text - Pale Yellow/Gold --- */
|
| 197 |
+
color: #FFFACD; /* LemonChiffon */
|
| 198 |
font-weight: bold;
|
| 199 |
margin-bottom: 8px;
|
| 200 |
font-size: 0.9em;
|
| 201 |
}
|
| 202 |
pre {
|
| 203 |
+
/* --- Code Block Background - Very Dark Navy --- */
|
| 204 |
+
background: #0a1829;
|
| 205 |
padding: 12px;
|
| 206 |
border-radius: 6px;
|
| 207 |
white-space: pre-wrap;
|
| 208 |
margin: 10px 0;
|
| 209 |
+
/* --- Code Text - Pale Yellow/Gold --- */
|
| 210 |
+
color: #FFFACD; /* LemonChiffon */
|
| 211 |
+
/* --- Code Border - Semi-Transparent Soft Gold --- */
|
| 212 |
+
border: 1px solid rgba(240, 230, 140, 0.3);
|
| 213 |
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
| 214 |
}
|
| 215 |
</style>
|