Team:Cornell/Templates/hideHeader
From 2011.igem.org
(Difference between revisions)
Line 35: | Line 35: | ||
/* Wiki Hacks - END */ | /* Wiki Hacks - END */ | ||
+ | /* Formatting */ | ||
body { | body { | ||
background-color:#C5BD99; | background-color:#C5BD99; | ||
+ | } | ||
+ | |||
+ | a:link { | ||
+ | color:red; | ||
+ | font-style:bold; | ||
+ | } | ||
+ | |||
+ | a:hover { | ||
+ | color:red; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color:red; | ||
+ | } | ||
+ | |||
+ | a:active { | ||
+ | color:red; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 18:41, 20 July 2011