Header

From Tcsobdf

(Difference between revisions)
Line 5: Line 5:
   font-size: 12px;
   font-size: 12px;
  font-family: Lucida Console, Arial
  font-family: Lucida Console, Arial
-
      }
 
  }
  }
 +
}
 +
 +
a.mainmenu:link, a.mainmenu:visited {
 +
font-size: 12px;
 +
color: #FF0000;
 +
font-family: Lucida Console, Arial
 +
font-weight: bold;
 +
padding: 1px;
 +
height: 14;
 +
width: 95%;
 +
border-top-width: 1px;
 +
border-top-style: dashed;
 +
border-top-color: #000000;
 +
        }
 +
 +
a.mainmenu:hover {
 +
font-size: 12px;
 +
color: #FF0000;
 +
font-family: Lucida Console, Arial
 +
font-weight: bold;
 +
padding: 1px;
 +
height: 14;
 +
width: 95%;
 +
border-top-width: 1px;
 +
border-top-style: dashed;
 +
border-top-color: #000000;
 +
        }
 +
 +
  </style>
  </style>

Revision as of 17:28, 3 March 2008

	<style type="text/css">
		body {
		background-color: #000000;
		color: #FF0000;
 		font-size: 12px;
		font-family: Lucida Console, Arial
		}
	}
	a.mainmenu:link, a.mainmenu:visited {
		font-size: 12px;
		color: #FF0000;
		font-family: Lucida Console, Arial
		font-weight: bold;
		padding: 1px;
		height: 14;
		width: 95%;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #000000;
       }
	a.mainmenu:hover {
		font-size: 12px;
		color: #FF0000;
		font-family: Lucida Console, Arial
		font-weight: bold;
		padding: 1px;
		height: 14;
		width: 95%;
		border-top-width: 1px;
		border-top-style: dashed;
		border-top-color: #000000;
       }


	</style>
Personal tools