Team:Evry/css v1

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
/*--------------------- Wiki hack ---------------------------------------------*/
 +
body
body
{
{
-
    width: auto;
 
     color: #333333;
     color: #333333;
-
    /*background:#e9e4de;*/
+
     background-image:url(https://static.igem.org/mediawiki/2013/b/b2/Fond_rose.jpg);
-
     background-image:url(http://fichierclient.iconeo.fr/template/302/fonds/NEUTRE6.jpg);
+
     background-repeat:repeat-x;
-
     background-repeat: no-repeat;
+
    background-size: cover;
     background-color : transparent;  
     background-color : transparent;  
-
    background-size: cover;
 
-
    background-attachment : fixed;
 
-
 
     margin:0px 0px 0px 0px;
     margin:0px 0px 0px 0px;
}
}
-
/* la barre titre (baniere igem+ menu haut)*/
+
/* la barre titre (banniere igem+ menu haut)*/
#top-section
#top-section
{
{
-
     height: auto;
+
     height: 5px;
-
     margin-top: 0 px;
+
     width: auto;
-
    margin-left: auto;
+
     margin: 0;
-
     margin-right: auto;
+
     margin-bottom: -1.5em;
-
     margin-bottom: 0 !important;
+
     padding: 0;
-
     padding:0;
+
     border: 0 /*none transport*/;
-
     border: none;
+
-
    display: display;
+
}
}
Line 37: Line 33:
#menubar
#menubar
{
{
-
     color:#000000;
+
    background: none repeat scroll 0 0 transparent !important;
 +
     color: transparent !important;
 +
    position: absolute;
 +
    top: -6px;
 +
    display: table-cell;
}
}
Line 48: Line 48:
/* le menu de haut gauche */
/* le menu de haut gauche */
-
.left-menu
+
#menubar .left-menu
{
{
 +
    width: 100%;
     background-color:transparent;
     background-color:transparent;
   /*display:none;*/
   /*display:none;*/
Line 59: Line 60:
     color:transparent;
     color:transparent;
     text-decoration:none;
     text-decoration:none;
 +
    text-align: right;
     background-color:none;
     background-color:none;
     right: 15px;
     right: 15px;
Line 69: Line 71:
     text-decoration:transparent;
     text-decoration:transparent;
     background-color:none;
     background-color:none;
 +
}
 +
 +
#menubar *
 +
{
 +
color: transparent !important;
 +
background: transparent !important;
 +
}
 +
 +
#top-section:hover #menubar *
 +
{
 +
color: blue !important;
 +
}
 +
 +
#top-section:hover #menubar.left-menu
 +
{
 +
background: rgba(255, 255, 255, 0.75) !important;
}
}
Line 80: Line 98:
#content
#content
{
{
 +
    width: 100%;
     background-color: transparent;
     background-color: transparent;
     border:none;
     border:none;
Line 85: Line 104:
     margin:none;
     margin:none;
     line-height:1em;
     line-height:1em;
 +
}
 +
 +
#globalWrapper
 +
{
 +
  font-size: 150%;
}
}
Line 92: Line 116:
     display:none;
     display:none;
     border: none;
     border: none;
-
}
 
-
 
-
/* contenu de page*/
 
-
#bodyContent
 
-
{
 
}
}
#footer-wrapper
#footer-wrapper
{
{
-
     position: absolute;
+
     position: relative;
-
     width: 941px;
+
     width: 70%;
-
     left: -1px;
+
     margin: auto;
-
     margin-top:25px;
+
     margin-top:15px;
-
     margin-bottom:30px;
+
     margin-bottom:5px;
     padding: 7px 15px 7px 15px;
     padding: 7px 15px 7px 15px;
     background-color:#ffffff;
     background-color:#ffffff;
-
     -moz-border-radius-topright:15px;
+
     -moz-border-radius:15px;
-
    -moz-border-radius-bottomright:15px;
+
     -webkit-border-radius:15px;
-
     -webkit-border-top-right-radius:15px;
+
-
    -webkit-border-bottom-right-radius:15px;
+
-
    border-top-right-radius:15px;
+
-
    border-bottom-right-radius:15px;
+
     border-radius: 15px;
     border-radius: 15px;
-
/*border: 1px solid black;*/
+
    box-shadow: 0px 4px 4px #1c1a19;
}
}
Line 133: Line 148:
/* ----------------End of the wiki hack -------------------------------------*/
/* ----------------End of the wiki hack -------------------------------------*/
-
/* position of the logo */
+
/*---------------------------Header-----------------------*/
-
#evry_logo   
+
-
{
+
-
    position:absolute;
+
-
    top:25px;
+
-
    left: 35px;
+
-
    width:200px;
+
-
    /*background-color:#FFA500;*/
+
-
}
+
-
/* Position of the banner */
+
#header
-
#evry_banner{   
+
-
  position:absolute;
