style.css 478 B

1234567891011121314151617181920212223242526272829
  1. #dict_ref_search_result {
  2. margin: 4em 5px 5px 1em;
  3. width: 100%;
  4. padding: 1.5em 10px 0 10px;
  5. }
  6. .dict_word .pali{
  7. font-size: 110%;
  8. font-weight: 700;
  9. }
  10. .dict_word .dict{
  11. font-size: 100%;
  12. font-style: normal;
  13. }
  14. .dict_word .mean{
  15. font-size:90%;
  16. margin: 2px 0;
  17. line-height: 130%;
  18. font-weight: 300;
  19. display: inline-block;
  20. font-style: normal;
  21. }
  22. .dict_word input,select,textarea{
  23. background-color:white;
  24. color:rgb(0, 0, 0);
  25. }