Team:Grenoble-EMSE-LSU/Design/css0

From 2013.igem.org

Revision as of 06:56, 6 June 2013 by Roehrin (Talk | contribs)

/******************************************************************************************/ /* Thanks to iGEM team DTU 2011 for their helpful tutorial, for any information see here :*/ /***********https://2011.igem.org/Team:DTU-Denmark/How_to_customize_an_iGEM_wiki************/ /******************************************************************************************/

  1. contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo

{

   display:none;

}

  1. top-section

{

   border: none;
   height: 0px;

}

  1. content

{

   border: none;

}

/* Coloration du menu en bleu, fond blanc ou transparent ? en tout cas menu invisible sauf si on passe dessus avec la souris

  • /

.left-menu:hover {

   background-color: transparent;

}

  1. menubar li a

{

   background-color: transparent;
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   color: transparent;

}

  1. menubar:hover li a

{

   color: #FFFFFF;

}

  • /

/********************************************************************************/ /********************** CSS for our wiki ****************************/ /********************************************************************************/

body, #content {

   background: #000080;

}

  1. header

{

   background: url("Banderolle_wiki.png");
   height: 185px;
   margin-top: 0px;
   margin-bottom: 0px;
   width: 964px;
   
   border: 1px solid #000080;
   -webkit-box-shadow: #ADD1FF 0px 2px 3px;

-moz-box-shadow: #ADD1FF 0px 2px 3px;

-webkit-border-radius:8px; -moz-border-radius: 8px; border-radius: 8px; }

/*

  1. innercontent {
   padding: 1px;} Important!
  • /