Team:Paris Bettencourt/Wiki

From 2013.igem.org

(Difference between revisions)
Line 9: Line 9:
}
}
#globalWrapper {/* the wiki */
#globalWrapper {/* the wiki */
-
     background-color: rgba(255, 255, 255, 1);
+
     background-color: rgb(255, 255, 255);
     width:100%;
     width:100%;
     height:auto;
     height:auto;
Line 24: Line 24:
     border:0;
     border:0;
     position:relative;
     position:relative;
-
     top:40px;
+
     top:100px;
     display:display;
     display:display;
 +
    z-index:3;
 +
    width:1000px;
}
}
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
Line 33: Line 35:
}
}
#menubar{/* la barre de menu du haut */
#menubar{/* la barre de menu du haut */
 +
    display:block;
 +
    color:black;
 +
    text-decoration:none;
     background-color:transparent;
     background-color:transparent;
 +
    z-index:0;
}
}
#menubar a{/*les lien de la barre de menu du haut */
#menubar a{/*les lien de la barre de menu du haut */
-
    text-decoration:none;
 
     color:black;
     color:black;
 +
    text-decoration:none;
     background:transparent;
     background:transparent;
 +
    z-index:0;
}
}
.left-menu{/* le menu de haut gauche */
.left-menu{/* le menu de haut gauche */
-
     background-color:transparent;
+
     z-index:3;
-
     margin-left:-32px;
+
    position:relative;
 +
     left:-15px;
}
}
.right-menu{/* le menu de login haut droite*/
.right-menu{/* le menu de login haut droite*/
-
     color:#ffffff;
+
     position:absolute;
-
     text-decoration:none;
+
     right:70px;
-
     background-color:transparent;
+
     z-index:3;
-
    margin-right:70px;
+
}
}
.right-menu a{/* les lien du login */
.right-menu a{/* les lien du login */
-
    color:#ffffff;
 
-
    text-decoration:transparent;
 
-
    background-color:transparent;
 
}
}
#search-controls{/* la barre de recherche*/
#search-controls{/* la barre de recherche*/
Line 60: Line 64:
#content{/* le body de la page*/
#content{/* le body de la page*/
     border:none;
     border:none;
-
     padding:none;
+
     padding:0;
-
     margin:0 auto;
+
     margin:0;
-
     z-index:2;
+
     z-index:1;
-
     line-height:1;
+
     line-height:1.5em;
-
     width:1000px;
+
     width:100%;
     height:auto;
     height:auto;
     background:#ffffff;
     background:#ffffff;
Line 77: Line 81:
     border-color:none;
     border-color:none;
     padding:0;
     padding:0;
-
    margin:0;
 
     height:auto;
     height:auto;
 +
    width:1000px;
 +
    margin:0 auto;
}
}
#footer-box{/* la boite en bas de page*/
#footer-box{/* la boite en bas de page*/
Line 103: Line 108:
     /*font-family: Cambria, serif;*/
     /*font-family: Cambria, serif;*/
     font-family: 'Lora', serif;
     font-family: 'Lora', serif;
-
    font-size:11px;
 
}
}
/* Headers */
/* Headers */
Line 127: Line 131:
p {
p {
     margin-bottom: 2px;
     margin-bottom: 2px;
-
    /*line-height:1.5;*/
 
}
}
-
 
/* a */
/* a */
a {
a {
Line 158: Line 160:
     font-size:3.5em;
     font-size:3.5em;
     font-weight:bold;
     font-weight:bold;
-
    margin: -30px auto 30px;
 
     color:#272727;
     color:#272727;
     line-height: 1.2;
     line-height: 1.2;
Line 164: Line 165:
#page {
#page {
     /*margin-bottom:0px;*/
     /*margin-bottom:0px;*/
-
     width:100%;
+
     width:1000px;
 +
    margin:0 auto;
     text-align:justify;
     text-align:justify;
}
}
</style>
</style>
</html>
</html>

Revision as of 18:33, 30 August 2013