_information.less 601 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .info {
  2. pre {
  3. font-size: 14px;
  4. background-color: transparent;
  5. }
  6. p,
  7. li,
  8. table {
  9. .text_body();
  10. }
  11. h1,
  12. h2,
  13. h3,
  14. h4,
  15. h5 {
  16. .text_body();
  17. }
  18. a {
  19. .text_body(@info-link-font-color);
  20. &:hover {
  21. color: darken(@info-link-font-color-hover, 15%);
  22. }
  23. }
  24. > div {
  25. margin: 0 0 5px 0;
  26. }
  27. .base-url {
  28. .text_code();
  29. }
  30. .title {
  31. .text_body();
  32. small {
  33. background: @info-title-small-background-color;
  34. pre {
  35. margin: 0;
  36. padding: 0;
  37. .text_headline(@info-title-small-pre-font-color);
  38. }
  39. }
  40. }
  41. }