docs.css 20.60 KiB
/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/
/* Body and structure
-------------------------------------------------- */
body {
  position: relative;
  padding-top: 44px;
/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
/* Sections
-------------------------------------------------- */
/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 30px;
section > .page-header,
section > .lead {
  color: #5a5a5a;
section > ul li {
  margin-bottom: 5px;
/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
/* Faded out hr */
hr.soften {
  height: 1px;