Template:FreimoserTopTemplate: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 21: Line 21:


A:hover {
A:hover {
     text-decoration: none;
     text-decoration: underline;
     background-color: #cc3366;
     color: #ff0033;
}
}


Line 40: Line 40:
<center>
<center>
[[Freimoser| '''Florian's Lab''']]&nbsp;&nbsp;&nbsp;
[[Freimoser| '''Florian's Lab''']]&nbsp;&nbsp;&nbsp;
[[Freimoser:group| '''Group''']] &nbsp;&nbsp;&nbsp;
[[Freimoser:Group| '''Group''']] &nbsp;&nbsp;&nbsp;
[[Freimoser:Research|'''Research''']] &nbsp;&nbsp;&nbsp;
[[Freimoser:Research|'''Research''']] &nbsp;&nbsp;&nbsp;
[[Freimoser:Publications|'''Publications''']] &nbsp;&nbsp;&nbsp;
[[Freimoser:Publications|'''Publications''']] &nbsp;&nbsp;&nbsp;

Revision as of 13:41, 6 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;
   color: #660099;

}

A:hover {

   text-decoration: underline;
   color: #ff0033;

}

.navbar{

 padding: 10px;
 color: #white;
 background-color: #white;
 width: 801px;
 font-family: Arial;
 font-size: 10pt;

} </style></html>