Difference between revisions of "Template:UiOslo Norway"

 
(164 intermediate revisions by 4 users not shown)
Line 4: Line 4:
 
<html>
 
<html>
  
<!-- Start of CSS-->
+
    <!-- Start of CSS-->
<style type="text/css">
+
        <style type="text/css">
  
/* PAGE LAYOUT */
+
body, html, #globalWrapper, #content{
 +
background-image: url(https://static.igem.org/mediawiki/2015/6/67/UiOslo_background3.jpeg);
 +
border: none;
 +
width: 100%;
 +
margin: 0px;
 +
padding: 0px;
 +
}
  
/* Change Background color*/
+
        /* PAGE LAYOUT */
body {
+
background-color: #fff;
+
}
+
  
/* Creates a container that will wrap all of the content inside your wiki pages. */
+
        /* Change Background color*/
#mainContainer {
+
            body {
width: 978px;
+
                background-color: #e9f8f4;
overflow:hidden;
+
            }
float:left;
+
margin-left:20px;
+
margin-bottom: 10px;
+
background-color: #fff;
+
border-bottom: 14px solid #472400;
+
border-right: 2px solid #472400;
+
border-left: 2px solid #472400;
+
border-top: 2px solid #472400;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
  
/* Creates the container for the menu */
+
        /* Outer container */
#menuContainer  {  
+
            #bodyContent {
float:left;
+
                display: block;
width: 134px;
+
                padding: 10px;
padding: 20px 0px;
+
            }
border-top: 14px solid #472400;
+
background-color: #999966;
+
}
+
  
/* Creates the container for the content */
+
        /* Inner container */
#contentContainer {
+
            #mainContainer {
padding-top:20px;
+
                display: block;
padding-right:10px;
+
                background-color: #e9f8f4;
margin-bottom: 20px;
+
                width: 900px;
width: 814px;
+
                margin-left: auto;
padding-left: 20px;
+
                margin-right: auto;
float: left;
+
                font-family: Helvetica, sans-serif;
background-color: #fff;
+
            }
border-top: 14px solid #472400;
+
font-family: "Trebuchet MS", Helvetica, sans-serif;
+
}
+
  
/*Set up height place holder for the banner*/
+
        /* Creates the container for the menu */
#bannerContainer {
+
            #menuOuterContainer {
height:200px;
+
                display: block;
margin:auto;
+
                position:relative;
text-align:center;
+
                padding: 20px 0px;
color: #24B694;
+
                border-top: 14px solid #092332;
}
+
                background-color: #50C9AA;
 +
            }
  
/*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
+
            #menuContainer  {
 +
                background: #000;
 +
            }
 +
            #menuContainer:after {
 +
              content: ""; clear: both; display: block;
 +
            }
 +
        /* Creates the container for the content */
 +
            #contentContainer {
 +
                padding-top:20px;
 +
                padding-right:10px;
 +
                margin-bottom: 20px;
 +
                padding-left: 20px;
 +
                background-color: #e9f8f4;
 +
                border-top: 14px solid #092332;
 +
                font-family: "Comic Sans", Helvetica, sans-serif;
 +
            }
  
/*Change the styling of text for everything inside main container*/
+
        /*Set up height place holder for the banner*/
#mainContainer p {  
+
            #bannerContainer {
font-size: 15px;
+
                margin:auto;
line-height:20px;
+
                text-align:center;
color: #000000;
+
                color: #24B694;
}
+
                background-color: black;
+
            }
sup, sub {
+
            #bannerContainer img {
  vertical-align: baseline;
+
                max-width: 100%;
  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: "Trebuchet MS", Helvetica, sans-serif;
+
margin-top:10px;
+
}
+
  
/*Style of the links - links are different inside the menu */
+
        /*VISUAL STYLE (TABLES, FONTS, LINKS, IMAGES, UL) */
#contentContainer a {
+
font-weight: bold;
+
color: #164016;
+
}
+
  
  /* Styling links on hover- links are different inside the menu */
+
        /*Change the styling of text for everything inside main container*/
#contentContainer a:hover {  
+
            #mainContainer p {
color: #59bf92;
+
                font-size: 16px;
}
+
                line-height:21px;
 +
                color: #000000;
 +
            }
  
