123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /* styles for the sequence blocks on the feature page */
- pre#tripal_feature-sequence {
- background-color: #FFFFFF;
- border: 0;
- margin: 0;
- margin-top: 10px;
- padding: 0;
- }
- div#tripal_feature-sequence-legend {
- padding: 10px;
- margin: 10px;
- }
- /* styles for cvterm types in sequences */
- div#tripal_feature-sequence-legend span {
- margin: 5px;
- padding: 10px;
- }
- span.tripal_feature-sequence-five_prime_UTR {
- background-color: #99FF99;
- }
- span.tripal_feature-sequence-three_prime_UTR {
- background-color: #FF9999;
- }
- span.tripal_feature-sequence-CDS {
- background-color: #FFFF99;
- }
- span.tripal_feature-sequence-mRNA {
- background-color: #FFFF99;
- }
- /* information tables on the feature pages */
- table.tripal_feature-relationships-subject-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
- table.tripal_feature-relationships-object-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
- table.tripal_feature-locations-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
- table.tripal_feature-references-table th {
- background-color: #EEEEEE;
- text-align: left;
- }
|