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

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#top-section {
 
-
      border: none;
 
-
      top: 0%;
 
-
      height: 0px;
 
-
      width: 100%;
 
-
      z-index : 4
 
-
}
 
-
 
/* Removes "teams" from the menubar */
/* Removes "teams" from the menubar */
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
Line 13: Line 5:
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear,.firstHeading {display: none;},  /*-- hides default wiki settings --*/
#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;}
 +
#top-section {
 +
    width: 965px;
 +
    height: 0;
 +
    margin: 0 auto;
 +
    padding: 0;
 +
    border: none;}
#menubar {
#menubar {
-
color: #C6C6FF;  
+
    font-size: 65%;
-
}
+
    top: -14px;}
-
 
+
.left-menu:hover {
-
#menubar a:hover { /*-- styling for default menu bar links (edit, page, history, etc.) --*/
+
    background-color: transparent;}
-
color: #C6C6FF;  
+
#menubar li a {
-
text-decoration: none;  
+
    background-color: transparent;}
-
background-color: transparent;
+
#menubar:hover {
-
}
+
    color: white;}
 +
#menubar li a {
 +
    color: transparent;}
 +
#menubar:hover li a {
 +
    color: white;}

Revision as of 15:12, 2 June 2014

/* Removes "teams" from the menubar */

  1. menubar > ul > li:last-child {
   display: none;}
  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: 965px;
   height: 0;
   margin: 0 auto;
   padding: 0;
   border: none;}
  1. menubar {
   font-size: 65%;
   top: -14px;}

.left-menu:hover {

   background-color: transparent;}
  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;}


body { background-color: #fff; }

  1. globalWrapper, #content { /*-- changes default wiki settings --*/

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

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