diff options
Diffstat (limited to 'ext/mixed/css/display-default.css')
| -rw-r--r-- | ext/mixed/css/display-default.css | 27 | 
1 files changed, 25 insertions, 2 deletions
| diff --git a/ext/mixed/css/display-default.css b/ext/mixed/css/display-default.css index 6eee43c4..487b8cb8 100644 --- a/ext/mixed/css/display-default.css +++ b/ext/mixed/css/display-default.css @@ -19,6 +19,8 @@  body { background-color: #ffffff; color: #333333; } +h2 { border-bottom-color: #eeeeee; } +  .navigation-header {      background-color: #ffffff;      border-bottom-color: #eeeeee; @@ -39,6 +41,7 @@ body { background-color: #ffffff; color: #333333; }  .tag[data-category=frequency]    { background-color: #5cb85c; }  .tag[data-category=partOfSpeech] { background-color: #565656; }  .tag[data-category=search]       { background-color: #8a8a91; } +.tag[data-category=pitch-accent-dictionary] { background-color: #6640be; }  .term-reasons { color: #777777; } @@ -57,12 +60,15 @@ body { background-color: #ffffff; color: #333333; }      color: #999999;  } -.term-definition-container, -.kanji-glossary-container { +.term-definition-list, +.term-pitch-accent-group-list, +.term-pitch-accent-disambiguation-list, +.kanji-glossary-list {      color: #777777;  }  .term-glossary, +.term-pitch-accent,  .kanji-glossary {      color: #000000;  } @@ -72,3 +78,20 @@ body { background-color: #ffffff; color: #333333; }      background-color: #333333;      color: #ffffff;  } + +.term-pitch-accent-container { border-bottom-color: #eeeeee; } + +.term-pitch-accent-character:before { border-color: #000000; } + +.term-pitch-accent-graph-line, +.term-pitch-accent-graph-line-tail, +#term-pitch-accent-graph-dot, +#term-pitch-accent-graph-dot-downstep, +#term-pitch-accent-graph-triangle { +    stroke: #000000; +} + +#term-pitch-accent-graph-dot, +#term-pitch-accent-graph-dot-downstep>circle:last-of-type { +    fill: #000000; +} |