yomichan/ext/fg/css/frame.css

100 lines
2.1 KiB
CSS
Raw Normal View History

2016-04-15 03:36:00 +00:00
/*
* Copyright (C) 2016 Alex Yatskov <alex@foosoft.net>
* Author: Alex Yatskov <alex@foosoft.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
body {
2016-04-16 05:33:13 +00:00
background-color: #fff;
2016-04-17 05:54:19 +00:00
color: #333;
font-family: helvetica neue,helvetica,arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
overflow-y: auto;
2016-04-24 18:26:42 +00:00
padding: 5px;
2016-04-15 03:36:00 +00:00
}
2016-04-18 01:35:22 +00:00
.term {
2016-04-15 03:36:00 +00:00
font-family: serif;
2016-04-17 05:54:19 +00:00
font-size: 24px;
2016-04-16 05:33:13 +00:00
display: inline-block;
}
2016-04-18 02:06:57 +00:00
.term a {
border-bottom: 1px #777 dashed;
color: #333;
text-decoration: none;
}
2016-04-16 05:33:13 +00:00
.rules {
color: #777;
display: inline-block;
2016-04-15 03:36:00 +00:00
}
2016-04-25 02:23:13 +00:00
.kanji {
2016-04-25 02:39:10 +00:00
background-color: #eee;
display: inline-block;
font-size: 82px;
line-height: 82px;
vertical-align: top;
}
.readings {
display: inline-block;
vertical-align: top;
2016-04-25 02:23:13 +00:00
}
2016-04-17 05:54:19 +00:00
.tag {
border-radius: 0.25em;
color: #fff;
2016-04-19 02:38:03 +00:00
cursor: default;
2016-04-17 05:54:19 +00:00
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;
2016-04-16 18:41:33 +00:00
}
2016-04-19 02:59:56 +00:00
.tag-default {
background-color: #8a8a91;
}
.tag-name {
background-color: #5cb85c;
}
.tag-expression {
background-color: #f0ad4e;
}
.tag-popular {
background-color: #0275d8;
}
2016-04-17 05:54:19 +00:00
ol {
padding-left: 1.2em;
2016-04-15 03:36:00 +00:00
}
2016-04-16 05:33:13 +00:00
li {
color: #777;
}
li span {
color: #000;
}