Pegasus YaY
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,47 +18,49 @@ 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 |
-
|
|
|
|
| 28 |
}
|
| 29 |
.container {
|
| 30 |
width: 100%;
|
| 31 |
margin: 0;
|
| 32 |
-
/* ---
|
| 33 |
-
background: linear-gradient(135deg, #
|
| 34 |
padding: 30px;
|
| 35 |
box-sizing: border-box;
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
|
|
|
| 40 |
}
|
| 41 |
h1, h2 {
|
| 42 |
-
/* ---
|
| 43 |
-
color: #
|
| 44 |
-
/* ---
|
| 45 |
-
border-bottom: 2px solid #
|
| 46 |
padding-bottom: 5px;
|
| 47 |
margin-top: 0;
|
| 48 |
-
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.
|
| 49 |
}
|
| 50 |
-
/* ---
|
| 51 |
a {
|
| 52 |
-
color: #
|
| 53 |
text-decoration: none;
|
| 54 |
}
|
| 55 |
a:hover {
|
| 56 |
-
color: #ffffff; /*
|
| 57 |
text-decoration: underline;
|
| 58 |
}
|
| 59 |
-
/*
|
| 60 |
p a[href*="WoonaAI"] {
|
| 61 |
-
color: #
|
| 62 |
}
|
| 63 |
.model-image {
|
| 64 |
text-align: center;
|
|
@@ -69,12 +71,12 @@ language:
|
|
| 69 |
width: 100%;
|
| 70 |
height: auto;
|
| 71 |
border-radius: 10px;
|
| 72 |
-
/* ---
|
| 73 |
-
border: 3px solid #
|
| 74 |
-
box-shadow: 0 0 15px 5px rgba(
|
| 75 |
display: block;
|
| 76 |
}
|
| 77 |
-
/* ---
|
| 78 |
table {
|
| 79 |
width: 100%;
|
| 80 |
border-collapse: collapse;
|
|
@@ -87,7 +89,8 @@ language:
|
|
| 87 |
th, td {
|
| 88 |
padding: 14px 18px;
|
| 89 |
text-align: left;
|
| 90 |
-
|
|
|
|
| 91 |
border-bottom: none;
|
| 92 |
}
|
| 93 |
tr:last-child td {
|
|
@@ -96,59 +99,60 @@ language:
|
|
| 96 |
th {
|
| 97 |
background-color: transparent;
|
| 98 |
font-weight: bold;
|
| 99 |
-
|
|
|
|
| 100 |
text-align: left;
|
| 101 |
border-bottom: none;
|
| 102 |
}
|
| 103 |
tr:hover {
|
| 104 |
background: none;
|
| 105 |
}
|
| 106 |
-
/*
|
| 107 |
td strong, td u {
|
| 108 |
-
color: #
|
| 109 |
}
|
| 110 |
-
/* ---
|
| 111 |
.highlight, .warning {
|
| 112 |
padding: 15px 20px;
|
| 113 |
margin: 20px 0;
|
| 114 |
border-radius: 5px;
|
| 115 |
border-left-width: 5px;
|
| 116 |
border-left-style: solid;
|
| 117 |
-
color: #f0f0f8; /*
|
| 118 |
}
|
| 119 |
.highlight {
|
| 120 |
-
/* ---
|
| 121 |
-
background: rgba(
|
| 122 |
-
border-left-color: #
|
| 123 |
}
|
| 124 |
.highlight h3 {
|
| 125 |
-
color: #
|
| 126 |
margin-top: 0;
|
| 127 |
}
|
| 128 |
.warning {
|
| 129 |
-
/* ---
|
| 130 |
-
background: rgba(
|
| 131 |
-
border-left-color: #
|
| 132 |
-
color: #e8e8f8;
|
| 133 |
-
padding: 15px 20px;
|
| 134 |
margin: 20px 0;
|
| 135 |
border-radius: 5px;
|
| 136 |
border-left-width: 5px;
|
| 137 |
border-left-style: solid;
|
| 138 |
}
|
| 139 |
.warning h3 {
|
| 140 |
-
color: #
|
| 141 |
margin-top: 0;
|
| 142 |
}
|
| 143 |
-
/* ---
|
| 144 |
.badge {
|
| 145 |
display: inline-block;
|
| 146 |
padding: 6px 12px;
|
| 147 |
border-radius: 4px;
|
| 148 |
-
/* ---
|
| 149 |
-
background: #
|
| 150 |
-
/* ---
|
| 151 |
-
color: #
|
| 152 |
font-weight: bold;
|
| 153 |
margin: 5px;
|
| 154 |
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
|
|
@@ -157,15 +161,17 @@ language:
|
|
| 157 |
margin-top: 30px;
|
| 158 |
text-align: center;
|
| 159 |
opacity: 0.85;
|
| 160 |
-
|
|
|
|
| 161 |
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
|
| 162 |
}
|
| 163 |
-
/* Chat Example Styling -
|
| 164 |
.chat-example {
|
| 165 |
border-radius: 12px;
|
| 166 |
padding: 20px;
|
| 167 |
margin: 25px 0;
|
| 168 |
-
|
|
|
|
| 169 |
}
|
| 170 |
.message {
|
| 171 |
margin: 15px 0;
|
|
@@ -174,30 +180,36 @@ language:
|
|
| 174 |
max-width: 80%;
|
| 175 |
}
|
| 176 |
.message.user {
|
| 177 |
-
background: #283747; /*
|
| 178 |
-
|
|
|
|
| 179 |
margin-left: auto;
|
| 180 |
}
|
| 181 |
.message.assistant {
|
| 182 |
-
background: #31213F; /*
|
| 183 |
-
|
|
|
|
| 184 |
margin-right: auto;
|
| 185 |
}
|
| 186 |
.role {
|
| 187 |
-
|
|
|
|
| 188 |
font-weight: bold;
|
| 189 |
margin-bottom: 8px;
|
| 190 |
font-size: 0.9em;
|
| 191 |
}
|
| 192 |
pre {
|
| 193 |
-
|
|
|
|
| 194 |
padding: 12px;
|
| 195 |
border-radius: 6px;
|
| 196 |
white-space: pre-wrap;
|
| 197 |
margin: 10px 0;
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
|
|
|
|
|
|
|
| 201 |
}
|
| 202 |
</style>
|
| 203 |
</head>
|
|
|
|
| 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 Night Sky Background --- */
|
| 28 |
+
background: #0a0a23; /* Darker base blue */
|
| 29 |
}
|
| 30 |
.container {
|
| 31 |
width: 100%;
|
| 32 |
margin: 0;
|
| 33 |
+
/* --- Night Sky Gradient from Image --- */
|
| 34 |
+
background: linear-gradient(135deg, #0a0a23 0%, #1c1c3e 50%, #2d2d57 100%); /* Dark Blue to Indigo/Violet */
|
| 35 |
padding: 30px;
|
| 36 |
box-sizing: border-box;
|
| 37 |
+
/* --- Text Color - Light Grey (Pony's Body) --- */
|
| 38 |
+
color: #d8d8e0; /* Slightly cooler light grey */
|
| 39 |
+
/* --- Border & Glow - Golden Mane --- */
|
| 40 |
+
border: 3px solid #FFD700; /* Gold border */
|
| 41 |
+
box-shadow: 0 0 15px 5px rgba(255, 215, 0, 0.5); /* Gold glow */
|
| 42 |
}
|
| 43 |
h1, h2 {
|
| 44 |
+
/* --- Headings - Golden Mane Color --- */
|
| 45 |
+
color: #FFD700; /* Gold */
|
| 46 |
+
/* --- Border - Darker Gold/Brown Hue --- */
|
| 47 |
+
border-bottom: 2px solid #DAA520; /* Goldenrod */
|
| 48 |
padding-bottom: 5px;
|
| 49 |
margin-top: 0;
|
| 50 |
+
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Stronger shadow for contrast */
|
| 51 |
}
|
| 52 |
+
/* --- Links - Bright Grey (Contrast/Pony Highlights) --- */
|
| 53 |
a {
|
| 54 |
+
color: #d3d3d3; /* LightGray */
|
| 55 |
text-decoration: none;
|
| 56 |
}
|
| 57 |
a:hover {
|
| 58 |
+
color: #ffffff; /* White on hover */
|
| 59 |
text-decoration: underline;
|
| 60 |
}
|
| 61 |
+
/* Specific Link */
|
| 62 |
p a[href*="WoonaAI"] {
|
| 63 |
+
color: #d3d3d3; /* LightGray */
|
| 64 |
}
|
| 65 |
.model-image {
|
| 66 |
text-align: center;
|
|
|
|
| 71 |
width: 100%;
|
| 72 |
height: auto;
|
| 73 |
border-radius: 10px;
|
| 74 |
+
/* --- Image Border & Glow - Golden Mane --- */
|
| 75 |
+
border: 3px solid #FFD700; /* Gold border */
|
| 76 |
+
box-shadow: 0 0 15px 5px rgba(255, 215, 0, 0.5); /* Gold glow */
|
| 77 |
display: block;
|
| 78 |
}
|
| 79 |
+
/* --- Table Styles - Night Theme with Gold/Grey --- */
|
| 80 |
table {
|
| 81 |
width: 100%;
|
| 82 |
border-collapse: collapse;
|
|
|
|
| 89 |
th, td {
|
| 90 |
padding: 14px 18px;
|
| 91 |
text-align: left;
|
| 92 |
+
/* --- Table Text - Light Grey --- */
|
| 93 |
+
color: #d8d8e0;
|
| 94 |
border-bottom: none;
|
| 95 |
}
|
| 96 |
tr:last-child td {
|
|
|
|
| 99 |
th {
|
| 100 |
background-color: transparent;
|
| 101 |
font-weight: bold;
|
| 102 |
+
/* --- Table Headers - Golden Mane Color --- */
|
| 103 |
+
color: #FFD700; /* Gold */
|
| 104 |
text-align: left;
|
| 105 |
border-bottom: none;
|
| 106 |
}
|
| 107 |
tr:hover {
|
| 108 |
background: none;
|
| 109 |
}
|
| 110 |
+
/* Emphasized Table Text - Bright Grey */
|
| 111 |
td strong, td u {
|
| 112 |
+
color: #d3d3d3; /* LightGray */
|
| 113 |
}
|
| 114 |
+
/* --- Highlight/Warning Blocks - Gold/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 for readability */
|
| 122 |
}
|
| 123 |
.highlight {
|
| 124 |
+
/* --- Highlight Block - Gold Accent --- */
|
| 125 |
+
background: rgba(255, 215, 0, 0.1); /* Semi-transparent Gold */
|
| 126 |
+
border-left-color: #FFD700; /* Gold */
|
| 127 |
}
|
| 128 |
.highlight h3 {
|
| 129 |
+
color: #FFD700; /* Gold heading */
|
| 130 |
margin-top: 0;
|
| 131 |
}
|
| 132 |
.warning {
|
| 133 |
+
/* --- Warning Block - Dark Grey Accent (Pony Body) --- */
|
| 134 |
+
background: rgba(60, 60, 80, 0.3); /* Semi-transparent dark grey-blue */
|
| 135 |
+
border-left-color: #808080; /* Grey */
|
| 136 |
+
color: #e8e8f8;
|
| 137 |
+
padding: 15px 20px;
|
| 138 |
margin: 20px 0;
|
| 139 |
border-radius: 5px;
|
| 140 |
border-left-width: 5px;
|
| 141 |
border-left-style: solid;
|
| 142 |
}
|
| 143 |
.warning h3 {
|
| 144 |
+
color: #A9A9A9; /* DarkGray (lighter than border) */
|
| 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: #686868; /* DimGray */
|
| 154 |
+
/* --- Badge Text - Pale Gold for contrast --- */
|
| 155 |
+
color: #FFFACD; /* LemonChiffon (pale gold) */
|
| 156 |
font-weight: bold;
|
| 157 |
margin: 5px;
|
| 158 |
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
|
|
|
|
| 161 |
margin-top: 30px;
|
| 162 |
text-align: center;
|
| 163 |
opacity: 0.85;
|
| 164 |
+
/* --- Footer Text - Bright Grey --- */
|
| 165 |
+
color: #d3d3d3; /* LightGray */
|
| 166 |
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
|
| 167 |
}
|
| 168 |
+
/* Chat Example Styling - Night/Gold Theme */
|
| 169 |
.chat-example {
|
| 170 |
border-radius: 12px;
|
| 171 |
padding: 20px;
|
| 172 |
margin: 25px 0;
|
| 173 |
+
/* --- Chat Box Border - Dark Grey --- */
|
| 174 |
+
border: 1px solid #4a4a4a; /* Darker Grey */
|
| 175 |
}
|
| 176 |
.message {
|
| 177 |
margin: 15px 0;
|
|
|
|
| 180 |
max-width: 80%;
|
| 181 |
}
|
| 182 |
.message.user {
|
| 183 |
+
background: #283747; /* Keep dark blueish */
|
| 184 |
+
/* --- User Message Border - Muted Gold --- */
|
| 185 |
+
border: 1px solid #DAA520; /* Goldenrod */
|
| 186 |
margin-left: auto;
|
| 187 |
}
|
| 188 |
.message.assistant {
|
| 189 |
+
background: #31213F; /* Keep dark purplish */
|
| 190 |
+
/* --- Assistant Message Border - Grey --- */
|
| 191 |
+
border: 1px solid #A9A9A9; /* DarkGray */
|
| 192 |
margin-right: auto;
|
| 193 |
}
|
| 194 |
.role {
|
| 195 |
+
/* --- Role Text - Bright Grey --- */
|
| 196 |
+
color: #d3d3d3; /* LightGray */
|
| 197 |
font-weight: bold;
|
| 198 |
margin-bottom: 8px;
|
| 199 |
font-size: 0.9em;
|
| 200 |
}
|
| 201 |
pre {
|
| 202 |
+
/* --- Code Block Background - Very Dark Indigo --- */
|
| 203 |
+
background: #1a1a2e;
|
| 204 |
padding: 12px;
|
| 205 |
border-radius: 6px;
|
| 206 |
white-space: pre-wrap;
|
| 207 |
margin: 10px 0;
|
| 208 |
+
/* --- Code Text - Pale Gold --- */
|
| 209 |
+
color: #FAFAD2; /* LightGoldenrodYellow */
|
| 210 |
+
/* --- Code Border - Semi-Transparent Pale Gold --- */
|
| 211 |
+
border: 1px solid rgba(250, 250, 210, 0.3);
|
| 212 |
+
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
| 213 |
}
|
| 214 |
</style>
|
| 215 |
</head>
|