blob: 35c7948876ba6829d00a9d55b1c075fbcfb2a5ee (
plain) (
tree)
|
|
a {
color: blue;
text-decoration: none;
}
tr:hover {
background: #EEE;
}
td {
vertical-align: top;
}
.ja {
text-align: center;
font-size: 2rem;
}
.ja:hover .char_cur {
color: red;
}
.ja:hover .char_p1 {
color: magenta;
}
.ja:hover .char_p2 {
color: blue;
}
.ja:hover .char_bad {
color: grey;
}
.en {
text-align: center;
font-size: 1.2rem;
}
details .chars {
font-size: 3rem;
}
|