tripal_feature.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #tripal_feature-featureloc_sequence,
  2. #tripal_feature-sequence-residues {
  3. height: 500px;
  4. overflow: scroll;
  5. background-color: #FFFFFF;
  6. }
  7. div#tripal_feature-featureloc_sequence-legend {
  8. padding: 10px;
  9. margin: 10px;
  10. }
  11. /* styles for cvterm types in sequences */
  12. div#tripal_feature-featureloc_sequence-legend span {
  13. margin: 5px;
  14. padding: 10px;
  15. }
  16. span.tripal_feature-featureloc_sequence-five_prime_UTR {
  17. background-color: #99FF99;
  18. }
  19. span.tripal_feature-featureloc_sequence-three_prime_UTR {
  20. background-color: #FF9999;
  21. }
  22. span.tripal_feature-featureloc_sequence-CDS {
  23. background-color: #FFFF99;
  24. }
  25. span.tripal_feature-featureloc_sequence-mRNA {
  26. background-color: #FFFF99;
  27. }
  28. span.tripal_feature-featureloc_sequence-exon {
  29. background-color: #9999FF;
  30. }
  31. span.tripal_feature-featureloc_sequence-intron {
  32. background-color: #FF99FF;
  33. }
  34. /* information tables on the feature pages */
  35. table.tripal_feature-relationships-subject-table th {
  36. background-color: #EEEEEE;
  37. text-align: left;
  38. }
  39. table.tripal_feature-relationships-object-table th {
  40. background-color: #EEEEEE;
  41. text-align: left;
  42. }
  43. table.tripal_feature-locations-table th {
  44. background-color: #EEEEEE;
  45. text-align: left;
  46. }
  47. table.tripal_feature-references-table th {
  48. background-color: #EEEEEE;
  49. text-align: left;
  50. }
  51. /* feature relationship edit form */
  52. #tripal-feature-edit-ALL-relationships-form .form-item,
  53. #tripal-feature-edit-ALL-db-references-form .form-item {
  54. float: left;
  55. margin: 0 10px 0 0;
  56. }
  57. #tripal-feature-edit-ALL-db-references-form .form-submit {
  58. float: none;
  59. display: block;
  60. }