Difference between revisions of "Template:BGU ISRAEL"

Line 1: Line 1:
 
<html>
 
<html>
<head>
+
    <head>
<meta charset="utf-8">
+
        <meta charset="utf-8">
 
         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
         <title>PlastiCure</title>
 
         <title>PlastiCure</title>
Line 12: Line 12:
 
         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
 
         <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
 
         <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 
         <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css"  
+
        <link rel="stylesheet" type="text/css"  
href="https://2015.igem.org/Template:BGU_ISRAEL/CSS?action=raw&ctype=text/css" />
+
              href="https://2015.igem.org/Template:BGU_ISRAEL/CSS?action=raw&ctype=text/css" />
<link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
+
        <link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Monda" rel="stylesheet">
+
        <link href="https://fonts.googleapis.com/css?family=Monda" rel="stylesheet">
<script>
+
        <script>
  
 
             $(document).ready(function () {
 
             $(document).ready(function () {
Line 64: Line 64:
 
         </script>
 
         </script>
  
<style>
+
        <style>
  
/********************************* DEFAULT WIKI SETTINGS  ********************************/
+
            /********************************* DEFAULT WIKI SETTINGS  ********************************/
  
#sideMenu, #top_title {display:none;}
+
            #sideMenu, #top_title {display:none;}
        #sideMenu, #sideMenu *, #top_menu_inside, #top_menu_inside *{box-sizing: initial; -webkit-box-sizing: initial;}
+
            #sideMenu, #sideMenu *, #top_menu_inside, #top_menu_inside *{box-sizing: initial; -webkit-box-sizing: initial;}
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;}
+
            #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;}
body {background-color:white; }
+
            body {background-color:white; }
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
            #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
/********************************* MENU ********************************/
+
            /********************************* MENU ********************************/
  
/* Wrapper for the menu */
+
            /* Wrapper for the menu */
  
  
/* styling for the menu items */
+
            /* styling for the menu items */
.menu_item {
+
            .menu_item {
width:100%;  
+
                width:100%;  
margin:-2px 0px 0px -20px;  
+
                margin:-2px 0px 0px -20px;  
padding: 10px 10px;   
+
                padding: 10px 10px;   
border-bottom: 1px solid #d3d3d3;  
+
                border-bottom: 1px solid #d3d3d3;  
font-weight:bold;
+
                font-weight:bold;
color:#000000;  
+
                color:#000000;  
cursor: pointer;  
+
                cursor: pointer;  
}
+
            }
  
/* when hovering on a menu item */
+
            /* when hovering on a menu item */
.menu_item:hover {  
+
            .menu_item:hover {  
color:#000000;  
+
                color:#000000;  
background-color: #72c9b6;
+
                background-color: #72c9b6;
}
+
            }
  
/* decoration icon for the menu buttons*/
+
            /* decoration icon for the menu buttons*/
.icon {
+
            .icon {
float:right;   
+
                float:right;   
font-size:16px;  
+
                font-size:16px;  
font-weight:bold;  
+
                font-weight:bold;  
}
+
            }
+
/* this is the icon for when the content is collapsed */
+
.plus::before {
+
content: "+";
+
}
+
/* this is the icon for when the content is expanded */
+
.less::before {
+
content: "–";
+
}
+
  
/* styling for the ul that creates the buttons */
+
            /* this is the icon for when the content is collapsed */
ul.menu_items {
+
            .plus::before {
width:100%;  
+
                content: "+";  
margin-left:0px;
+
            }
padding:0px;
+
            /* this is the icon for when the content is expanded */
list-style: none;  
+
            .less::before {
}
+
                content: "–";  
 +
            }
  
/* styling for the li that are the menu items */
+
            /* styling for the ul that creates the buttons */
.menu_items li {  
+
            ul.menu_items {
width:90%;  
+
                width:100%;  
margin-top:-2px;  
+
                margin-left:0px;  
padding: 15px 0px 15px 15px ;  
+
                padding:0px;
display:block;
+
                list-style: none;  
border-bottom: 1px solid #d3d3d3; 
+
            }
text-align:left;
+
font-weight:bold;
+
text-decoration:none;
+
color:#000000;
+
list-style-type:none;  
+
cursor:pointer;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease; transition: all 0.4s ease; 
+
}
+
  
.menu_item a {
+
            /* styling for the li that are the menu items */
width: 100%;
+
            .menu_items li {  
margin-left: -20px;
+
                width:90%;  
padding: 11px 90px 12px 20px;
+
                margin-top:-2px;  
text-decoration: none;
+
                padding: 15px 0px 15px 15px ;  
color:black;
+
                display:block;
}
+
                border-bottom: 1px solid #d3d3d3; 
 +
                text-align:left;
 +
                font-weight:bold;
 +
                text-decoration:none;  
 +
                color:#000000;
 +
                list-style-type:none;
 +
                cursor:pointer;
 +
                -webkit-transition: all 0.4s ease;
 +
                -moz-transition: all 0.4s ease;
 +
                -ms-transition: all 0.4s ease;
 +
                -o-transition: all 0.4s ease; transition: all 0.4s ease;
 +
            }
  
/* When hovering on a menu item */
+
            .menu_item a {
.menu_items li:hover {
+
                width: 100%;
background-color:#72c9b6;
+
                margin-left: -20px;
color: #000000;
+
                padding: 11px 90px 12px 20px;
}
+
                text-decoration: none;
 +
                color:black;
 +
            }
  
/* styling for the submenus */
+
            /* When hovering on a menu item */
.submenu {
+
            .menu_items li:hover {  
width:100%;  
+
                background-color:#72c9b6;
display: none;
+
                color: #000000;
font-weight:bold;
+
            }
cursor:pointer;
+
  
}
+
            /* styling for the submenus */
 +
            .submenu {
 +
                width:100%;
 +
                display: none; 
 +
                font-weight:bold;
 +
                cursor:pointer;
  
/* moving the margin for the submenu ul list */
+
            }
ul.submenu {
+
width: 100%;
+
margin: 10px 0px -11px 0px;
+
list-style: none;
+
}
+
  
/*styling for the submenu buttons */
+
            /* moving the margin for the submenu ul list */
.submenu li {  
+
            ul.submenu {  
width: 100%;  
+
                width: 100%;
margin-left: 10px;
+
                margin: 10px 0px -11px 0px;
margin-bottom: 0px;
+
                list-style: none;
}
+
            }
  
 +
            /*styling for the submenu buttons */
 +
            .submenu li {
 +
                width: 100%;
 +
                margin-left: 10px;
 +
                margin-bottom: 0px;
 +
            }
  
/* hover state for the submenu buttons */
 
.submenu li a {
 
width: 100%;
 
padding: 5px 10px;
 
display: inline-block;
 
border-bottom: 1px solid #d3d3d3;
 
background-color:white;
 
text-decoration:none;
 
color:#000000;
 
}
 
  
 +
            /* hover state for the submenu buttons */
 +
            .submenu li a {
 +
                width: 100%;
 +
                padding: 5px 10px;
 +
                display: inline-block;
 +
                border-bottom: 1px solid #d3d3d3;
 +
                background-color:white;
 +
                text-decoration:none;
 +
                color:#000000;
 +
            }
  
  
.submenu li a:hover  {
 
background-color:#000000;
 
color: #72c9b6;
 
}
 
  
 +
            .submenu li a:hover  {
 +
                background-color:#000000;
 +
                color: #72c9b6;
 +
            }
  
/* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
 
.collapsable_menu_control {
 
width:100%;
 
padding: 15px 0px;
 
display:none;
 
background-color:#000000;
 
text-align:center; 
 
font-weight:bold;
 
color:#72c9b6;
 
cursor:pointer;
 
-webkit-transition: all 0.4s ease;
 
-moz-transition: all 0.4s ease;
 
-ms-transition: all 0.4s ease;
 
-o-transition: all 0.4s ease;
 
transition: all 0.4s ease;
 
}
 
  
/* when hovering on that button */
+
            /* When the screen is smaller than 680px, the menu has the option to hide/show - this button controls that */
.collapsable_menu_control:hover {  
+
            .collapsable_menu_control {  
background-color: #72c9b6;
+
                width:100%;
color:#000000;
+
                padding: 15px 0px;
}
+
                display:none;
 +
                background-color:#000000;  
 +
                text-align:center; 
 +
                font-weight:bold;
 +
                color:#72c9b6;
 +
                cursor:pointer;
 +
                -webkit-transition: all 0.4s ease;
 +
                -moz-transition: all 0.4s ease;
 +
                -ms-transition: all 0.4s ease;
 +
                -o-transition: all 0.4s ease;
 +
                transition: all 0.4s ease;  
 +
            }
  
/********************************* CONTENT OF THE PAGE ********************************/
+
            /* when hovering on that button */
 +
            .collapsable_menu_control:hover {
 +
                background-color: #72c9b6;
 +
                color:#000000; 
 +
            }
  
/* Wrapper for the content */
+
            /********************************* CONTENT OF THE PAGE ********************************/
.content_wrapper {
+
width: 85%;
+
margin-left:150px;
+
padding:10px 0px;
+
float:left;
+
background-color:white;
+
}
+
  
/*LAYOUT */
+
            /* Wrapper for the content */
.column  {  
+
            .content_wrapper {
padding: 10px 0px;
+
                width: 85%;
float:left;  
+
                margin-left:150px;
background-color:white;  
+
                padding:10px 0px;  
}
+
                float:left;  
 +
                background-color:white;  
 +
            }
  
.full_size {
+
            /*LAYOUT */
width:100%;  
+
            .column  {  
}
+
                padding: 10px 0px;
 +
                float:left;
 +
                background-color:white;  
 +
            }
  
.full_size img {  
+
            .full_size {
padding: 10px 15px;
+
                width:100%;  
width:96.5%;  
+
            }
}
+
  
.half_size {
+
            .full_size img {  
width: 50%;
+
                padding: 10px 15px;
}
+
                width:96.5%;  
.half_size img {  
+
            }
padding: 10px 15px;
+
width: 93%;  
+
}
+
  
 +
            .half_size {
 +
                width: 50%;
 +
            }
 +
            .half_size img {
 +
                padding: 10px 15px;
 +
                width: 93%;
 +
            }
  
.clear {
 
clear:both;
 
}
 
  
.highlight {  
+
            .clear {
width: 90%;  
+
                clear:both;
margin: auto;
+
            }
padding: 15px 5px;
+
background-color: #f2f2f2;
+
}
+
  
.judges-will-not-evaluate {
+
            .highlight {  
border: 4px solid #72c9b6;
+
                width: 90%;  
display: block;
+
                margin: auto;  
margin: 5px 15px;
+
                padding: 15px 5px;
width: 95%;
+
                background-color: #f2f2f2;  
font-weight:bold;
+
            }
}
+
  
 +
            .judges-will-not-evaluate {
 +
                border: 4px solid #72c9b6;
 +
                display: block;
 +
                margin: 5px 15px;
 +
                width: 95%;
 +
                font-weight:bold;
 +
            }
  
/*STYLING */
 
  
/* styling for the titles */
+
            /*STYLING */
.content_wrapper h1, .content_wrapper h2 {
+
padding:5px 15px;
+
border-bottom:0px;
+
color:#72c9b6;
+
  
}
+
            /* styling for the titles */
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {  
+
            .content_wrapper h1, .content_wrapper h2 {
padding:5px 15px;  
+
                padding:5px 15px;  
border-bottom:0px;  
+
                border-bottom:0px;  
color: #000000;
+
                color:#72c9b6;
}
+
  
 +
            }
 +
            .content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
 +
                padding:5px 15px;
 +
                border-bottom:0px;
 +
                color: #000000; 
 +
            }
  
/* font and text */
 
.content_wrapper p {
 
padding:0px 15px;
 
font-size: 13px;
 
font-family:Tahoma, Geneva, sans-serif;
 
}
 
  
/* Links */
+
            /* font and text */
.content_wrapper a {  
+
            .content_wrapper p {  
font-weight: bold;  
+
                padding:0px 15px;  
text-decoration-color:#72c9b6;
+
                font-size: 13px;
color: #72c9b6;
+
                font-family:Tahoma, Geneva, sans-serif;  
-webkit-transition: all 0.4s ease;
+
            }
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;
+
}
+
  
/* hover for the links */
+
            /* Links */
.content_wrapper a:hover {  
+
            .content_wrapper a {  
text-decoration:none;
+
                font-weight: bold;
color:#000000;
+
                text-decoration-color:#72c9b6;
}
+
                color: #72c9b6;
 +
                -webkit-transition: all 0.4s ease;
 +
                -moz-transition: all 0.4s ease;
 +
                -ms-transition: all 0.4s ease;
 +
                -o-transition: all 0.4s ease;
 +
                transition: all 0.4s ease;
 +
            }
  
/* non numbered lists */
+
            /* hover for the links */
.content_wrapper ul {
+
            .content_wrapper a:hover {  
padding:0px 20px;
+
                text-decoration:none;
font-size: 13px;
+
                color:#000000;
font-family:Tahoma, Geneva, sans-serif;  
+
            }
}
+
  
/* numbered lists */
+
            /* non numbered lists */
.content_wrapper ol {
+
            .content_wrapper ul {
padding:0px;  
+
                padding:0px 20px;
font-size: 13px;
+
                font-size: 13px;
font-family:Tahoma, Geneva, sans-serif;  
+
                font-family:Tahoma, Geneva, sans-serif;  
}
+
            }
  
/* Table */
+
            /* numbered lists */
.content_wrapper table {  
+
            .content_wrapper ol {
width: 97%;  
+
                padding:0px;  
margin:15px 10px;  
+
                font-size: 13px;
border: 1px solid #d3d3d3;
+
                font-family:Tahoma, Geneva, sans-serif;  
border-collapse: collapse;  
+
            }
}
+
  
/* table cells */
+
            /* Table */
.content_wrapper td {  
+
            .content_wrapper table {  
padding: 10px;
+
                width: 97%;  
vertical-align: text-top;  
+
                margin:15px 10px;  
border: 1px solid #d3d3d3;  
+
                border: 1px solid #d3d3d3;  
border-collapse: collapse;  
+
                border-collapse: collapse;  
}
+
            }
  
/* table headers */
+
            /* table cells */
.content_wrapper th {  
+
            .content_wrapper td {  
padding: 10px;  
+
                padding: 10px;
vertical-align: text-top;  
+
                vertical-align: text-top;  
border: 1px solid #d3d3d3;  
+
                border: 1px solid #d3d3d3;  
border-collapse: collapse;  
+
                border-collapse: collapse;  
background-color:#f2f2f2;
+
            }
}
+
  
/* Button class */
+
            /* table headers */
.button_click {  
+
            .content_wrapper th {  
margin: 10px auto;
+
                padding: 10px;  
padding: 15px; width:12%; 
+
                vertical-align: text-top;  
text-align:center;
+
                border: 1px solid #d3d3d3;  
font-weight:bold;  
+
                border-collapse: collapse;  
background-color: #72c9b6;
+
                background-color:#f2f2f2;  
cursor:pointer; 
+
            }
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;  
+
}
+
  
/* button class on hover */
+
            /* Button class */
.button_click:hover {   
+
            .button_click {  
background-color:#000000;  
+
                margin: 10px auto;
color:#72c9b6;
+
                padding: 15px; width:12%;  
}
+
                text-align:center;  
 +
                font-weight:bold;
 +
                background-color: #72c9b6;
 +
                cursor:pointer; 
 +
                -webkit-transition: all 0.4s ease;
 +
                -moz-transition: all 0.4s ease;
 +
                -ms-transition: all 0.4s ease;
 +
                -o-transition: all 0.4s ease;
 +
                transition: all 0.4s ease;
 +
            }
  
/********************************* RESPONSIVE STYLING ********************************/
+
            /* button class on hover */
 +
            .button_click:hover { 
 +
                background-color:#000000;
 +
                color:#72c9b6;
 +
            }
  
/* IF THE SCREEN IS LESS THAN 1000PX */
+
            /********************************* RESPONSIVE STYLING ********************************/
/*
+
@media only screen and (max-width: 1000px) {
+
  
#content {width:100%; }
+
            /* IF THE SCREEN IS LESS THAN 1000PX */
.menu_wrapper {width:15%;}
+
            /*
.content_wrapper {margin-left: 15%;}
+
                    @media only screen and (max-width: 1000px) {
.menu_item {display:block;}
+
           
.icon {display:none;}
+
                            #content {width:100%; }
.highlight {padding:10px 0px;}
+
                            .menu_wrapper {width:15%;}
}
+
                            .content_wrapper {margin-left: 15%;}
 +
                            .menu_item {display:block;}
 +
                            .icon {display:none;}
 +
                            .highlight {padding:10px 0px;}
 +
                    }
 +
           
 +
           
 +
                    /* IF THE SCREEN IS LESS THAN 680PX
  
 +
            @media only screen and (max-width: 680px) {
 +
                .collapsable_menu_control { display:block;}
 +
                .menu_item {display:none;}
 +
                .menu_wrapper { width:100%; height: 15%; position:relative;}
 +
                .content_wrapper {width:100%; margin-left:0px;}
 +
                .column.half_size {width:100%; }
 +
                .column img { width: 100%; padding: 5px 0px;}
 +
                .icon {display:block;}
 +
                .highlight {padding:15px 5px;}
 +
            }
  
/* IF THE SCREEN IS LESS THAN 680PX */
+
            */
 
+
@media only screen and (max-width: 680px) {
+
.collapsable_menu_control { display:block;}
+
.menu_item {display:none;}
+
.menu_wrapper { width:100%; height: 15%; position:relative;}
+
.content_wrapper {width:100%; margin-left:0px;}
+
.column.half_size {width:100%; }
+
.column img { width: 100%; padding: 5px 0px;}
+
.icon {display:block;}
+
.highlight {padding:15px 5px;}
+
}
+
 
+
*/
+
  
/********************THIS IS MINE*************/
+
            /********************THIS IS MINE*************/
/*css for main menu*/
+
            /*css for main menu*/
 
             html{
 
             html{
                overflow-x: hidden;
+
                overflow-x: hidden;
 
             }
 
             }
 
             body {
 
             body {
Line 455: Line 455:
 
             }
 
             }
 
             .dropdown-menu{
 
             .dropdown-menu{
            top: 100%;
+
                top: 100%;
 
             }
 
             }
 
             @media (min-width: 979px) {
 
             @media (min-width: 979px) {
Line 491: Line 491:
 
                 font-weight: 400;
 
                 font-weight: 400;
 
                 white-space: nowrap;
 
                 white-space: nowrap;
            }
+
            }
            .dropdown-menu{
+
            .dropdown-menu{
 
                 top: 99%;
 
                 top: 99%;
 
                 border-radius: 10px;
 
                 border-radius: 10px;
            }
+
            }
 
             .back-to-top {
 
             .back-to-top {
 
                 position: fixed;
 
                 position: fixed;
Line 597: Line 597:
 
                 background-color: #FCEDCF;
 
                 background-color: #FCEDCF;
 
             }
 
             }
           
+
 
 
             .bigAssHeader{
 
             .bigAssHeader{
 
                 font-size: 60px;
 
                 font-size: 60px;
Line 659: Line 659:
 
                 margin-left: 35%;
 
                 margin-left: 35%;
 
             }
 
             }
/*
+
            /*
            p.helpName{
+
                        p.helpName{
                font-size: 105%;
+
                            font-size: 105%;
            }
+
                        }
*/
+
            */
 
             p.helpDesc{
 
             p.helpDesc{
 
                 font-size: 90%;
 
                 font-size: 90%;
Line 682: Line 682:
 
             .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
 
             .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
 
                 color: #262626;
 
                 color: #262626;
            /* text-decoration: none; */
+
                /* text-decoration: none; */
 
                 background-color: #f5f5f5;
 
                 background-color: #f5f5f5;
 
                 border-radius: 7px;
 
                 border-radius: 7px;
            }
+
            }
            .homeBack{
+
            .homeBack{
                width: 100%;
+
                width: 100%;
                padding-top: 1%;
+
                padding-top: 1%;
            }
+
            }
/*************ProjectPage***************/
+
            /*************ProjectPage***************/
 
             .projectColor{
 
             .projectColor{
 
                 background-color: #CB99C9;
 
                 background-color: #CB99C9;
Line 814: Line 814:
 
                 padding-bottom: 5%;
 
                 padding-bottom: 5%;
 
             }
 
             }
#BusinessPlanAnchorsContainerList{
+
            #BusinessPlanAnchorsContainerList{
padding-left: 5%;
+
                padding-left: 5%;
}
+
            }
