Skip to content

Commit 5e7c14c

Browse files
authored
Merge pull request #155 from aphillips/character-intro
Rework of the 'character' section
2 parents b063c1f + a1e267c commit 5e7c14c

File tree

6 files changed

+435
-297
lines changed

6 files changed

+435
-297
lines changed

‎echidna

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ images/2029.png
3434
images/202F.png
3535
images/205F.png
3636
images/3000.png
37+
images/FE0F.png
3738
images/FEFF.png
3839
images/balinese-gc.png
3940
images/balinese-ortho-syllab.png
4041
images/indivisible-memorable.jpg
42+
images/suisse-cows.jpg
4143
images/emoji-image-1.png
4244
images/emoji-image-2.png
4345
images/emoji-image-3.png

‎images/FE0F.png

1.1 KB
Loading

‎images/many-glyphs.png

3.1 KB
Loading

‎images/suisse-cows.jpg

4.91 KB
Loading

‎index.html

Lines changed: 381 additions & 297 deletions
Large diffs are not rendered by default.

‎local.css

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,55 @@ img.emoji-image {
498498
max-width:60px;
499499
height:auto
500500
}
501+
502+
.start-here {
503+
border:5px solid green;
504+
background-color: rgb(233, 251, 233);
505+
padding: 10px;
506+
}
507+
508+
aside.start-here legend {
509+
color: rgb(3, 69, 117);
510+
font-size:large;
511+
font-family:sans-serif;
512+
font-weight:bold;
513+
text-align:center;
514+
background-color:ivory;
515+
margin:0;
516+
padding:0
517+
}
518+
519+
table.charTermExample {
520+
border-collapse: collapse;
521+
}
522+
523+
table.charTermExample td {
524+
border-right: 1px dotted gray;
525+
text-align: center;
526+
padding: 5px;
527+
}
528+
529+
table.term-guide {
530+
border-collapse: collapse;
531+
532+
}
533+
534+
table.term-guide td {
535+
vertical-align: top;
536+
text-align: left;
537+
font-size: 90%;
538+
padding: 10px;
539+
border-bottom: 1px dotted gray;
540+
}
541+
542+
table.term-guide th {
543+
vertical-align: top;
544+
text-align: left;
545+
font-size: 90%;
546+
padding: 10px;
547+
border-bottom: 1px dotted gray;
548+
}
549+
550+
table.term-guide tbody tr:hover {
551+
background-color: #dfd;
552+
}

0 commit comments

Comments
 (0)