User:Microchip08/funky.css

From Wikibooks

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Folding wiki tabs: folder-like tab style */
.foldtabNone {
  display: none;
}
.foldtabNone2 {
  display: inline;
}
.foldtabSet {
  position: relative;
}
.foldtabBox {
  padding:1em 1em;
  background-color:#ffffff;
  overflow:auto;
  border:1px solid #0000aa;
  position: relative;
  z-index: 1;
  -moz-border-radius-topleft:.35em;
  -moz-border-radius-bottomleft:.35em;
  -moz-border-radius-topright:.35em;
  -moz-border-radius-bottomright:.35em;
}
.foldtabHead a { 
  border:1px solid #0000aa; 
  padding:.35em 1em;
  background-color:#e0e0ff;
  -moz-border-radius-topleft:.35em;
  -moz-border-radius-bottomleft:.35em;
  -moz-border-radius-topright:.35em;
  -moz-border-radius-bottomright:.35em;
  text-decoration:none;
  color:#0000aa;
  font-size:150%;
  position: relative;
  z-index: 2;
}
.foldtabHead a.selected { 
  border-width:2px;
  background-color:#ffffff;
  z-index: 2;
}
.foldtabHead p { padding:0;margin:0; }