/**************TEAM PAGE****************/
+
            /**************TEAM PAGE****************/
 
             @media (max-width: 979px){
 
             @media (max-width: 979px){
 
                 .HoverMe img{
 
                 .HoverMe img{
Line 832: Line 832:
 
                 }  
 
                 }  
 
             }
 
             }
.footerColor{
+
            .footerColor{
position: relative;
+
                position: relative;
z-index: 10;
+
                z-index: 10;
}
+
            }
 
             .outPhotosLine{
 
             .outPhotosLine{
 
                 position: fixed;
 
                 position: fixed;
Line 1,180: Line 1,180:
 
                 font-size: 90%;
 
                 font-size: 90%;
 
             }
 
             }
/******************Achievments**********************************************/
+
            /******************Achievments**********************************************/
 
             .AchievmentsPic{
 
             .AchievmentsPic{
 
                 width: 100%;
 
                 width: 100%;
Line 1,210: Line 1,210:
 
                 padding-top: 3%;
 
                 padding-top: 3%;
 
             }
 
             }
/***********************NoteBook************************/
+
            /***********************NoteBook************************/
 
             .calendar{
 
             .calendar{
 
                 width: 100%;
 
                 width: 100%;
Line 1,216: Line 1,216:
 
             }
 
             }
 
             .calendar_row{
 
             .calendar_row{
               
+
 
 
             }
 
             }
 
             .calendar_table{
 
             .calendar_table{
Line 1,306: Line 1,306:
 
                 padding-top: 7%;
 
                 padding-top: 7%;
 
             }
 
             }
