Template:INSA-Lyon/maincontent

From 2010.igem.org

(Difference between revisions)
m
 
(181 intermediate revisions not shown)
Line 2: Line 2:
<style type="text/css">
<style type="text/css">
 +
 +
p {
 +
      line-height: 1.3em;
 +
      text-indent: 30px;
 +
      text-align:justify;
 +
      font-family:Verdana, "Trebuchet MS", Arial, police3, police4;
 +
}
 +
#corps2 li a {
 +
      font-weight: bold;
 +
}
 +
#corps3 li a {font-weight: bold;
 +
}
 +
#corps4 li a {font-weight: bold;
 +
}
 +
#corps li a {font-weight: bold;
 +
}
 +
#corps2 p a {
 +
      font-weight: bold;
 +
}
 +
#corps4 p a {font-weight: bold;
 +
}
 +
 +
#corps3 p a {font-weight: bold;
 +
}
 +
 +
#corps p a {font-weight: bold;
 +
}
 +
.colonnedroite p a {font-weight: bold;
 +
}
 +
 +
ol li {
 +
      line-height: 1.3em;
 +
      text-align:justify;
 +
      font-family:Verdana, "Trebuchet MS", Arial, police3, police4;
 +
}
 +
 +
exp{
 +
      vertical-align: super;
 +
      font-size: 70%;
 +
      line-height: 80%;
 +
}
 +
 +
h2 {
 +
      text-indent: 40px;
 +
      text-align: justify;
 +
      font-weight: bold;
 +
}
 +
h3 {
 +
      text-indent: 30px;
 +
      text-align: justify;
 +
}
 +
 +
 +
 +
/* -------------------------------------------------------------------------------------------- */
 +
/* --------------------- position des différentes "boîtes de textes" -------------------------- */
 +
/* -------------------------------------------------------------------------------------------- */
 +
.colonnegauche {
.colonnegauche {
Line 8: Line 66:
         float: left;
         float: left;
         margin-left: 5px;
         margin-left: 5px;
-
         margin-top: 20px;  
+
         margin-top: 60px;  
-
         padding-top: 5px;
+
         padding-top: -1px;
         padding-bottom:5px;
         padding-bottom:5px;
         -moz-border-radius: 10px;
         -moz-border-radius: 10px;
Line 16: Line 74:
         border-radius: 10px;       
         border-radius: 10px;       
       /* position: relative; */
       /* position: relative; */
-
         background-color: #1fe14d;
+
         background-color: white/* #1fe14d */ /* #e89024 */;
}
}
.colonnedroite {
.colonnedroite {
-
         width: 23%;
+
         width: 22.7%;
         height: 100%;
         height: 100%;
         float: right;  
         float: right;  
-
         margin-top: 20px;
+
         margin-top: 30px;
         margin-right: 5px;   
         margin-right: 5px;   
-
         padding: 5px;
+
         padding: 8px;
       /* position: relative; */
       /* position: relative; */
-
         background-color: #1fe14d;
+
         background-color: #d4e0e8; /* #b3e5b7 */
 +
        border: 1px solid #7caed4;
         -moz-border-radius: 10px;
         -moz-border-radius: 10px;
         -webkit-border-radius: 10px;  
         -webkit-border-radius: 10px;  
         -goog-ms-border-radius: 10px;  
         -goog-ms-border-radius: 10px;  
         border-radius: 10px;
         border-radius: 10px;
 +
}
 +
 +
 +
.colonnedroite2 {
 +
        width: 70%;
 +
        height: 100%;
 +
        margin-top: 5px;
 +
        margin-right: 10px; 
 +
        margin-left: 15px;
 +
        padding: 8px;
 +
      /* position: relative; */
 +
        background-color: #d4e0e8; /* #b3e5b7 */
 +
        border: 1px solid #7caed4;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
}
 +
 +
 +
.titredroite {
 +
border: 1px solid #7caed4;
 +
-moz-border-radius: 10px;
 +
-webkit-border-radius: 10px;
 +
-goog-ms-border-radius: 10px;
 +
border-radius: 10px;
 +
text-indent: 20px; background:white; color:#6e6e6e; border-bottom: 1px solid #6e6e6e; margin-bottom: -25px;
 +
width: 22.7%;
 +
height: 100%;
 +
float: right;
 +
margin-top: 30px;
 +
margin-right: 5px; 
 +
padding: 8px;
 +
/* position: relative; */
 +
}
 +
 +
.titredroite2 {
 +
border: 1px solid #7caed4;
 +
-moz-border-radius: 10px;
 +
-webkit-border-radius: 10px;
 +
-goog-ms-border-radius: 10px;
 +
border-radius: 10px;
 +
text-indent: 0px; background:white; color:#6e6e6e; border-bottom: 1px solid #6e6e6e; margin-bottom: -0px;
 +
text-align:center;
 +
width: 70%;
 +
height: 100%;
 +
margin-top: 5px;
 +
margin-right: 10px; 
 +
margin-left: 15px;
 +
padding: 8px;
 +
/* position: relative; */
 +
}
 +
 +
#corps {
 +
        width: 56.8%;
 +
        margin: 30px 10px 10px 10px;
 +
        padding: 8px;
 +
 +
        border: 1px solid #6e6e6e;  <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever -->
 +
        background-color: white;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
        float: left;
}
}
          
          
#corps2 {
#corps2 {
-
         width: 82.1%;
