From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search

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.
/* <pre> */

#nav_toc_ff7 big big {
     font-weight:bold;
     display: block;
     border-bottom: 1px solid #FFF;
     background-color: #037DDC;
     color: #FFF;
}


#nav_toc_ff7 ul li, #nav_toc_ff7 p big {
     font-weight:bold;
     list-style: none;
     display: block;
     border-bottom: 1px solid #FFF;
     background-color: #037DDC;
     color: #FFF;
     text-align: center;
}

#nav_toc_ff7 ul li, #nav_toc_ff7 ol li, #nav_toc_ff7 p  {
     font-weight:bold;
     list-style: none;
     display: block;
}

#nav_toc_ff7 ul li a, #nav_toc_ff7 ol li a, #nav_toc_ff7 p a {
     font-size: .8em;
     font-weight: none;
     text-align: left;
     list-style: none;
     background-color: #80BDED;
     color: #FFF;
     display: block;
     border-bottom: 1px solid #FFF;
     padding-left: 5px;
}

#nav_toc_ff7 ul li a:hover, #nav_toc_ff7 ol li a:hover, #nav_toc_ff7 p a:hover {
     font-size: .8em;
     font-weight: none;
     list-style: none;
     background-color: #037DDC;

}

/* Suckerfish Menu */

#dropnav a:link {
	clear: all;
}

#dropnav, #dropnav ul { /* all lists */
	float: left;
	width: 700px;
	list-style: none;
	line-height: 1;
	background: #037DDC;
	font-weight: bold;
	padding: 0;
	border: solid black;
	border-width: 1px 0;
	margin: 0 0 1em 0;
	color: #FFF; 
}

#dropnav a {
	display: block;
	width: 10em;
	color: #FFF;
	text-decoration: none;
}

#dropnav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#dropnav li ul { /* second-level lists */
	position: absolute;
	background: #80BDED;
	color: #FFF;
	font-size: 12px;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#dropnav li ul li {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	-moz-border-radius: 5px;
}

#dropnav li ul li:hover {
	background: #037DDC;
}

#dropnav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#dropnav li:hover ul ul, #dropnav li:hover ul ul ul, #dropnav li.sfhover ul ul, #dropnav li.sfhover ul ul ul {
	left: -999em;
}

#dropnav li:hover ul, #dropnav li li:hover ul, #dropnav li li li:hover ul, #dropnav li.sfhover ul, #dropnav li li.sfhover ul, #dropnav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}


#dropnav a.daddy, li.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

/* </pre> */