Team:McMaster-Ontario/css

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
/* Converts generic template into empty one.
/* Converts generic template into empty one.
   Ne touche pas                                */
   Ne touche pas                                */
-
#content         { border:           none;
+
#content {
-
                  background-color: transparent; }
+
border: none;
-
#catlinks       { border:           none;
+
background-color: transparent;
-
                  background-color: transparent; }
+
}
-
#footer-box     { border:           none;
+
#catlinks {
-
                  background-color: transparent;  
+
border: none;
-
                  display:         none;       }
+
background-color: transparent;
-
#p-logo         { display:         none;       }
+
}
-
#top-section     { border:           none;
+
#footer-box {
-
                  height:           0px;         }
+
border: none;
-
.firstHeading   { display:         none;
+
background-color: transparent;  
-
                  padding:         0px;         }
+
display: none;
-
#search-controls { display:         none;
+
}
-
                  width:           auto;
+
#p-logo {
-
                  top:             -4px;
+
display: none;
-
                  right:           200px;
+
}
-
                  z-index:         15;         }
+
#top-section {
-
input.searchButton:hover { color:   #B41111;     }
+
border: none;
-
input.searchButton       { color:   #ffffff;     }
+
height: 0px;
 +
}
 +
.firstHeading {
 +
display: none;
 +
padding: 0px;
 +
}
 +
#search-controls {
 +
display: none;
 +
width: auto;
 +
top: -4px;
 +
right: 200px;
 +
z-index: 15;
 +
}
 +
input.searchButton:hover {
 +
color: #B41111;
 +
}
 +
input.searchButton {
 +
color: #ffffff;
 +
}
Line 26: Line 44:
-
body {   background: black;}
+
body {
 +
background: black;
 +
}

Revision as of 14:19, 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; display: none; }

  1. p-logo {

display: none; }

  1. 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; }




body { background: black; }