/*Change the styling of tables */
+
            sup, sub {
        #contentContainer table {
+
              vertical-align: baseline;
    border: 1px solid #472400;
+
              position: relative;
    border-collapse: collapse;
+
              top: -0.4em;
    width: 90%
+
            }
    margin: auto;
+
            sub { top: 0.4em; }
    margin-bottom: 15px;
+
    margin-top: 15px;
+
    margin-right: 10px;
+
    margin-left: 10px;
+
    }
+
  
/*Change the styling of table cells*/
+
        /*This changes the color and font family */
    #contentContainer td {
+
            #contentContainer h1, h2, h3, h4, h5, h6 {
    padding: 10px;
+
                color: #800000;
    border: 1px solid #472400;
+
                line-height: normal;
    border-collapse: collapse;
+
                border-bottom: none;
    vertical-align: text-top;
+
                font-weight: bold;
    }
+
                font-family: "Comic Sans", Helvetica, sans-serif;
 +
                margin-top:10px;
 +
            }
  
/*Change the styling of table headers */
+
        /*Style of the links - links are different inside the menu */
    #contentContainer th {
+
            #contentContainer a {
    background-color: #999966;
+
                font-weight: bold;
    padding: 10px;
+
                color: #164016;
    border: 1px solid #472400;
+
            }
    border-collapse: collapse;
+
    vertical-align: text-top;
+
    }
+
  
 +
          /* Styling links on hover- links are different inside the menu */
 +
            #contentContainer a:hover {
 +
                color: #59bf92;
 +
            }
  
 +
        /*Change the styling of tables */
 +
                    #contentContainer table {
 +
                    border: 2px solid #472400;
 +
                    border-collapse: collapse;
 +
                    width: 90%
 +
                    margin: auto;
 +
                    margin-bottom: 15px;
 +
                    margin-top: 15px;
 +
                    margin-right: 10px;
 +
                    margin-left: 10px;
 +
                    font-family: "Comic Sans", Helvetica, sans-serif;
 +
                }
  
/*MENU STYLING */
+
        /*Change the styling of table cells*/
 +
                #contentContainer  td {
 +
                    padding: 10px;
 +
                    border: 2px solid #092332;
 +
                    border-collapse: collapse;
 +
                    vertical-align: text-top;
 +
                    font-family: "Comic Sans", Helvetica, sans-serif;
 +
                }
  
/*Styling for the links in the menu */
+
        /*Change the styling of table headers */
#menuContainer a {
+
                #contentContainer th {
color: #472400;
+
                    background-color: #092332;
text-decoration:none;
+
                    padding: 10px;
font-weight: bold;
+
                    border: 1px solid #092332;
}
+
                    border-collapse: collapse;
 +
                    vertical-align: text-top;
 +
                    font-family: "Comic Sans", Helvetica, sans-serif;
 +
                }
  
/* Sets the style for lists inside menuContainer  */
+
                table, th, td {
#menuContainer ul {
+
                    border: 2px solid #092332;
list-style: none;
+
                    border-collapse: collapse;
margin-left:0px;
+
                    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:#50C9AA;
 +
                }
 +
                table#t01 th    {
 +
                    background-color: #092332;
 +
                    color: white;
 +
                }
  
/*Styles the list items to become menu buttons */
 
#menuContainer ul li {
 
text-align: center;
 
display: block;
 
width: 100%;
 
height:30px;
 
padding-top:10px;
 
}
 
  
/*For the menu buttons, changes the color when hovering*/
 
#menuContainer li:hover {
 
color:  #FFF;
 
background-color: #164016;
 
}
 
  
/*Submenus are not displayed as default*/
+
        /*MENU STYLING */
#menuContainer li ul {
+
display: none;
+
padding-top:15px;
+
margin-left: -19px;
+
}
+
  
/*Submenus are displayed when hovering the menu button */
+
        /*Styling for the links in the menu */
#menuContainer li:hover ul {
+
            #menuContainer a {
/*display: inline-block; */
+
                color: #FFF;
display: block;
+
                text-decoration:none;
position: absolute;
+
                font-weight: bold;
float:right;
+
            }
margin-left: 134px;
+
margin-top:-42px;
+
color: #F0EBE6;
+
}
+
  
/*Style the submenu buttons*/
+
        /* Sets the style for lists inside menuContainer  */
#menuContainer li ul li{
+
            #menuContainer ul {
background-color: #143A14;  
+
                list-style: none;
