Subversion Repositories wimsdev

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /**** css for glossary ****/
  2.  
  3. .wims_defn h4,
  4. .wims_thm h4,
  5. .wims_rem h4,
  6. .wims_etym h4,
  7. .wims_prems h4{
  8.   font-weight : bold;
  9.   color : black;
  10.   margin-top:0.7em;
  11.   margin-bottom:0.7em;
  12. }
  13. div.wims_defn,
  14. div.wims_thm,
  15. div.wims_rem,
  16. div.wims_etym,
  17. div.wims_prems{
  18.   padding:0.1em 0.5em 0.5em 0.5em;
  19.   border-radius: 5px;
  20. }
  21. div.wims_defn{
  22.   background-color: #fff4e0;
  23. }
  24. div.wims_thm{
  25.   background-color: #def5ff;
  26. }
  27. div.wims_rem{
  28.   background-color: #e9f8ee;
  29. }
  30. div.wims_etym{
  31.   background-color: #f0f0f0;
  32. }
  33. div.wims_prems{
  34.   background-color:#f0f0f0;
  35. }
  36.