Team:Grenoble-EMSE-LSU/Design/Content
From 2013.igem.org
Line 7: | Line 7: | ||
position: relative; | position: relative; | ||
top: 135px; | top: 135px; | ||
+ | left: 170px; | ||
} | } |
Revision as of 10:13, 15 July 2013
body div.cadre {
z-index: 2; width: 645px; padding: 0; margin: auto; position: relative; top: 135px; left: 170px;
}
/***** Cadres et bordures *****/
body div.cadre ul li { min-height: 200px; padding: 20px; margin: 0; margin-bottom: 15px; border: solid 1px; border-radius: 5px; list-style: none; font: normal 13px Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
background-color: white;
} 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; }