You are here

text-color-classes.css in Bootstrap Styles 1.0.x

.bs-text-white {
  color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-white {
  color: #ffffff !important;
}

.bs-text-black {
  color: #000000 !important;
}

.ui-dialog-off-canvas .bs-text-black {
  color: #000000 !important;
}

@media screen and (max-width: 576px) {
  .bs-text-sm-white {
    color: #ffffff !important;
  }
  .bs-text-sm-black {
    color: #000000 !important;
  }
}

.ui-dialog-off-canvas .bs-text-sm-white {
  color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-sm-black {
  color: #000000 !important;
}

@media (min-width: 576px) and (max-width: 992px) {
  .bs-text-md-white {
    color: #ffffff !important;
  }
  .bs-text-md-black {
    color: #000000 !important;
  }
}

.ui-dialog-off-canvas .bs-text-md-white {
  color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-md-black {
  color: #000000 !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bs-text-lg-white {
    color: #ffffff !important;
  }
  .bs-text-lg-black {
    color: #000000 !important;
  }
}

.ui-dialog-off-canvas .bs-text-lg-white {
  color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-lg-black {
  color: #000000 !important;
}

@media (min-width: 1200px) {
  .bs-text-xl-white {
    color: #ffffff !important;
  }
  .bs-text-xl-black {
    color: #000000 !important;
  }
}

.ui-dialog-off-canvas .bs-text-xl-white {
  color: #ffffff !important;
}

.ui-dialog-off-canvas .bs-text-xl-black {
  color: #000000 !important;
}

File

css/bs_example_classes/text-color-classes.css
View source
  1. .bs-text-white {
  2. color: #ffffff !important;
  3. }
  4. .ui-dialog-off-canvas .bs-text-white {
  5. color: #ffffff !important;
  6. }
  7. .bs-text-black {
  8. color: #000000 !important;
  9. }
  10. .ui-dialog-off-canvas .bs-text-black {
  11. color: #000000 !important;
  12. }
  13. @media screen and (max-width: 576px) {
  14. .bs-text-sm-white {
  15. color: #ffffff !important;
  16. }
  17. .bs-text-sm-black {
  18. color: #000000 !important;
  19. }
  20. }
  21. .ui-dialog-off-canvas .bs-text-sm-white {
  22. color: #ffffff !important;
  23. }
  24. .ui-dialog-off-canvas .bs-text-sm-black {
  25. color: #000000 !important;
  26. }
  27. @media (min-width: 576px) and (max-width: 992px) {
  28. .bs-text-md-white {
  29. color: #ffffff !important;
  30. }
  31. .bs-text-md-black {
  32. color: #000000 !important;
  33. }
  34. }
  35. .ui-dialog-off-canvas .bs-text-md-white {
  36. color: #ffffff !important;
  37. }
  38. .ui-dialog-off-canvas .bs-text-md-black {
  39. color: #000000 !important;
  40. }
  41. @media (min-width: 992px) and (max-width: 1200px) {
  42. .bs-text-lg-white {
  43. color: #ffffff !important;
  44. }
  45. .bs-text-lg-black {
  46. color: #000000 !important;
  47. }
  48. }
  49. .ui-dialog-off-canvas .bs-text-lg-white {
  50. color: #ffffff !important;
  51. }
  52. .ui-dialog-off-canvas .bs-text-lg-black {
  53. color: #000000 !important;
  54. }
  55. @media (min-width: 1200px) {
  56. .bs-text-xl-white {
  57. color: #ffffff !important;
  58. }
  59. .bs-text-xl-black {
  60. color: #000000 !important;
  61. }
  62. }
  63. .ui-dialog-off-canvas .bs-text-xl-white {
  64. color: #ffffff !important;
  65. }
  66. .ui-dialog-off-canvas .bs-text-xl-black {
  67. color: #000000 !important;
  68. }