You are here

docs.css in Sassy 7.3

/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/

/* Body and structure
-------------------------------------------------- */
body {
  background-color: #fff;
  position: relative;
}
section {
  padding-top: 60px;
}
section > .row {
  margin-bottom: 10px;
}


/* Jumbotrons
-------------------------------------------------- */
.jumbotron {
  min-width: 940px;
  padding-top: 40px;
}
.jumbotron .inner {
  background: transparent url(../img/grid-18px.png) top center;
  padding: 45px 0;
  -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
     -moz-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
/*          box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
*/}
.jumbotron h1,
.jumbotron p {
  margin-bottom: 9px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.jumbotron h1 {
  font-size: 54px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.jumbotron p {
  font-weight: 300;
}
.jumbotron .lead {
  font-size: 20px;
  line-height: 27px;
}
.jumbotron p a {
  color: #fff;
  font-weight: bold;
}

/* Specific jumbotrons
------------------------- */
/* main docs page */
.masthead {
  background-color: #049cd9;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  background-image: -webkit-linear-gradient(#004D9F, #049cd9);
  background-image: -moz-linear-gradient(#004D9F, #049cd9);
  background-image: -o-linear-gradient(top, #004D9F, #049cd9);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0); /* IE8 and down */
}
/* supporting docs pages */
.subhead {
  background-color: #767d80;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
  background-image: -webkit-linear-gradient(#565d60, #767d80);
  background-image: -moz-linear-gradient(#565d60, #767d80);
  background-image: -o-linear-gradient(top, #565d60, #767d80);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565d60', endColorstr='#767d80', GradientType=0); /* IE8 and down */
}
.subhead .inner {
  padding: 36px 0 27px;
}
.subhead h1,
.subhead p {
  text-align: left;
}
.subhead h1 {
  font-size: 40px;
}
.subhead p a {
  font-weight: normal;
}


/* Footer
-------------------------------------------------- */
.footer {
  background-color: #eee;
  min-width: 940px;
  padding: 30px 0;
  text-shadow: 0 1px 0 #fff;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
     -moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
/*          box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
*/}
.footer p {
  color: #555;
}


/* Quickstart section for getting le code
-------------------------------------------------- */
.quickstart {
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
  background-image: linear-gradient(#f9f9f9, #f5f5f5);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
.quickstart .container {
  margin-bottom: 0;
}
.quickstart .row {
  margin: 0 -20px;
  -webkit-box-shadow: 1px 0 0 #f9f9f9;
     -moz-box-shadow: 1px 0 0 #f9f9f9;
          box-shadow: 1px 0 0 #f9f9f9;
}
.quickstart [class*="span"] {
  width: 285px;
  height: 117px;
  margin-left: 0;
  padding: 17px 20px 26px;
  border-left: 1px solid #eee;
  -webkit-box-shadow: inset 1px 0 0 #f9f9f9;
     -moz-box-shadow: inset 1px 0 0 #f9f9f9;
          box-shadow: inset 1px 0 0 #f9f9f9;
}
.quickstart [class*="span"]:last-child {
  border-right: 1px solid #eee;
  width: 286px;
}
.quickstart h6,
.quickstart p {
  line-height: 18px;
  text-align: center;
  margin-bottom: 9px;
  color: #333;
}
.quickstart .current-version,
.quickstart .current-version a {
  color: #999;
}
.quickstart h6 {
  color: #999;
}
.quickstart textarea {
  display: block;
  width: 275px;
  height: auto;
  margin: 0 0 9px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}


/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 10px;
}
.show-grid [class*="span"] {
  background: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}


/* Render mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
          box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.mini-layout {
  height: 240px;
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 240px;
  height: 240px;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 90px;
  height: 240px;
}
.mini-layout.fluid .mini-layout-body {
  width: 300px;
  margin-left: 10px;
}


/* Topbar special styles
-------------------------------------------------- */
.topbar-wrapper {
  position: relative;
  height: 40px;
  margin: 5px 0 15px;
}
.topbar-wrapper .topbar {
  position: absolute;
  margin: 0 -20px;
}
.topbar-wrapper .topbar .topbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Topbar in js docs
------------------------- */
#bootstrap-js .topbar-wrapper {
  z-index: 1;
}
#bootstrap-js .topbar-wrapper .topbar {
  position: absolute;
  margin: 0 -20px;
}
#bootstrap-js .topbar-wrapper .topbar .topbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#bootstrap-js .topbar-wrapper .container {
  width: auto;
}


/* Popover docs
-------------------------------------------------- */
.popover-well {
  min-height: 160px;
}
.popover-well .popover {
  display: block;
}
.popover-well .popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}
.popover-well .popover-menu-wrapper {
  height: 80px;
}
img.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}

/* Pretty Print
-------------------------------------------------- */
pre.prettyprint {
  overflow: hidden;
}

File

sassy_bootstrap/bootstrap/docs/assets/css/docs.css
View source
  1. /* Add additional stylesheets below
  2. -------------------------------------------------- */
  3. /*
  4. Bootstrap's documentation styles
  5. Special styles for presenting Bootstrap's documentation and examples
  6. */
  7. /* Body and structure
  8. -------------------------------------------------- */
  9. body {
  10. background-color: #fff;
  11. position: relative;
  12. }
  13. section {
  14. padding-top: 60px;
  15. }
  16. section > .row {
  17. margin-bottom: 10px;
  18. }
  19. /* Jumbotrons
  20. -------------------------------------------------- */
  21. .jumbotron {
  22. min-width: 940px;
  23. padding-top: 40px;
  24. }
  25. .jumbotron .inner {
  26. background: transparent url(../img/grid-18px.png) top center;
  27. padding: 45px 0;
  28. -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
  29. -moz-box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
  30. /* box-shadow: inset 0 10px 30px rgba(0,0,0,.3);
  31. */}
  32. .jumbotron h1,
  33. .jumbotron p {
  34. margin-bottom: 9px;
  35. color: #fff;
  36. text-align: center;
  37. text-shadow: 0 1px 1px rgba(0,0,0,.3);
  38. }
  39. .jumbotron h1 {
  40. font-size: 54px;
  41. line-height: 1;
  42. text-shadow: 0 1px 2px rgba(0,0,0,.5);
  43. }
  44. .jumbotron p {
  45. font-weight: 300;
  46. }
  47. .jumbotron .lead {
  48. font-size: 20px;
  49. line-height: 27px;
  50. }
  51. .jumbotron p a {
  52. color: #fff;
  53. font-weight: bold;
  54. }
  55. /* Specific jumbotrons
  56. ------------------------- */
  57. /* main docs page */
  58. .masthead {
  59. background-color: #049cd9;
  60. background-repeat: no-repeat;
  61. background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  62. background-image: -webkit-linear-gradient(#004D9F, #049cd9);
  63. background-image: -moz-linear-gradient(#004D9F, #049cd9);
  64. background-image: -o-linear-gradient(top, #004D9F, #049cd9);
  65. background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  66. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004D9F', endColorstr='#049cd9', GradientType=0); /* IE8 and down */
  67. }
  68. /* supporting docs pages */
  69. .subhead {
  70. background-color: #767d80;
  71. background-repeat: no-repeat;
  72. background-image: -webkit-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
  73. background-image: -webkit-linear-gradient(#565d60, #767d80);
  74. background-image: -moz-linear-gradient(#565d60, #767d80);
  75. background-image: -o-linear-gradient(top, #565d60, #767d80);
  76. background-image: -khtml-gradient(linear, left top, left bottom, from(#565d60), to(#767d80));
  77. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565d60', endColorstr='#767d80', GradientType=0); /* IE8 and down */
  78. }
  79. .subhead .inner {
  80. padding: 36px 0 27px;
  81. }
  82. .subhead h1,
  83. .subhead p {
  84. text-align: left;
  85. }
  86. .subhead h1 {
  87. font-size: 40px;
  88. }
  89. .subhead p a {
  90. font-weight: normal;
  91. }
  92. /* Footer
  93. -------------------------------------------------- */
  94. .footer {
  95. background-color: #eee;
  96. min-width: 940px;
  97. padding: 30px 0;
  98. text-shadow: 0 1px 0 #fff;
  99. border-top: 1px solid #e5e5e5;
  100. -webkit-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
  101. -moz-box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
  102. /* box-shadow: inset 0 5px 15px rgba(0,0,0,.025);
  103. */}
  104. .footer p {
  105. color: #555;
  106. }
  107. /* Quickstart section for getting le code
  108. -------------------------------------------------- */
  109. .quickstart {
  110. background-color: #f5f5f5;
  111. background-repeat: repeat-x;
  112. background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  113. background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
  114. background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
  115. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
  116. background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
  117. background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
  118. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
  119. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
  120. background-image: linear-gradient(#f9f9f9, #f5f5f5);
  121. border-top: 1px solid #fff;
  122. border-bottom: 1px solid #eee;
  123. }
  124. .quickstart .container {
  125. margin-bottom: 0;
  126. }
  127. .quickstart .row {
  128. margin: 0 -20px;
  129. -webkit-box-shadow: 1px 0 0 #f9f9f9;
  130. -moz-box-shadow: 1px 0 0 #f9f9f9;
  131. box-shadow: 1px 0 0 #f9f9f9;
  132. }
  133. .quickstart [class*="span"] {
  134. width: 285px;
  135. height: 117px;
  136. margin-left: 0;
  137. padding: 17px 20px 26px;
  138. border-left: 1px solid #eee;
  139. -webkit-box-shadow: inset 1px 0 0 #f9f9f9;
  140. -moz-box-shadow: inset 1px 0 0 #f9f9f9;
  141. box-shadow: inset 1px 0 0 #f9f9f9;
  142. }
  143. .quickstart [class*="span"]:last-child {
  144. border-right: 1px solid #eee;
  145. width: 286px;
  146. }
  147. .quickstart h6,
  148. .quickstart p {
  149. line-height: 18px;
  150. text-align: center;
  151. margin-bottom: 9px;
  152. color: #333;
  153. }
  154. .quickstart .current-version,
  155. .quickstart .current-version a {
  156. color: #999;
  157. }
  158. .quickstart h6 {
  159. color: #999;
  160. }
  161. .quickstart textarea {
  162. display: block;
  163. width: 275px;
  164. height: auto;
  165. margin: 0 0 9px;
  166. line-height: 21px;
  167. white-space: nowrap;
  168. overflow: hidden;
  169. }
  170. /* Special grid styles
  171. -------------------------------------------------- */
  172. .show-grid {
  173. margin-top: 10px;
  174. margin-bottom: 10px;
  175. }
  176. .show-grid [class*="span"] {
  177. background: #eee;
  178. text-align: center;
  179. -webkit-border-radius: 3px;
  180. -moz-border-radius: 3px;
  181. border-radius: 3px;
  182. min-height: 30px;
  183. line-height: 30px;
  184. }
  185. .show-grid:hover [class*="span"] {
  186. background: #ddd;
  187. }
  188. .show-grid .show-grid {
  189. margin-top: 0;
  190. margin-bottom: 0;
  191. }
  192. .show-grid .show-grid [class*="span"] {
  193. background-color: #ccc;
  194. }
  195. /* Render mini layout previews
  196. -------------------------------------------------- */
  197. .mini-layout {
  198. border: 1px solid #ddd;
  199. -webkit-border-radius: 6px;
  200. -moz-border-radius: 6px;
  201. border-radius: 6px;
  202. -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  203. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  204. box-shadow: 0 1px 2px rgba(0,0,0,.075);
  205. }
  206. .mini-layout {
  207. height: 240px;
  208. margin-bottom: 20px;
  209. padding: 9px;
  210. }
  211. .mini-layout div {
  212. -webkit-border-radius: 3px;
  213. -moz-border-radius: 3px;
  214. border-radius: 3px;
  215. }
  216. .mini-layout .mini-layout-body {
  217. background-color: #dceaf4;
  218. margin: 0 auto;
  219. width: 240px;
  220. height: 240px;
  221. }
  222. .mini-layout.fluid .mini-layout-sidebar,
  223. .mini-layout.fluid .mini-layout-header,
  224. .mini-layout.fluid .mini-layout-body {
  225. float: left;
  226. }
  227. .mini-layout.fluid .mini-layout-sidebar {
  228. background-color: #bbd8e9;
  229. width: 90px;
  230. height: 240px;
  231. }
  232. .mini-layout.fluid .mini-layout-body {
  233. width: 300px;
  234. margin-left: 10px;
  235. }
  236. /* Topbar special styles
  237. -------------------------------------------------- */
  238. .topbar-wrapper {
  239. position: relative;
  240. height: 40px;
  241. margin: 5px 0 15px;
  242. }
  243. .topbar-wrapper .topbar {
  244. position: absolute;
  245. margin: 0 -20px;
  246. }
  247. .topbar-wrapper .topbar .topbar-inner {
  248. padding-left: 20px;
  249. padding-right: 20px;
  250. -webkit-border-radius: 4px;
  251. -moz-border-radius: 4px;
  252. border-radius: 4px;
  253. }
  254. /* Topbar in js docs
  255. ------------------------- */
  256. #bootstrap-js .topbar-wrapper {
  257. z-index: 1;
  258. }
  259. #bootstrap-js .topbar-wrapper .topbar {
  260. position: absolute;
  261. margin: 0 -20px;
  262. }
  263. #bootstrap-js .topbar-wrapper .topbar .topbar-inner {
  264. padding-left: 20px;
  265. padding-right: 20px;
  266. -webkit-border-radius: 4px;
  267. -moz-border-radius: 4px;
  268. border-radius: 4px;
  269. }
  270. #bootstrap-js .topbar-wrapper .container {
  271. width: auto;
  272. }
  273. /* Popover docs
  274. -------------------------------------------------- */
  275. .popover-well {
  276. min-height: 160px;
  277. }
  278. .popover-well .popover {
  279. display: block;
  280. }
  281. .popover-well .popover-wrapper {
  282. width: 50%;
  283. height: 160px;
  284. float: left;
  285. margin-left: 55px;
  286. position: relative;
  287. }
  288. .popover-well .popover-menu-wrapper {
  289. height: 80px;
  290. }
  291. img.large-bird {
  292. margin: 5px 0 0 310px;
  293. opacity: .1;
  294. }
  295. /* Pretty Print
  296. -------------------------------------------------- */
  297. pre.prettyprint {
  298. overflow: hidden;
  299. }