Difference between revisions of "Template:Washington"
Line 16: | Line 16: | ||
border: 0px; | border: 0px; | ||
float: center; | float: center; | ||
− | margin: | + | margin:0 auto; |
padding: 0px; | padding: 0px; | ||
} | } | ||
Line 22: | Line 22: | ||
/*left align Black Menu Bar */ | /*left align Black Menu Bar */ | ||
#top_menu_inside { | #top_menu_inside { | ||
− | margin | + | margin: 0 auto; |
} | } | ||
Line 29: | Line 29: | ||
/* page background color*/ | /* page background color*/ | ||
body { | body { | ||
− | background-color: # | + | background-color: #4b2e83; |
text-align: center; | text-align: center; | ||
+ | |||
+ | |||
} | } | ||
Line 36: | Line 38: | ||
/* Creates a container that will wrap all of the content inside your wiki pages. */ | /* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
#mainContainer { | #mainContainer { | ||
− | width: | + | width: 980px; |
margin-left: auto; | margin-left: auto; | ||
margin-right:auto; | margin-right:auto; | ||
Line 48: | Line 50: | ||
/* Creates the container for the menu */ | /* Creates the container for the menu */ | ||
#menuContainer { | #menuContainer { | ||
− | float: | + | float: left; |
− | width: | + | width: 980px; |
background-color: #e8e3d3; | background-color: #e8e3d3; | ||
− | + | height: 40px; | |
− | height: | + | |
border-bottom: 6px solid #b48a27; | border-bottom: 6px solid #b48a27; | ||
font-family: "Open Sans", Helvetica, sans-serif; | font-family: "Open Sans", Helvetica, sans-serif; | ||
Line 60: | Line 61: | ||
#contentContainer { | #contentContainer { | ||
background-color: #EEEDEA; | background-color: #EEEDEA; | ||
− | width: | + | width: 980px; |
− | + | ||
float: left; | float: left; | ||
padding: 10px; | padding: 10px; | ||
Line 76: | Line 76: | ||
#wrapper{ | #wrapper{ | ||
− | width: | + | width: 960px; |
margin:0 auto: | margin:0 auto: | ||
− | text-align: left; | + | text-align:left; |
} | } | ||
Line 176: | Line 176: | ||
color: #4b2e83; | color: #4b2e83; | ||
text-decoration:none; | text-decoration:none; | ||
− | + | font-weight: bold; | |
− | + | font-size: 12px; | |
} | } | ||
Line 184: | Line 184: | ||
list-style: none; | list-style: none; | ||
margin-left: auto; | margin-left: auto; | ||
− | + | margin-right: auto; | |
− | + | margin-bottom: 0px; | |
− | + | margin-top: -20px; | |
− | + | padding-left: 0px; | |
− | + | padding-right: 0px; | |
− | + | text-align: center; | |
− | + | z-index: 1; | |
− | + | width: 600px; | |
− | + | height: 60px; | |
− | + | background: #ffffff; | |
− | + | font-style: italic; | |
− | + | ||
} | } | ||
Line 202: | Line 201: | ||
#menuContainer ul li { | #menuContainer ul li { | ||
display: inline-block; | display: inline-block; | ||
− | + | width: 100px; | |
− | padding: | + | padding: 21px 5px 20px 5px; |
− | + | position: relative; | |
} | } | ||
Line 235: | Line 234: | ||
} | } | ||
− | #menuContainer li ul li:hover { | + | #menuContainer ul li ul li:hover { |
background: #444444; | background: #444444; | ||
color: #fff; | color: #fff; | ||
Line 288: | Line 287: | ||
<li>Home</li> | <li>Home</li> | ||
</a> | </a> | ||
− | |||
<a href="#"> | <a href="#"> | ||
<li>Team | <li>Team | ||
Line 305: | Line 303: | ||
</li> | </li> | ||
</a> | </a> | ||
− | |||
<a href="#"> | <a href="#"> | ||
<li>Project | <li>Project | ||
Line 322: | Line 319: | ||
</li> | </li> | ||
</a> | </a> | ||
− | |||
<a href="#"> | <a href="#"> | ||
<li>Parts | <li>Parts | ||
Line 342: | Line 338: | ||
</li> | </li> | ||
</a> | </a> | ||
− | |||
<a href="https://2015.igem.org/Team:Example2/Notebook"> | <a href="https://2015.igem.org/Team:Example2/Notebook"> | ||
<li>Notebook</li> | <li>Notebook</li> |
Revision as of 03:33, 7 September 2015