add doc build files
[pti/rtp.git] / docs / _build / html / _static / bootstrap-sphinx.css
1 /*
2  * bootstrap-sphinx.css
3  * ~~~~~~~~~~~~~~~~~~~~
4  *
5  * Sphinx stylesheet -- Bootstrap theme.
6  */
7
8 /*
9  * Imports to aggregate everything together.
10  */
11
12 @import url("./basic.css");
13
14
15   
16
17
18
19   
20   
21     @import url("./bootswatch-3.3.7/united/bootstrap.min.css");
22   
23
24
25 /*
26  * Styles
27  */
28
29 .navbar-inverse .brand {
30   color: #FFF;
31 }
32
33 /*
34  * Reset navbar styles from overrides in:
35  * https://bitbucket.org/birkenfeld/sphinx/commits/78d8ebf76b630ab4073a7328af9d91e8123b8d96
36  */
37 .navbar .container {
38   padding-top: 0;
39 }
40
41 /*
42  * Reset the logo image dimensions. Sites like RTD can override with bad
43  * results on mobile (mega-huge logo...)
44  *
45  * https://github.com/ryan-roemer/sphinx-bootstrap-theme/issues/142
46  */
47 .navbar-brand img {
48   width: auto;
49   height: 100%;
50 }
51
52 .page-top {
53   top: 0px;
54 }
55
56
57
58
59
60   body {
61     
62       padding-top: 60px;
63     
64   }
65   .page-top {
66     
67       top: 60px;
68     
69   }
70
71
72
73 .navbar-inner {
74   padding-left:  12px !important;
75   padding-right: 12px !important;
76 }
77
78
79 table {
80   border: 0;
81 }
82
83 .highlighttable .code pre {
84     font-size: 12px;
85 }
86
87 .highlighttable .linenos pre {
88     word-break: normal;
89     font-size: 12px;
90 }
91
92 div.highlight {
93   background: none;
94 }
95
96 a.headerlink {
97   margin-left: 0.25em;
98 }
99
100 a.footnote-reference {
101   vertical-align: super;
102   font-size: 75%;
103 }
104
105 table.footnote td.label {
106   color: inherit;
107   font-size: 100%;
108   display: block;
109   line-height: normal;
110   background: inherit;
111 }
112
113 table.footnote {
114   width: auto;
115   margin-bottom: 0px;
116 }
117
118 table.field-list {
119   width: auto;
120 }
121
122 .footer {
123   width: 100%;
124   border-top: 1px solid #ccc;
125   padding-top: 10px;
126 }
127
128 .bs-sidenav form, .bs-sidenav #sourcelink {
129   padding: 5px 20px;
130 }
131
132
133
134 /* The code below is based on the bootstrap website sidebar */
135
136 .bs-sidenav.affix {
137   position: static;
138 }
139
140 /* First level of nav */
141 .bs-sidenav {
142   margin-top: 30px;
143   margin-bottom: 30px;
144   padding-top:    10px;
145   padding-bottom: 10px;
146   text-shadow: 0 1px 0 #fff;
147   background-color: #f7f5fa;
148   border-radius: 5px;
149 }
150
151 /* All levels of nav */
152 .bs-sidenav .nav > li > a {
153   display: block;
154   color: #716b7a;
155   padding: 5px 20px;
156 }
157 .bs-sidenav .nav > li > a:hover,
158 .bs-sidenav .nav > li > a:focus {
159   text-decoration: none;
160   background-color: #e5e3e9;
161   border-right: 1px solid #dbd8e0;
162 }
163 .bs-sidenav .nav > .active > a,
164 .bs-sidenav .nav > .active:hover > a,
165 .bs-sidenav .nav > .active:focus > a {
166   font-weight: bold;
167   color: #563d7c;
168   background-color: transparent;
169   border-right: 1px solid #563d7c;
170 }
171
172 .bs-sidenav .nav .nav > li > a {
173   padding-top:    3px;
174   padding-bottom: 3px;
175   padding-left: 30px;
176   font-size: 90%;
177 }
178
179 .bs-sidenav .nav .nav .nav > li > a {
180   padding-top:    3px;
181   padding-bottom: 3px;
182   padding-left: 40px;
183   font-size: 90%;
184 }
185
186 .bs-sidenav .nav .nav .nav .nav > li > a {
187   padding-top:    3px;
188   padding-bottom: 3px;
189   padding-left: 50px;
190   font-size: 90%;
191 }
192
193 /* Show and affix the side nav when space allows it */
194 @media screen and (min-width: 992px) {
195   .bs-sidenav .nav > .active > ul {
196     display: block;
197   }
198   /* Widen the fixed sidenav */
199   .bs-sidenav.affix,
200   .bs-sidenav.affix-bottom {
201     width: 213px;
202   }
203   .bs-sidenav.affix {
204     position: fixed; /* Undo the static from mobile first approach */
205   }
206   .bs-sidenav.affix-bottom {
207     position: absolute; /* Undo the static from mobile first approach */
208   }
209   .bs-sidenav.affix-bottom .bs-sidenav,
210   .bs-sidenav.affix .bs-sidenav {
211     margin-top: 0;
212     margin-bottom: 0;
213   }
214 }
215 @media screen and (min-width: 1200px) {
216   /* Widen the fixed sidenav again */
217   .bs-sidenav.affix-bottom,
218   .bs-sidenav.affix {
219     width: 263px;
220   }
221 }
222
223