_php.scss 713 B

12345678910111213141516171819202122232425262728293031
  1. ._php {
  2. h1 {
  3. margin-top: 0;
  4. @extend %lined-heading;
  5. }
  6. h3.title { @extend %block-heading; }
  7. .verinfo {
  8. float: right;
  9. font-weight: bold;
  10. }
  11. .classsynopsis,
  12. .description > .constructorsynopsis,
  13. .description > .methodsynopsis,
  14. .description > .fieldsynopsis { @extend %note, %note-blue; }
  15. .classsynopsisinfo_comment { color: $textColorLight; }
  16. .classsynopsisinfo_comment,
  17. .classsynopsis > .constructorsynopsis,
  18. .classsynopsis > .methodsynopsis,
  19. .classsynopsis > .fieldsynopsis { margin-left: 1em; }
  20. blockquote.note { @extend %note; }
  21. blockquote.note > p { margin-bottom: 0; }
  22. div.warning { @extend %note, %note-red; }
  23. div.tip { @extend %note, %note-green; }
  24. }