Difference between revisions of "Template:UiOslo Norway"

(cleanup table syntax and spacing)
Line 4: Line 4:
 
<html>
 
<html>
  
<!-- Start of CSS-->
+
    <!-- Start of CSS-->
<style type="text/css">
+
        <style type="text/css">
  
/* PAGE LAYOUT */
+
        /* PAGE LAYOUT */
  
/* Change Background color*/
+
        /* Change Background color*/
body {  
+
            body {
background-color: #fff;
+
                background-color: #fff;
}
+
            }
  
/* 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: 978px;
+
                width: 978px;
overflow:hidden;
+
                overflow:hidden;
float:left;
+
                float:left;
margin-left:20px;
+
                margin-left:20px;
margin-bottom: 10px;
+
                margin-bottom: 10px;
background-color: #fff;  
+
                background-color: #fff;
border-bottom: 14px solid #472400;
+
                border-bottom: 14px solid #472400;
border-right: 2px solid #472400;
+
                border-right: 2px solid #472400;
border-left: 2px solid #472400;
+
                border-left: 2px solid #472400;
border-top: 2px solid #472400;
+
                border-top: 2px solid #472400;
font-family: Helvetica, sans-serif;
+
                font-family: Helvetica, sans-serif;
}
+
            }
  
/* Creates the container for the menu */
+
        /* Creates the container for the menu */
#menuContainer  {  
+
            #menuContainer  {
float:left;
+
                float:left;
width: 100%;
+
                width: 100%;
padding: 20px 0px;
+
                padding: 20px 0px;
border-top: 14px solid #472400;
+
                border-top: 14px solid #472400;
background-color: #999966;
+
                background-color: #999966;
}
+
            }
  
/* Creates the container for the content */
+
        /* Creates the container for the content */
#contentContainer {
+
            #contentContainer {
padding-top:20px;
+
                padding-top:20px;
padding-right:10px;
+
                padding-right:10px;
margin-bottom: 20px;
+
                margin-bottom: 20px;
width: 814px;
+
                width: 814px;
padding-left: 20px;
+
                padding-left: 20px;
float: left;
+
                float: left;
background-color: #fff;  
+
                background-color: #fff;
border-top: 14px solid #472400;
+
                border-top: 14px solid #472400;
font-family: "Comic Sans", Helvetica, sans-serif;
+
                font-family: "Comic Sans", Helvetica, sans-serif;
}
+
            }
  
/*Set up height place holder for the banner*/
+
        /*Set up height place holder for the banner*/
#bannerContainer {
+
            #bannerContainer {
height:200px;
+
                height:200px;
margin:auto;
+
                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) */
  
/*Change the styling of text for everything inside main container*/
+
        /*Change the styling of text for everything inside main container*/
#mainContainer p {  
+
            #mainContainer p {
font-size: 15px;
+
                font-size: 15px;
line-height:20px;
+
                line-height:20px;
color: #000000;
+
                color: #000000;
}
+
            }
+
sup, sub {
+
  vertical-align: baseline;
+
  position: relative;
+
  top: -0.4em;
+
}
+
sub { top: 0.4em; }
+
+
/*This changes the color and font family */
+
#contentContainer h1, h2, h3, h4, h5, h6 {
+
color: #472400;
+
border-bottom: none;
+
font-weight: bold;
+
font-family: "Comic Sans", Helvetica, sans-serif;
+
margin-top:10px;
+
}
+
  
/*Style of the links - links are different inside the menu */
+
            sup, sub {
#contentContainer a {  
+
              vertical-align: baseline;
font-weight: bold;
+
              position: relative;
color: #164016;
+
              top: -0.4em;
}
+
            }
 +
            sub { top: 0.4em; }
  
  /* Styling links on hover- links are different inside the menu */
+
        /*This changes the color and font family */
#contentContainer a:hover {  
+
            #contentContainer h1, h2, h3, h4, h5, h6 {
color: #59bf92;
+
                color: #472400;
}
+
                border-bottom: none;
 +
                font-weight: bold;
 +
                font-family: "Comic Sans", Helvetica, sans-serif;
 +
                margin-top:10px;
 +
            }
  
/*Change the styling of tables */
+
        /*Style of the links - links are different inside the menu */
        #contentContainer table {
+
            #contentContainer a {
    border: 2px solid #472400;
+
                font-weight: bold;
    border-collapse: collapse;
