tripal_feature.css 1.7 KB

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