Team:Evry/css v1

From 2012.igem.org

(Difference between revisions)
 
(163 intermediate revisions not shown)
Line 1: Line 1:
-
body{
+
body
 +
{
     width: auto;
     width: auto;
     color: #333333;
     color: #333333;
-
     background:#e9e4de;
+
     /*background:#e9e4de;*/
 +
    background-image:url(https://static.igem.org/mediawiki/2012/0/06/Embryos.png);
 +
    background-repeat:no-repeat
     margin:0px 0px 0px 0px;
     margin:0px 0px 0px 0px;
}
}
-
#top-section{/* la barre titre (baniere igem+ menu haut)*/
+
/* la barre titre (baniere igem+ menu haut)*/
 +
#top-section
 +
{
     height: auto;
     height: auto;
     margin-top: 0 px;
     margin-top: 0 px;
-
     margin-left: 0 px;
+
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
     margin-bottom: 0 !important;
     margin-bottom: 0 !important;
Line 17: Line 22:
}
}
-
#p-logo{/*le conteneur de la banière igem avec un lien vers igem*/
+
/*le conteneur de la banière igem avec un lien vers igem*/
-
  display:none;
+
#p-logo
-
  border:none;
+
{
-
  margin:none;
+
    display:none;
 +
    border:none;
 +
    margin:none;
}
}
-
#menubar{/* la barre de menu du haut */
+
/* la barre de menu du haut */
-
background-color:#FFFFFF;
+
#menubar
 +
{
 +
    color:#000000;
}
}
-
#menubar a{/*les lien de la barre de menu du haut */
+
/*les lien de la barre de menu du haut */
-
  text-decoration:none;
+
#menubar a
-
  color:#000000;
+
{
 +
    text-decoration:none;
 +
    color:#000000;
}
}
-
.left-menu{/* le menu de haut gauche */
+
/* le menu de haut gauche */
-
  background-color:transparent;
+
.left-menu
-
/*display:none;*/
+
{
 +
    background-color:transparent;
 +
  /*display:none;*/
}
}
-
.right-menu{/* le menu de login haut droite*/
+
/* le menu de login haut droite*/
-
color:transparent;
+
.right-menu
-
text-decoration:none;
+
{
-
background-color:none;
+
    color:transparent;
 +
    text-decoration:none;
 +
    background-color:none;
 +
    right: 15px;
}
}
-
.right-menu a{/* les lien du login */
+
 
-
color:transparent;
+
/* les lien du login */
-
text-decoration:transparent;
+
.right-menu a
-
background-color:none;
+
{
 +
    color:transparent;
 +
    text-decoration:transparent;
 +
    background-color:none;
}
}
-
#search-controls{/* la barre de recherche*/
+
/* la barre de recherche*/
-
  display:none;
+
#search-controls
 +
{
 +
    display:none;
}
}
-
#content{/* le body de la page*/
+
/* le body de la page*/
 +
#content
 +
{
     background-color: transparent;
     background-color: transparent;
     border:none;
     border:none;
     padding:none;
     padding:none;
     margin:none;
     margin:none;
-
 
+
    line-height:1em;
}
}
-
.firstHeading {/*titre de page */
+
/*titre de page */
-
  display:none;
+
.firstHeading
-
  border: none;
+
{
 +
    display:none;
 +
    border: none;
}
}
-
#bodyContent{/* contenu de page*/
+
/* contenu de page*/
-
    background-color: #ffffff;
+
#bodyContent
-
    border:2px;