padding-left:20px;
+
                margin-left:0px;
padding-right:20px;
+
            }
height:30px;
+
padding-top:10px;
+
margin-top:-2px;
+
color: #F0EBE6;
+
width: 150px;
+
}
+
  
/*CLASSES */
+
        /*Styles the list items to become menu buttons */
 +
            #menuContainer > ul > li {
 +
                float:left;
 +
                width: 13% ;
 +
            }
 +
            #menuContainer li a {
 +
                text-align: center;
 +
                color: #FFF;
 +
                background-color: black;
 +
                text-decoration:none;
 +
                font-weight: bold;
 +
                display: block;
 +
                padding: 10px;
 +
            }
  
/*Clear class for all the pages, adds spacing too*/
+
        /* Submenu elements */
.clear{
+
            #menuContainer ul li li {
clear:both;
+
                text-align: center;
height: 10px;
+
                display: block;
}
+
            }
  
  
/* highlight box for special messages */
+
        /*For the menu buttons, changes the color when hovering*/
    .highlightBox {
+
            #menuContainer li:hover {
        width:500px;
+
                background-color: #50C9AA;
        margin:auto;
+
            }
        background-color: #999966;  
+
            #menuContainer li:hover > a {
margin-bottom: 15px;
+
                color: #50C9AA;
margin-top: 15px;
+
            }
padding: 15px;
+
padding-top: 5px;
+
    }
+
  
/* TEST FOR TOOLTIP on HOVER */
+
        /*Submenus are not displayed as default*/
    a.tooltip {outline:none; }
+
            #menuContainer li ul {
    a.tooltip strong {line-height:30px;}
+
                display: none;
    a.tooltip:hover {text-decoration:none;}
+
                padding-top:15px;
    a.tooltip span {
+
                margin-left: -19px;
    z-index:10;display:none; padding:14px 20px;
+
            }
    margin-top:-30px; margin-left:28px;
+
    width:300px; line-height:16px;  
+
    }
+
    a.tooltip:hover span{
+
    display:inline; position:absolute; color:#111;
+
    border:1px solid #DCA; background:#fffAF0;}
+
    .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}  
+
  
 +
        /*Submenus are displayed when hovering the menu button */
 +
            #menuContainer li:hover ul {
 +
                /*display: inline-block; */
 +
                display: block;
 +
                position: absolute;
 +
                z-index: 2;
 +
                margin: 0;
 +
                padding: 0;
 +
                color: #F0EBE6;
 +
            }
  
</style>
+
        /*Style the submenu buttons*/
<!-- End of CSS -->
+
            #menuContainer li ul li {
 +
                background-color: black;
 +
                color: #F0EBE6;
 +
                width: 150px;
 +
                margin-top:-2px;
 +
            }
  
 +
    /*CLASSES */
  
<!-- Start of the template html elements. -->
+
        /*Clear class for all the pages, adds spacing too*/
<div id ="mainContainer"><!--The closing tag for mainContainer should be placed at the bottom of each content page.-->
+
            .clear{
 +
                clear:both;
 +
                height: 10px;
 +
            }
  
  
<div id="bannerContainer">
+
        /* highlight box for special messages */
<img src="https://static.igem.org/mediawiki/2015/1/1f/Team_UiOslo_Norway_banner.jpg" >
+
                .highlightBox {
</div>
+
                        width:500px;
 +
                        margin:auto;
 +
                        background-color: #4ca38c;
 +
                        color: white;
 +
                margin-bottom: 15px;
 +
                margin-top: 15px;
 +
                padding: 15px;
 +
                padding-top: 5px;
  
<!-- Start of menu -->
+
                }
<div id="menuContainer">
+
  
<!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
+
        /* TEST FOR TOOLTIP on HOVER */