/****************Entrepreneurship************************/
+
            /****************Entrepreneurship************************/
 
             .EntrepreneurshipPic{
 
             .EntrepreneurshipPic{
 
                 width: 100%;
 
                 width: 100%;
Line 1,337: Line 1,337:
 
             }
 
             }
 
/******addings beacuse of igem**********/
 
/******addings beacuse of igem**********/
.mw-content-ltr ul, .mw-content-rtl, .mw-content-ltr ul {
+
                .mw-content-ltr ul, .mw-content-rtl, .mw-content-ltr ul {
    margin: 0 0 0 0;
+
                    margin: 0 0 0 0;
}
+
                }
.menu-wrapper p{
+
                .menu-wrapper p{
display: none;
+
                    display: none;
}
+
                }
.visualClear {
+
                .visualClear {
    display: none;
+
                    display: none;
}
+
                }
p {
+
                p {
    margin: 0 0 0 0;
+
                    margin: 0 0 0 0;
        /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
+
                    /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
font-size: 16px;
+
                    font-size: 16px;
font-style: normal;
+
                    font-style: normal;
font-variant: normal;
+
                    font-variant: normal;
font-weight: 400;
+
                    font-weight: 400;
        line-height: 2;
+
                    line-height: 2;
}
+
                }
        ol{
+
                ol{
        /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
+
                    /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
font-size: 16px;
+
                    font-size: 16px;
font-style: normal;
+
                    font-style: normal;
font-variant: normal;
+
                    font-variant: normal;
font-weight: 400;
+
                    font-weight: 400;
line-height: 20px;
+
                    line-height: 20px;
}
+
                }
