Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Richard Munroe  >  Simple tabbed menu  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: Style sheet used by the example.
Class: Simple tabbed menu
Generate tabbed link menus
Author: By
Last change:
Date: 2006-04-24 11:08
Size: 755 bytes
 

Contents

Class file image Download
/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color: transparent;
	color:#000066;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.allMenus
{
	margin-left: 1em;
	margin-right: 1em;
	border: 1px solid #000066;
}

div.allMenus table
{
	border-collapse: collapse;
}

div.aMenu
{
	border-bottom: 1px solid #000066;
}

.navOn{
	background-color:#336666;
	color:#ffffff;
	font-family:Verdana, Arial,  sans-serif;
	font-size:x-small;
	text-align: center;
}

.navOff
{
	background-color:#669999;
	color:#ffffff;
	font-family:Verdana, Arial,  sans-serif;
	font-size:x-small;
	text-align: center;
}

td.leftMostRight,td.middleMostRight
{
    border-right: 1px solid white;
}