summaryrefslogtreecommitdiff
path: root/www/wiki/resources/src/mediawiki/mediawiki.apihelp.css
blob: d3e49500f520fdc8b34b816d25ed46709e9fef90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.apihelp-header {
	clear: both;
	margin-bottom: 0.1em;
}

.apihelp-header.apihelp-module-name {
	/*
	 * This element is explicitly set to dir="ltr" in HTML.
	 * Set explicit alignment so that CSSJanus will flip it to "right";
	 * otherwise the alignment will be automatically set to "left" according
	 * to the element's direction, and this will have an inconsistent look.
	 */
	text-align: left;
}

div.apihelp-linktrail {
	font-size: smaller;
}

.apihelp-block {
	margin-top: 0.5em;
}

.apihelp-block-head {
	font-weight: bold;
}

.apihelp-flags {
	font-size: smaller;
	float: right;
	border: 1px solid #000;
	padding: 0.25em;
	width: 20em;
}

.apihelp-deprecated,
.apihelp-flag-deprecated,
.apihelp-flag-internal strong {
	font-weight: bold;
	color: #d33;
}

.apihelp-deprecated-value {
	text-decoration: line-through;
}

.apihelp-unknown {
	color: #72777d;
}

.apihelp-empty {
	color: #72777d;
}

.apihelp-help-urls ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

.apihelp-parameters dl,
.apihelp-examples dl,
.apihelp-permissions dl {
	margin-left: 2em;
}

.apihelp-parameters dt {
	float: left;
	clear: left;
	min-width: 10em;
	white-space: nowrap;
	line-height: 1.5em;
}

.apihelp-parameters dt:after {
	content: ':\A0';
}

.apihelp-parameters dd {
	margin: 0 0 0.5em 10em;
	line-height: 1.5em;
}

.apihelp-parameters dd p:first-child {
	margin-top: 0;
}

.apihelp-parameters dd.info {
	margin-left: 12em;
	text-indent: -2em;
}

.apihelp-examples dt {
	font-weight: normal;
}

.api-main-links {
	text-align: center;
}
.api-main-links ul:before {
	content: '[';
}
.api-main-links ul:after {
	content: ']';
}