Subversion Repositories wimsdev

Rev

Rev 17996 | 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.   margin-bottom:0.3em;
  20.   border-radius: 5px;
  21. }
  22. div.wims_defn{
  23.   background-color: #fff4e0;
  24. }
  25. div.wims_thm{
  26.   background-color: #def5ff;
  27. }
  28. div.wims_rem{
  29.   background-color: #e9f8ee;
  30. }
  31. div.wims_etym{
  32.   background-color: #f0f0f0;
  33. }
  34. div.wims_prems{
  35.   background-color:#f0f0f0;
  36. }
  37.