setup.typoscript 734 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #
  2. # Theme setup
  3. #
  4. #
  5. # SCSS variables
  6. #
  7. plugin.tx_wsscss.variables {
  8. #
  9. # Bootstrap
  10. #
  11. #
  12. # Base colors
  13. #
  14. primary = {$theme.bootstrap.primary}
  15. secondary = {$theme.bootstrap.secondary}
  16. success = {$theme.bootstrap.success}
  17. info = {$theme.bootstrap.info}
  18. warning = {$theme.bootstrap.warning}
  19. danger = {$theme.bootstrap.danger}
  20. light = {$theme.bootstrap.light}
  21. dark = {$theme.bootstrap.dark}
  22. #
  23. # Body colors
  24. #
  25. body-bg = {$theme.bootstrap.bodyBg}
  26. body-color = {$theme.bootstrap.bodyColor}
  27. }
  28. #
  29. # Fluid styled content settings
  30. #
  31. lib.contentElement.settings {
  32. #
  33. # Additional settings
  34. #
  35. borderStrength = {$theme.bootstrap.borderStrength}
  36. borderRounded = {$theme.bootstrap.borderRounded}
  37. }