#globalWrapper{
+
                #globalWrapper{
font-size: 100%;
+
                    font-size: 100%;
padding-bottom: 0;
+
                    padding-bottom: 0;
}
+
                }
.logo_2016{
+
                .logo_2016{
display: none;
+
                    display: none;
}
+
                }
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5{
+
                #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5{
margin-top: 10px;
+
                    margin-top: 10px;
margin-bottom: 10px;
+
                    margin-bottom: 10px;
padding-top: 0;
+
                    padding-top: 0;
padding-bottom: 0;
+
                    padding-bottom: 0;
}
+
                }
#bodyContent a[href ^="https://"], .link-https{
+
                #bodyContent a[href ^="https://"], .link-https{
padding-right: 0;
+
                    padding-right: 0;
}
+
                }
a:visited{
+
                a:visited{
color: #337ab7;
+
                    color: #337ab7;
}
+
                }
</style>
+
            </style>
</head>
+
        </head>
  
  
  
  
<!--- THIS IS WHERE THE HTML BEGINS --->
+
        <!--- THIS IS WHERE THE HTML BEGINS --->
  
  
<!-- This tells the browser that your page is responsive -->
+
        <!-- This tells the browser that your page is responsive -->
  
  
       
 
  
  
<div class="menu_wrapper" >
 
