Team:Paris Bettencourt/Wiki

From 2014.igem.org

(Difference between revisions)
Line 4: Line 4:
<link href='http://fonts.googleapis.com/css?family=Arimo:400,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Arimo:400,400italic' rel='stylesheet' type='text/css'>
<style type="text/css">
<style type="text/css">
 +
/* Wiki styles */
 +
#globalWrapper {/* the wiki */
 +
    background-color: rgb(255, 255, 255);
 +
    width:100%;
 +
    height:auto;
 +
    margin:0 auto;
 +
    padding:0;
 +
}
 +
#top-section{/* (the igem flag + top menu)*/
 +
    position:fixed; 
 +
    margin:0;
 +
    padding:0;
 +
    top:0;
 +
    height:auto;
 +
    width:100%;
 +
    border:none;
 +
    z-index:3;
 +
}
 +
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
 +
    display:none;
 +
}
 +
#menubar {/* la barre de menu du haut */
 +
    display:none;
 +
    margin:0;
 +
    width:550px;
 +
    height:20px;
 +
    color:white;
 +
    background-color:rgb(46,43,52);
 +
    text-decoration:none;
 +
    font-size:12px;
 +
    z-index:0;
 +
}
 +
#menubar ul {
 +
    line-height:20px;   
 +
}
 +
#menubar a{/*les lien de la barre de menu du haut */
 +
    color:white;
 +
    text-decoration:none;
 +
    background:transparent;
 +
    z-index:3;
 +
}
 +
.left-menu{/* le menu de haut gauche */
 +
    float:left; 
 +
    z-index:3;
 +
}
 +
.right-menu{/* le menu de login haut droite*/
 +
    float:right;
 +
    z-index:3;
 +
}
 +
.right-menu a{/* les lien du login */
 +
}
 +
#search-controls{/* la barre de recherche*/
 +
    display:none;
 +
}
 +
#content{/* le body de la page*/
 +
    border:none;
 +
    padding:0;
 +
    margin:0;
 +
    z-index:1;
 +
    width:100%;
 +
    height:auto;
 +
    background:#ffffff;
 +
}
 +
.firstHeading { /*titre de page */
 +
    display:none;
 +
    border:none;
 +
}
 +
#bodyContent{/* contenu de page*/
 +
    background-color:white;
 +
    border:none;
 +
    border-color:none;
 +
    padding:0;
 +
    height:auto;
 +
    width:100%;
 +
    margin:0 auto;
 +
}
 +
#footer-box{/* la boite en bas de page*/
 +
    position : relative;
 +
    width:100%;
 +
    border:none;
 +
    bottom:-190px;
 +
    color:rgb(255,255,255);
 +
    background : rgb(193,185,184);
 +
    margin : 0;
 +
    padding : 0;
 +
    font-color : rgb(255,255,255);
 +
}
 +
#footer-box a {
 +
    color : rgb(255,255,255);
 +
}
 +
 +
#catlinks{/* le cadre sous le body useless */
 +
    display:none;
 +
}
/* Body */
/* Body */
body {
body {

Revision as of 16:49, 17 December 2014