Team:Evry/css v1

From 2013.igem.org

(Difference between revisions)
Line 227: Line 227:
     background-image: linear-gradient(top , #cbc9ba, #8a8e8d);
     background-image: linear-gradient(top , #cbc9ba, #8a8e8d);
     background-repeat: repeat-x;
     background-repeat: repeat-x;
-
    -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;
 
     text-align: center;
     text-align: center;
}
}

Revision as of 15:13, 5 September 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;
   -webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   -o-hyphens: auto;
   hyphens: auto;

}

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

{ 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;
   background-color:#ffffff;
   -moz-border-radius:15px;
   -webkit-border-radius:15px;
   border-radius: 15px;
   box-shadow: 0px 4px 4px #1c1a19;

}

  1. f-copyrightico

{

   margin: 1% 0 1% 1%;

}

  1. f-poweredbyico

{

   margin: 1% 1% 1% 0;

}

/* la boite en bas de page*/

  1. footer-box

{

   display: none;
   margin-bottom: 10px;

}

/* le cadre sous le body useless */

  1. catlinks

{

   display: none;

}

ul {

 list-style-image: none;
 line-height: 1.2em;

}

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

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

  1. header

{

   width: auto;
   height: auto;
   margin: -5px 0 0 -5px;
   box-shadow: 0px 4px 4px #1c1a19;
   padding:0;
   border: none;
   background: transparent;
   box-shadow: 0px 4px 4px #1c1a19;

}

  1. banniere

{

   display: block;
   position: relative; 
   margin:auto;  
   height: 150px; 
   text-align: center;
   background-color: #505052;

}

  1. ban

{

   display: block;
   margin-left: auto;
   margin-right: auto;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   border-radius: 5px;
   height: 100%;

}

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

.navbar .navbar_inner {

   background-color: transparent;
   padding : auto;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;

}

.navbar {

   position: relative;
   color: #FFFFFF;
   opacity: 0.9;
   margin-bottom: 18px;
   margin: auto;
   overflow: visible;
   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;
   text-align: center;

}

.navbar .nav {

   display: inline-block;
   margin: 0;
   margin-bottom: 0.1%;
   /*position: relative;*/
   list-style: none outside none;
   padding: 0;
   list-style: none;
   line-height: 1.5em;
   width: auto;
   min-width: 850px;

}

.navbar .nav > li {

   display: inline-block;
   float: left;

}

.nav li {

   line-height: 18px;
   margin-bottom: 0.1em;
   padding: 0;
   width: 10%;

}

.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 > .active {

   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: 100%;
   line-height: 19px;
   padding-top: 56px;
   text-decoration: none;
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
   font-weight: bold;
   -webkit-hyphens: none;
   -moz-hyphens: none;
   -ms-hyphens: none;
   -o-hyphens: none;
   hyphens: none;

}

.nav > li > a {

   display: block;

}

.navbar .nav > li > a:hover {

   color: #898455;

}

.home-link {

   background: url("EvryHome.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.home-link:hover{

   background: url("EvryHome_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.project-link {

   background: url("EvryProject.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.project-link:hover {

   background: url("EvryProject_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.team-link {

   background: url("EvryTeam.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.team-link:hover {

   background: url("EvryTeam_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.model-link {

   background: url("EvryModel.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.model-link:hover {

   background: url("EvryModel_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.biology-link {

   background: url("EvryBiology.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.biology-link:hover {

   background: url("EvryBiology_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.practice-link {

   background: url("EvryHP.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.practice-link:hover {

   background: url("EvryHP_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.notebook-link {

   background: url("EvryNotebook.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.notebook-link:hover {

   background: url("EvryNotebook_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.ref-link {

   background: url("EvryRef.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.ref-link:hover {

   background: url("EvryRef_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.spon-link {

  background: url("EvrySponsors.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.spon-link:hover {

  background: url("EvrySponsors_col.png") no-repeat scroll 50% 5px / 60px 60px transparent;

}

.igem-link {

  background: url("IGEM2013logoEvry.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.08%;
  width: 100%;
  font-size: 25px;

}

aside table {

 background-color: transparent;

}

aside ul {

 padding: 0; 
 list-style: none;
 margin: 5% 0 5% 5%;

}

aside ul li {

  padding-left: 0px;
  list-style: none;

}

aside li a {

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

}

.second {

 padding: 0.1%;
 margin: 0 0 0 10%;

}

.second li {

 list-style: disc inside none;

}

.second li a {

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

}

/* ------------------------ Notebook onglet -------------- */

.ongletbis {

 left: 84.8%;
 margin: 0;
 padding: 0.1%;
 position: absolute;
 top: 265px;

}

.ongletbis ul {

padding:0;
margin:0;
list-style-type:none;

}

.ongletbis ul li {

display: inline-flex;
margin-bottom: 2%;
margin-right: -3%;
padding: 0;
list-style: none outside none;

}

.ongletbis ul li a {

display: inline-block;
width:auto;
background-color:#cbc9ba;
color: #FFF;
font-style: bold;
text-decoration:none;
text-align:center;
padding:5px;

}

ul li a:hover {

background-color:#D3D3D3;

}

.hide {

display: none;

}

.ongletbis ul:hover .hide, .onglet ul:active .hide {

display: inline;

}

.ongletbis .visible a {

   background-color: #cbc9ba;
   border-bottom-right-radius: 15px;
   border-top-right-radius: 15px;
   display: inline-block;
   text-align: center;
   text-decoration: none;
   width: 20%;
   word-wrap: break-word;
   margin: 0 0 2% 0;

}

ul li .visible a:hover {

background-color:#D3D3D3;

}

/* ------------------------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-left: 3%;
 padding-right: 3%;
 min-height: 450px;

}

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;

}

ul li {

 list-style: disc outside none;
 padding-left: 20px;
 margin-bottom: 0.3em;

}

.Tab {

 text-indent: 15px;

}

.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 {

  table-layout:fixed;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;

}

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;

}

.table-fixed-size {

  table-layout:fixed;
  word-wrap: break-word;

}

table p {

 text-indent: 0px;

}

  1. primer p

{

 max-width: 300px;

}

table h3 {

 margin-top: 5px;

}

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 ;

}

  1. affiliation

{

  text-indent: 0px;
  font-size: 60%;  
  line-height: 0.5em;

}

  1. construct_bouton,
  2. construct_bouton:hover

{

  display: inline;
  float: right;
  max-width: 150px;
  margin: 0% -3% 0 0;
  padding: 1%;
  background-color: #cbc9ba;
  color: #FFF;
  text-decoration: none;
  font-style: normal;
  font-weight:bold;

}

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

  1. footer

{

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

}