aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
new file mode 100644
index 0000000..329817f
--- /dev/null
+++ b/static/style.css
@@ -0,0 +1,46 @@
+a {
+ color: blue;
+ text-decoration: none;
+}
+
+tr:hover {
+ background: #EEE;
+}
+
+td {
+ vertical-align: top;
+}
+
+.chars {
+ color: #007700;
+}
+
+.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;
+}