You are here

border-classes.css in Bootstrap Styles 1.0.x

.bs-border-style-solid {
  border-style: solid !important;
}

.bs-border-style-dashed {
  border-style: dashed !important;
}

.bs-border-style-dotted {
  border-style: dotted !important;
}

.bs-border-style-left-solid {
  border-left-style: solid !important;
}

.bs-border-style-left-dashed {
  border-left-style: dashed !important;
}

.bs-border-style-left-dotted {
  border-left-style: dotted !important;
}

.bs-border-style-top-solid {
  border-top-style: solid !important;
}

.bs-border-style-top-dashed {
  border-top-style: dashed !important;
}

.bs-border-style-top-dotted {
  border-top-style: dotted !important;
}

.bs-border-style-right-solid {
  border-right-style: solid !important;
}

.bs-border-style-right-dashed {
  border-right-style: dashed !important;
}

.bs-border-style-right-dotted {
  border-right-style: dotted !important;
}

.bs-border-style-bottom-solid {
  border-bottom-style: solid !important;
}

.bs-border-style-bottom-dashed {
  border-bottom-style: dashed !important;
}

.bs-border-style-bottom-dotted {
  border-bottom-style: dotted !important;
}

.bs-border-width-1 {
  border-width: 1px !important;
}

.bs-border-width-2 {
  border-width: 2px !important;
}

.bs-border-width-3 {
  border-width: 3px !important;
}

.bs-border-width-left-1 {
  border-left-width: 1px !important;
}

.bs-border-width-left-2 {
  border-left-width: 2px !important;
}

.bs-border-width-left-3 {
  border-left-width: 3px !important;
}

.bs-border-width-top-1 {
  border-top-width: 1px !important;
}

.bs-border-width-top-2 {
  border-top-width: 2px !important;
}

.bs-border-width-top-3 {
  border-top-width: 3px !important;
}

.bs-border-width-right-1 {
  border-right-width: 1px !important;
}

.bs-border-width-right-2 {
  border-right-width: 2px !important;
}

.bs-border-width-right-3 {
  border-right-width: 3px !important;
}

.bs-border-width-bottom-1 {
  border-bottom-width: 1px !important;
}

.bs-border-width-bottom-2 {
  border-bottom-width: 2px !important;
}

.bs-border-width-bottom-width-3 {
  border-bottom-width: 3px !important;
}

.bs-border-color-red {
  border-color: red !important;
}

.bs-border-color-green {
  border-color: green !important;
}

.bs-border-color-blue {
  border-color: blue !important;
}

.bs-border-color-left-red {
  border-left-color: red !important;
}

.bs-border-color-left-green {
  border-left-color: green !important;
}

.bs-border-color-left-blue {
  border-left-color: blue !important;
}

.bs-border-color-top-red {
  border-top-color: red !important;
}

.bs-border-color-top-green {
  border-top-color: green !important;
}

.bs-border-color-top-blue {
  border-top-color: blue !important;
}

.bs-border-color-right-red {
  border-right-color: red !important;
}

.bs-border-color-right-green {
  border-right-color: green !important;
}

.bs-border-color-right-blue {
  border-right-color: blue !important;
}

.bs-border-color-bottom-red {
  border-bottom-color: red !important;
}

.bs-border-color-bottom-green {
  border-bottom-color: green !important;
}

.bs-border-color-bottom-blue {
  border-bottom-color: blue !important;
}

.bs-border-radius-1 {
  border-radius: 0.5rem;
}

.bs-border-radius-2 {
  border-radius: 1rem;
}

.bs-border-radius-3 {
  border-radius: 2rem;
}

.bs-border-radius-top-left-1 {
  border-top-left-radius: 0.5rem;
}

.bs-border-radius-top-left-2 {
  border-top-left-radius: 1rem;
}

.bs-border-radius-top-left-3 {
  border-top-left-radius: 2rem;
}

.bs-border-radius-top-right-1 {
  border-top-right-radius: 0.5rem;
}

.bs-border-radius-top-right-2 {
  border-top-right-radius: 1rem;
}

.bs-border-radius-top-right-3 {
  border-top-right-radius: 2rem;
}

.bs-border-radius-bottom-left-1 {
  border-bottom-left-radius: 0.5rem;
}

.bs-border-radius-bottom-left-2 {
  border-bottom-left-radius: 1rem;
}

.bs-border-radius-bottom-left-3 {
  border-bottom-left-radius: 2rem;
}

.bs-border-radius-bottom-right-1 {
  border-bottom-right-radius: 0.5rem;
}

.bs-border-radius-bottom-right-2 {
  border-bottom-right-radius: 1rem;
}

.bs-border-radius-bottom-right-3 {
  border-bottom-right-radius: 2rem;
}

File

