You are here

siteimprove.toolbar.css in Siteimprove 8

Styles for Siteimprove toolbar.

File

css/siteimprove.toolbar.css
View source
  1. /**
  2. * @file
  3. * Styles for Siteimprove toolbar.
  4. */
  5. .siteimprove-toolbar .siteimprove-link {
  6. padding-left: 3.25em;
  7. position: relative;
  8. }
  9. .siteimprove-toolbar .siteimprove-link:before {
  10. content: "";
  11. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28px' width='28px' viewBox='0 0 80 80'%3E%3Cpath d='M40 0C18 0 0 18 0 40.1 0 62.1 18 80 40 80 62 80 80 62.1 80 40.1 80 18 62.1 0 40 0Zm0 67C25.2 67 13.1 54.9 13.1 40.1 13.1 25.2 25.2 13.2 40 13.2c14.4 0 26.2 11.4 26.9 25.6-16.7 12-30.5-10.9-46.5-2.6 18.7-5.6 25.1 22.3 43.7 16C59.6 60.9 50.5 67 40 67Z' fill='%23bebebe'%3E%3C/path%3E%3C/svg%3E");
  12. background-repeat: no-repeat;
  13. background-size: 100% auto;
  14. height: 100%;
  15. left: .6667em;
  16. position: absolute;
  17. top: 5px;
  18. width: 28px;
  19. }
  20. .siteimprove-toolbar .siteimprove-link.is-active:before {
  21. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='28px' width='28px' viewBox='0 0 80 80'%3E%3Cpath d='M40 0C18 0 0 18 0 40.1 0 62.1 18 80 40 80 62 80 80 62.1 80 40.1 80 18 62.1 0 40 0Zm0 67C25.2 67 13.1 54.9 13.1 40.1 13.1 25.2 25.2 13.2 40 13.2c14.4 0 26.2 11.4 26.9 25.6-16.7 12-30.5-10.9-46.5-2.6 18.7-5.6 25.1 22.3 43.7 16C59.6 60.9 50.5 67 40 67Z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
  22. }
  23. .siteimprove-toolbar.toolbar-tab .item-list .toolbar-menu li {
  24. margin: 0;
  25. }
  26. .siteimprove-toolbar .toolbar-tray {
  27. max-height: 100%;
  28. }
  29. .siteimprove-toolbar .toolbar-menu {
  30. background-color: rgba(0,0,0,0);
  31. }
  32. .siteimprove-url {
  33. font-size: 15px;
  34. padding: 5px 10px;
  35. }