+
{
-
    boder-color:#000000;
+
-
    padding:none;
+
-
    margin:none;
+
-
    margin-bottom: 10px;
+
}
}
-
#footer-wrapper{
+
#footer-wrapper
-
position: absolute;
+
{
-
width: 941px;
+
    position: absolute;
-
left: -1px;
+
    width: 941px;
-
margin-top:20px;
+
    left: -1px;
-
margin-bottom:30px;
+
    margin-top:25px;
-
padding: 7px 15px 7px 15px;
+
    margin-bottom:30px;
-
background-color:#ffffff;
+
    padding: 7px 15px 7px 15px;
-
/*border: 1px solid black;*/
+
    background-color:#ffffff;
 +
    -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;
 +
/*border: 1px solid black;*/
}
}
-
#footer-box{/* la boite en bas de page*/
+
/* la boite en bas de page*/
-
display: none;
+
#footer-box
 +
{
 +
    display: none;
     margin-bottom: 10px;
     margin-bottom: 10px;
}
}
-
#catlinks{/* le cadre sous le body useless */
+
/* le cadre sous le body useless */
-
  display: none;
+
#catlinks
 +
{
 +
    display: none;
}
}
-
/* fin du wiki hack */
 
-
#evry_logo{
+
/* ----------------End of the wiki hack -------------------------------------*/
-
  position:absolute;
+
 
-
  top:12px;
+
/* position of the logo */
-
  left:0%;
+
#evry_logo    
-
  width:150px;
+
{
-
  z-index:15;
+
    position:absolute;
 +
    top:25px;
 +
    left: 35px;
 +
    width:200px;
 +
    /*background-color:#FFA500;*/
}
}
-
/*#evry_banner{
+
/* Position of the banner */
 +
#evry_banner{  
   position:absolute;
   position:absolute;
-
   bottom:190px;
+
   top:16px;
-
   width:900px;
+
   width:720px;
-
   left:255px;
+
   left:230px;
-
   z-index:9;
+
   /*background-color:#800080;*/
-
}*/
+
}
-
#white_thingy                {/*white font over the grey one on the top*/
+
 
-
  position:absolute;
+
/*white font over the grey one on the top*/
-
  top:-20px;
+
#white_thingy
-
  left:-154px;
+
{
-
  height:300px;
+
    position:relative;
-
  width:1280px;
+
    top:-20px;
-
  background-color:#ffffff;
+
    height:200px;
 +
    background-color:#ffffff;
 +
    -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;
}
}
-
#back_image{
+
#back_image
-
  position:absolute;
+
{
-
  top:147px;
+
    position:absolute;
-
  left:-155px;
+
    top:147px;
-
  height:900px;
+
    left:-155px;
-
  width:1280px;
+
    height:900px;
-
  background-color:transparent;
+
    width:1280px;
-
  background-image:url(http://files.myopera.com/gokuss1234/albums/8827422/Opera-Background-Blue-Bubbles.png);
+
    background-color:transparent;
-
  background-position:center;
+
    /*background-image:url(http://files.myopera.com/gokuss1234/albums/8827422/Opera-Background-Blue-Bubbles.png);*/
-
  background-repeat:no-repeat;
+
    background-position:center;
 +
    background-repeat:no-repeat;
}
}
-
#main_evry2012{/* notre page !*/
+
/* notre page !*/
 +
#main_evry2012
 +
{
     position:absolute;
     position:absolute;
     top:0px;
     top:0px;
Line 140: Line 188:
     width: 972px;
     width: 972px;
     height: 100%;
     height: 100%;
-
    background: #ffffff;            /* un fond vert tout moche */
 
     text-align: center;
     text-align: center;
}
}
-
#maincontainer_evry2012{/* conteneur du texte */
+
/* conteneur du texte wiki*/
 +
#maincontainer_evry2012
 +
{
     padding:15px 15px 15px 15px;
     padding:15px 15px 15px 15px;
     background:#ffffff;
     background:#ffffff;
     margin-bottom: 10px;
     margin-bottom: 10px;
 +
     /*border:1px solid black;*/
     /*border:1px solid black;*/
     position:absolute;
     position:absolute;
     text-align:justify;
     text-align:justify;
-
     top:190px;/*178px*/
+
     top:210px;/*178px*/
     width:940px;
     width:940px;
     heigth:auto;
     heigth:auto;
-
     -webkit-border-radius:15px;
+
     -moz-border-radius-topright:15px;
-
     -moz-border-radius: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;
     border-radius: 15px;
}
}
-
#menu_evry2012{
+
/* conteneur du texte wiki pour la page d'acueil*/
 +
