| 123456789101112131415161718192021222324252627 |
- #dict_ref_search_result {
- margin: 4em 5px 5px 1em;
- width: 100%;
- padding: 1.5em 10px 0 10px;
- }
- .dict_word .pali{
- font-size: 110%;
- font-weight: 700;
- }
- .dict_word .dict{
- font-size: 100%;
- font-style: normal;
- }
- .dict_word .mean{
- font-size:90%;
- margin: 2px 0;
- line-height: 130%;
- font-weight: 300;
- display: inline-block;
- font-style: normal;
- }
- .dict_word input,select,textarea{
- background-color:white;
- color:black;
- }
|