You are here

rotor.css in Rotor Banner 7

Same filename and directory in other branches
  1. 5 rotor.css
  2. 6.2 rotor.css
  3. 6 rotor.css
/*
 * Garland theme forces all elements in the header region to be inline.
 * We fix this with the extra #header-region definition
 */

.rotor-items,
#header-region .rotor-items {
  display:block;
  position: relative;
}

.rotor-items {
  overflow:hidden;
}

.rotor-tab:hover {
  cursor:pointer;
}

.rotor-tab.selected {
  font-weight:bold;
}

.rotor-content {
}

.rotor-content-detail {
  padding: 0;
  margin: 0;
}

File

rotor.css
View source
  1. /*
  2. * Garland theme forces all elements in the header region to be inline.
  3. * We fix this with the extra #header-region definition
  4. */
  5. .rotor-items,
  6. #header-region .rotor-items {
  7. display:block;
  8. position: relative;
  9. }
  10. .rotor-items {
  11. overflow:hidden;
  12. }
  13. .rotor-tab:hover {
  14. cursor:pointer;
  15. }
  16. .rotor-tab.selected {
  17. font-weight:bold;
  18. }
  19. .rotor-content {
  20. }
  21. .rotor-content-detail {
  22. padding: 0;
  23. margin: 0;
  24. }