#maincontainer_evry2012bis
 +
{
 +
    padding:15px 15px 15px 15px;
 +
    background:transparent;
 +
    margin-bottom: 10px;
 +
    color:white;
 +
 
 +
 
 +
    /*border:1px solid black;*/
 +
    position:absolute;
 +
    text-align:justify;
 +
    top:210px;/*178px*/
 +
    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 -----------*/
 +
 
 +
/* Frame containg the entire menu (transparent) */
 +
#menu_evry2012
 +
{
     text-align:center;
     text-align:center;
     position:absolute;
     position:absolute;
     z-index:10;
     z-index:10;
-
    width:720px;
 
-
    height:10px;
 
     left:220px;  
     left:220px;  
-
     top:110px;
+
     top:163px;
-
     float:right;
+
     float:center;
-
    background-color:#ffffff;
+
     font-weight:bold;
     font-weight:bold;
}
}
 +
#menu_evry2012 a
 +
{
 +
    color:#505050;
 +
    text-decoration:none;
 +
    display:block;
 +
    padding:8px;
 +
    margin: 0px 0px 0px 0px;
 +
    /*height:18px;*/
 +
    width:auto;
 +
    background-color:#ffffff;
 +
    font-size:11px;
 +
}
-
#menu_list_evry2012{
+
#menu_evry2012 .menu_list_item_evry2012 ul a
-
  list-style:none;  
+
{
-
  text-align:center;
+
    color:#696969;
-
  margin-left:0px;
+
    font-size:11px;
-
  margin-top:0px;
+
    width:120px;           /* Size of the scroling menu*/
-
  padding:0px;
+
    border: 1px solid #e6e1db;
-
  border:none;
+
}
-
  position:relative;
+
-
  background-color:transparent;
+
-
  }
+
-
  .menu_list_item_evry2012{
+
#menu_evry2012 a:hover
-
  float: left;
+
{
-
  width: 80px;
+
    background-color:#e6e1db;
-
  margin-right:5px;
+
    display:block;
-
  padding: 0;
+
    width:auto;             /* size of the hover block */
-
  border:0;
+
    position:relative;
-
  }
+
}
 +
#menu_evry2012 a:active
 +
{
 +
    background-color:#e6e1db;
 +
    display:block;
 +
}
-
  /*Second level menu*/
 
-
  .menu_list_item_evry2012 ul{
 
-
display:none;                  /* initially hide the entire list hierarchy */
 
-
padding:2px;                              /* this is our box border width */
 
-
list-style: none;
 
-
        width:110px;
 
-
  }
 
-
  .menu_list_item_evry2012:hover ul,
+
/* Style of the menu level1 */
-
  .menu_list_item_evry2012 a:hover ul{                          /* 2nd level drop-down box */
+
#menu_list_evry2012
-
display:block;
+
{
-
position:relative;
+
    list-style:none;  
-
margin:0;
+
    text-align:center;
-
top:0px;             /* place us just up underneath the top-level images */
+
    margin-left:0px;
-
left:-2px;         /* left-align our drop-down to the previous button border */
+
    margin-top:0px;
-
height:auto;      /* the drop-down height will be determiend by line count */
+
    padding:0px;
-
width:110px;
+
    border:none;
-
background-color:transparent;        /* this sets our menu's effective "border" color */
+
    position:relative;
-
font-size:12px;         /* this (and also below) sets the menu's font size */
+
}
-
list-style: none;
+
-
  }
+
-
  /*Third level menu*/
+
.menu_list_item_evry2012
 +
{
 +
    float: left;
 +
    width: 80px;
 +
    padding: 0;
 +
    border:0;
 +
}
 +
