mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
changed the color palette, added to 7 and 12
This commit is contained in:
parent
805dd6cd4b
commit
2d228d9032
3 changed files with 42 additions and 27 deletions
|
@ -91,4 +91,6 @@ and all the rules of the language. If you want to find out more or to try using
|
||||||
toki pona with others, feel free to check out the extra pages or the list of
|
toki pona with others, feel free to check out the extra pages or the list of
|
||||||
resources on the bottom of the [top page](index.html).
|
resources on the bottom of the [top page](index.html).
|
||||||
|
|
||||||
|
~ jan Lentan (/dev/urandom)
|
||||||
|
|
||||||
[Previous page](11.html) [Top page](index.html)
|
[Previous page](11.html) [Top page](index.html)
|
||||||
|
|
|
@ -111,6 +111,13 @@ Also, people speaking toki pona are free to pick their own personal toki pona
|
||||||
names, either by adapting the name from their native language or coming up with
|
names, either by adapting the name from their native language or coming up with
|
||||||
something new.
|
something new.
|
||||||
|
|
||||||
|
> %info%
|
||||||
|
> As you might have noticed, personal names are prefixed with "jan". People in
|
||||||
|
> the toki pona community may refer to themselves with their toki pona name even
|
||||||
|
> when using other languages, in which case they'll still add "jan" at the
|
||||||
|
> beginning.
|
||||||
|
>
|
||||||
|
|
||||||
> %info%
|
> %info%
|
||||||
> The [page 7a](7a.html) contains some more information about how
|
> The [page 7a](7a.html) contains some more information about how
|
||||||
> unofficial words are created.
|
> unofficial words are created.
|
||||||
|
|
|
@ -3,24 +3,24 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #fafafa;
|
background: #fefefe;
|
||||||
color:#4b4b4b;
|
color:#221f31;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
body a {
|
body a, body a:visited {
|
||||||
color: #58aeee;
|
color: #404a68;
|
||||||
}
|
}
|
||||||
|
|
||||||
body a:visited {
|
body a:visited {
|
||||||
color: #9569c8;
|
color: #678fcb;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
margin: 6pt;
|
margin: 6pt;
|
||||||
padding-inline: 1em;
|
padding-inline: 1em;
|
||||||
border-inline-start: 4px solid #9d9d9d;
|
border-inline-start: 4px solid #9a93b7;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
@ -28,19 +28,19 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
background: #fafafa;
|
background: #fefefe;
|
||||||
border: 2px solid #9D9D9D;
|
border: 2px solid #9a93b7;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th, td {
|
||||||
border: 1px solid #d4d4d4;
|
border: 1px solid #9a93b7;
|
||||||
padding: 4pt;
|
padding: 4pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: #4b4b4b;
|
background: #221f31;
|
||||||
color: #fafafa;
|
color: #fefefe;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-block: 1em;
|
padding-block: 1em;
|
||||||
|
@ -48,7 +48,7 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header a, .header a:visited {
|
.header a, .header a:visited {
|
||||||
color: #fafafa;
|
color: #fefefe;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header h2, .header h3 {
|
.header h2, .header h3 {
|
||||||
|
@ -56,17 +56,21 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
background: #d4d4d4;
|
background: #404a68;
|
||||||
color: #4b4b4b;
|
color: #fefefe;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
padding: 12pt 6pt;
|
padding: 12pt 6pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer a, .footer a:visited {
|
||||||
|
color: #8be1e0;
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
margin: 0 6pt;
|
margin: 0 6pt;
|
||||||
color: #4b4b4b;
|
color: #221f31;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -77,24 +81,27 @@ th, td {
|
||||||
}
|
}
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
border-inline-start: 4px solid #44c55b;
|
border-inline-start: 4px solid #316f23;
|
||||||
background:#8deda7;
|
background:#7cc264;
|
||||||
|
color: #316f23;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning {
|
.warning {
|
||||||
border-inline-start: 4px solid #eaaf4d;
|
border-inline-start: 4px solid #9b6e2d;
|
||||||
background:#f9d381;
|
background:#f5ee9b;
|
||||||
|
color:#543516;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error {
|
.error {
|
||||||
border-inline-start: 4px solid #e75952;
|
border-inline-start: 4px solid #a14d3f;
|
||||||
background:#f9938a;
|
background:#ea9182;
|
||||||
|
color:#543516;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spoiler {
|
.spoiler {
|
||||||
border-inline-start: 4px solid #4b4b4b;
|
border-inline-start: 4px solid #221f31;
|
||||||
background: #d4d4d4;
|
background: #9a93b7;
|
||||||
color:#4b4b4b;
|
color:#221f31;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -110,16 +117,15 @@ th, td {
|
||||||
.info, .warning, .error {
|
.info, .warning, .error {
|
||||||
padding: 6pt;
|
padding: 6pt;
|
||||||
padding-inline-start: 1em;
|
padding-inline-start: 1em;
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width:720pt) {
|
@media screen and (min-width:720pt) {
|
||||||
html {
|
html {
|
||||||
background:#d4d4d4;
|
background:#9a93b7;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
box-shadow: 0 0 0 1px #9d9d9d;
|
box-shadow: 0 0 0 1px #404a68;
|
||||||
max-width: 720pt;
|
max-width: 720pt;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue