Team:Grenoble-EMSE-LSU/Design/Menu Left Couleurs
From 2013.igem.org
Line 54: | Line 54: | ||
body div a.title | body div a.title | ||
{ | { | ||
- | font-size: | + | font-size: 22px; |
} | } | ||
Revision as of 17:53, 9 July 2013
/***** General *****/
body { background: #ffdada; }
body div li.title a, body div li.sub a, body div li.subsub a { font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
font-style: normal;
font-weight: bold; }
/***** Title and subsubnav *****/
/***** Border *****/
body div li.title { list-style: none; border: 2px solid; border-radius: 5px; }
body div[id="Home"] li.title { border-color: #ff8300; }
body div[id="Project"] li.title { border-color: red; }
body div[id="Documentation"] li.title { border-color: #00b3ff; }
body div[id="HP"] li.title { border-color: #00c300; }
body div[id="Team"] li.title { border-color: #9901c7; }
/***** Title *****/
body div a.title { font-size: 22px; }
body div[id="Home"] a.title { color: #ff8300; }
body div[id="Project"] a.title, body div[id="Project"] ul li.subsub a { color: red; }
body div[id="Documentation"] a.title, body div[id="Documentation"] ul li.subsub a { color: #00b3ff; }
body div[id="HP"] a.title, body div[id="HP"] ul li.subsub a { color: #00c300; }
body div[id="Team"] a.title, body div[id="Team"] ul li.subsub a { color: #9901c7; }
/***** Basic Colors *****/
/* Color */
body div ul li.sub a { color: white; font-weight: bold; font-size: 16px; }
body div ul li.subsub a { font-size: 14px; }
/* Background */
body div[id="Project"] ul li.sub { background: #ff9898; }
body div[id="Documentation"] ul li.sub { background: #91deff; }
body div[id="HP"] ul li.sub { background: #76e974; }
body div[id="Team"] ul li.sub { background: #c476fd; }
/***** Survolement menu *****/
/* Color */
body div ul li.subsub:hover a { color: white; }
/* Background */
body div[id="Project"] ul li.sub:hover, body div[id="Project"] ul li.subsub:hover { background: red; }
body div[id="Documentation"] ul li.sub:hover, body div[id="Documentation"] ul li.subsub:hover { background: #00b3ff; }
body div[id="HP"] ul li.sub:hover, body div[id="HP"] ul li.subsub:hover { background: #00c300; }
body div[id="Team"] ul li.sub:hover, body div[id="Team"] ul li.subsub:hover { background: #9901c7; }
/***** Menu actif *****/
/*body div li.sub:active, body div li.subsub:active { border: 2px solid red; border-radius: 5px; }*/