Merge "Add periods to some move-related error messages"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.apihelp.css
1 .apihelp-header {
2 clear: both;
3 margin-bottom: 0.1em;
4 }
5
6 div.apihelp-linktrail {
7 font-size: smaller;
8 }
9
10 .apihelp-block {
11 margin-top: 0.5em;
12 }
13
14 .apihelp-block-head {
15 font-weight: bold;
16 }
17
18 .apihelp-flags {
19 font-size: smaller;
20 float: right;
21 border: 1px solid black;
22 padding: 0.25em;
23 width: 20em;
24 }
25
26 .apihelp-deprecated, .apihelp-flag-deprecated,
27 .apihelp-flag-internal strong {
28 font-weight: bold;
29 color: red;
30 }
31
32 .apihelp-empty {
33 color: #888;
34 }
35
36 .apihelp-help-urls ul {
37 list-style-image: none;
38 list-style-type: none;
39 margin-left: 0;
40 }
41
42 .apihelp-parameters dl,
43 .apihelp-examples dl,
44 .apihelp-permissions dl {
45 margin-left: 2em;
46 }
47
48 .apihelp-parameters dt {
49 float: left;
50 clear: left;
51 min-width: 10em;
52 white-space: nowrap;
53 line-height: 1.5em;
54 }
55
56 .apihelp-parameters dt:after {
57 content: ':\A0'
58 }
59
60 .apihelp-parameters dd {
61 margin: 0 0 0.5em 10em;
62 line-height: 1.5em;
63 }
64
65 .apihelp-parameters dd p:first-child {
66 margin-top: 0;
67 }
68
69 .apihelp-parameters dd.info {
70 margin-left: 12em;
71 text-indent: -2em;
72 }
73
74 .apihelp-examples dt {
75 font-weight: normal;
76 }
77
78 .api-main-links {
79 text-align: center;
80 }
81 .api-main-links ul:before {
82 content: '[';
83 }
84 .api-main-links ul:after {
85 content: ']';
86 }