tripal_feature.css 1.1 KB

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