demo_styles.css

.paragraphs-behavior-style--paragraphs-green {
  padding: 1em;
  background-color: #68ad52;
  color: white;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
}

.paragraphs-behavior-style--paragraphs-blue {
  padding: 1em;
  background-color: #0851da;
  color: white;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
}

.paragraphs-behavior-style .paragraphs-behavior-style--paragraphs-slideshow-light {
  background-color: #acf;
  color: #223;
  text-align: center;
}

.paragraphs-behavior-style .paragraphs-behavior-style--paragraphs-slideshow-dark {
  background-color: #223;
  color: #acf;
  text-align: center;
}

File

paragraphs_collection/modules/paragraphs_collection_demo/css/demo_styles.css
View source
  1. .paragraphs-behavior-style--paragraphs-green {
  2. padding: 1em;
  3. background-color: #68ad52;
  4. color: white;
  5. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  6. text-align: center;
  7. }
  8. .paragraphs-behavior-style--paragraphs-blue {
  9. padding: 1em;
  10. background-color: #0851da;
  11. color: white;
  12. font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  13. text-align: center;
  14. }
  15. .paragraphs-behavior-style .paragraphs-behavior-style--paragraphs-slideshow-light {
  16. background-color: #acf;
  17. color: #223;
  18. text-align: center;
  19. }
  20. .paragraphs-behavior-style .paragraphs-behavior-style--paragraphs-slideshow-dark {
  21. background-color: #223;
  22. color: #acf;
  23. text-align: center;
  24. }