1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #tripal_feature-featureloc_sequence {
- height: 300px;
- overflow: scroll;
- }
- div#tripal_feature-featureloc_sequence-legend {
- padding: 10px;
- margin: 10px;
- }
- /* styles for cvterm types in sequences */
- div#tripal_feature-featureloc_sequence-legend span {
- margin: 5px;
- padding: 10px;
- }
- span.tripal_feature-featureloc_sequence-five_prime_UTR {
- background-color: #99FF99;
- }
- span.tripal_feature-featureloc_sequence-three_prime_UTR {
- background-color: #FF9999;
- }
- span.tripal_feature-featureloc_sequence-CDS {
- background-color: #FFFF99;
- }
- span.tripal_feature-featureloc_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;
- }
|