Team:McMaster-Ontario/css

From 2012.igem.org

(Difference between revisions)
Line 28: Line 28:
.firstHeading    { display:          none;
.firstHeading    { display:          none;
                   padding:          0px;        }
                   padding:          0px;        }
-
#search-controls { width:            auto;
+
#search-controls { display:          none
 +
                  width:            auto;
                   top:              -4px;
                   top:              -4px;
                   right:            200px;
                   right:            200px;

Revision as of 14:10, 7 May 2013

  1. menu ul { list-style: none;
                  padding:          0;
                  margin:           0;           }
  1. menu li { float: left;
                  margin:           0 0.15em;    }
  1. menu li a { background: url(background.gif) #fff bottom left repeat-x;
                  height:           2em;
                  line-height:      2em;
                  float:            left;
                  width:            9em;
                  display:          block;
                  border:           0.1em solid #dcdce9;
                  color:            #0d2474;
                  text-decoration:  none;
                  text-align:       center;      }

/* 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; }






body{

   color: #000;
   font: 12px Verdana, 'Times New Roman',serif; 
   letter-spacing:1;
   background: black;
   background-image: url('https://static.igem.org/mediawiki/2012/e/e2/Jhu_bg1.png')

}