css/bs_example_classes/border-classes.css
View source
  1. .bs-border-style-solid {
  2. border-style: solid !important;
  3. }
  4. .bs-border-style-dashed {
  5. border-style: dashed !important;
  6. }
  7. .bs-border-style-dotted {
  8. border-style: dotted !important;
  9. }
  10. .bs-border-style-left-solid {
  11. border-left-style: solid !important;
  12. }
  13. .bs-border-style-left-dashed {
  14. border-left-style: dashed !important;
  15. }
  16. .bs-border-style-left-dotted {
  17. border-left-style: dotted !important;
  18. }
  19. .bs-border-style-top-solid {
  20. border-top-style: solid !important;
  21. }
  22. .bs-border-style-top-dashed {
  23. border-top-style: dashed !important;
  24. }
  25. .bs-border-style-top-dotted {
  26. border-top-style: dotted !important;
  27. }
  28. .bs-border-style-right-solid {
  29. border-right-style: solid !important;
  30. }
  31. .bs-border-style-right-dashed {
  32. border-right-style: dashed !important;
  33. }
  34. .bs-border-style-right-dotted {
  35. border-right-style: dotted !important;
  36. }
  37. .bs-border-style-bottom-solid {
  38. border-bottom-style: solid !important;
  39. }
  40. .bs-border-style-bottom-dashed {
  41. border-bottom-style: dashed !important;
  42. }
  43. .bs-border-style-bottom-dotted {
  44. border-bottom-style: dotted !important;
  45. }
  46. .bs-border-width-1 {
  47. border-width: 1px !important;
  48. }
  49. .bs-border-width-2 {
  50. border-width: 2px !important;
  51. }
  52. .bs-border-width-3 {
  53. border-width: 3px !important;
  54. }
  55. .bs-border-width-left-1 {
  56. border-left-width: 1px !important;
  57. }
  58. .bs-border-width-left-2 {
  59. border-left-width: 2px !important;
  60. }
  61. .bs-border-width-left-3 {
  62. border-left-width: 3px !important;
  63. }
  64. .bs-border-width-top-1 {
  65. border-top-width: 1px !important;
  66. }
  67. .bs-border-width-top-2 {
  68. border-top-width: 2px !important;
  69. }
  70. .bs-border-width-top-3 {
  71. border-top-width: 3px !important;
  72. }
  73. .bs-border-width-right-1 {
  74. border-right-width: 1px !important;
  75. }
  76. .bs-border-width-right-2 {
  77. border-right-width: 2px !important;
  78. }
  79. .bs-border-width-right-3 {
  80. border-right-width: 3px !important;
  81. }
  82. .bs-border-width-bottom-1 {
  83. border-bottom-width: 1px !important;
  84. }
  85. .bs-border-width-bottom-2 {
  86. border-bottom-width: 2px !important;
  87. }
  88. .bs-border-width-bottom-width-3 {
  89. border-bottom-width: 3px !important;
  90. }
  91. .bs-border-color-red {
  92. border-color: red !important;
  93. }
  94. .bs-border-color-green {
  95. border-color: green !important;
  96. }
  97. .bs-border-color-blue {
  98. border-color: blue !important;
  99. }
  100. .bs-border-color-left-red {
  101. border-left-color: red !important;
  102. }
  103. .bs-border-color-left-green {
  104. border-left-color: green !important;
  105. }
  106. .bs-border-color-left-blue {
  107. border-left-color: blue !important;
  108. }
  109. .bs-border-color-top-red {
  110. border-top-color: red !important;
  111. }
  112. .bs-border-color-top-green {
  113. border-top-color: green !important;
  114. }
  115. .bs-border-color-top-blue {
  116. border-top-color: blue !important;
  117. }
  118. .bs-border-color-right-red {
  119. border-right-color: red !important;
  120. }
  121. .bs-border-color-right-green {
  122. border-right-color: green !important;
  123. }
  124. .bs-border-color-right-blue {
  125. border-right-color: blue !important;
  126. }
  127. .bs-border-color-bottom-red {
  128. border-bottom-color: red !important;
  129. }
  130. .bs-border-color-bottom-green {
  131. border-bottom-color: green !important;
  132. }
  133. .bs-border-color-bottom-blue {
  134. border-bottom-color: blue !important;
  135. }
  136. .bs-border-radius-1 {
  137. border-radius: 0.5rem;
  138. }
  139. .bs-border-radius-2 {
  140. border-radius: 1rem;
  141. }
  142. .bs-border-radius-3 {
  143. border-radius: 2rem;
  144. }
  145. .bs-border-radius-top-left-1 {
  146. border-top-left-radius: 0.5rem;
  147. }
  148. .bs-border-radius-top-left-2 {
  149. border-top-left-radius: 1rem;
  150. }
  151. .bs-border-radius-top-left-3 {
  152. border-top-left-radius: 2rem;
  153. }
  154. .bs-border-radius-top-right-1 {
  155. border-top-right-radius: 0.5rem;
  156. }
  157. .bs-border-radius-top-right-2 {
  158. border-top-right-radius: 1rem;
  159. }
  160. .bs-border-radius-top-right-3 {
  161. border-top-right-radius: 2rem;
  162. }
  163. .bs-border-radius-bottom-left-1 {
  164. border-bottom-left-radius: 0.5rem;
  165. }
  166. .bs-border-radius-bottom-left-2 {
  167. border-bottom-left-radius: 1rem;
  168. }
  169. .bs-border-radius-bottom-left-3 {
  170. border-bottom-left-radius: 2rem;
  171. }
  172. .bs-border-radius-bottom-right-1 {
  173. border-bottom-right-radius: 0.5rem;
  174. }
  175. .bs-border-radius-bottom-right-2 {
  176. border-bottom-right-radius: 1rem;
  177. }
  178. .bs-border-radius-bottom-right-3 {
  179. border-bottom-right-radius: 2rem;
  180. }