Team:EPF-Lausanne/Essai
From 2009.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <style> | ||
+ | |||
+ | |||
+ | /*change la couleur du bloc igem au fond*/ | ||
+ | #footer-box { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*change la couleur du fond autour bloc igem*/ | ||
+ | body { | ||
+ | background-color:black; | ||
+ | } | ||
+ | |||
+ | /*change la couleur du contenu de la page*/ | ||
+ | table { | ||
+ | background-color: white; | ||
+ | font-color: #cccccc; | ||
+ | color:white; | ||
+ | } | ||
+ | #bodyContent { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | /*change la couleur autour du contenu du team wiki*/ | ||
+ | #content { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | /*cache la ligne contenant le chemin de la page igem*/ | ||
+ | .firstHeading { | ||
+ | color:red; | ||
+ | display:none; | ||
+ | } | ||
+ | |||
+ | /*?????????????????????????????????????*/ | ||
+ | a.menu { | ||
+ | background-color: red; | ||
+ | color: white; | ||
+ | width: 12em; | ||
+ | } | ||
+ | p { | ||
+ | color:white; | ||
+ | } | ||
+ | /*?????????????????????????????????????*/ | ||
+ | |||
+ | |||
+ | </style> | ||
<head> | <head> |
Revision as of 17:10, 23 April 2009
Mozilla specific menu! |