/*Second level menu*/
 +
.menu_list_item_evry2012 ul
 +
{
 +
    display:none; /* initially hide the entire list hierarchy */
 +
    padding:2px;  /* this is our box border width */
 +
    list-style: none;
 +
    width:110px;
 +
}
-
  .menu_list_item_evry2012:hover ul li ul,
+
/* 2nd level drop-down box */
-
  .menu_list_item_evry2012 a:hover ul li a ul {             /* hide inactive 3rd-level menus */
+
.menu_list_item_evry2012:hover ul,
-
display:none;
+
.menu_list_item_evry2012 a:hover ul
-
  }
+
{
-
      
+
    display:block;
-
  .menu_list_item_evry2012:hover ul li:hover ul,
+
    position:relative;
-
  .menu_list_item_evry2012 a:hover ul li a:hover ul {            /* 3rd level drop-down box */
+
    margin:0;
-
        display:block;
+
    top:0px; /* place us just up underneath the top-level images */
-
position:absolute;
+
    left:-2px; /* left-align our drop-down to the previous button border */
-
        top:0px;
+
     height:auto; /* the drop-down height will be determiend by line count */
-
left:162px;
+
    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*/
-
  #menu_evry2012 a{
+
/* hide inactive 3rd-level menus */
-
     color:#505050;
+
.menu_list_item_evry2012:hover ul li ul,
-
    text-decoration:none;
+
.menu_list_item_evry2012 a:hover ul li a ul
 +
{
 +
     display:none;
 +
}
 +
 
 +
.menu_list_item_evry2012:hover ul li:hover ul,
 +
/* 3rd level drop-down box */
 +
.menu_list_item_evry2012 a:hover ul li a:hover ul
 +
{
     display:block;
     display:block;
-
     padding:6px;
+
     position:absolute;
-
     margin: 0px 7px 1px 7px;
+
     top:0px;
-
     /*height:18px;*/
+
     left:140px;
-
    width:80px;
+
}
-
    background-color:#ffffff;
+
-
    font-size:12px;
+
-
}
+
-
  #menu_evry2012 .menu_list_item_evry2012 ul a{
+
 
-
     color:#696969;
+
/* End of the menu */
 +
 
 +
 
 +
/* scroling buttons */
 +
 
 +
#scroll_left
 +
{
 +
     display:block;
 +
    height:350px;
 +
    width:140px;
 +
    background-color:transparent;
 +
    z-index:400;
 +
    position:fixed;
 +
    top:400px;
 +
    left:5px;
 +
}
 +
 
 +
#scroll_left a
 +
{
     font-size:11px;
     font-size:11px;
-
     width:143px;
+
     color:#273572;
-
     border: 1px solid #ebebeb;
+
     font-weight:bold;
-
  }
+
}
-
  #menu_evry2012 a:hover{
+
#scroll_right
-
    background-color:#EFE6D9;
+
{
     display:block;
     display:block;
-
  /* height:18px;*/
+
    height:350px;
-
     width:80px;
+
     width:100px;
-
  /*margin:-7px;*/
+
    background-color:transparent;
-
  /*top:0px;*/
+
    z-index:400;
-
     position:relative;
+
     position:fixed;
-
  }
+
     top:400px;
-
  #menu_evry2012 a:active{
+
     right:5px;
-
     background-color:#eedfc9;
+
}
-
     display:block;
+
-
 
+
-
  }
+
-
  #menu_evry2012 a:link{
+
#scroll_right a
-
  /* background-color:#677E52;*/
+
{
-
  }
+
    font-size:11px;
 +
    color:#273572;
 +
    font-weight:bold;
 +
}
-
*/
+
 
-
#scroll_left{
+
 
-
  display:block;
+
/*TEXT formating*/
-
  height:350px;
+
.legende_schema
-
  width:100px;
