You are here

book_explorer.css in Book Explorer 7

.book-explorer ul.menu { list-style: none; margin: 0; padding: 0; }
.book-explorer ul.menu li { list-style: none; list-style-image: none; margin-left: 0; padding-left: 18px; background: transparent url('menu.png') no-repeat scroll 0 -11px; }
.book-explorer ul.menu li.last { background-position: 0 -1981px; }

.book-explorer-toggle { height: auto; width: 16px; background: transparent url('menu.png') no-repeat scroll -1000px -1000px; display: block; float: left; }
.book-explorer-toggle:hover, .book-explorer-toggle:focus { text-decoration: none; }

.book-explorer-expanded { background-position: -1000px -11px; }
.book-explorer-collapsed { background-position: -2000px -11px; }

File

book_explorer.css
View source
  1. .book-explorer ul.menu { list-style: none; margin: 0; padding: 0; }
  2. .book-explorer ul.menu li { list-style: none; list-style-image: none; margin-left: 0; padding-left: 18px; background: transparent url('menu.png') no-repeat scroll 0 -11px; }
  3. .book-explorer ul.menu li.last { background-position: 0 -1981px; }
  4. .book-explorer-toggle { height: auto; width: 16px; background: transparent url('menu.png') no-repeat scroll -1000px -1000px; display: block; float: left; }
  5. .book-explorer-toggle:hover, .book-explorer-toggle:focus { text-decoration: none; }
  6. .book-explorer-expanded { background-position: -1000px -11px; }
  7. .book-explorer-collapsed { background-position: -2000px -11px; }