bootstrap-tweaks.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. /*
  2. This CSS file contains some tweaks specific to the included Bootstrap theme.
  3. It's separate from `style.css` so that it can be easily overridden by replacing
  4. a single block in the template.
  5. */
  6. .form-actions {
  7. background: transparent;
  8. border-top-color: transparent;
  9. padding-top: 0;
  10. text-align: right;
  11. }
  12. #generic-content-form textarea {
  13. font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  14. font-size: 80%;
  15. }
  16. .navbar-inverse .brand a {
  17. color: #999999;
  18. }
  19. .navbar-inverse .brand:hover a {
  20. color: white;
  21. text-decoration: none;
  22. }
  23. /* custom navigation styles */
  24. .navbar {
  25. width: 100%;
  26. position: fixed;
  27. left: 0;
  28. top: 0;
  29. }
  30. .navbar {
  31. background: #2C2C2C;
  32. color: white;
  33. border: none;
  34. border-top: 5px solid #A30000;
  35. border-radius: 0px;
  36. }
  37. .navbar .nav li, .navbar .nav li a, .navbar .brand:hover {
  38. color: white;
  39. }
  40. .nav-list > .active > a, .nav-list > .active > a:hover {
  41. background: #2C2C2C;
  42. }
  43. .navbar .dropdown-menu li a, .navbar .dropdown-menu li {
  44. color: #A30000;
  45. }
  46. .navbar .dropdown-menu li a:hover {
  47. background: #EEEEEE;
  48. color: #C20000;
  49. }
  50. ul.breadcrumb {
  51. margin: 70px 0 0 0;
  52. }
  53. .breadcrumb li.active a {
  54. color: #777;
  55. }
  56. .pagination>.disabled>a,
  57. .pagination>.disabled>a:hover,
  58. .pagination>.disabled>a:focus {
  59. cursor: not-allowed;
  60. pointer-events: none;
  61. }
  62. .pager>.disabled>a,
  63. .pager>.disabled>a:hover,
  64. .pager>.disabled>a:focus {
  65. pointer-events: none;
  66. }
  67. .pager .next {
  68. margin-left: 10px;
  69. }
  70. /*=== dabapps bootstrap styles ====*/
  71. html {
  72. width:100%;
  73. background: none;
  74. }
  75. /*body, .navbar .container-fluid {
  76. max-width: 1150px;
  77. margin: 0 auto;
  78. }*/
  79. body {
  80. background: url("../img/grid.png") repeat-x;
  81. background-attachment: fixed;
  82. }
  83. #content {
  84. margin: 0;
  85. padding-bottom: 60px;
  86. }
  87. /* sticky footer and footer */
  88. html, body {
  89. height: 100%;
  90. }
  91. .wrapper {
  92. position: relative;
  93. top: 0;
  94. left: 0;
  95. padding-top: 60px;
  96. margin: -60px 0;
  97. min-height: 100%;
  98. }
  99. .form-switcher {
  100. margin-bottom: 0;
  101. }
  102. .well {
  103. -webkit-box-shadow: none;
  104. -moz-box-shadow: none;
  105. box-shadow: none;
  106. }
  107. .well .form-actions {
  108. padding-bottom: 0;
  109. margin-bottom: 0;
  110. }
  111. .well form {
  112. margin-bottom: 0;
  113. }
  114. .nav-tabs {
  115. border: 0;
  116. }
  117. .nav-tabs > li {
  118. float: right;
  119. }
  120. .nav-tabs li a {
  121. margin-right: 0;
  122. }
  123. .nav-tabs > .active > a {
  124. background: #F5F5F5;
  125. }
  126. .nav-tabs > .active > a:hover {
  127. background: #F5F5F5;
  128. }
  129. .tabbable.first-tab-active .tab-content {
  130. border-top-right-radius: 0;
  131. }
  132. footer {
  133. position: absolute;
  134. bottom: 0;
  135. left: 0;
  136. clear: both;
  137. z-index: 10;
  138. height: 60px;
  139. width: 95%;
  140. margin: 0 2.5%;
  141. }
  142. footer p {
  143. text-align: center;
  144. color: gray;
  145. border-top: 1px solid #DDDDDD;
  146. padding-top: 10px;
  147. }
  148. footer a {
  149. color: gray !important;
  150. font-weight: bold;
  151. }
  152. footer a:hover {
  153. color: gray;
  154. }
  155. .page-header {
  156. border-bottom: none;
  157. padding-bottom: 0px;
  158. margin: 0;
  159. }
  160. /* custom general page styles */
  161. .hero-unit h1, .hero-unit h2 {
  162. color: #A30000;
  163. }
  164. body a {
  165. color: #A30000;
  166. }
  167. body a:hover {
  168. color: #c20000;
  169. }
  170. .request-info {
  171. clear:both;
  172. }
  173. .horizontal-checkbox label {
  174. padding-top: 0;
  175. }
  176. .horizontal-checkbox label {
  177. padding-top: 0 !important;
  178. }
  179. .horizontal-checkbox input {
  180. float: left;
  181. width: 20px;
  182. margin-top: 3px;
  183. }
  184. .modal-footer form {
  185. margin-left: 5px;
  186. margin-right: 5px;
  187. }