<ul>
+
                a.tooltip {outline:none; background-color: #F8E9ED; color: black;padding: 3px 5px 3px 5px;}
<a href="https://2015.igem.org/Team:UiOslo_Norway"><li>HOME</li></a>
+
                a.tooltip strong {line-height:30px;}
 +
                a.tooltip:hover {text-decoration:none;}
 +
                a.tooltip span {
 +
                    z-index:10;display:none; padding:14px 20px;
 +
                    margin-top:-30px; margin-left:28px;
 +
                    width:300px; line-height:16px;
 +
                }
 +
                a.tooltip:hover span{
 +
                    display:inline; position:absolute; color:#111;
 +
                    border:1px solid #DCA; background:#fffAF0;}
 +
                .callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Team"><li>TEAM</li></a>
 
  
<a href="#"><li>PROJECT
+
        /* TEST FOR Home project illustration on HOVER */
            <ul>
+
<a href="https://2015.igem.org/Team:UiOslo_Norway/Overview"><li>Overview</li></a>
+
<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>PARTS
 
            <ul>
 
<a href="https://2015.igem.org/Team:UiOslo_Norway/Parts"><li>Team Parts</li></a>
 
<a href="https://2015.igem.org/Team:UiOslo_Norway/Basic_Part"><li>Basic Parts</li></a> 
 
<a href="https://2015.igem.org/Team:UiOslo_Norway/Composite_Part"><li>Composite Parts</li></a>
 
<a href="https://2015.igem.org/Team:UiOslo_Norway/Part_Collection"><li>Part Collection</li></a> 
 
</ul>
 
</li></a>
 
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Notebook"><li>NOTEBOOK</li></a>
 
     
 
<a href="https://2015.igem.org/Team:UiOslo_Norway/Attributions"><li>ATTRIBUTIONS</li></a>
 
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Collaborations"><li>COLLABORATIONS</li></a>
+
                    /*Custom CSS*/
 +
                        .person-box {
 +
                          margin:auto;
 +
                          width:90%;
 +
                          background-color: #4ca38c;
 +
                          border-radius: 20px;
 +
                          padding: 20px;
 +
                        }
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Practices"><li>HUMAN PRACTICES</li></a>
+
                        .person-box1 {
 +
                          float: left;
 +
                          margin:20px;
 +
                         
 +
                          background-color: #4ca38c;
 +
                          border-radius: 20px;
 +
                          padding: 20px;
 +
                        }
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Safety"><li>SAFETY</li></a>
+
                        .person-box2 {
 +
                          float: right;
 +
                          margin:20px;
 +
                          width:45%;
 +
                          background-color: #4ca38c;
 +
                          border-radius: 20px;
 +
                          padding: 20px;
 +
                        }
  
<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>
+
.img-25 img {
 +
    max-width: 25%;
 +
}
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Software"><li>SOFTWARE</li></a>
+
.img-75 img {
 +
    max-width: 75%;
 +
}
  
<a href="https://2015.igem.org/Team:UiOslo_Norway/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
+
        </style>
 +
    <!-- End of CSS -->
  
</ul>
 
</div>
 
<!-- End of menu  -->
 
  
<!-- Start of content -->
+
        <!-- Start of the template html elements. -->
<div id="contentContainer"> <!--The closing tag for contentContainer 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">
 +
                <img src="https://static.igem.org/mediawiki/2015/1/1f/Team_UiOslo_Norway_banner.jpg" >
 +
            </div>
 +
 
 +
            <!-- Start of menu -->
 +
            <div id="menuOuterContainer">
 +
            <div id="menuContainer">
 +
 
 +
                <!-- This list is your menu, every list item is a menu button and nested listed become submenu buttons -->
 +
                <ul>
 +
                    <li>
 +
                        <a href="https://2015.igem.org/Team:UiOslo_Norway">HOME</a>
 +
                    </li>
 +
 
 +
                    <li>
 +
                        <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/Results">Results</a></li>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Achievements">Achievements</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>
 +
                            <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Acknowledgement">Acknowledgement</a></li>
 +
                        </ul>
 +
                    </li>
 +
 
 +
                    <li>
 +
                        <a href="#">NOTEBOOK</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/Experiments">Experiments &amp; Protocols</a></li>
 +
                        </ul>
 +
                    </li>
 +
 
 +
                    <li>
 +
                        <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>
 +
                        </ul>
 +
                    </li>
 +
 
 +
                    <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>
 +
                        </ul>
 +
                    </li>
 +
 
 +
                    <li><a href="https://2015.igem.org/Team:UiOslo_Norway/Safety">SAFETY</a></li>
 +
 
 +
                </ul>
 +
            </div>
 +
            </div>
 +
            <!-- End of menu  -->
 +
 
 +
            <!-- Start of content -->
 +
            <div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
</html>
 
</html>

Latest revision as of 06:42, 17 September 2015