Team:Evry/test/css v2

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
/* Wiki hack */
/* Wiki hack */
body
body
Line 6: Line 5:
     color: #333333;
     color: #333333;
     /*background:#e9e4de;*/
     /*background:#e9e4de;*/
-
     background-image:url(https://static.igem.org/mediawiki/2012/0/06/Embryos.png);
+
     background-image:url(http://fichierclient.iconeo.fr/template/302/fonds/NEUTRE6.jpg);
     background-repeat:no-repeat
     background-repeat:no-repeat
     margin:0px 0px 0px 0px;
     margin:0px 0px 0px 0px;

Revision as of 15:11, 4 August 2013

/* Wiki hack */ body {

   width: auto;
   color: #333333;
   /*background:#e9e4de;*/
   background-image:url(http://fichierclient.iconeo.fr/template/302/fonds/NEUTRE6.jpg);
   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 -------------------------------------*/