+
{
-
  background-color:transparent;
+
    font-style:italic;
-
  z-index:400;
+
    text-align: center;
-
  position:fixed;
+
-
  top:400px;
+
-
  left:5px;
+
}
}
-
#scroll_left a{
+
a
-
  font-size:11px;
+
{
-
  color:#273572;
+
    text-decoration:none;
-
  font-weight:bold;
+
}
}
-
#scroll_right{
+
#title
-
  display:block;
+
{
-
  height:350px;
+
    display:block;
-
  width:100px;
+
    top:-400px;
-
  background-color:transparent;
+
    left:60px;
-
  z-index:400;
+
-
  position:fixed;
+
-
  top:400px;
+
-
  right:5px;
+
}
}
-
#scroll_right a{
+
h1
-
  font-size:11px;
+
{
-
  color:#273572;
+
    font-style: normal;
 +
    text-decoration: none;
 +
    border: none;
 +
    line-height:1em;
 +
    padding:15px 0px 15px  0px;
     font-weight:bold;
     font-weight:bold;
 +
    font-size: 30px;
 +
    color:#cb6228;
}
}
-
/*TEXT formating*/
+
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;
 +
}
-
.legende_schema{
+
h3
-
  font-style:italic;
+
{
 +
    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;
}
}
-
a {
+
h4
-
  text-decoration:none;
+
{
 +
    font-style:italic;
}
}
-
#title{
+
/*block for paper citations*/
-
  display:block;
+
#citation_box
-
  top:-400px;
+
{
-
  left:60px;
+
    margin-top:30px;
 +
    padding:10px;
 +
    border-style:none;
 +
    border-width:2px;
 +
    border-color:#BDFEBC;
 +
    background-color:#ECECEC;
 +
    text-align:left;
}
}
-
h1{
+
#citation_box ol,li
-
  font-style:bold;
+
{
-
  font-size: 30px;
+
     text-style:italic;
-
  text-decoration:none;
+
-
  border:none;
+
-
  background-color:#191970
+
-
/*#003300#3CB371*/;
+
-
  padding:15px;
+
-
  color:#ffffff;
+
-
     -webkit-border-radius:25px;
+
-
    -moz-border-radius:25px;
+
-
    border-radius: 25px;
+
}
}
-
h2{
+
#references
-
  font-style:italic;
+
{
-
  font-size: 22px;
+
    text-style:bold;
-
  text-decoration:none;
+
    text-size:14px;
-
  border:none;
+
-
  background-color:#FF7519;
+
-
  padding:10px 10px 10px 30px;
+
-
  color:#ffffff;
+
-
  margin-top:25px;
+
-
  -webkit-border-radius:25px;
+
-
  -moz-border-radius:25px;
+
-
  border-radius: 25px;
+
}
}
-
h3{
+
table.parameter
-
  padding-left:25px;
+
{
 +
    width:100%;
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    cellpadding:0px;
 +
    cellspacing:0px;Experimentals_Parameters
 +
    align:middle;  
}
}
-
h4{
+
table.parameter td
-
  font-style:italic;
+
{
 +
    padding:5px;
}
}
 +
#table-fixed-size
 +
{
 +
  table-layout:fixed;
 +
  word-wrap: break-word;
 +
  width:100px;
 +
}
em {
em {
-
  font-style: normal; /* Suppression de l'italique */
+
  color: #cb6228;
-
  font-weight:bold;
+
  font-style: normal;
 +
  font-weight:bold;
}
}
 +
strong {
 +
  color: #364d01;
 +
}
 +
.orange, a.orange:visited
 +
{
 +
  color:#cb6228;
 +
}
-
#assisted_diff{
+
.green, a.green:visited
-
  width:850px;
