Team:McMaster-Ontario/css
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
#menu ul { list-style: none; | #menu ul { list-style: none; | ||
padding: 0; | padding: 0; | ||
Line 37: | Line 34: | ||
input.searchButton:hover { color: #B41111; } | input.searchButton:hover { color: #B41111; } | ||
input.searchButton { color: #ffffff; } | input.searchButton { color: #ffffff; } | ||
- | + | ||
- | + | ||
- | + | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | body{ | ||
+ | background: black; | ||
+ | } |
Revision as of 14:06, 7 May 2013
- menu ul { list-style: none;
padding: 0; margin: 0; }
- menu li { float: left;
margin: 0 0.15em; }
- 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 */
- content { border: none;
background-color: transparent; }
- catlinks { border: none;
background-color: transparent; }
- footer-box { border: none;
background-color: transparent; }
- p-logo { display: none; }
- top-section { border: none;
height: 0px; }
.firstHeading { display: none;
padding: 0px; }
- search-controls { width: auto;
top: -4px; right: 200px; z-index: 15; }
input.searchButton:hover { color: #B41111; } input.searchButton { color: #ffffff; }
body{
background: black;
}