+
         width: 82.3%;
-
         margin: 20px 5px 60px 10px;
+
         margin: 30px 5px 10px 10px;
         padding: 8px;
         padding: 8px;
-
         border: 3px solid #1fe14d /* #83ad3e */;  <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever -->
+
         border: 1px solid #6e6e6e /* #6e6e6e */;  <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever -->
         background-color: white;
         background-color: white;
         -moz-border-radius: 10px;
         -moz-border-radius: 10px;
Line 48: Line 172:
}
}
-
#corps {
+
 
-
         width: 57%;
+
#corps3 {
-
         margin: 20px 10px 60px 10px;
+
         width: 70%;
 +
         margin: 30px 5px 10px 5px;
         padding: 8px;
         padding: 8px;
 +
        border: 1px solid #6e6e6e;  <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever -->
 +
        background-color: white;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
        float: left;
 +
}
-
         border: 3px solid #1fe14d;  <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever -->
+
 
 +
#corps4 {
 +
        width: 97.1%;
 +
        margin: 20px 5px 10px 5px;
 +
        padding: 8px;
 +
         border: 1px solid #6e6e6e;  <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever -->
 +
        position: center;
         background-color: white;
         background-color: white;
         -moz-border-radius: 10px;
         -moz-border-radius: 10px;
Line 61: Line 200:
         float: left;
         float: left;
}
}
-
/* Code used in the sponsors page */
+
 
-
.border_sponsors_platinium {
+
.boite1 {  
-
  height: 300px;
+
        width: 46.5%;
-
  margin-top: 40px;
+
        margin: 20px 5px 10px 10px;
-
  margin-bottom:20px;
+
        padding: 8px;
-
  margin-left: 5px;
+
        border: 1px solid #6e6e6e;
-
  margin-right: 5px;
+
        -moz-border-radius: 10px;
-
border: 3px solid #4782b3;
+
        -webkit-border-radius: 10px;  
-
-moz-border-radius: 10px;
+
        -goog-ms-border-radius: 10px;
-
-webkit-border-radius: 10px;  
+
        border-radius: 10px;
-
-goog-ms-border-radius: 10px;  
+
        float: left;
}
}
-
.sponsors_platinium {
+
.boite2 {  
-
  height: 80px;
+
        width: 46.5%;
-
  margin-top: 5px;
+
        margin: 20px 10px 10px 5px;
 +
        padding: 8px;
 +
        border: 1px solid #6e6e6e;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
        float: right;
}
}
-
.sponsors_platinium img{
+
.boite3 {  
-
float: left;
+
        width: 60%;
-
padding: 5px;
+
        margin: 20px 2.5px 10px 5px;
 +
        padding: 8px;
 +
        border: 1px solid #6e6e6e;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
        float: left;
}
}
-
.sponsors_platinium p{
+
.boite4 {  
-
padding: 5px;
+
        width: 35.8%;
 +
        margin: 20px 5px 10px 2.5px;
 +
        padding: 8px;
 +
        border: 1px solid #6e6e6e;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
        float: right;
}
}
-
.border_sponsors_gold {
+
.boite5 {  
-
  height: 300px;
+
        width: 22.6%;
-
  margin-top: 40px;
+
        margin: 30px 10px 10px 0px;
-
  margin-bottom:20px;
+
        padding: 8px;
-
  margin-left: 5px;
+
        border: 1px solid #6e6e6e;
-
  margin-right: 5px;
+
        -moz-border-radius: 10px;
-
border: 3px solid #ffd700;
+
        -webkit-border-radius: 10px;  
-
-moz-border-radius: 10px;
+
        -goog-ms-border-radius: 10px;
-
-webkit-border-radius: 10px;  
+
        border-radius: 10px;
-
-goog-ms-border-radius: 10px;  
+
        float: right;
}
}
-
.sponsors_gold {
+
.boite6 {  
-
  height: 80px;
+
        width: 30%;
-
  margin-top: 5px;
+
        margin: 20px 5px 10px 2.5px;
-
 
+
        padding: 8px;
 +
        border: 0px solid #6e6e6e;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
}
}
-
.sponsors_gold img{
+
.boite7 {  
-
float: left;
+
        width: 30%;
-
padding: 5px;
+
        margin: 20px 5px 10px 2.5px;
 +
        padding: 8px;
 +
        border: 0px solid #6e6e6e;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
}
}
-
.sponsors_gold p{
+
.boite8 {  
-
padding: 5px;
+
        width: 30%;
 +
        margin: 20px 5px 10px 2.5px;
 +
        padding: 8px;
 +
        border: 0px solid #6e6e6e;
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
}
}
-
.border_sponsors_silver {
+
 
-
  height: 300px;
+
.support {
-
  margin-top: 40px;
+
border:2px solid #95b3d7;
-
  margin-bottom:0px;
+
background-color:#fff;
-
  margin-left: 5px;
+
top:-3px;
-
  margin-right: 5px;
+
left:-3x;
-
border: 3px solid #c0c0c0;
+
position:relative;
-
-moz-border-radius: 10px;
+
z-index:1;
-
-webkit-border-radius: 10px;  
+
padding: 10px;
-
-goog-ms-border-radius: 10px;  
+
-moz-border-radius : 10px;  
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
}
 +
div.ombre.noimg {
 +
-moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
display:block;
 +
}
 +
.ombredeux {
 +
border:0;
 +
background-color:#999;
 +
padding:0;
 +
padding-top:0;
 +
padding-right:3px;
 +
border-left:0;
 +
-moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;  
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
}
 +
#coins-arrondis {
 +
        -moz-border-radius: 10px;
 +
        -webkit-border-radius: 10px;
 +
        -goog-ms-border-radius: 10px;
 +
        border-radius: 10px;
 +
}
 +