+
                color: #164016;
    width: 90%
+
            }
    margin: auto;
+
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 10px;
+
    margin-left: 10px;
+
    font-family: "Comic Sans", Helvetica, sans-serif;
+
    }
+
  
/*Change the styling of table cells*/
+
          /* Styling links on hover- links are different inside the menu */
    #contentContainer td {
+
            #contentContainer a:hover {
    padding: 10px;
+
                color: #59bf92;
    border: 2px solid #472400;
+
            }
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    font-family: "Comic Sans", Helvetica, sans-serif;
+
    }
+
  
/*Change the styling of table headers */
+
        /*Change the styling of tables */
    #contentContainer th {
+
                    #contentContainer table {
    background-color: #999966;
+
                    border: 2px solid #472400;
    padding: 10px;
+
                    border-collapse: collapse;
    border: 1px solid #472400;
+
                    width: 90%
    border-collapse: collapse;
+
                    margin: auto;
    vertical-align: text-top;
+
                    margin-bottom: 15px;
    font-family: "Comic Sans", Helvetica, sans-serif;
+
                    margin-top: 15px;
    }
+
                    margin-right: 10px;
 +
                    margin-left: 10px;
 +
                    font-family: "Comic Sans", Helvetica, sans-serif;
 +
                }
  
    table, th, td {
+
        /*Change the styling of table cells*/
        border: 2px solid #472400;
+
                #contentContainer  td {
        border-collapse: collapse;
+
                    padding: 10px;
        font-family: "Comic Sans", Helvetica, sans-serif;
+
                    border: 2px solid #472400;
    }
+
                    border-collapse: collapse;
    th, td {
+
                    vertical-align: text-top;
        padding: 5px;
+
                    font-family: "Comic Sans", Helvetica, sans-serif;
        text-align: left;
+
                }
        font-family: "Comic Sans", Helvetica, sans-serif;
+
    }
+
    table#t01 tr:nth-child(even) {
+
        background-color: #eee;
+
    }
+
    table#t01 tr:nth-child(odd) {
+
      background-color:#999966;
+
    }
+
    table#t01 th {
+
        background-color: #472400;
+
        color: white;
+
    }
+
  
 +
        /*Change the styling of table headers */
 +
                #contentContainer th {
 +
                    background-color: #999966;
 +
                    padding: 10px;
 +
                    border: 1px solid #472400;
 +
                    border-collapse: collapse;
 +
                    vertical-align: text-top;
 +
                    font-family: "Comic Sans", Helvetica, sans-serif;
 +
                }
  
 +
                table, th, td {
 +
                    border: 2px solid #472400;
 +
                    border-collapse: collapse;
 +
                    font-family: "Comic Sans", Helvetica, sans-serif;
 +
                }
 +
                th, td {
 +
                    padding: 5px;
 +
                    text-align: left;
 +
                    font-family: "Comic Sans", Helvetica, sans-serif;
 +
                }
 +
                table#t01 tr:nth-child(even) {
 +
                    background-color: #eee;
 +
                }
 +
                table#t01 tr:nth-child(odd) {
 +
                  background-color:#999966;
 +
                }
 +
                table#t01 th    {
 +
                    background-color: #472400;
 +
                    color: white;
 +
                }
  
/*MENU STYLING */
 
  
/*Styling for the links in the menu */
 
#menuContainer a {
 
color: #472400;
 
text-decoration:none;
 
font-weight: bold;
 
}
 
  
/* Sets the style for lists inside menuContainer  */
+
        /*MENU STYLING */
#menuContainer ul {
+
list-style: none;
+
margin-left:0px;
+
}
+
  
/*Styles the list items to become menu buttons */
+
        /*Styling for the links in the menu */
#menuContainer ul li {  
+
            #menuContainer a {
text-align: center;
+
                color: #472400;
display: inline;
+
                text-decoration:none;
border-color: darkgreen;
+
                font-weight: bold;
 +
            }
 +
 
 +
        /* Sets the style for lists inside menuContainer  */
 +
            #menuContainer ul {
 +
                list-style: none;
 +
                margin-left:0px;
 +
            }
 +
 
 +
        /*Styles the list items to become menu buttons */
 +
            #menuContainer ul li {
 +
                text-align: center;
 +
                display: inline;
 +
                border-color: darkgreen;
 
                                 border-style: ridge;
 
                                 border-style: ridge;
 
                                 border-width: medium;
 
                                 border-width: medium;
