You are here

vertical_tabs.garland.css in Vertical Tabs 6

Color module support for Vertical Tabs. Do not change the contents of this file! This file is automatically copied to the files directory when the theme settings are changed for Garland. It is not compatible with other color-module enhanced themes.

File

garland/vertical_tabs.garland.css
View source
  1. /**
  2. * @file
  3. * Color module support for Vertical Tabs. Do not change the contents of this
  4. * file! This file is automatically copied to the files directory when the
  5. * theme settings are changed for Garland. It is not compatible with other
  6. * color-module enhanced themes.
  7. */
  8. .vertical-tab-button .summary {
  9. font-size: 0.92em;
  10. color: #898989;
  11. }
  12. /* Keep the background position at 0 for vertical tabs. */
  13. *:first-child+html fieldset.vertical-tabs-pane {
  14. background-position: 0 0;
  15. }
  16. /**
  17. * Vertical tabs.
  18. */
  19. div.vertical-tabs {
  20. margin-right: 5%;
  21. border-color: #d9eaf5;
  22. }
  23. div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  24. padding: 0.5em 1em;
  25. }
  26. div.vertical-tabs ul.vertical-tabs-list {
  27. border-color: #d9eaf5;
  28. }
  29. div.vertical-tabs ul.vertical-tabs-list li {
  30. background-color: #edf5fa;
  31. border-color: #d9eaf5;
  32. }
  33. div.vertical-tabs ul.vertical-tabs-list li strong {
  34. font-weight: normal;
  35. }
  36. div.vertical-tabs ul.vertical-tabs-list li.selected strong {
  37. font-weight: bold;
  38. }
  39. div.vertical-tabs ul.vertical-tabs-list li.selected small {
  40. color: #898989;
  41. }
  42. div.vertical-tabs ul.vertical-tabs-list li.selected {
  43. background: #fff repeat-x 0 0;
  44. }
  45. div.vertical-tabs ul.vertical-tabs-list li.selected.first {
  46. background-image: url(gradient-inner.png);
  47. }
  48. div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
  49. color: #494949;
  50. }