tripal.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /******************************************************************************
  2. * Administrative CSS classes
  3. *****************************************************************************/
  4. /**
  5. * This class is used when providing hints or other instructions to the
  6. * site administrator
  7. */
  8. div.messages.tripal-site-admin-only{
  9. background-image: url("../images/TripalLogo-sm.png");
  10. background-repeat: no-repeat;
  11. background-color: #cce3ff;
  12. margin-top: 10px;
  13. margin-bottom: 10px;
  14. margin-left: 0px;
  15. margin-right: 0px;
  16. border: 1px solid #7DA1D4;
  17. min-height: 65px;
  18. clear: both;
  19. padding: 0px;
  20. }
  21. .tripal-code {
  22. font-family: "Courier New", Courier, monospace;
  23. word-wrap: break-word;
  24. display: block;
  25. padding-top: 10px;
  26. padding-bottom: 10px;
  27. }
  28. .tripal-severity-string {
  29. font-weight: bold;
  30. }
  31. .tripal-severity-string-critical, .tripal-severity-string-error,
  32. .tripal-severity-string.critical, .tripal-severity-string.error {
  33. color: #FF0000;
  34. }
  35. .tripal-severity-string-warning,
  36. .tripal-severity-string.warning {
  37. color: #FF8000;
  38. }
  39. .tripal-site-admin-message {
  40. padding: 15px 10px 10px 70px;
  41. font-style: italic;
  42. }
  43. .tripal-site-admin-only-table-row {
  44. background-color: #cce3ff;
  45. /* border: 1px solid #7DA1D4; */
  46. color: black;
  47. }
  48. /******************************************************************************
  49. * Misc CSS classes
  50. *****************************************************************************/
  51. .tripal-dl {
  52. width: 100%;
  53. overflow: hidden;
  54. }
  55. .tripal-dl dt {
  56. float: left;
  57. }
  58. .tripal-dl dd {
  59. }
  60. /******************************************************************************
  61. * Spinner for paginated elements
  62. *****************************************************************************/
  63. .tripal-field-ajax-spinner {
  64. display: none;
  65. float: left;
  66. }