+
{
-
  height:400px;
+
   color:#364d01;
-
   background-image:url(https://static.igem.org/mediawiki/2011/d/df/Olegpage_copie.png);
+
}
}
-
.assisted_diff_link {
+
#param
-
   width:100px;
+
{
-
   height:100px;
+
   border-collapse:collapse;
 +
   text-align:center;
}
}
-
.assisted_diff_link a{
+
#param td, #param th
-
display:none;
+
{
 +
  border: 1px solid black;
 +
  padding:10px;
}
}
-
.assisted_diff_link:hover a{
+
 
-
display:block;
+
#team
 +
{
 +
  padding:5px;
}
}
-
/*block for paper citations*/
+
#team td
-
#citation_box{
+
{
-
  margin-top:30px;
+
  align:left;
-
  padding:10px;
+
  vertical-align:top;
-
  border-style:none;
+
-
  border-width:2px;
+
-
  border-color:#BDFEBC;
+
-
  background-color:#ECECEC;
+
-
  text-align:left;
+
}
}
-
#citation_box ol,li{
+
.moredetails
-
  text-style:italic;
+
{
 +
  width: 320px;
 +
  text-align: left;
 +
  background-color: #CEE9F4;
 +
  border-radius: 7px;
 +
  margin-left: 313px;
}
}
-
#references{
+
.moredetails a
-
  text-style:bold;
+
{
-
  text-size:14px;
+
  font-style: italic;
 +
  font-weight: bold;
}
}
 +
.moredetails a:hover
 +
{
 +
  text-decoration:underline
 +
}
-
table.parameter {
+
.ania
-
width:100%;
+
{
-
display: block;
+
    color:#cb6228;
-
margin-left: auto;
+
-
margin-right: auto;
+
-
cellpadding:0px;
+
-
cellspacing:0px;
+
-
align:middle;  
+
}
}
-
table.parameter td { padding:5px; }
 

Latest revision as of 02:54, 27 September 2012

body {

   width: auto;
   color: #333333;
   /*background:#e9e4de;*/
   background-image:url(Embryos.png);
   background-repeat:no-repeat
   margin:0px 0px 0px 0px;

}

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

  1. top-section

{

   height: auto;
   margin-top: 0 px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0 !important;
   padding:0;
   border: none;
   display: display;

}

/*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

{

   color:#000000;

}

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

  1. menubar a

{

   text-decoration:none;
   color:#000000;

}

/* le menu de haut gauche */ .left-menu {

   background-color:transparent;
  /*display:none;*/

}

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

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

}

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

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

}

/* la barre de recherche*/

  1. search-controls

{

   display:none;

}

/* le body de la page*/

  1. content

{

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

}

/*titre de page */ .firstHeading {

   display:none;
   border: none;

}

/* contenu de page*/

  1. bodyContent

{ }

  1. footer-wrapper

{

   position: absolute;
   width: 941px;
   left: -1px;
   margin-top:25px;
   margin-bottom:30px;
   padding: 7px 15px 7px 15px;
   background-color:#ffffff;
   -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;

/*border: 1px solid black;*/ }

/* 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 -------------------------------------*/

/* position of the logo */

  1. evry_logo

{

   position:absolute;
   top:25px;
   left: 35px;
   width:200px;
   /*background-color:#FFA500;*/

}

/* Position of the banner */

  1. evry_banner{
 position:absolute;
 top:16px;
 width:720px;
 left:230px;
 /*background-color:#800080;*/

}


/*white font over the grey one on the top*/

  1. white_thingy

{

   position:relative;
   top:-20px;
   height:200px;
   background-color:#ffffff;
   -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;

}

  1. back_image

{

   position:absolute;
   top:147px;
   left:-155px;
   height:900px;
   width:1280px;
   background-color:transparent;
   /*background-image:url(http://files.myopera.com/gokuss1234/albums/8827422/Opera-Background-Blue-Bubbles.png);*/
   background-position:center;
   background-repeat:no-repeat;

}

/* notre page !*/

  1. main_evry2012

{

   position:absolute;
   top:0px;
   left:50%;
   margin-left:-486px;
   margin-bottom: 10px;
   width: 972px;
   height: 100%;
   text-align: center;

}

