|
|
(9 intermediate revisions by the same user not shown) |
Line 14: |
Line 14: |
| } | | } |
| | | |
− | /* Creates a container that will wrap all of the content inside your wiki pages. */
| |
− | #mainContainer {
| |
− | width: 975px;
| |
− | overflow:hidden;
| |
− | float:left;
| |
− | margin-left:20px;
| |
− | margin-bottom: 10px;
| |
− | background-color: #fff;
| |
− | border-bottom: 14px solid #565656;
| |
− | border-right: 2px solid #565656;
| |
− | border-left: 2px solid #565656;
| |
− | border-top: 2px solid #565656;
| |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| |
− | }
| |
| | | |
− | /* Creates the container for the menu */ | + | /*Set up height place holder for the banner*/ |
− | #menuContainer { | + | #bannerContainer { |
− | float:left; | + | height:100px; |
− | width: 134px;
| + | |
− | padding: 20px 0px;
| + | |
− | border-top: 14px solid #565656;
| + | |
− | background-color: #E8E8E9;
| + | |
− | } | + | |
| | | |
− | /* Creates the container for the content */
| + | width:1000; |
− | #contentContainer {
| + | |
− | padding-top:20px;
| + | |
− | padding-right:10px;
| + | |
− | margin-bottom: 20px;
| + | |
− | width: 814px;
| + | |
− | padding-left: 20px;
| + | |
− | float: left;
| + | |
− | background-color: #fff;
| + | |
− | border-top: 14px solid #565656;
| + | |
− | font-family: "Trebuchet MS", Helvetica, sans-serif;
| + | |
− | }
| + | |
| | | |
− | /*Set up height place holder for the banner*/
| |
− | #bannerContainer {
| |
− | height:200px;
| |
− | margin:auto;
| |
| text-align:center; | | text-align:center; |
| color: #24B694; | | color: #24B694; |
| } | | } |
− | | + | |
| /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ | | /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */ |
| | | |
Line 203: |
Line 169: |
| | | |
| <!-- Start of the template html elements. --> | | <!-- Start of the template html elements. --> |
| + | |
| <div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.--> | | <div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.--> |
| | | |
| | | |
− | <div id="bannerContainer">
| |
− | <br><br>
| |
− | <h2> Add a banner to your wiki! </h2>
| |
− |
| |
− | <p>You can make the image 980px by 200px</p>
| |
− | <p> Remember to call the file: "<i>Tokyo-NoKoGen_banner.jpg</i>" </p>
| |
− | </div>
| |
− |
| |
− | <!-- Start of menu -->
| |
− | <div id="menuContainer">
| |
− |
| |
− | <!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
| |
− | <ul>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen"><li>HOME</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Team"><li>TEAM</li></a>
| |
− |
| |
− | <a href="#"><li>PROJECT
| |
− | <ul>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Description"><li>Description</li></a>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Experiments"><li>Experiments & Protocols</li></a>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Results"><li>Results</li></a>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Design"><li>Design</li></a>
| |
− | </ul>
| |
− | </li></a>
| |
− |
| |
− | <a href="#"><li>PARTS
| |
− | <ul>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Parts"><li>Team Parts</li></a>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Basic_Part"><li>Basic Parts</li></a>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Composite_Part"><li>Composite Parts</li></a>
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Part_Collection"><li>Part Collection</li></a>
| |
− | </ul>
| |
− | </li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Notebook"><li>NOTEBOOK</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Attributions"><li>ATTRIBUTIONS</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Collaborations"><li>COLLABORATIONS</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Practices"><li>HUMAN PRACTICES</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Safety"><li>SAFETY</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Modeling"><li>MODELING</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Measurement"><li>MEASUREMENT</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Software"><li>SOFTWARE</li></a>
| |
− |
| |
− | <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
| |
| | | |
− | </ul>
| + | |
− | </div>
| + | |
− | <!-- End of menu -->
| + | |
| | | |
| <!-- Start of content --> | | <!-- Start of content --> |
| <div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> | | <div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.--> |
| </html> | | </html> |