You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/assets/stylesheets/pages/_php.scss

40 lines
897 B

11 years ago
._php {
h1 {
margin-top: 0;
@extend %lined-heading;
}
h2 { @extend %block-heading; }
11 years ago
h3.title { @extend %block-heading; }
.manualnavbar {
margin-top: 1rem;
}
11 years ago
.verinfo {
float: right;
font-weight: $boldFontWeight;
11 years ago
}
.classsynopsis,
.description > .constructorsynopsis,
.description > .methodsynopsis,
.description > .fieldsynopsis { @extend %note, %note-blue; }
.classsynopsisinfo_comment { color: $textColorLight; }
.classsynopsisinfo_comment,
.classsynopsis > .constructorsynopsis,
.classsynopsis > .methodsynopsis,
.classsynopsis > .fieldsynopsis { margin-left: 1em; }
blockquote.note { @extend %note; }
blockquote.note > p { margin-bottom: 0; }
div.warning { @extend %note, %note-red; }
div.caution { @extend %note, %note-orange; }
11 years ago
div.tip { @extend %note, %note-green; }
strong > code, dt > code { @extend %label; }
11 years ago
}