Template:FreimoserTopTemplate: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 28: Line 28:
.navbar{
.navbar{
   padding: 10px;
   padding: 10px;
   width: 801px;
   width: 800px;
   font-family: Arial;
   font-family: Arial;
   font-size: 10pt;
   font-size: 10pt;

Revision as of 13:31, 7 October 2006

<html><style type='text/css'> A:link {

   text-decoration: underline;
   font-size: 10pt;
   font-style: normal;
   font-family: arial, trebuchet ms;
   color: #003399;

}

A:visited {

   text-decoration: underline;
   font-size: 10pt;
   font-style: normal;
   font-family: arial, trebuchet ms;
   color: #003399;

} A:active {

   text-decoration: none;
   background-color: #99ccff;
   color: #660099;

}

A:hover {

   text-decoration: none;
   color: #ff0033;

}

.navbar{

 padding: 10px;
 width: 800px;
 font-family: Arial;
 font-size: 10pt;

} </style></html>