bootstrap-tweaks.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. z-index: 3;
  30. }
  31. .navbar {
  32. background: #2C2C2C;
  33. color: white;
  34. border: none;
  35. border-top: 5px solid #A30000;
  36. border-radius: 0px;
  37. }
  38. .navbar .nav li, .navbar .nav li a, .navbar .brand:hover {
  39. color: white;
  40. }
  41. .nav-list > .active > a, .nav-list > .active > a:hover {
  42. background: #2C2C2C;
  43. }
  44. .navbar .dropdown-menu li a, .navbar .dropdown-menu li {
  45. color: #A30000;
  46. }
  47. .navbar .dropdown-menu li a:hover {
  48. background: #EEEEEE;
  49. color: #C20000;
  50. }
  51. ul.breadcrumb {
  52. margin: 70px 0 0 0;
  53. }
  54. .breadcrumb li.active a {
  55. color: #777;
  56. }
  57. .pagination>.disabled>a,
  58. .pagination>.disabled>a:hover,
  59. .pagination>.disabled>a:focus {
  60. cursor: not-allowed;
  61. pointer-events: none;
  62. }
  63. .pager>.disabled>a,
  64. .pager>.disabled>a:hover,
  65. .pager>.disabled>a:focus {
  66. pointer-events: none;
  67. }
  68. .pager .next {
  69. margin-left: 10px;
  70. }
  71. /*=== dabapps bootstrap styles ====*/
  72. html {
  73. width:100%;
  74. background: none;
  75. }
  76. /*body, .navbar .container-fluid {
  77. max-width: 1150px;
  78. margin: 0 auto;
  79. }*/
  80. body {
  81. background: url("../img/grid.png") repeat-x;
  82. background-attachment: fixed;
  83. }
  84. #content {
  85. margin: 0;
  86. padding-bottom: 60px;
  87. }
  88. /* sticky footer and footer */
  89. html, body {
  90. height: 100%;
  91. }
  92. .wrapper {
  93. position: relative;
  94. top: 0;
  95. left: 0;
  96. padding-top: 60px;
  97. margin: -60px 0;
  98. min-height: 100%;
  99. }
  100. .form-switcher {
  101. margin-bottom: 0;
  102. }
  103. .well {
  104. -webkit-box-shadow: none;
  105. -moz-box-shadow: none;
  106. box-shadow: none;
  107. }
  108. .well .form-actions {
  109. padding-bottom: 0;
  110. margin-bottom: 0;
  111. }
  112. .well form {
  113. margin-bottom: 0;
  114. }
  115. .nav-tabs {
  116. border: 0;
  117. }
  118. .nav-tabs > li {
  119. float: right;
  120. }
  121. .nav-tabs li a {
  122. margin-right: 0;
  123. }
  124. .nav-tabs > .active > a {
  125. background: #F5F5F5;
  126. }
  127. .nav-tabs > .active > a:hover {
  128. background: #F5F5F5;
  129. }
  130. .tabbable.first-tab-active .tab-content {
  131. border-top-right-radius: 0;
  132. }
  133. footer {
  134. position: absolute;
  135. bottom: 0;
  136. left: 0;
  137. clear: both;
  138. z-index: 10;
  139. height: 60px;
  140. width: 95%;
  141. margin: 0 2.5%;
  142. }
  143. footer p {
  144. text-align: center;
  145. color: gray;
  146. border-top: 1px solid #DDDDDD;
  147. padding-top: 10px;
  148. }
  149. footer a {
  150. color: gray !important;
  151. font-weight: bold;
  152. }
  153. footer a:hover {
  154. color: gray;
  155. }
  156. .page-header {
  157. border-bottom: none;
  158. padding-bottom: 0px;
  159. margin: 0;
  160. }
  161. /* custom general page styles */
  162. .hero-unit h1, .hero-unit h2 {
  163. color: #A30000;
  164. }
  165. body a {
  166. color: #A30000;
  167. }
  168. body a:hover {
  169. color: #c20000;
  170. }
  171. .request-info {
  172. clear:both;
  173. }
  174. .horizontal-checkbox label {
  175. padding-top: 0;
  176. }
  177. .horizontal-checkbox label {
  178. padding-top: 0 !important;
  179. }
  180. .horizontal-checkbox input {
  181. float: left;
  182. width: 20px;
  183. margin-top: 3px;
  184. }