You are here

rotor.css in Rotor Banner 5

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

.rotor,
.rotor-items,
#header-region .rotor-items {
  display:block;
  text-align:center;
}

.rotor-items,
.rotor-content-detail {
  width:100px;
  overflow:hidden;
}

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

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

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,
  6. .rotor-items,
  7. #header-region .rotor-items {
  8. display:block;
  9. text-align:center;
  10. }
  11. .rotor-items,
  12. .rotor-content-detail {
  13. width:100px;
  14. overflow:hidden;
  15. }
  16. .rotor-tab:hover {
  17. cursor:pointer;
  18. }
  19. .rotor-tab.selected {
  20. font-weight:bold;
  21. }