Difference between revisions of "Template:Washington"
Line 16: | Line 16: | ||
border: 0px; | border: 0px; | ||
float: center; | float: center; | ||
− | margin: | + | margin:0px; |
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-left: 20px; |
} | } | ||
Line 29: | Line 29: | ||
/* page background color*/ | /* page background color*/ | ||
body { | body { | ||
− | background-color: # | + | background-color: #A7A9AB; |
text-align: center; | text-align: center; | ||
− | |||
− | |||
} | } | ||
Line 38: | Line 36: | ||
/* 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: auto; |
margin-left: auto; | margin-left: auto; | ||
margin-right:auto; | margin-right:auto; | ||
Line 50: | Line 48: | ||
/* Creates the container for the menu */ | /* Creates the container for the menu */ | ||
#menuContainer { | #menuContainer { | ||
− | float: | + | float: center; |
− | width: | + | width: auto; |
background-color: #e8e3d3; | background-color: #e8e3d3; | ||
− | height: | + | |
+ | height: 60px; | ||
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 61: | Line 60: | ||
#contentContainer { | #contentContainer { | ||
background-color: #EEEDEA; | background-color: #EEEDEA; | ||
− | width: | + | width: auto; |
+ | |||
float: left; | float: left; | ||
padding: 10px; | padding: 10px; | ||
Line 76: | Line 76: | ||
#wrapper{ | #wrapper{ | ||
− | width: | + | width: auto; |
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; | |
− | + | line-height: 50%; | |
− | + | width: 600px; | |
− | + | height: 60px; | |
− | + | background: #ffffff; | |
+ | font-style: italic; | ||
} | } | ||
Line 201: | Line 202: | ||
#menuContainer ul li { | #menuContainer ul li { | ||
display: inline-block; | display: inline-block; | ||
− | + | width: 100px; | |
− | padding: | + | padding: 30px 5px 19px 5px; |
− | + | position: relative; | |
} | } | ||
Line 234: | Line 235: | ||
} | } | ||
− | #menuContainer | + | #menuContainer li ul li:hover { |
background: #444444; | background: #444444; | ||
color: #fff; | color: #fff; | ||
Line 287: | Line 288: | ||
<li>Home</li> | <li>Home</li> | ||
</a> | </a> | ||
+ | <hr style="display: inline"> | ||
<a href="#"> | <a href="#"> | ||
<li>Team | <li>Team | ||
Line 303: | Line 305: | ||
</li> | </li> | ||
</a> | </a> | ||
+ | <hr style="display: inline"> | ||
<a href="#"> | <a href="#"> | ||
<li>Project | <li>Project | ||
Line 319: | Line 322: | ||
</li> | </li> | ||
</a> | </a> | ||
+ | <hr style="display: inline"> | ||
<a href="#"> | <a href="#"> | ||
<li>Parts | <li>Parts | ||
Line 338: | Line 342: | ||
</li> | </li> | ||
</a> | </a> | ||
+ | <hr style="display: inline"> | ||
<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:31, 7 September 2015