Team:McMaster-Ontario/css

From 2012.igem.org

(Difference between revisions)
Line 19: Line 19:
input.searchButton:hover { color:    #B41111;    }
input.searchButton:hover { color:    #B41111;    }
input.searchButton      { color:    #ffffff;    }
input.searchButton      { color:    #ffffff;    }
-
 
+
#visualClear    { display:          none;        }

Revision as of 14:13, 7 May 2013

/* Converts generic template into empty one.

  Ne touche pas                                 */
  1. content { border: none;
                  background-color: transparent; }
  1. catlinks { border: none;
                  background-color: transparent; }
  1. footer-box { border: none;
                  background-color: transparent; }
  1. p-logo { display: none; }
  2. top-section { border: none;
                  height:           0px;         }

.firstHeading { display: none;

                  padding:          0px;         }
  1. search-controls { display: none;
                  width:            auto;
                  top:              -4px;
                  right:            200px;
                  z-index:          15;          }

input.searchButton:hover { color: #B41111; } input.searchButton { color: #ffffff; }

  1. visualClear { display: none; }




body { background: black;}