<!--
 
 
 
 
<div class="collapsable_menu_control"> MENU ▤ </div>
 
 
<ul id="accordion" class="accordion">
 
 
<li class="menu_item"> <a href="https://2016.igem.org/Team:BGU_ISRAEL">HOME </a> </li>
 
 
 
<li class="menu_item"> <div class="icon plus"></div> TEAM
 
<ul class="submenu">
 
<li> <a href=" https://2016.igem.org/Team:BGU_ISRAEL/Team"> Team  </a> </li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Collaborations">★  Collaborations </a> </li>
 
                    </ul>
 
                </li>
 
 
<li class="menu_item"> <div class="icon plus"></div> PROJECT 
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Description"> ★  Description </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Design"> ★ Design </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Experiments"> Experiments </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Proof"> ★ Proof of Concept </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Demonstrate"> ★ Demonstrate </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Results"> Results </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Notebook"> Notebook </a></li>
 
                    </ul>
 
                </li>
 
 
<li class="menu_item"> <div class="icon plus"></div> PARTS 
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Parts">Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Basic_Part"> ★ Basic Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Composite_Part"> ★ Composite Parts </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Part_Collection"> ★ Part Collection </a></li>
 
                    </ul>
 
                </li>
 
 
 
<li class="menu_item"> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Safety"> SAFETY </a> </li>
 
 
 