/* conteneur du texte wiki*/

  1. maincontainer_evry2012

{

   padding:15px 15px 15px 15px;
   background:#ffffff;
   margin-bottom: 10px;
   /*border:1px solid black;*/
   position:absolute;
   text-align:justify;
   top:210px;/*178px*/
   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;

}

/* conteneur du texte wiki pour la page d'acueil*/

  1. maincontainer_evry2012bis

{

   padding:15px 15px 15px 15px;
   background:transparent;
   margin-bottom: 10px;
   color:white;


   /*border:1px solid black;*/
   position:absolute;
   text-align:justify;
   top:210px;/*178px*/
   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 -----------*/

/* Frame containg the entire menu (transparent) */

  1. menu_evry2012

{

   text-align:center;
   position:absolute;
   z-index:10;
   left:220px; 
   top:163px;
   float:center;
   font-weight:bold;

}

  1. menu_evry2012 a

{

   color:#505050;
   text-decoration:none;
   display:block;
   padding:8px;
   margin: 0px 0px 0px 0px;
   /*height:18px;*/
   width:auto;
   background-color:#ffffff;
   font-size:11px;

}

  1. menu_evry2012 .menu_list_item_evry2012 ul a

{

   color:#696969;
   font-size:11px;
   width:120px;            /* Size of the scroling menu*/
   border: 1px solid #e6e1db;

}

  1. menu_evry2012 a:hover

{

   background-color:#e6e1db;
   display:block;
   width:auto;             /* size of the hover block */
   position:relative;

}

  1. menu_evry2012 a:active

{

   background-color:#e6e1db;
   display:block;

}



/* Style of the menu level1 */

  1. menu_list_evry2012

{

   list-style:none;   
   text-align:center;
   margin-left:0px;
   margin-top:0px;
   padding:0px;
   border:none;
   position:relative;

}

.menu_list_item_evry2012 {

   float: left;
   width: 80px;
   padding: 0;
   border:0;

}

/*Second level menu*/ .menu_list_item_evry2012 ul {

   display:none; /* initially hide the entire list hierarchy */
   padding:2px;  /* this is our box border width */
   list-style: none;
   width:110px;

}

/* 2nd level drop-down box */ .menu_list_item_evry2012:hover ul, .menu_list_item_evry2012 a:hover ul {

   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 */ .menu_list_item_evry2012:hover ul li ul, .menu_list_item_evry2012 a:hover ul li a ul {

   display:none;

}

.menu_list_item_evry2012:hover ul li:hover ul, /* 3rd level drop-down box */ .menu_list_item_evry2012 a:hover ul li a:hover ul {

   display:block;
   position:absolute;
   top:0px;
   left:140px;

}


/* End of the menu */


/* scroling buttons */

  1. scroll_left

{

   display:block;
   height:350px;
   width:140px;
   background-color:transparent;
   z-index:400;
   position:fixed;
   top:400px;
   left:5px;

}

  1. scroll_left a

{

   font-size:11px;
   color:#273572;
   font-weight:bold;

}

  1. scroll_right

{

   display:block;
   height:350px;
   width:100px;
   background-color:transparent;
   z-index:400;
   position:fixed;
   top:400px;
   right:5px;

}

  1. scroll_right a

{

   font-size:11px;
   color:#273572;
   font-weight:bold;

}


/*TEXT formating*/ .legende_schema {

   font-style:italic;
   text-align: center;

}

a {

   text-decoration:none;

}

  1. title

{

   display:block;
   top:-400px;
   left:60px;

}

h1 {

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

}

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;

}

/*block for paper citations*/

  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;

}

  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;

}

  1. param

{

  border-collapse:collapse;
  text-align:center;

}

  1. param td, #param th

{

  border: 1px solid black;
  padding:10px;

}

  1. team

{

 padding:5px;

}

  1. 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;

}