.maincontent {
 +
        width: 600px;
 +
position: relative;
 +
        margin: 10px 10px 30px 0;
 +
        float: left;       
 +
}
 +
.othercontent {
 +
        width: 330px;
 +
position:relative;
 +
        float: right;
 +
        margin: 10px 0 30px 0;
}
}
-
.sponsors_silver {
+
/* ----------------------------------------------------------------------------------------------- */
-
  height: 80px;
+
/* ----------------------------- Code used in the sponsors page ---------------------------------- */
-
  margin-top: 5px;
+
/* ----------------------------------------------------------------------------------------------- */
 +
 +
.sponsorsH1 {
 +
font-family: Verdana, Serif;
 +
padding-left: 30px;
 +
margin-top: 50px
}
}
-
.sponsors_silver img{
+
 
 +
.sponsors {
 +
    margin: 10px 8px 20px 8px;
 +
    padding: 10px;
 +
    border: 3px solid;
 +
    -moz-border-radius: 10px;
 +
    -webkit-border-radius: 10px;
 +
    -goog-ms-border-radius: 10px;
 +
    border-radius: 10px;
 +
}
 +
.sponsors img{
float: left;
float: left;
padding: 5px;
padding: 5px;
}
}
-
.sponsors_silver p{
+
.sponsors p{
padding: 5px;
padding: 5px;
 +
text-align: justify;
}
}
Line 144: Line 379:
-
#corps3 {
+
 
-
        width: 71%;
+
-
        margin: 20px 10px 60px 5px;
+
-
        padding: 8px;
+
-
        border: 3px solid #1fe14d;  <!-- juste pour voir ou sa se place, sinon quand on aura les articles, on pourra les enlever -->
+
-
        background-color: white;
+
-
        -moz-border-radius: 10px;
+
-
        -webkit-border-radius: 10px;
+
-
        -goog-ms-border-radius: 10px;
+
-
        border-radius: 10px;
+
-
        float: left;
+
-
}
+
.support {
.support {
border:2px solid #95b3d7;
border:2px solid #95b3d7;
Line 206: Line 430:
         margin: 10px 0 30px 0;
         margin: 10px 0 30px 0;
}
}
 +
 +
 +
 +
 +
/* ----------------------------------------------------------------------------------------------- */
 +
/* ------------------------- Alignement hors template de Groningen ------------------------------- */
 +
/* ----------------------------------------------------------------------------------------------- */
</style>  
</style>  
 +
</html>
</html>

Latest revision as of 19:35, 24 April 2011