<li class="menu_item"> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Attributions">★  ATTRIBUTIONS </a></li>
 
 
 
<li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES
 
<ul class="submenu">
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Human_Practices"> Human Practices </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/HP/Silver">★ Silver </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/HP/Gold">★ Gold </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Integrated_Practices"> ★ Integrated Practices </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Engagement">★ Engagement </a></li>
 
                    </ul>
 
                </li>
 
 
 
<li class="menu_item"> <div class="icon plus"></div> AWARDS
 
<ul class="submenu">
 
<li><a href="https://2016.igem.org/Team:BGU_ISRAEL/Entrepreneurship"> ★ Entrepreneurship </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Hardware"> ★ Hardware </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Software">★ Software </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Measurement">★  Measurement </a></li>
 
<li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Model">★ Model </a></li>
 
 
                    </ul>
 
                </li>
 
</ul>
 
 
</div>
 
-->
 
  
 +
        <div class="menu_wrapper" ></div>
 +
            <!--
 +
           
 +
           
 +
           
 +
                    <div class="collapsable_menu_control"> MENU ▤ </div>
 +
           
 +
                    <ul id="accordion" class="accordion">
 +
           
 +
                            <li class="menu_item"> <a href="https://2016.igem.org/Team:BGU_ISRAEL">HOME </a> </li>
 +
           
 +
           
 +
                            <li class="menu_item"> <div class="icon plus"></div> TEAM
 +
                                    <ul class="submenu">
 +
                                            <li> <a href=" https://2016.igem.org/Team:BGU_ISRAEL/Team"> Team  </a> </li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Collaborations">★  Collaborations </a> </li>
 +
                                    </ul>
 +
                            </li>
 +
           
 +
                            <li class="menu_item"> <div class="icon plus"></div> PROJECT 
 +
                                    <ul class="submenu">
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Description"> ★  Description </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Design"> ★ Design </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Experiments"> Experiments </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Proof"> ★ Proof of Concept </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Demonstrate"> ★ Demonstrate </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Results"> Results </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Notebook"> Notebook </a></li>
 +
                                    </ul>
 +
                            </li>
 +
           
 +
                            <li class="menu_item"> <div class="icon plus"></div> PARTS 
 +
                                    <ul class="submenu">
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Parts">Parts </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Basic_Part"> ★ Basic Parts </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Composite_Part"> ★ Composite Parts </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Part_Collection"> ★ Part Collection </a></li>
 +
                                    </ul>
 +
                            </li>
 +
           
 +
           
 +
                            <li class="menu_item"> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Safety"> SAFETY </a> </li>
 +
           
 +
           
 +
                            <li class="menu_item"> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Attributions">★  ATTRIBUTIONS </a></li>
 +
           
 +
           
 +
                            <li class="menu_item"> <div class="icon plus"></div> HUMAN PRACTICES
 +
                                    <ul class="submenu">
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Human_Practices"> Human Practices </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/HP/Silver">★ Silver </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/HP/Gold">★ Gold </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Integrated_Practices"> ★ Integrated Practices </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Engagement">★ Engagement </a></li>
 +
                                    </ul>
 +
                            </li>
 +
           
 +
           
 +
                            <li class="menu_item"> <div class="icon plus"></div> AWARDS
 +
                                    <ul class="submenu">
 +
                                            <li><a href="https://2016.igem.org/Team:BGU_ISRAEL/Entrepreneurship"> ★ Entrepreneurship </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Hardware"> ★ Hardware </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Software">★ Software </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Measurement">★  Measurement </a></li>
 +
                                            <li> <a href="https://2016.igem.org/Team:BGU_ISRAEL/Model">★ Model </a></li>
 +
           
 +
                                    </ul>
 +
                            </li>
 +
                    </ul>
 +
           
 +
            </div>
 +
            -->
  
  
  
