Page MenuHomeWickedGov Phorge

apihelp.css
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

apihelp.css

/* stylelint-disable selector-class-pattern */
.apihelp-header {
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;
border: 1px solid #000;
padding: 0.25em;
}
.apihelp-deprecated,
.apihelp-internal,
.apihelp-flag-deprecated,
.apihelp-flag-internal strong {
font-weight: bold;
color: #d73333;
}
.apihelp-deprecated-value {
text-decoration: line-through;
}
.apihelp-unknown {
color: #72777d;
}
.apihelp-empty {
color: #72777d;
}
.apihelp-help-urls ul {
list-style: none;
margin-left: 0;
}
.apihelp-parameters dt {
white-space: nowrap;
line-height: 1.5em;
}
.apihelp-parameters dt::after {
content: ':\A0';
}
.apihelp-parameters dd {
line-height: 1.5em;
}
.apihelp-parameters dd p:first-child {
margin-top: 0;
}
.apihelp-examples dt {
font-weight: normal;
margin-top: 1em;
}
.api-main-links {
text-align: center;
}
.api-main-links ul::before {
content: '[';
}
.api-main-links ul::after {
content: ']';
}
@media ( min-width: 720px ) {
.apihelp-flags {
float: right;
width: 20em;
}
.apihelp-parameters dl,
.apihelp-examples dl,
.apihelp-permissions dl {
margin-left: 2em;
}
.apihelp-parameters dt {
float: left;
clear: left;
min-width: 10em;
}
.apihelp-parameters dd {
margin: 0 0 0.5em 10em;
}
.apihelp-parameters dd.info {
/* Indent subsequent lines when description is wrapped */
/* Support: Chrome – In Firefox and Safari, we could just use `text-indent: 2em hanging;` */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/text-indent#browser_compatibility */
padding-left: 2em;
text-indent: -2em;
/* Prevent floated param names from overlapping the text (T364270) */
/* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_display/Block_formatting_context */
overflow: auto;
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 18:45 (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
44/e7/5227905956be6543b6655385475a
Default Alt Text
apihelp.css (2 KB)

Event Timeline