Merge "Revert "Remove old remapping hacks from Database::indexName()""
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.apihelp.css
1 .apihelp-header {
2 clear: both;
3 margin-bottom: 0.1em;
4 }
5
6 .apihelp-header.apihelp-module-name {
7 /*
8 * This element is explicitly set to dir="ltr" in HTML.
9 * Set explicit alignment so that CSSJanus will flip it to "right";
10 * otherwise the alignment will be automatically set to "left" according
11 * to the element's direction, and this will have an inconsistent look.
12 */
13 text-align: left;
14 }
15
16 div.apihelp-linktrail {
17 font-size: smaller;
18 }
19
20 .apihelp-block {
21 margin-top: 0.5em;
22 }
23
24 .apihelp-block-head {
25 font-weight: bold;
26 }
27
28 .apihelp-flags {
29 font-size: smaller;
30 float: right;
31 border: 1px solid #000;
32 padding: 0.25em;
33 width: 20em;
34 }
35
36 .apihelp-deprecated,
37 .apihelp-flag-deprecated,
38 .apihelp-flag-internal strong {
39 font-weight: bold;
40 color: #f00;
41 }
42
43 .apihelp-unknown {
44 color: #888;
45 }
46
47 .apihelp-empty {
48 color: #888;
49 }
50
51 .apihelp-help-urls ul {
52 list-style-image: none;
53 list-style-type: none;
54 margin-left: 0;
55 }
56
57 .apihelp-parameters dl,
58 .apihelp-examples dl,
59 .apihelp-permissions dl {
60 margin-left: 2em;
61 }
62
63 .apihelp-parameters dt {
64 float: left;
65 clear: left;
66 min-width: 10em;
67 white-space: nowrap;
68 line-height: 1.5em;
69 }
70
71 .apihelp-parameters dt:after {
72 content: ':\A0';
73 }
74
75 .apihelp-parameters dd {
76 margin: 0 0 0.5em 10em;
77 line-height: 1.5em;
78 }
79
80 .apihelp-parameters dd p:first-child {
81 margin-top: 0;
82 }
83
84 .apihelp-parameters dd.info {
85 margin-left: 12em;
86 text-indent: -2em;
87 }
88
89 .apihelp-examples dt {
90 font-weight: normal;
91 }
92
93 .api-main-links {
94 text-align: center;
95 }
96 .api-main-links ul:before {
97 content: '[';
98 }
99 .api-main-links ul:after {
100 content: ']';
101 }