]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - resources/src/mediawiki/mediawiki.apihelp.css
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.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: #d33;
41 }
42
43 .apihelp-deprecated-value {
44         text-decoration: line-through;
45 }
46
47 .apihelp-unknown {
48         color: #72777d;
49 }
50
51 .apihelp-empty {
52         color: #72777d;
53 }
54
55 .apihelp-help-urls ul {
56         list-style-image: none;
57         list-style-type: none;
58         margin-left: 0;
59 }
60
61 .apihelp-parameters dl,
62 .apihelp-examples dl,
63 .apihelp-permissions dl {
64         margin-left: 2em;
65 }
66
67 .apihelp-parameters dt {
68         float: left;
69         clear: left;
70         min-width: 10em;
71         white-space: nowrap;
72         line-height: 1.5em;
73 }
74
75 .apihelp-parameters dt:after {
76         content: ':\A0';
77 }
78
79 .apihelp-parameters dd {
80         margin: 0 0 0.5em 10em;
81         line-height: 1.5em;
82 }
83
84 .apihelp-parameters dd p:first-child {
85         margin-top: 0;
86 }
87
88 .apihelp-parameters dd.info {
89         margin-left: 12em;
90         text-indent: -2em;
91 }
92
93 .apihelp-examples dt {
94         font-weight: normal;
95 }
96
97 .api-main-links {
98         text-align: center;
99 }
100 .api-main-links ul:before {
101         content: '[';
102 }
103 .api-main-links ul:after {
104         content: ']';
105 }