Team:ETH Zurich/css/adjust igem standard.css

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
#menubar {
#menubar {
     font-size: medium;
     font-size: medium;
-
     top: -14px;}
+
     top: 0px;}
.left-menu:hover {
.left-menu:hover {
-
     background-color: transparent;}
+
     background-color: grey;}
.right-menu:hover {
.right-menu:hover {
-
     background-color: transparent;}
+
     background-color: grey;}
#menubar li a {
#menubar li a {
     background-color: transparent;}
     background-color: transparent;}
Line 25: Line 25:
#menubar:hover li a {
#menubar:hover li a {
     color: white;}
     color: white;}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
#globalWrapper, #content { /*-- changes default wiki settings --*/
#globalWrapper, #content { /*-- changes default wiki settings --*/
Line 33: Line 40:
margin: 0px;
margin: 0px;
padding: 0px;
padding: 0px;
 +
top: -25px;
}
}

Revision as of 15:32, 2 June 2014

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear,.firstHeading {display: none;}, /*-- hides default wiki settings --*/

body {

   margin: 10px 0 0 0;
   padding: 0;}
  1. top-section {
   width: 100%;
   height: 0;
   margin: 0;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: medium;
   top: 0px;}

.left-menu:hover {

   background-color: grey;}

.right-menu:hover {

   background-color: grey;}
  1. menubar li a {
   background-color: transparent;}
  1. menubar:hover {
   color: white;}
  1. menubar li a {
   color: transparent;}
  1. menubar:hover li a {
   color: white;}

/* 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;}
  1. globalWrapper, #content { /*-- changes default wiki settings --*/

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; top: -25px; }

html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }