Team:Grenoble-EMSE-LSU/Design/css

From 2013.igem.org

(Difference between revisions)
Line 64: Line 64:
{
{
     font-size: 10px;
     font-size: 10px;
-
     top: -20px;
+
     top: 0px;
}
}
.left-menu:hover
.left-menu:hover

Revision as of 08:02, 10 July 2013

/***** Remove iGEM look *****/

/* Removing wiki-like stuff */ /****************************/

/***** Removes header footer and borders *****/

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

{

   display:none;

}

  1. content /* n'apparaît pas */

{

   padding: 0;
   border:none;
   background: transparent;

}

/***** Redesigning the top menubar *****/

/* Removes "teams" from the menubar */

  1. menubar > ul > li:last-child

{

   display: none;

}

/* Resizes the menubar to fik the links (default is 400px) */

  1. menubar

{

   width: auto;

}

/***** Here is made the menubar show up only when moving the mouse on top of it *****/

body {

   width: 980px;
   padding: 0;
   margin: auto;
   /*margin-top: 10px;*/
   overflow: auto;
   background: transparent;
  /* border: 1px solid red;*/

}

  1. globalWrapper

{

   /*border: 1px solid green;*/
   margin: 0;
   padding: 0;

}

  1. top-section /* n'apparaît pas */

{

   width: 980px;
   height: 0px;
   margin: 0 auto;
   padding: 0;
   border: none;

}

  1. menubar

{

   font-size: 10px;
   top: 0px;

} .left-menu:hover {

   background-color: transparent;

}

  1. menubar li a

{

   color: transparent;
   background-color: transparent;

}

  1. menubar:hover

{

   color: white;

}

  1. menubar:hover li a

{

   color: white;

}