tripal_feature.css 1.1 KB

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