tripal_feature.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. #tripal_feature-featureloc_sequence,
  2. #tripal_feature-sequence-residues {
  3. background-color: #FFFFFF;
  4. font-family: monospace;
  5. }
  6. pre#tripal_feature-featureloc_sequence {
  7. color: #000000;
  8. height: 400px;
  9. overflow: scroll;
  10. }
  11. div#tripal_feature-featureloc_sequence-legend {
  12. padding: 0px 0px 10px 0px;
  13. margin: 0px 0px 10px 0px;
  14. }
  15. div#tripal_feature-legend-item {
  16. padding: 10px;
  17. margin: 10px;
  18. }
  19. /* styles for cvterm types in sequences */
  20. div#tripal_feature-featureloc_sequence-legend span {
  21. margin: 5px;
  22. padding: 10px;
  23. }
  24. span.tripal_feature-featureloc_sequence-five_prime_UTR {
  25. background-image: url('../images/type_color1.png');
  26. }
  27. span.tripal_feature-featureloc_sequence-three_prime_UTR {
  28. background-image: url('../images/type_color2.png');
  29. }
  30. span.tripal_feature-featureloc_sequence-mRNA {
  31. background-image: url('../images/type_color3.png');
  32. }
  33. span.tripal_feature-featureloc_sequence-CDS {
  34. background-image: url('../images/type_color3.png');
  35. }
  36. span.tripal_feature-featureloc_sequence-exon {
  37. background-image: url('../images/type_color1.png');
  38. }
  39. span.tripal_feature-featureloc_sequence-intron {
  40. background-image: url('../images/type_color6.png');
  41. }
  42. /* information tables on the feature pages */
  43. table.tripal_feature-relationships-subject-table th {
  44. background-color: #EEEEEE;
  45. text-align: left;
  46. }
  47. table.tripal_feature-relationships-object-table th {
  48. background-color: #EEEEEE;
  49. text-align: left;
  50. }
  51. table.tripal_feature-locations-table th {
  52. background-color: #EEEEEE;
  53. text-align: left;
  54. }
  55. table.tripal_feature-references-table th {
  56. background-color: #EEEEEE;
  57. text-align: left;
  58. }
  59. /* feature relationship edit form */
  60. #tripal-feature-edit-ALL-relationships-form .form-item,
  61. #tripal-feature-edit-ALL-db-references-form .form-item {
  62. float: left;
  63. margin: 0 10px 0 0;
  64. }
  65. #tripal-feature-edit-ALL-db-references-form .form-submit {
  66. float: none;
  67. display: block;
  68. }
  69. .tripal_feature-obsolete {
  70. color: red;
  71. font-weight: bold;
  72. font-style: italic;
  73. padding-bottom: 15px;
  74. text-align: center;
  75. }
  76. /*
  77. * Sequence Retrieval Form
  78. */
  79. #tripal-feature-seq-extract-form-table {
  80. border-collapse: collapse;
  81. border: 0px solid #DDDDDD;
  82. border-spacing: 0;
  83. margin: 1em 0;
  84. width: auto;
  85. }
  86. #tripal-feature-seq-extract-form-table tr {
  87. background-color: transparent;
  88. border: 0px solid #CCCCCC;
  89. padding: 0.1em 0.6em;
  90. }
  91. #tripal-feature-seq-extract-form-table td {
  92. border: 0px solid #DDDDDD;
  93. padding: 0.25em 0.5em;
  94. vertical-align: top;
  95. }
  96. #tripal-feature-seq-extract-form-table .form-item {
  97. white-space: normal;
  98. }