height:30px;
+
                height:30px;
padding:10px;
+
                padding:10px;
  
}
+
            }
  
/*For the menu buttons, changes the color when hovering*/
+
        /*For the menu buttons, changes the color when hovering*/
#menuContainer li:hover {
+
            #menuContainer li:hover {
color:  #FFF;
+
                color:  #FFF;
background-color: #164016;
+
                background-color: #164016;
}
+
            }
  
/*Submenus are not displayed as default*/
+
        /*Submenus are not displayed as default*/
#menuContainer li ul {
+
            #menuContainer li ul {
display: none;
+
                display: none;
padding-top:15px;
+
                padding-top:15px;
margin-left: -19px;
+
                margin-left: -19px;
}
+
            }
  
/*Submenus are displayed when hovering the menu button */
+
        /*Submenus are displayed when hovering the menu button */
#menuContainer li:hover ul {
+
            #menuContainer li:hover ul {
/*display: inline-block; */
+
                /*display: inline-block; */
display: block;  
+
                display: block;
position: absolute;  
+
                position: absolute;
float:right;
+
                float:right;
margin-left: 100px;
+
                margin-left: 100px;
margin-top: 0px;
+
                margin-top: 0px;
color: #F0EBE6;
+
                color: #F0EBE6;
}
+
            }
  
  
  
  
/*Style the submenu buttons*/
+
        /*Style the submenu buttons*/
#menuContainer li ul li{
+
            #menuContainer li ul li{
background-color: #143A14;  
+
                background-color: #143A14;
padding-left:20px;
+
                padding-left:20px;
padding-right:20px;
+
                padding-right:20px;
height:30px;
+
                height:30px;
padding-top:10px;
+
                padding-top:10px;
margin-top:-2px;
+
                margin-top:-2px;
color: #F0EBE6;
+
                color: #F0EBE6;
width: 150px;
+
                width: 150px;
}
+
            }
  
/*CLASSES */
+
    /*CLASSES */
  
/*Clear class for all the pages, adds spacing too*/
+
        /*Clear class for all the pages, adds spacing too*/
.clear{
+
            .clear{
clear:both;
+
                clear:both;
height: 10px;
+
                height: 10px;
}
+
            }
  
  
/* highlight box for special messages */
+
        /* highlight box for special messages */
    .highlightBox {
+
                .highlightBox {
        width:500px;  
+
                        width:500px;
        margin:auto;  
+
                        margin:auto;
        background-color: #999966;  
+
                        background-color: #999966;
margin-bottom: 15px;
+
                margin-bottom: 15px;
margin-top: 15px;
+
                margin-top: 15px;
padding: 15px;
+
                padding: 15px;
padding-top: 5px;
+
                padding-top: 5px;
    }
+
                }
  