+
-
  top:16px;
+
-
  width:720px;
+
-
  left:230px;
+
-
  /*background-color:#800080;*/
+
-
}
+
-
 
+
-
 
+
-
/*white font over the grey one on the top*/
+
-
#white_thingy
+
{
{
-
     position:relative;
+
     width: 99%;
-
    top:-20px;
+
     height: auto;
-
     height:200px;
+
     margin-bottom: 15px;
-
     background-color:#ffffff;
+
     box-shadow: 0px 4px 4px #1c1a19;
-
     -moz-border-radius-topright:15px;
+
     -moz-border-radius:15px;
-
     -moz-border-radius-bottomright:15px;
+
     -webkit-border-radius:15px;
-
     -webkit-border-top-right-radius:15px;
+
-
    -webkit-border-bottom-right-radius:15px;
+
-
    border-top-right-radius:15px;
+
-
    border-bottom-right-radius:15px;
+
     border-radius: 15px;
     border-radius: 15px;
 +
    margin-left: 0!important;
 +
    margin-right: auto;
 +
    padding:0;
 +
    border: none;
 +
    background: transparent;
 +
    box-shadow: 0px 4px 4px #1c1a19;
}
}
-
 
+
-
#back_image
+
#banniere
{
{
-
     position:absolute;
+
     display: inline-block;
-
     top:147px;
+
     -moz-border-radius:15px;
-
     left:-155px;
+
     -webkit-border-radius:15px;
-
    height:900px;
+
     border-radius: 15px;
-
     width:1280px;
+
     position: relative;  
-
    background-color:transparent;
+
     margin:auto;
-
     /*background-image:url(http://files.myopera.com/gokuss1234/albums/8827422/Opera-Background-Blue-Bubbles.png);*/
+
     height: 150px;  
-
     background-position:center;
+
     text-align: center;
-
     background-repeat:no-repeat;
+
-
     background-attachment:fixed;
+
}
}
-
 
+
-
/* notre page !*/
+
#ban
-
#main_evry2012
+
{
{
-
     position:absolute;
+
     display: block;
-
     top:0px;
+
     margin-left: 18.5%;
-
     left:50%;
+
     -moz-border-radius:5px;
-
     margin-left:-486px;
+
     -webkit-border-radius:5px;
-
     margin-bottom: 10px;
+
    border-radius: 15px;
-
     width: 972px;
+
     border-radius: 5px;
 +
     text-align: center;
     height: 100%;
     height: 100%;
-
    text-align: center;
 
}
}
-
/* conteneur du texte wiki*/
+
/* ---------------------Navigator -------------------------------------*/
-
#maincontainer_evry2012
+
 
 +
