Team:Paris Bettencourt/Wiki

From 2014.igem.org

(Difference between revisions)
 
(37 intermediate revisions not shown)
Line 5: Line 5:
<style type="text/css">
<style type="text/css">
/* Wiki styles */
/* Wiki styles */
-
div.thumb div a img {
+
 
-
    background-color:white;
+
-
    padding:6px 0px;
+
-
}
+
-
#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)*/
#top-section{/* (the igem flag + top menu)*/
     position:fixed;   
     position:fixed;   
Line 39: Line 29:
     font-size:12px;
     font-size:12px;
     z-index:0;
     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 {
 +
    color: rgb(30,39,43);
 +
    background: white;
 +
}
 +
body,input {
 +
    font-family: Arial, Helvetica, sans-serif;
 +
/*font-family: Cambria, serif; font-family: 'Lora', serif;*/
 +
}
 +
/* Headers */
 +
h1,h2,h3,h4 {
 +
    font-weight: normal;
 +
    letter-spacing: 0 px;
 +
    border-bottom:none;
 +
}
 +
h2 {
 +
    /*color: rgb(228,45,51);*/ /*  */
 +
    font-size:25px;
 +
    line-height:26px;
 +
    border-bottom: 1px solid;
 +
    font-weight: bold;
 +
}
 +
h3,h4 {
 +
    font-size:20px;
 +
    line-height:21px;
 +
    font-weight:bold;
 +
}
 +
h4 {
 +
    font-size:18px;
 +
    line-height:19px;
 +
    font-weight:bold;
 +
}
 +
ul {
 +
    list-style-type : disc;
 +
    align : justify;
 +
}
 +
p {
 +
  align : justify;
 +
}
 +
 +
p
 +
/* a */
 +
a {
 +
    color: rgb(143,142,147);
 +
}
 +
a:visited {
 +
    color: rgb(143,142,147);
 +
}
 +
a:hover {
 +
    text-decoration: underline;
 +
}
 +
/* Images */
 +
img.alignleft {
 +
    margin: 5px 20px 20px 0;
 +
    float: left;
 +
}
 +
img.aligntop {
 +
    margin: 5px 0 20px 0;
 +
}
 +
img.pic {
 +
    padding: 5px;
 +
    border: solid 1px #D4D4D4;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 16:53, 17 December 2014