summaryrefslogtreecommitdiff
path: root/ext/fg/css
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-28 20:36:55 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-28 20:36:55 -0700
commita7e5a23e2d2facf774a1455b0b2802633a4a183a (patch)
treebec06730a888faffefa86454cbc2b1190d251bed /ext/fg/css
parent240aca8415be9b27f2b0f68509f7068488d42444 (diff)
Style cleanup
Diffstat (limited to 'ext/fg/css')
-rw-r--r--ext/fg/css/frame.css68
1 files changed, 37 insertions, 31 deletions
diff --git a/ext/fg/css/frame.css b/ext/fg/css/frame.css
index bb0b3abf..39e6475b 100644
--- a/ext/fg/css/frame.css
+++ b/ext/fg/css/frame.css
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/* common styles */
+
body {
background-color: #fff;
color: #333;
@@ -26,35 +28,18 @@ body {
padding: 5px;
}
-.term {
- font-family: serif;
- font-size: 24px;
- display: inline-block;
-}
-
-.term a {
- border-bottom: 1px #777 dashed;
- color: #333;
- text-decoration: none;
-}
-
-.rules {
- color: #777;
- display: inline-block;
-}
-
.tag {
- border-radius: 0.25em;
- color: #fff;
- cursor: default;
- display: inline;
- font-size: 75%;
- font-weight: 700;
- line-height: 1;
- padding: 0.2em 0.6em 0.3em;
- text-align: center;
- vertical-align: baseline;
- white-space: nowrap;
+ border-radius: 0.25em;
+ color: #fff;
+ cursor: default;
+ display: inline;
+ font-size: 75%;
+ font-weight: 700;
+ line-height: 1;
+ padding: 0.2em 0.6em 0.3em;
+ text-align: center;
+ vertical-align: baseline;
+ white-space: nowrap;
}
.tag-default {
@@ -73,18 +58,39 @@ body {
background-color: #0275d8;
}
-ol {
+/* term styles */
+
+.term-expression {
+ display: inline-block;
+ font-family: serif;
+ font-size: 24px;
+}
+
+.term-expression a {
+ border-bottom: 1px #777 dashed;
+ color: #333;
+ text-decoration: none;
+}
+
+.term-rules {
+ color: #777;
+ display: inline-block;
+}
+
+.term-glossary ol {
padding-left: 1.2em;
}
-li {
+.term-glossary li {
color: #777;
}
-li span {
+.term-glossary li span {
color: #000;
}
+/* kanji styles */
+
.kanji-glyph {
float: left;
font-family: "KanjiStrokeOrders";