Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / doc / html / _static / default.css
blob21f3f5098d74ca71c6c3f917a765fb6bf78b4dea
1 /*
2 * default.css_t
3 * ~~~~~~~~~~~~~
5 * Sphinx stylesheet -- default theme.
7 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
8 * :license: BSD, see LICENSE for details.
12 @import url("basic.css");
14 /* -- page layout ----------------------------------------------------------- */
16 body {
17 font-family: sans-serif;
18 font-size: 100%;
19 background-color: #11303d;
20 color: #000;
21 margin: 0;
22 padding: 0;
25 div.document {
26 background-color: #1c4e63;
29 div.documentwrapper {
30 float: left;
31 width: 100%;
34 div.bodywrapper {
35 margin: 0 0 0 230px;
38 div.body {
39 background-color: #ffffff;
40 color: #000000;
41 padding: 0 20px 30px 20px;
44 div.footer {
45 color: #ffffff;
46 width: 100%;
47 padding: 9px 0 9px 0;
48 text-align: center;
49 font-size: 75%;
52 div.footer a {
53 color: #ffffff;
54 text-decoration: underline;
57 div.related {
58 background-color: #133f52;
59 line-height: 30px;
60 color: #ffffff;
63 div.related a {
64 color: #ffffff;
67 div.sphinxsidebar {
70 div.sphinxsidebar h3 {
71 font-family: 'Trebuchet MS', sans-serif;
72 color: #ffffff;
73 font-size: 1.4em;
74 font-weight: normal;
75 margin: 0;
76 padding: 0;
79 div.sphinxsidebar h3 a {
80 color: #ffffff;
83 div.sphinxsidebar h4 {
84 font-family: 'Trebuchet MS', sans-serif;
85 color: #ffffff;
86 font-size: 1.3em;
87 font-weight: normal;
88 margin: 5px 0 0 0;
89 padding: 0;
92 div.sphinxsidebar p {
93 color: #ffffff;
96 div.sphinxsidebar p.topless {
97 margin: 5px 10px 10px 10px;
100 div.sphinxsidebar ul {
101 margin: 10px;
102 padding: 0;
103 color: #ffffff;
106 div.sphinxsidebar a {
107 color: #98dbcc;
110 div.sphinxsidebar input {
111 border: 1px solid #98dbcc;
112 font-family: sans-serif;
113 font-size: 1em;
118 /* -- hyperlink styles ------------------------------------------------------ */
121 color: #355f7c;
122 text-decoration: none;
125 a:visited {
126 color: #355f7c;
127 text-decoration: none;
130 a:hover {
131 text-decoration: underline;
136 /* -- body styles ----------------------------------------------------------- */
138 div.body h1,
139 div.body h2,
140 div.body h3,
141 div.body h4,
142 div.body h5,
143 div.body h6 {
144 font-family: 'Trebuchet MS', sans-serif;
145 background-color: #f2f2f2;
146 font-weight: normal;
147 color: #20435c;
148 border-bottom: 1px solid #ccc;
149 margin: 20px -20px 10px -20px;
150 padding: 3px 0 3px 10px;
153 div.body h1 { margin-top: 0; font-size: 200%; }
154 div.body h2 { font-size: 160%; }
155 div.body h3 { font-size: 140%; }
156 div.body h4 { font-size: 120%; }
157 div.body h5 { font-size: 110%; }
158 div.body h6 { font-size: 100%; }
160 a.headerlink {
161 color: #c60f0f;
162 font-size: 0.8em;
163 padding: 0 4px 0 4px;
164 text-decoration: none;
167 a.headerlink:hover {
168 background-color: #c60f0f;
169 color: white;
172 div.body p, div.body dd, div.body li {
173 text-align: justify;
174 line-height: 130%;
177 div.admonition p.admonition-title + p {
178 display: inline;
181 div.admonition p {
182 margin-bottom: 5px;
185 div.admonition pre {
186 margin-bottom: 5px;
189 div.admonition ul, div.admonition ol {
190 margin-bottom: 5px;
193 div.note {
194 background-color: #eee;
195 border: 1px solid #ccc;
198 div.seealso {
199 background-color: #ffc;
200 border: 1px solid #ff6;
203 div.topic {
204 background-color: #eee;
207 div.warning {
208 background-color: #ffe4e4;
209 border: 1px solid #f66;
212 p.admonition-title {
213 display: inline;
216 p.admonition-title:after {
217 content: ":";
220 pre {
221 padding: 5px;
222 background-color: #eeffcc;
223 color: #333333;
224 line-height: 120%;
225 border: 1px solid #ac9;
226 border-left: none;
227 border-right: none;
230 tt {
231 background-color: #ecf0f3;
232 padding: 0 1px 0 1px;
233 font-size: 0.95em;
236 th {
237 background-color: #ede;
240 .warning tt {
241 background: #efc2c2;
244 .note tt {
245 background: #d6d6d6;
248 .viewcode-back {
249 font-family: sans-serif;
252 div.viewcode-block:target {
253 background-color: #f4debf;
254 border-top: 1px solid #ac9;
255 border-bottom: 1px solid #ac9;