color.css 792 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .gfg-root a:link,
  2. .gfg-root a:visited,
  3. .gfg-root a:focus,
  4. .gfg-root a:active
  5. {
  6. color: #CC0066;
  7. }
  8. .gfg-subtitle, .gfg-title{
  9. background-color: #CC0066 !important;
  10. color: #FFFFFF !important;
  11. }
  12. .gfg-subtitle > a{
  13. color: #FFFFFF !important;
  14. }
  15. .gfg-subtitle > a:hover{
  16. color: black !important;
  17. }
  18. .gfg-root a:hover, .gfg-subtitle:hover {
  19. color: black;
  20. }
  21. .gfg-listentry-odd:hover{
  22. background-color: #E9E9F0 !important;
  23. }
  24. .gfg-listentry-even:hover{
  25. background-color: #E9E9F0 !important;
  26. }
  27. .gfg-horizontal-root .gfg-entry .gf-result, .gfg-horizontal-root .gfg-entry, .gfg-horizontal-root .gf-snippet{
  28. background-color: white !important;
  29. }
  30. .gfg-horizontal-root .gfg-entry {
  31. background-color: white !important;
  32. }