docs.css 14.87 KiB
/*
 * Bootstrap Documentation
 * Special styles for presenting Bootstrap's documentation and code examples.
 */
/* Key scaffolding
-------------------------------------------------- */
body {
  position: relative; /* For scrollyspy */
  padding-top: 50px; /* Account for fixed navbar */
/* Top nav and header
-------------------------------------------------- */
.bs-docs-nav {
  background-color: #b94a48;
.bs-docs-nav .navbar-brand {
  color: #fff;
.bs-docs-nav .navbar-nav > li > a {
  color: #e6cac8;
.bs-docs-nav .navbar-nav > li > a:hover {
  color: #fff;
.bs-docs-nav .navbar-nav > .active > a,
.bs-docs-nav .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #993c3a;
.bs-docs-nav .navbar-toggle {
  border-color: #b94a48;
.bs-docs-nav .navbar-toggle:hover {
  background-color: #993c3a;
  border-color: #993c3a;
/* Homepage masthead
-------------------------------------------------- */
.bs-masthead {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 15px;
  text-align: center;
.bs-masthead h1 {
  font-size: 50px;
  line-height: 1;
.bs-masthead .bs-social {
  margin-top: 80px;
/* Download button */
.bs-masthead .btn {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 18px 24px;
  font-size: 21px;
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
color: #b94a48; /* redeclare to override the `.jumbotron a` */ background-color: #fff; border-color: #e5e5e5; } .bs-masthead .btn:hover, .bs-masthead .btn:active { color: #fff; /* redeclare to override the `.jumbotron a` */ background-color: #b94a48; border-color: #b94a48; } /* Textual links */ .bs-masthead-links { margin-top: 20px; margin-bottom: 20px; padding-left: 0; list-style: none; } .bs-masthead-links li { display: inline; color: #999; } .bs-masthead-links li + li { margin-left: 20px; } /* Customize and Download button -------------------------------------------------- */ .bs-customizer { } .bs-customizer .toggle { float: right; } .bs-customizer label { margin-top: 10px; font-weight: 500; color: #555; } .bs-customizer h4 { margin-top: 15px; } .bs-customizer input[type="text"] { background-color: #fafafa; } .bs-customize-download { text-align:center; } .bs-customize-download .btn { margin-top: 5px; margin-bottom: 5px; padding: 18px 24px; font-size: 21px; color: #b94a48; background-color: #fff; border-color: #b94a48; } .bs-customize-download .btn:hover, .bs-customize-download .btn:active { color: #fff; background-color: #b94a48; } /* Docs pages and sections
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
-------------------------------------------------- */ /* Page headers */ .bs-header { padding: 30px 30px 40px; font-size: 16px; color: #5a5a5a; text-align: center; border-bottom: 1px solid #ddd; } .bs-header h1 { color: #b94a48; } .bs-header p { font-weight: 300; line-height: 1.5; } /* Padding for in-page bookmarks */ .bs-docs-section { padding-top: 30px; } /* Docs sidebar -------------------------------------------------- */ /* By default it's not affixed in mobile views, so undo that */ .bs-sidebar.affix { position: static; } /* First level of nav */ .bs-sidenav { margin-top: 30px; margin-bottom: 30px; padding-top: 15px; padding-bottom: 15px; text-shadow: 0 1px 0 #fff; background-color: #f5f5f5; border-radius: 5px; } /* All levels of nav */ .bs-sidebar .nav > li > a { display: block; color: #666; padding: 4px 20px; } .bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus { text-decoration: none; border-right: 1px solid #d5d5d5; } .bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a { font-weight: 500; color: #b94a48; background-color: transparent; border-right: 1px solid #b94a48; } /* Nav: second level (shown on .active) */ .bs-sidebar .nav .nav { display: none; margin-bottom: 5px; } .bs-sidebar .nav > .active > ul {
211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
display: block; } .bs-sidebar .nav .nav > li > a { padding-top: 2px; padding-bottom: 2px; padding-left: 30px; font-size: 90%; } /* Side notes for calling out things -------------------------------------------------- */ .bs-callout { margin: 20px 0; padding: 15px 30px 15px 15px; background-color: #fcf2f2; border-left: 5px solid #df7c7b; } .bs-callout h4 { margin-top: 0; } .bs-callout p:last-child { margin-bottom: 0; } .bs-callout code, .bs-callout .highlight { background-color: #fff; } /* Special grid styles -------------------------------------------------- */ .show-grid { margin-bottom: 15px; } .show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; background-color: #eee; border: 1px solid #ddd; /* Todo: reconcile these */ background-color: rgba(185,74,72,.15); border: 1px solid rgba(185,74,72,.2); } /* Bootstrap code examples -------------------------------------------------- */ /* Base class */ .bs-example { position: relative; padding: 39px 14px 14px; margin-bottom: -1px; border: 1px solid #ddd; border-top-left-radius: 4px; border-top-right-radius: 4px; } /* Echo out a label for the example */ .bs-example:after { content: "Example"; position: absolute; top: -1px; left: -1px; padding: 3px 7px;
281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
font-size: 12px; font-weight: bold; color: #9da0a4; background-color: #f5f5f5; border: 1px solid #ddd; border-top-left-radius: 4px; border-bottom-right-radius: 4px; } /* Tweak display of the examples */ .bs-example + .prettyprint, .bs-example + .highlight { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } /* Tweak content of examples for optimum awesome */ .bs-example > p:last-child, .bs-example > ul:last-child, .bs-example > ol:last-child, .bs-example > blockquote:last-child, .bs-example > input:last-child, .bs-example > select:last-child, .bs-example > textarea:last-child, .bs-example > .table:last-child, .bs-example > .navbar:last-child .bs-example > .jumbotron:last-child, .bs-example > .alert:last-child, .bs-example > .panel:last-child, .bs-example > .list-group:last-child, .bs-example > .well:last-child { margin-bottom: 0; } .bs-example > p > .close { float: none; } /* Typography */ .bs-example-type .table td { color: #999; vertical-align: middle; border-color: ; } .bs-example-type .table td, .bs-example-type .table th { padding: 15px 0; border-color: #eee; } .bs-example-type .table tr:first-child td, .bs-example-type .table tr:first-child th { border-top: 0; } .bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 { margin: 0; } /* Forms */ .bs-example.form-inline select, .bs-example.form-inline input[type="text"], .bs-example.form-inline input[type="password"] { width: 180px; } .bs-example-control-sizing input[type="text"] + input[type="text"] { margin-top: 10px;
351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
} .bs-example-form { overflow: hidden; } .bs-example-form .input-group { margin-bottom: 10px; } /* List groups */ .bs-example > .list-group { max-width: 400px; } /* Navbar examples */ .bs-navbar-top-example, .bs-navbar-bottom-example { z-index: 1; padding: 0; min-height: 110px; overflow: hidden; /* cut the drop shadows off */ } .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom { position: relative; margin-left: 0; margin-right: 0; } .bs-navbar-top-example .navbar-fixed-top { top: -1px; } .bs-navbar-bottom-example .navbar-fixed-bottom { bottom: -1px; } .bs-navbar-top-example { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .bs-navbar-top-example:after { top: auto; bottom: -1px; -webkit-border-radius: 0 4px 0 4px; -moz-border-radius: 0 4px 0 4px; border-radius: 0 4px 0 4px; } .bs-navbar-bottom-example { -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0; } .bs-navbar-bottom-example .navbar { margin-bottom: 0; } /* Example modals */ .bs-example-modal { background-color: #f5f5f5; } .bs-example-modal .modal { position: relative; top: auto; right: auto; left: auto; bottom: auto; z-index: 1; display: block; } .bs-example-modal .modal-dialog { left: auto; margin-left: auto;
421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
margin-right: auto; } /* Example dropdowns */ .bs-example > .dropdown > .dropdown-menu, .bs-example-submenu > .pull-left > .dropup > .dropdown-menu, .bs-example-submenu > .pull-left > .dropdown > .dropdown-menu { position: static; display: block; margin-bottom: 5px; } .bs-example-submenu { min-height: 230px; } .bs-example-submenu > .pull-left + .pull-left { margin-left: 20px; } /* Example tabbable tabs */ .bs-example-tabs .nav-tabs { margin-bottom: 15px; } /* Tooltips */ .bs-example-tooltips { text-align: center; margin: 0 0 10px; list-style: none; } .bs-example-tooltips li { display: inline; padding: 0 10px; } /* Popovers */ .bs-example-popover { padding-bottom: 24px; background-color: #f9f9f9; } .bs-example-popover .popover { position: relative; display: block; float: left; width: 260px; margin: 20px; } /* Example templates -------------------------------------------------- */ .bs-examples h4 { margin-bottom: 5px; } .bs-examples p { margin-bottom: 20px; } /* Icons -------------------------------------------------- */ .the-icons { padding-bottom: 1px; margin-left: 0; list-style: none; margin-bottom: 20px; overflow: hidden;
491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
} .the-icons li { float: left; width: 100px; height: 110px; padding: 10px; border: 1px solid #ddd; font-size: 12px; line-height: 1.25; text-align: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 -1px -1px 0; } .the-icons .glyphicon { display: block; margin: 5px auto; vertical-align: middle; margin-right: 3px; font-size: 24px; } .the-icons li:hover { background-color: rgba(255,0,0,.1); } /* Responsive docs -------------------------------------------------- */ /* Related: responsive utilities tables */ .table code { font-size: 13px; font-weight: normal; } /* Utility classes table ------------------------- */ .bs-table th small, .responsive-utilities th small { display: block; font-weight: normal; color: #999; } .responsive-utilities tbody th { font-weight: normal; } .responsive-utilities td { text-align: center; } .responsive-utilities td.is-visible { color: #468847; background-color: #dff0d8 !important; } .responsive-utilities td.is-hidden { color: #ccc; background-color: #f9f9f9 !important; } /* Responsive tests ------------------------- */ .responsive-utilities-test { margin-top: 5px; margin-left: 0; list-style: none; overflow: hidden; /* clear floats */ } .responsive-utilities-test li { position: relative;
561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
float: left; width: 25%; } .responsive-utilities-test li + li { margin-left: 10px; } .responsive-utilities-test span { padding: 15px 10px; font-size: 14px; font-weight: bold; line-height: 1.1; text-align: center; border-radius: 4px; } .responsive-utilities-test.visible-on [class*="hidden"], .responsive-utilities-test.hidden-on [class*="visible"] { color: #999; border: 1px solid #ddd; } .responsive-utilities-test.visible-on [class*="visible"], .responsive-utilities-test.hidden-on [class*="hidden"] { color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; } /* Footer -------------------------------------------------- */ .bs-footer { padding-top: 40px; padding-bottom: 30px; margin-top: 100px; text-align: center; border-top: 1px solid #e5e5e5; } .bs-footer p { margin-bottom: 0; color: #777; } .footer-links { margin: 10px 0; padding-left: 0; } .footer-links li { display: inline; padding: 0 2px; } .footer-links li:first-child { padding-left: 0; } /* Social proof buttons from GitHub & Twitter */ .bs-social { margin-bottom: 20px; } .bs-social-buttons { display: inline-block; margin-bottom: 0; padding-left: 0; list-style: none; } .bs-social-buttons li { display: inline-block; line-height: 1; } .bs-social-buttons li + li { margin-left: 15px;
631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700
} .bs-social-buttons .twitter-follow-button { width: 225px !important; } .bs-social-buttons .twitter-share-button { width: 98px !important; } /* Misc docs stuff -------------------------------------------------- */ /* Pseudo :focus state for showing how it looks in the docs */ input.focused { border-color: rgba(82,168,236,.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -moz-box-shadow: 0 0 8px rgba(82,168,236,.6); box-shadow: 0 0 8px rgba(82,168,236,.6); } /* Scrollspy demo on fixed height div */ .scrollspy-example { position: relative; height: 200px; margin-top: 10px; overflow: auto; } .highlight { padding: 9px 14px; margin-bottom: 14px; background-color: #f7f7f9; border: 1px solid #e1e1e8; border-radius: 4px; } .highlight pre { padding: 0; margin-top: 0; margin-bottom: 0; background-color: transparent; border: 0; white-space: nowrap; } .highlight pre code { font-size: inherit; color: #333; /* Effectively the base text color */ } .highlight pre .lineno { display: inline-block; width: 22px; padding-right: 5px; margin-right: 10px; text-align: right; color: #bebec5; } /* Better spacing on download options in getting started */ .bs-docs-dl-options h4 { margin-top: 15px; margin-bottom: 5px; } /* Hide the top link initially */ .bs-top { display: none; }
701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
/* Responsive variations -------------------------------------------------- */ /* Hide code snippets on mobile devices */ @media screen and (max-width: 480px) { .bs-example { border-radius: 4px; } .highlight { display: none; } } /* Tablets and up */ @media screen and (min-width: 768px) { /* Back to top link */ .bs-top { display: block; /* Unhide */ float: left; padding: 7px 15px; font-weight: 500; color: #999; background-color: #eee; border-radius: 4px; } .bs-top:hover { color: #fff; text-decoration: none; background-color: #999; } .bs-top.affix { position: fixed; right: 15px; bottom: 15px; } .bs-header { font-size: 21px; text-align: left; } .bs-header h1 { font-size: 60px; line-height: 1; } /* Show the docs nav */ .bs-sidebar { display: block; } /* Tweak display of docs jumbotrons */ .bs-masthead { padding-top: 100px; padding-bottom: 100px; } .bs-masthead h1 { font-size: 100px; } .bs-masthead p { margin-left: 15%; margin-right: 15%; font-size: 30px; } .bs-navbar-top-example .navbar-fixed-top, .bs-navbar-bottom-example .navbar-fixed-bottom { position: absolute; }
771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
} /* Tablets/desktops and up */ @media screen and (min-width: 992px) { /* Widen the fixed sidebar */ .bs-sidebar.affix { position: fixed; /* Undo the static from mobile-first approach */ top: 50px; width: 213px; } /* Icons */ .the-icons li { width: 12.5%; } } /* Large desktops and up */ @media screen and (min-width: 1200px) { /* Widen the fixed sidebar again */ .bs-sidebar.affix { width: 270px; } }