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