1 /* stylelint-disable selector-class-pattern */
7 .apihelp-header.apihelp-module-name {
9 * This element is explicitly set to dir="ltr" in HTML.
10 * Set explicit alignment so that CSSJanus will flip it to "right";
11 * otherwise the alignment will be automatically set to "left" according
12 * to the element's direction, and this will have an inconsistent look.
17 div
.apihelp-linktrail
{
31 border: 1px solid
#000;
37 .apihelp-flag-deprecated
,
38 .apihelp-flag-internal strong {
43 .apihelp-deprecated-value {
44 text-decoration: line-through
;
55 .apihelp-help-urls ul {
60 .apihelp-parameters dt {
65 .apihelp-parameters dt::after {
69 .apihelp-parameters dd {
73 .apihelp-parameters dd p:first-child {
77 .apihelp-examples dt {
86 .api-main-links ul::before {
90 .api-main-links ul::after {
94 @media ( min-width: 720px ) {
100 .apihelp-parameters dl
,
101 .apihelp-examples dl
,
102 .apihelp-permissions dl {
106 .apihelp-parameters dt {
112 .apihelp-parameters dd {
113 margin: 0 0 0.5em 10em;
116 .apihelp-parameters dd.info {
117 /* Indent subsequent lines when description is wrapped */
118 /* Support: Chrome – In Firefox and Safari, we could just use `text-indent: 2em hanging;` */
119 /* https://developer.mozilla.org/en-US/docs/Web/CSS/text-indent#browser_compatibility */
122 /* Prevent floated param names from overlapping the text (T364270) */
123 /* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_display/Block_formatting_context */