.navbar-fixed-top .navbar-inner
{
{
-
     padding:15px 15px 15px 15px;
+
     -moz-border-top-right-radius:15px;
-
    background:#ffffff;
+
     -moz-border-top-left-radius:15px;
-
    margin-bottom: 10px;
+
-
 
+
-
    /*border:1px solid black;*/
+
-
    position:absolute;
+
-
    text-align:justify;
+
-
    top:210px;/*178px*/
+
-
    width:940px;/*940px*/
+
-
    heigth:auto;
+
-
    -moz-border-radius-topright:15px;
+
-
     -moz-border-radius-bottomright:15px;
+
     -webkit-border-top-right-radius:15px;
     -webkit-border-top-right-radius:15px;
-
     -webkit-border-bottom-right-radius:15px;
+
     -webkit-border-top-left-radius:15px;
     border-top-right-radius:15px;
     border-top-right-radius:15px;
-
     border-bottom-right-radius:15px;
+
     border-top-left-radius: 15px;
-
     border-radius: 15px;
+
     padding-left: 1%;
 +
    padding-right: 1%;
}
}
-
/* conteneur du texte wiki pour la page d'acueil*/
+
.navbar-inner
-
#maincontainer_evry2012bis
+
{
{
-
    padding:15px 15px 15px 15px;
+
     background-color: transparent;
-
     background:transparent;
+
     filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc9ba',
-
     margin-bottom: 10px;
+
  endColorstr='#8a8e8d', GradientType=0);
-
    color:white;
+
     background-image: -webkit-linear-gradient(top , #cbc9ba, #8a8e8d);  
-
 
+
     background-image: -moz-linear-gradient(top , #cbc9ba, #8a8e8d);  
-
 
+
     background-image: -ms-linear-gradient(top , #cbc9ba, #8a8e8d);  
-
    /*border:1px solid black;*/
+
     background-image: -o-linear-gradient(top , #cbc9ba, #8a8e8d);  
-
     position:absolute;
+
     background-image: linear-gradient(top , #cbc9ba, #8a8e8d);
-
    text-align:justify;
+
     background-repeat: repeat-x;
-
    top:210px;/*178px*/
+
     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
-
     width:940px;
+
-
    heigth:auto;
+
-
    -moz-border-radius-topright:15px;
+
-
     -moz-border-radius-bottomright:15px;
+
-
    -webkit-border-top-right-radius:15px;
+
-
     -webkit-border-bottom-right-radius:15px;
+
-
     border-top-right-radius:15px;
+
-
     border-bottom-right-radius:15px;
+
-
     border-radius: 15px;
+
}
}
-
/* ------- Menu -----------*/
+
div#globalWrapper #content
-
 
+
-
/* Frame containg the entire menu (transparent) */
+
-
#menu_evry2012
+
{
{
-
     text-align:center;
+
     line-height: 1;
-
    position:absolute;
+
-
    z-index:10;
+
-
    left:220px;
+
-
    top:163px;
+
-
    float:center;
+
-
    font-weight:bold;
+
}
}
-
#menu_evry2012 a
+
.navbar-fixed-top
{
{
-
     color:#505050;
+
     opacity: 0.65;
-
     text-decoration:none;
+
     margin-bottom: 0;
-
     display:block;
+
     position: relative;
-
    padding:8px;
+
     margin: auto;
-
     margin: 0px 0px 0px 0px;
+
     z-index: 1030;
-
     /*height:18px;*/
+
}
-
     width:auto;
+
.navbar {
-
     background-color:#ffffff;
+
     color: #FFFFFF;
-
     font-size:11px;
+
     margin-bottom: 18px;
 +
     overflow: visible;
}
}
-
#menu_evry2012 .menu_list_item_evry2012 ul a
+
.navbar .nav
{
{
-
     color:#696969;
+
     display: inline-block;
-
     font-size:11px;
+
     margin: auto;
-
     width:120px;           /* Size of the scroling menu*/
+
     margin-bottom: 0.1%;
-
     border: 1px solid #e6e1db;
+
    /*position: relative;*/
 +
     list-style: none outside none;
 +
    padding: 0;
 +
    list-style: disc outside none;
 +
    line-height: 1.5em;   
 +
    list-style-image: url("bullet.gif");
 +
    list-style-type: square;
}
}
-
#menu_evry2012 a:hover
+
.navbar .nav > li
{
{
-
    background-color:#e6e1db;
+
     display: block;
-
     display:block;
+
     float: left;
-
     width:auto;            /* size of the hover block */
+
-
    position:relative;
+
}
}
-
#menu_evry2012 a:active
+
.nav li
{
{
-
     background-color:#e6e1db;
+
     line-height: 18px;
-
     display:block;
+
     margin-bottom: 0.1em;
}
}
-
 
+
#bodyContent a[href^="http://"], #bodyContent a[href^="gopher://"] {
-
 
+
}
-
 
+
.navbar .nav li > a
-
/* Style of the menu level1 */
+
-
#menu_list_evry2012
+
{
{
-
     list-style:none;  
+
     background-color: transparent;
-
     text-align:center;
+
     color: #FFFFFF;
-
     margin-left:0px;
+
     text-decoration: none;
-
    margin-top:0px;
+
-
    padding:0px;
+
-
    border:none;
+
-
    position:relative;
+
}
}
 +
.navbar .nav > li > a:active
 +
{
 +
    background-color: #cbc9ba;
 +
    color: #FFFFFF;
 +
    text-decoration: none;
 +
    border-radius:3px;
 +
    box-shadow: inset  1px  1px  2px #1c1a19, /* haut foncé*/
 +
                inset -1px -1px  2px #c6d1c3 ,/* bas clair */
 +
                inset  0  10px  20px #1c1a19, /* partie haute foncée*/
 +
                inset  0  -10px 20px #c6d1c3  /* partie basse eclaircie */
-
.menu_list_item_evry2012
 
-
{
 
-
    float: left;
 
-
    width: 80px;
 
-
    padding: 0;
 
-
    border:0;
 
}
}
-
/*Second level menu*/
+
.navbar .nav > li > a
-
.menu_list_item_evry2012 ul
+
{
{
-
     display:none; /* initially hide the entire list hierarchy */
+
     color: #FFFFFF;
-
     padding:2px; /* this is our box border width */
+
    float: none;
-
     list-style: none;
+
    font-size: 19px;
-
     width:110px;
+
    line-height: 19px;
 +
     padding: 56px 9px 0;
 +
     text-decoration: none;
 +
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
}
-
 
+
.nav > li > a  
-
/* 2nd level drop-down box */
+
-
.menu_list_item_evry2012:hover ul,
+
-
.menu_list_item_evry2012 a:hover ul
+
{
{
-
     display:block;
+
     display: block;
-
    position:relative;
+
-
    margin:0;
+
-
    top:0px; /* place us just up underneath the top-level images */
+
-
    left:-2px; /* left-align our drop-down to the previous button border */
+
-
    height:auto; /* the drop-down height will be determiend by line count */
+
-
    width:110px;
+
-
    background-color:transparent; /* this sets our menu's effective "border" color */
+
-
    font-size:12px; /* this (and also below) sets the menu's font size */
+
-
    list-style: none;
+
}
}
-
/*Third level menu*/
 
-
/* hide inactive 3rd-level menus */
+
a.home-link
-
.menu_list_item_evry2012:hover ul li ul,
+
-
.menu_list_item_evry2012 a:hover ul li a ul
+
{
{
-
     display:none;
+
     background: url("http://note.woku1.com/images/img/home.png") no-repeat scroll 50% 5px transparent;
}
}
-
 
+
 
-
.menu_list_item_evry2012:hover ul li:hover ul,
+
a.home-link:hover{
-
/* 3rd level drop-down box */
+
     background: url("http://img4.hostingpics.net/pics/175450homeColor.png") no-repeat;
-
.menu_list_item_evry2012 a:hover ul li a:hover ul
+
-
{
+
-
     display:block;
+
-
    position:absolute;
+
-
    top:0px;
+
-
    left:140px;
+
}
}
 +
a.project-link {
 +
    background: url("http://note.woku1.com/images/img/project.png") no-repeat scroll 50% 5px transparent;
 +
}
-
/* End of the menu */
+
a.team-link {
 +
    background: url("http://note.woku1.com/images/img/team.png") no-repeat scroll 50% 5px transparent;
 +
}
 +
a.notebook-link {
 +
    background: url("http://note.woku1.com/images/img/notebook.png") no-repeat scroll 50% 5px transparent;
 +
}
-
/* scroling buttons */
 
-
#scroll_left
+
 
 +
/*------------------------------aside--------------*/
 +
aside
{
{
-
    display:block;
+
  background: #cbc9ba;
-
    height:350px;
+
  position: absolute;
-
    width:140px;
+
  top: 200px;
-
    background-color:transparent;
+
  left: 20px;
-
    z-index:400;
+
  padding: 0;
-
    position:fixed;
+
  width: 13%;
-
    top:400px;
+
  -moz-border-radius:15px;
-
    left:5px;
+
  -webkit-border-radius:15px;
 +
  border-radius: 15px;
 +
  box-shadow: 0px 4px 4px #1c1a19;
 +
 
}
}
-
#scroll_left a
+
aside header
{
{
-
    font-size:11px;
+
  background-color: transparent;
-
    color:#273572;
+
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc9ba',
-
    font-weight:bold;
+
  endColorstr='#8a8e8d', GradientType=0);
 +
  background-image: -webkit-linear-gradient(top , #cbc9ba, #8a8e8d);
 +
  background-image: -moz-linear-gradient(top , #cbc9ba, #8a8e8d);
 +
  background-image: -ms-linear-gradient(top , #cbc9ba, #8a8e8d);
 +
  background-image: -o-linear-gradient(top , #cbc9ba, #8a8e8d);
 +
  background-image: linear-gradient(top , #cbc9ba, #8a8e8d);
 +
  width: 100%;
 +
  color: #FFFFFF;
 +
  padding: 4%;
 +
  width: auto;
 +
  text-align: center;
 +
  text-transform: uppercase;
 +
  font-weight:bold;
 +
  position:relative;
 +
  -moz-border-top-right-radius:15px;
 +
  -moz-border-top-left-radius:15px;
 +
  -webkit-border-top-right-radius:15px;
 +
  -webkit-border-top-left-radius:15px;
 +
  border-top-right-radius:15px;
 +
  border-top-left-radius: 15px;
 +
 
}
}
-
#scroll_right
+
aside h1
{
{
-
    display:block;
+
  background-color: #8a8e8d;
-
    height:350px;
+
  width: 100%;
-
    width:100px;
+
  color: #FFFFFF;
-
    background-color:transparent;
+
  padding: 0.1%;
-
    z-index:400;
+
  width: 100%;
-
    position:fixed;
+
  font-size: 25px;
-
    top:400px;
+
-
    right:5px;
+
}
}
-
#scroll_right a
+
aside table
{
{
-
    font-size:11px;
+
  background-color: transparent;
-
    color:#273572;
+
-
    font-weight:bold;
+
}
}
 +
aside ul
 +
{
 +
  padding: 5%;
 +
  list-style: none;
 +
}
 +
.second li a
 +
{
 +
  text-transform: none;
 +
  font-weight: normal;
 +
  font-size: 80%;
 +
}
-
 
+
aside li a
-
/*TEXT formating*/
+
-
.legende_schema
+
{
{
-
    font-style:italic;
+
  color: #364d01;
-
    text-align: center;
+
  text-transform: uppercase;
 +
  font-weight:bold;
}
}
-
a
+
/* ------------------------Body--------------------------- */
 +
 
 +
#maincontainer_evry2013
{
{
-
     text-decoration:none;
+
    padding-bottom: 15px;
 +
    margin-top: 30px;
 +
    background:#ffffff;
 +
    margin: auto;
 +
     text-align:justify;
 +
    width:70%; /*940px*/
 +
    heigth:auto;
 +
    -moz-border-radius-topright:15px;
 +
    -moz-border-radius-bottomright:15px;
 +
    -webkit-border-top-right-radius:15px;
 +
    -webkit-border-bottom-right-radius:15px;
 +
    border-top-right-radius:15px;
 +
    border-bottom-right-radius:15px;
 +
    border-radius: 15px;
 +
    box-shadow: 0px 4px 4px #1c1a19;
}
}
-
#title
+
#mainTextcontainer
{
{
-
    display:block;
+
  padding-right: 2%;
-
    top:-400px;
+
  padding-left: 2%;
-
    left:60px;
+
  min-height: 400px;
}
}
Line 433: Line 439:
     font-size: 30px;
     font-size: 30px;
     color:#990000;
     color:#990000;
 +
    text-align: center ;
}
}
Line 466: Line 473:
}
}
-
/*block for paper citations*/
+
p
 +
{
 +
  text-indent: 15px;
 +
}
 +
 
 +
table p
 +
{
 +
  text-indent: 0px;
 +
}
 +
 
 +
table h3
 +
{
 +
  margin-top: 5px;
 +
}
 +
 
 +
.marg
 +
{
 +
  margin-left: 1.9%;
 +
  margin-right: 1.9%;
 +
 
 +
}
 +
 
 +
.marg img
 +
{
 +
  margin-top: 2.5%;
 +
  margin-bottom: 2.5%
 +
}
 +
 
 +
#team
 +
{
 +
  padding:5px;
 +
  line-height:1em;
 +
}
 +
 
 +
#team td
 +
{
 +
  align:left;
 +
  vertical-align:top;
 +
}
 +
 
#citation_box
#citation_box
{
{
Line 540: Line 586:
.yellow, a.yellow:visited
.yellow, a.yellow:visited
{
{
-
   color:#ffd810;
+
   color:#ff900b ;
}
}
-
#param
 
-
{
 
-
  border-collapse:collapse;
 
-
  text-align:center;
 
-
}
 
-
#param td, #param th
+
/* -----------------------Footer---------------------------------*/
 +
#footer
{
{
-
   border: 1px solid black;
+
   width: auto;
-
   padding:10px;
+
   bottom: 2px;
-
}
+
  padding: 0px;
-
 
+
  font-size: 70%;
-
#team
+
-
{
+
-
  padding:5px;
+
-
}
+
-
 
+
-
#team td
+
-
{
+
-
  align:left;
+
-
  vertical-align:top;
+
-
}
+
-
 
+
-
.moredetails
+
-
{
+
-
  width: 320px;
+
-
  text-align: left;
+
-
  background-color: #CEE9F4;
+
-
  border-radius: 7px;
+
-
  margin-left: 313px;
+
-
}
+
-
 
+
-
.moredetails a
+
-
{
+
-
  font-style: italic;
+
-
  font-weight: bold;
+
-
}
+
-
 
+
-
.moredetails a:hover
+
-
{
+
-
  text-decoration:underline
+
-
}
+
-
 
+
-
.ania
+
-
{
+
-
    color:#cb6228;
+
-
}
+
-
 
+
-
p
+
-
{
+
-
  text-indent: 15px;
+
-
}
+
-
 
+
-
table p
+
-
{
+
-
  text-indent: 0px;
+
-
}
+
-
 
+
-
.noTab
+
-
{
+
-
  text-indent: 0px;
+
}
}

Revision as of 14:02, 10 August 2013

/*--------------------- Wiki hack ---------------------------------------------*/

body {

   color: #333333;
   background-image:url(Fond_rose.jpg);
   background-repeat:repeat-x;
   background-size: cover;
   background-color : transparent; 
   margin:0px 0px 0px 0px;

}

/* la barre titre (banniere igem+ menu haut)*/

  1. top-section

{

   height: 5px;
   width: auto;
   margin: 0;
   margin-bottom: -1.5em;
   padding: 0;
   border: 0 /*none transport*/;

}

/*le conteneur de la banière igem avec un lien vers igem*/

  1. p-logo

{

   display:none;
   border:none;
   margin:none;

}

/* la barre de menu du haut */

  1. menubar

{

   background: none repeat scroll 0 0 transparent !important;
   color: transparent !important;
   position: absolute;
   top: -6px;
   display: table-cell;

}

/*les lien de la barre de menu du haut */

  1. menubar a

{

   text-decoration:none;
   color:#000000;

}

/* le menu de haut gauche */

  1. menubar .left-menu

{

   width: 100%;
   background-color:transparent;
  /*display:none;*/

}

/* le menu de login haut droite*/ .right-menu {

   color:transparent;
   text-decoration:none;
   text-align: right;
   background-color:none;
   right: 15px;

}

/* les lien du login */ .right-menu a {

   color:transparent;
   text-decoration:transparent;
   background-color:none;

}

  1. menubar *

{ color: transparent !important; background: transparent !important; }

  1. top-section:hover #menubar *

{ color: blue !important; }

  1. top-section:hover #menubar.left-menu

{ background: rgba(255, 255, 255, 0.75) !important; }

/* la barre de recherche*/

  1. search-controls

{

   display:none;

}

/* le body de la page*/

  1. content

{

   width: 100%;
   background-color: transparent;
   border:none;
   padding:none;
   margin:none;
   line-height:1em;

}

  1. globalWrapper

{

 font-size: 150%;

}

/*titre de page */ .firstHeading {

   display:none;
   border: none;

}

  1. footer-wrapper

{

   position: relative;
   width: 70%;
   margin: auto;
   margin-top:15px;
   margin-bottom:5px;
   padding: 7px 15px 7px 15px;
   background-color:#ffffff;
   -moz-border-radius:15px;
   -webkit-border-radius:15px;
   border-radius: 15px;
   box-shadow: 0px 4px 4px #1c1a19;

}

/* la boite en bas de page*/

  1. footer-box

{

   display: none;
   margin-bottom: 10px;

}

/* le cadre sous le body useless */

  1. catlinks

{

   display: none;

}

/* ----------------End of the wiki hack -------------------------------------*/

/*---------------------------Header-----------------------*/

  1. header

{

   width: 99%;
   height: auto;
   margin-bottom: 15px;
   box-shadow: 0px 4px 4px #1c1a19;
   -moz-border-radius:15px;
   -webkit-border-radius:15px;
   border-radius: 15px;
   margin-left: 0!important;
   margin-right: auto;
   padding:0;
   border: none;
   background: transparent;
   box-shadow: 0px 4px 4px #1c1a19;

}

  1. banniere

{

   display: inline-block;
   -moz-border-radius:15px;
   -webkit-border-radius:15px;
   border-radius: 15px;
   position: relative; 
   margin:auto;  
   height: 150px; 
   text-align: center;

}

  1. ban

{

   display: block;
   margin-left: 18.5%;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius: 15px;
   border-radius: 5px;
   text-align: center;
   height: 100%;

}

/* ---------------------Navigator -------------------------------------*/

.navbar-fixed-top .navbar-inner {

   -moz-border-top-right-radius:15px;
   -moz-border-top-left-radius:15px;
   -webkit-border-top-right-radius:15px;
   -webkit-border-top-left-radius:15px;
   border-top-right-radius:15px;
   border-top-left-radius: 15px;
   padding-left: 1%;
   padding-right: 1%;

}

.navbar-inner {

   background-color: transparent;
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc9ba',
 endColorstr='#8a8e8d', GradientType=0);
   background-image: -webkit-linear-gradient(top , #cbc9ba, #8a8e8d); 
   background-image: -moz-linear-gradient(top , #cbc9ba, #8a8e8d); 
   background-image: -ms-linear-gradient(top , #cbc9ba, #8a8e8d); 
   background-image: -o-linear-gradient(top , #cbc9ba, #8a8e8d); 
   background-image: linear-gradient(top , #cbc9ba, #8a8e8d);
   background-repeat: repeat-x;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;

}

div#globalWrapper #content {

   line-height: 1;

}

.navbar-fixed-top {

   opacity: 0.65;
   margin-bottom: 0;
   position: relative;
   margin: auto;
   z-index: 1030;

} .navbar {

   color: #FFFFFF;
   margin-bottom: 18px;
   overflow: visible;

}

.navbar .nav {

   display: inline-block;
   margin: auto;
   margin-bottom: 0.1%;
   /*position: relative;*/
   list-style: none outside none;
   padding: 0;
   list-style: disc outside none;
   line-height: 1.5em;    
   list-style-image: url("bullet.gif");
   list-style-type: square;

}

.navbar .nav > li {

   display: block;
   float: left;

}

.nav li {

   line-height: 18px;
   margin-bottom: 0.1em;

}

  1. bodyContent a[href^="http://"], #bodyContent a[href^="gopher://"] {

} .navbar .nav li > a {

   background-color: transparent;
   color: #FFFFFF;
   text-decoration: none;

} .navbar .nav > li > a:active {

   background-color: #cbc9ba;
   color: #FFFFFF;
   text-decoration: none;
   border-radius:3px;
   box-shadow: inset  1px  1px   2px #1c1a19, /* haut foncé*/ 
               inset -1px -1px   2px #c6d1c3 ,/* bas clair */
               inset  0   10px  20px #1c1a19, /* partie haute foncée*/
               inset  0   -10px 20px #c6d1c3  /* partie basse eclaircie */

}

.navbar .nav > li > a {

   color: #FFFFFF;
   float: none;
   font-size: 19px;
   line-height: 19px;
   padding: 56px 9px 0;
   text-decoration: none;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

} .nav > li > a {

   display: block;

}


a.home-link {

   background: url("http://note.woku1.com/images/img/home.png") no-repeat scroll 50% 5px transparent;

}

a.home-link:hover{

   background: url("http://img4.hostingpics.net/pics/175450homeColor.png") no-repeat;

}

a.project-link {

   background: url("http://note.woku1.com/images/img/project.png") no-repeat scroll 50% 5px transparent;

}

a.team-link {

   background: url("http://note.woku1.com/images/img/team.png") no-repeat scroll 50% 5px transparent;

}

a.notebook-link {

   background: url("http://note.woku1.com/images/img/notebook.png") no-repeat scroll 50% 5px transparent;

}


/*------------------------------aside--------------*/ aside {

  background: #cbc9ba;
  position: absolute;
  top: 200px;
  left: 20px;
  padding: 0;
  width: 13%;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px #1c1a19;
 

}

aside header {

  background-color: transparent;
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbc9ba',
 endColorstr='#8a8e8d', GradientType=0);
  background-image: -webkit-linear-gradient(top , #cbc9ba, #8a8e8d); 
  background-image: -moz-linear-gradient(top , #cbc9ba, #8a8e8d); 
  background-image: -ms-linear-gradient(top , #cbc9ba, #8a8e8d); 
  background-image: -o-linear-gradient(top , #cbc9ba, #8a8e8d); 
  background-image: linear-gradient(top , #cbc9ba, #8a8e8d);
  width: 100%;
  color: #FFFFFF;
  padding: 4%;
  width: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight:bold;
  position:relative;
  -moz-border-top-right-radius:15px;
  -moz-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
  -webkit-border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-top-left-radius: 15px;
  

}

aside h1 {

  background-color: #8a8e8d;
  width: 100%;
  color: #FFFFFF;
  padding: 0.1%;
  width: 100%;
  font-size: 25px;

}

aside table {

 background-color: transparent;

}

aside ul {

 padding: 5%; 
 list-style: none;

} .second li a {

 text-transform: none;
 font-weight: normal;
 font-size: 80%;

}

aside li a {

 color: #364d01;
 text-transform: uppercase;
 font-weight:bold;

}

/* ------------------------Body--------------------------- */

  1. maincontainer_evry2013

{

   padding-bottom: 15px;
   margin-top: 30px;
   background:#ffffff;
   margin: auto;
   text-align:justify;
   width:70%; /*940px*/
   heigth:auto;
   -moz-border-radius-topright:15px;
   -moz-border-radius-bottomright:15px;
   -webkit-border-top-right-radius:15px;
   -webkit-border-bottom-right-radius:15px;
   border-top-right-radius:15px;
   border-bottom-right-radius:15px;
   border-radius: 15px;
   box-shadow: 0px 4px 4px #1c1a19;

}

  1. mainTextcontainer

{

 padding-right: 2%;
 padding-left: 2%;
 min-height: 400px;

}

h1 {

   font-style: normal;
   text-decoration: none;
   border: none;
   line-height:1em;
   padding:15px 0px 15px  0px;
   font-weight:bold;
   font-size: 30px;
   color:#990000;
   text-align: center ;

}

h2 {

   font-style: normal;
   font-weight:bold;
   font-style:italic;
   font-size: 22px;
   line-height:1em;
   text-decoration:none;
   border:none;
   padding:0px 0px 10px  0px;
   color:#364d01;
   margin-top:25px;

}

h3 {

   padding-left:25px;
   font-style:bold;
   font-size: 18px;
   text-decoration:none;
   border:none;
   line-height:1em;
   padding:0px 0px 5px 5px;
   margin-top:20px;

}

h4 {

   font-style:italic;

}

p {

 text-indent: 15px;

}

table p {

 text-indent: 0px;

}

table h3 {

 margin-top: 5px;

}

.marg {

 margin-left: 1.9%;
 margin-right: 1.9%;

}

.marg img {

 margin-top: 2.5%;
 margin-bottom: 2.5%

}

  1. team

{

 padding:5px;
  line-height:1em;

}

  1. team td

{

 align:left;
 vertical-align:top;

}

  1. citation_box

{

   margin-top:30px;
   padding:10px;
   border-style:none;
   border-width:2px;
   border-color:#BDFEBC;
   background-color:#ECECEC;
   text-align:left;

}

  1. citation_box ol,li

{

   text-style:italic;

}

  1. references

{

   text-style:bold;
   text-size:14px;

}

table.parameter {

   width:100%; 
   display: block; 
   margin-left: auto; 
   margin-right: auto; 
   cellpadding:0px; 
   cellspacing:0px;Experimentals_Parameters 
   align:middle; 

}

table.parameter td {

   padding:5px;
   word-wrap: break-word;

}

  1. table-fixed-size

{

  table-layout:fixed;
  word-wrap: break-word;
  width:100px;

}

em {

  color: #cb6228;
  font-style: normal;
  font-weight:bold;

}

strong {

  color: #364d01;

}

.orange, a.orange:visited {

  color:#cb6228;

}

.green, a.green:visited {

  color:#364d01;

}

.red, a.red:visited {

  color:#990000;

}

.yellow, a.yellow:visited {

  color:#ff900b ;

}


/* -----------------------Footer---------------------------------*/

  1. footer

{

  width: auto;
  bottom: 2px;
  padding: 0px;
  font-size: 70%;

}