diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-24 22:06:49 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-24 22:06:49 -0700 |
commit | 4ef620d74cac15bcd6b860e569a09aa561f2ba98 (patch) | |
tree | 0b8be5b56074a3485c16c033ceaaf3ec2a406bbe /ext/fg/css | |
parent | f466fe721885877d473e66d22caef060919524ea (diff) |
Styling
Diffstat (limited to 'ext/fg/css')
-rw-r--r-- | ext/fg/css/frame.css | 40 |
1 files changed, 28 insertions, 12 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css index 832e189a..dae244fa 100644 --- a/ext/fg/css/frame.css +++ b/ext/fg/css/frame.css @@ -43,18 +43,6 @@ body { display: inline-block; } -.kanji-glyph { - font-family: "KanjiStrokeOrders"; - font-size: 140px; - line-height: 140px; - vertical-align: top; -} - -.kanji-info { - float: left; - display: inline-block; -} - .tag { border-radius: 0.25em; color: #fff; @@ -85,6 +73,17 @@ body { background-color: #0275d8; } +.kanji-glyph { + font-family: "KanjiStrokeOrders"; + font-size: 140px; + line-height: 140px; + vertical-align: top; +} + +.kanji-info { + display: inline-block; +} + ol { padding-left: 1.2em; } @@ -97,6 +96,23 @@ li span { color: #000; } +dl { + padding: 0.5em; +} + dt { + float: left; + clear: left; + width: 100px; + text-align: right; font-weight: bold; } + +dt:after { + content: ":"; +} + +dd { + margin: 0 0 0 110px; + padding: 0 0 0.5em 0; +} |