mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-04 17:26:42 +00:00
74 lines
1.3 KiB
SCSS
74 lines
1.3 KiB
SCSS
$header-bg: #094d75;
|
|
|
|
.jumbotron {
|
|
background-image:
|
|
linear-gradient(to bottom, $header-bg 50%, darken($header-bg, 2%) 50%);
|
|
background-size: 100% 4px;
|
|
background-color: $header-bg;
|
|
background-repeat: repeat-y;
|
|
color: white;
|
|
text-align: center;
|
|
}
|
|
|
|
@import 'bootstrap/scss/bootstrap';
|
|
|
|
/*$icon-font-path: "fonts/";
|
|
|
|
html {
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.navbar {
|
|
border-radius: 0;
|
|
margin-bottom: 0;
|
|
background-color: darken($header-bg, 10%);
|
|
}
|
|
|
|
div.sphinxsidebar {
|
|
margin-left: 0;
|
|
}
|
|
|
|
// Keep content not too wide for better readability.
|
|
//.navbar-content, .content {
|
|
// @include make-md-column-offset(1);
|
|
// @include make-md-column(10);
|
|
// @include make-lg-column-offset(2);
|
|
// @include make-lg-column(8);
|
|
//}
|
|
|
|
.footer {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
//border-top: 1px solid $gray-lighter;
|
|
text-align: center;
|
|
}
|
|
|
|
// Indent descriptions of classes, functions and macros.
|
|
.class dd, .function dd, .macro dd {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
// Remove Bootstrap padding for Sphinx containers.
|
|
.breathe-sectiondef.container {
|
|
padding: 0;
|
|
}
|
|
|
|
// Remove Bootstrap padding for Sphinx code elements in API signatures.
|
|
.descclassname, .descname {
|
|
padding: 0;
|
|
}
|
|
|
|
// Override center alignment in tables.
|
|
td {
|
|
text-align: left;
|
|
}
|
|
|
|
p.rubric {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.github-btn {
|
|
border: 0;
|
|
overflow: hidden;
|
|
}
|
|
*/ |