_php.scss 909 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ._php {
  2. h1 {
  3. margin-top: 0;
  4. @extend %lined-heading;
  5. }
  6. h2 { @extend %block-heading; }
  7. h3.title { @extend %block-heading; }
  8. .manualnavbar {
  9. margin-top: 1rem;
  10. }
  11. .verinfo {
  12. float: right;
  13. font-weight: var(--boldFontWeight);
  14. }
  15. .classsynopsis,
  16. .description > .constructorsynopsis,
  17. .description > .methodsynopsis,
  18. .description > .fieldsynopsis { @extend %note, %note-blue; }
  19. .classsynopsisinfo_comment { color: var(--textColorLight); }
  20. .classsynopsisinfo_comment,
  21. .classsynopsis > .constructorsynopsis,
  22. .classsynopsis > .methodsynopsis,
  23. .classsynopsis > .fieldsynopsis { margin-left: 1em; }
  24. blockquote.note { @extend %note; }
  25. blockquote.note > p { margin-bottom: 0; }
  26. div.warning { @extend %note, %note-red; }
  27. div.caution { @extend %note, %note-orange; }
  28. div.tip { @extend %note, %note-green; }
  29. strong > code, dt > code { @extend %label; }
  30. }