No Description

custom.css 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. html {
  2. position: relative;
  3. min-height: 100%;
  4. }
  5. body {
  6. padding-top: 51px;
  7. /* Margin bottom by footer height */
  8. margin-bottom: 60px;
  9. }
  10. label {
  11. display: block;
  12. }
  13. /* hide "Home" in navbar */
  14. .nav.navbar-nav:first-child > li:first-child {
  15. display: none;
  16. }
  17. ul.nav li.main {
  18. font-weight: normal;
  19. }
  20. .footer {
  21. position: absolute;
  22. bottom: 0;
  23. width: 100%;
  24. /* Set the fixed height of the footer here */
  25. height: 60px;
  26. background-color: #f5f5f5;
  27. }
  28. .footer .container .text-muted {
  29. margin: 20px 0;
  30. }
  31. .footer .container {
  32. padding-right: 15px;
  33. padding-left: 15px;
  34. }
  35. /* Outline button for use within the docs */
  36. .btn-outline {
  37. color: #337ab7;
  38. background-color: transparent;
  39. border-color: #337ab7;
  40. }
  41. .btn-outline:hover,
  42. .btn-outline:focus,
  43. .btn-outline:active {
  44. color: #fff;
  45. background-color: #337ab7;
  46. border-color: #337ab7;
  47. }
  48. /* Inverted outline button (white on dark) */
  49. .btn-outline-inverse {
  50. color: #fff;
  51. background-color: transparent;
  52. border-color: #fff;
  53. }
  54. .btn-outline-inverse:hover,
  55. .btn-outline-inverse:focus,
  56. .btn-outline-inverse:active {
  57. color: #337ab7;
  58. text-shadow: none;
  59. background-color: #fff;
  60. border-color: #fff;
  61. }
  62. .bs-docs-header {
  63. margin-bottom: 0;
  64. background: #337ab7;
  65. color: #fff;
  66. }
  67. .bs-docs-header .btn {
  68. padding: 15px 30px;
  69. font-size: 20px
  70. }
  71. .bs-docs-header h1 {
  72. margin-bottom: 30px;
  73. }
  74. .bs-docs-header .lead {
  75. margin: 0 auto 30px;
  76. }
  77. .bs-docs-sub-header {
  78. padding-top: 20px;
  79. padding-bottom: 20px;
  80. }
  81. .gh-btns {
  82. margin: 48px 0 -30px;
  83. background: rgba(0,0,0,.1);
  84. padding: 20px 0 15px;
  85. }
  86. .content h1:first-of-type,
  87. .content h1:first-of-type + p:first-of-type {
  88. text-align: center;
  89. }
  90. .bs-docs-example > p {
  91. margin-top: 20px;
  92. }
  93. .bs-docs-example > p:last-child {
  94. margin-bottom: 0;
  95. }
  96. .bs-docs-example .table,
  97. .bs-docs-example .progress,
  98. .bs-docs-example .well,
  99. .bs-docs-example .alert,
  100. .bs-docs-example .hero-unit,
  101. .bs-docs-example .pagination,
  102. .bs-docs-example .navbar,
  103. .bs-docs-example > .nav,
  104. .bs-docs-example blockquote {
  105. margin-bottom: 5px;
  106. }
  107. .bs-docs-example .pagination {
  108. margin-top: 0;
  109. }
  110. .special {
  111. font-weight: bold !important;
  112. color: #fff !important;
  113. background: #bc0000 !important;
  114. text-transform: uppercase;
  115. }
  116. .bs-docs-example {
  117. position: relative;
  118. padding: 45px 15px 15px;
  119. margin: 0 -15px 15px;
  120. border-color: #e5e5e5 #eee #eee;
  121. border-style: solid;
  122. border-width: 1px 0;
  123. -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
  124. box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
  125. }
  126. /* Echo out a label for the example */
  127. .bs-docs-example:after {
  128. position: absolute;
  129. top: 15px;
  130. left: 15px;
  131. font-size: 12px;
  132. font-weight: 700;
  133. color: #959595;
  134. text-transform: uppercase;
  135. letter-spacing: 1px;
  136. content: "Example";
  137. }
  138. .highlight {
  139. padding: 9px 14px;
  140. margin-bottom: 14px;
  141. background-color: #f7f7f9;
  142. border: 1px solid #e1e1e8;
  143. border-radius: 4px;
  144. }
  145. .bs-docs-example + .highlight {
  146. margin: -15px -15px 15px;
  147. border-width: 0 0 1px;
  148. border-radius: 0;
  149. }
  150. .carbonad {
  151. margin-top: 80px;
  152. }
  153. .carbonad-inner {
  154. width: auto!important;
  155. height: auto!important;
  156. padding: 20px!important;
  157. margin: 30px -15px 0!important;
  158. overflow: hidden;
  159. font-size: 13px!important;
  160. line-height: 16px!important;
  161. text-align: left;
  162. background: 0 0!important;
  163. border: solid rgba(255, 255, 255, 0.50) !important;
  164. border-width: 1px 0!important;
  165. }
  166. .carbon-poweredby,
  167. .carbon-text {
  168. display: block!important;
  169. float: none!important;
  170. width: auto!important;
  171. height: auto!important;
  172. margin-left: 145px!important;
  173. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
  174. color: #fff!important;
  175. }
  176. .carbon-poweredby {
  177. float: left;
  178. margin-top: 9px;
  179. text-align: left;
  180. width: 142px;
  181. opacity: 0.5;
  182. }
  183. .charity {
  184. opacity: 0.5;
  185. padding: 4px;
  186. margin-bottom: -31px;
  187. }
  188. .charity a {
  189. color: #fff;
  190. }
  191. .carbon-img img {
  192. border: none;
  193. display: inline;
  194. float: left;
  195. height: 100px;
  196. margin: 0 !important;
  197. width: 130px;
  198. }
  199. .logo-block a {
  200. display: block;
  201. padding: 5px;
  202. margin: 5px 0;
  203. }
  204. .logo-block img {
  205. height: auto;
  206. max-width: 100%;
  207. max-height: 40px;
  208. }
  209. .logo-container {
  210. float: left;
  211. max-width: 25%;
  212. margin: 0 15px;
  213. }
  214. .logo-block + div {
  215. margin: 5px 0;
  216. }
  217. @media (min-width: 480px){
  218. .carbonad-inner {
  219. width: 330px!important;
  220. margin: 50px auto 0 !important;
  221. border-width: 1px!important;
  222. border-radius: 4px;
  223. }
  224. .charity {
  225. margin-bottom: 0;
  226. }
  227. .logo-container {
  228. max-width: 60%;
  229. }
  230. }
  231. @media (min-width: 768px) {
  232. .bs-docs-example {
  233. margin-right: 0;
  234. margin-left: 0;
  235. background-color: #fff;
  236. border-color: #ddd;
  237. border-width: 1px;
  238. border-radius: 4px 4px 0 0;
  239. -webkit-box-shadow: none;
  240. box-shadow: none;
  241. }
  242. .bs-docs-example.no-code {
  243. border-radius: 4px;
  244. }
  245. .bs-docs-example + .highlight {
  246. margin-top: -16px;
  247. margin-right: 0;
  248. margin-left: 0;
  249. border-width: 1px;
  250. border-bottom-right-radius: 4px;
  251. border-bottom-left-radius: 4px;
  252. }
  253. .logo-container {
  254. max-width: 33.3333%;
  255. }
  256. .gh-btns {
  257. margin-bottom: -48px;
  258. }
  259. }
  260. @media (min-width: 992px){
  261. .bs-docs-header .lead {
  262. width: 80%;
  263. }
  264. .carbonad-inner {
  265. top: 0;
  266. right: 15px;
  267. width: 330px!important;
  268. padding: 15px!important;
  269. }
  270. .logo-container {
  271. max-width: 25%;
  272. }
  273. }