tripal_feature.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #tripal_feature-featureloc_sequence {
  2. height: 300px;
  3. overflow: scroll;
  4. background-color: #FFFFFF;
  5. }
  6. div#tripal_feature-featureloc_sequence-legend {
  7. padding: 10px;
  8. margin: 10px;
  9. }
  10. /* styles for cvterm types in sequences */
  11. div#tripal_feature-featureloc_sequence-legend span {
  12. margin: 5px;
  13. padding: 10px;
  14. }
  15. span.tripal_feature-featureloc_sequence-five_prime_UTR {
  16. background-color: #99FF99;
  17. }
  18. span.tripal_feature-featureloc_sequence-three_prime_UTR {
  19. background-color: #FF9999;
  20. }
  21. span.tripal_feature-featureloc_sequence-CDS {
  22. background-color: #FFFF99;
  23. }
  24. span.tripal_feature-featureloc_sequence-mRNA {
  25. background-color: #FFFF99;
  26. }
  27. /* information tables on the feature pages */
  28. table.tripal_feature-relationships-subject-table th {
  29. background-color: #EEEEEE;
  30. text-align: left;
  31. }
  32. table.tripal_feature-relationships-object-table th {
  33. background-color: #EEEEEE;
  34. text-align: left;
  35. }
  36. table.tripal_feature-locations-table th {
  37. background-color: #EEEEEE;
  38. text-align: left;
  39. }
  40. table.tripal_feature-references-table th {
  41. background-color: #EEEEEE;
  42. text-align: left;
  43. }