/* TEST FOR TOOLTIP on HOVER */
+
        /* TEST FOR TOOLTIP on HOVER */
    a.tooltip {outline:none; background-color: #F2F0EB; color: black;padding: 3px 5px 3px 5px;}  
+
                a.tooltip {outline:none; background-color: #F2F0EB; color: black;padding: 3px 5px 3px 5px;}
    a.tooltip strong {line-height:30px;}  
+
                a.tooltip strong {line-height:30px;}
    a.tooltip:hover {text-decoration:none;}  
+
                a.tooltip:hover {text-decoration:none;}
    a.tooltip span {  
+
                a.tooltip span {
    z-index:10;display:none; padding:14px 20px;  
+
                    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;  
+
                    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;  
+
                    width:300px; line-height:16px;
    }  
+
                }
    a.tooltip:hover span{  
+
                a.tooltip:hover span{
    display:inline; position:absolute; color:#111;  
+
                    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}  
+
                    border:1px solid #DCA; background:#fffAF0;}
    .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}  
+
                .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
  
  
/* TEST FOR Home project illustration on HOVER */
+
        /* TEST FOR Home project illustration on HOVER */
             
+
 
  
  
Line 267: Line 267:
  
  
</style>
+
        </style>
<!-- End of CSS -->
+
    <!-- End of CSS -->
 
+
 
+
<!-- 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="bannerContainer">
+
<img src="https://static.igem.org/mediawiki/2015/1/1f/Team_UiOslo_Norway_banner.jpg" >
+
</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:UiOslo_Norway"><li>HOME</li></a>
+
 
+
<a href="#"><li>PROJECT
+
            <ul>
+
 
+
<a href="https://2015.igem.org/Team:UiOslo_Norway/Description"><li>Description</li></a>
+
<a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments"><li>Experiments &amp; Protocols</li></a> 
+
<a href="https://2015.igem.org/Team:UiOslo_Norway/Results"><li>Results</li></a> 
+
<a href="https://2015.igem.org/Team:UiOslo_Norway/Design"><li>Design</li></a>
+
</ul>
+
</li></a>
+
 
+
                                        <a href="#"><li>Team
+
            <ul>
+
 
+
                                        <a href="https://2015.igem.org/Team:UiOslo_Norway/Team"><li>Team</li></a>
+
 
+
<a href="https://2015.igem.org/Team:UiOslo_Norway/Attributions"><li>Attributions</li></a>
+
 
+
</ul>
+
</li></a>
+
  
<a href="#"><li>NOTEBOOK
 
            <ul>
 
                                                        <a href="https://2015.igem.org/Team:UiOslo_Norway/Notebook"><li>Notebook</li></a>   
 
<a href="https://2015.igem.org/Team:UiOslo_Norway/Modeling"><li>Modeling</li></a>
 
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Measurement"><li>Measurement</li></a>
+
        <!-- Start of the template html elements. -->
 +
        <div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Software"><li>Software</li></a>
 
  
</ul>
+
            <div id="bannerContainer">
</li></a>
+
                <img src="https://static.igem.org/mediawiki/2015/1/1f/Team_UiOslo_Norway_banner.jpg" >
 +
            </div>
  
<a href="#"><li>PARTS
+
            <!-- Start of menu -->
            <ul>
+
            <div id="menuContainer">
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Parts"><li>Team Parts</li></a>
+
                <!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
<a href="https://2015.igem.org/Team:UiOslo_Norway/Basic_Part"><li>Basic Parts</li></a> 
+
                <ul>
<a href="https://2015.igem.org/Team:UiOslo_Norway/Composite_Part"><li>Composite Parts</li></a>
+
                    <li>
<a href="https://2015.igem.org/Team:UiOslo_Norway/Part_Collection"><li>Part Collection</li></a>
+
                        <a href="https://2015.igem.org/Team:UiOslo_Norway">HOME</a>
</ul>
+
                    </li>
</li></a>
+
  
                                        <a href="#"><li>HUMAN PRACTICES
+
                    <li>
            <ul>
+
                        <a href="#">PROJECT</a>
 +
                        <ul>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Description">Description</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Experiments">Experiments &amp; Protocols</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Results">Results</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Design">Design</a></li>
 +
                        </ul>
 +
                    </li>
 +
                    <li>
 +
                        <a href="#">Team</a>
 +
                        <ul>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Team">Team</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Attributions">Attributions</a></li>
 +
                        </ul>
 +
                    </li>
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Practices"><li>HUMAN PRACTICES</li></a>
+
                    <li>
<a href="https://2015.igem.org/Team:UiOslo_Norway/Collaborations"><li>COLLABORATIONS</li></a>
+
                        <a href="#">NOTEBOOK</a>
<a href="https://2015.igem.org/Team:UiOslo_Norway/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
+
                        <ul>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Notebook">Notebook</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Modeling">Modeling</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Measurement">Measurement</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Software">Software</a></li>
 +
                        </ul>
 +
                    </li>
  
</ul>
+
                    <li>
</li></a>
+
                        <a href="#">PARTS</a>
 +
                        <ul>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Parts">Team Parts</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Basic_Part">Basic Parts</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Composite_Part">Composite Parts</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Part_Collection">Part Collection</a></li>
 +
                        </ul>
 +
                    </li>
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Safety"><li>SAFETY</li></a>
+
                    <li>
 +
                        <a href="#">HUMAN PRACTICES</a>
 +
                        <ul>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Practices">HUMAN PRACTICES</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Collaborations">COLLABORATIONS</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Entrepreneurship">ENTREPRENEURSHIP</a></li>
 +
                        </ul>
 +
                    </li>
  
 +
                    <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Safety">SAFETY</a></li>
  
</ul>
+
                </ul>
</div>
+
            </div>
<!-- End of menu  -->
+
            <!-- 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>

Revision as of 17:26, 20 August 2015