Team:Grenoble-EMSE-LSU/Design/Content
From 2013.igem.org
(Created page with "- →**** Cadres et bordures ****: body div ul li { width: 644px; min-height: 200px; padding: 20px; margin: auto; margin-bottom: 15px; border: solid 1px; border-radius: 5px...") |
|||
Line 1: | Line 1: | ||
/***** Cadres et bordures *****/ | /***** Cadres et bordures *****/ | ||
- | body div ul li | + | body div.cadre ul li |
{ | { | ||
width: 644px; | width: 644px; | ||
Line 13: | Line 13: | ||
font: normal 13px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif; | font: normal 13px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif; | ||
} | } | ||
- | body div ul li:last-child | + | body div.cadre ul li:last-child |
{ | { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
Line 46: | Line 46: | ||
/***** Police *****/ | /***** Police *****/ | ||
- | body div ul li p, body div ul li h1, body div ul li h2 | + | body div.cadre ul li p, body div.cadre ul li h1, body div.cadre ul li h2 |
{ | { | ||
padding: 0; | padding: 0; | ||
Line 53: | Line 53: | ||
} | } | ||
- | body div ul li h1, body div ul li h2 | + | body div.cadre ul li h1, body div.cadre ul li h2 |
{ | { | ||
margin-bottom: 15px; | margin-bottom: 15px; |
Revision as of 09:52, 15 July 2013
/***** Cadres et bordures *****/
body div.cadre ul li { width: 644px; min-height: 200px; padding: 20px; margin: auto; margin-bottom: 15px; border: solid 1px; border-radius: 5px; list-style: none; font: normal 13px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif; } body div.cadre ul li:last-child { margin-bottom: 0; }
body div[id="home"] ul li { border-color: #ff8300; }
body div[id="proj"] ul li { border-color: red; }
body div[id="doc"] ul li { border-color: #00b3ff; }
body div[id="hp"] ul li { border-color: #00c300; }
body div[id="team"] ul li { border-color: #9901c7; }
/***** Police *****/
body div.cadre ul li p, body div.cadre ul li h1, body div.cadre ul li h2 { padding: 0; margin: 0; font: normal 13px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif; }
body div.cadre ul li h1, body div.cadre ul li h2 { margin-bottom: 15px; font-size: 20px; font-variant: small-caps; }
body div[id="home"] ul li h1, body div[id="home"] ul li h2 { color: #ff8300; }
body div[id="proj"] ul li h1, body div[id="proj"] ul li h2 { color: red; }
body div[id="doc"] ul li h1, body div[id="doc"] ul li h2 { color: #00b3ff; }
body div[id="hp"] ul li h1, body div[id="hp"] ul li h2 { color: #00c300; }
body div[id="team"] ul li h1, body div[id="team"] ul li h2 { color: #9901c7; }