Import: Handle uploads with sha1 starting with 0 properly
[mediawiki.git] / resources / src / mediawiki / mediawiki.apihelp.css
blob7d7b413a10a171784a8b32a4d70d99a4b2547c20
1 .apihelp-header {
2 clear: both;
3 margin-bottom: 0.1em;
6 div.apihelp-linktrail {
7 font-size: smaller;
10 .apihelp-block {
11 margin-top: 0.5em;
14 .apihelp-block-head {
15 font-weight: bold;
18 .apihelp-flags {
19 font-size: smaller;
20 float: right;
21 border: 1px solid black;
22 padding: 0.25em;
23 width: 20em;
26 .apihelp-deprecated, .apihelp-flag-deprecated,
27 .apihelp-flag-internal strong {
28 font-weight: bold;
29 color: red;
32 .apihelp-unknown {
33 color: #888;
36 .apihelp-empty {
37 color: #888;
40 .apihelp-help-urls ul {
41 list-style-image: none;
42 list-style-type: none;
43 margin-left: 0;
46 .apihelp-parameters dl,
47 .apihelp-examples dl,
48 .apihelp-permissions dl {
49 margin-left: 2em;
52 .apihelp-parameters dt {
53 float: left;
54 clear: left;
55 min-width: 10em;
56 white-space: nowrap;
57 line-height: 1.5em;
60 .apihelp-parameters dt:after {
61 content: ':\A0'
64 .apihelp-parameters dd {
65 margin: 0 0 0.5em 10em;
66 line-height: 1.5em;
69 .apihelp-parameters dd p:first-child {
70 margin-top: 0;
73 .apihelp-parameters dd.info {
74 margin-left: 12em;
75 text-indent: -2em;
78 .apihelp-examples dt {
79 font-weight: normal;
82 .api-main-links {
83 text-align: center;
85 .api-main-links ul:before {
86 content: '[';
88 .api-main-links ul:after {
89 content: ']';