<script>
 
  
// This is the jquery part of your template.  Try not modify any of this code since it makes your menu work.
+
            <script>
  
$(document).ready(function() {
+
            // This is the jquery part of your template.  Try not modify any of this code since it makes your menu work.
  
$("#HQ_page").attr('id','');
+
                $(document).ready(function () {
+
  
if ( wgPageName.substring( 0,  8) == "Template")  {  // if the page is a template it displays the full name in a single line
+
                    $("#HQ_page").attr('id', '');
$("#team_name").html( wgPageName );  
+
}
+
  
else if (  ( (wgPageName.match(/\//g) || []).length ) == 0 ) {  // if it is the home page , just print the team's name
 
$("#team_name").html( wgPageName.substring( 5, wgPageName.length ) );
 
}
 
  
else {
+
                    if (wgPageName.substring(0, 8) == "Template") {  // if the page is a template it displays the full name in a single line
// this adds the team's name as an h1
+
                        $("#team_name").html(wgPageName);
$("#team_name").html( wgPageName.substring( 5 , wgPageName.indexOf("/") ) );  
+
                    } else if (((wgPageName.match(/\//g) || []).length) == 0) {  // if it is the home page , just print the team's name
 +
                        $("#team_name").html(wgPageName.substring(5, wgPageName.length));
 +
                    } else {
 +
                        // this adds the team's name as an h1
 +
                        $("#team_name").html(wgPageName.substring(5, wgPageName.indexOf("/")));
  
// this adds the page's title as an h4
+
                        // this adds the page's title as an h4
$("#page_name").html (     ( wgPageName.substring( wgPageName.indexOf("/") + 1, wgPageName.length ) ).replace( /\/|_/g , " ") );
+
                        $("#page_name").html((wgPageName.substring(wgPageName.indexOf("/") + 1, wgPageName.length)).replace(/\/|_/g, " "));
}
+
                    }
  
  
  
  
$('#accordion').find('.menu_item').click(function(){
+
                    $('#accordion').find('.menu_item').click(function () {
  
//Expand or collapse this panel
+
                        //Expand or collapse this panel
submenu = $(this).find('.submenu');
+
                        submenu = $(this).find('.submenu');
submenu.toggle();
+
                        submenu.toggle();
  
icon = $(this).find('.icon');
+
                        icon = $(this).find('.icon');
  
if ( !$( submenu ).is(':visible') ) {
+
                        if (!$(submenu).is(':visible')) {
icon.removeClass("less").addClass("plus");
+
                            icon.removeClass("less").addClass("plus");
}
+
                        } else {
else {
+
                            icon.removeClass("plus").addClass("less");
icon.removeClass("plus").addClass("less");
+
                        }
}
+
  
//Hide the other panels
+
                        //Hide the other panels
$(".submenu").not(submenu).hide();
+
                        $(".submenu").not(submenu).hide();
$(".icon").not(icon).removeClass("less").addClass("plus");
+
                        $(".icon").not(icon).removeClass("less").addClass("plus");
});
+
                    });
  
  
$(".collapsable_menu_control").click(function() {
+
                    $(".collapsable_menu_control").click(function () {
$(".menu_item").toggle();
+
                        $(".menu_item").toggle();
});
+
                    });
  
$( window ).resize(function() {
+
                    $(window).resize(function () {
$(".menu_item").show();
+
                        $(".menu_item").show();
});
+
                    });
  
  
});
+
                });
  
  
  
  
</script>
+
            </script>
  
</html>
+
    </html>

Revision as of 13:52, 17 October 2016

PlastiCure