Dev/Page

<style>


.content_control::before { content: "▶"; } .content_control.displaying_content::before { content: "▼"; }


.navigation_help {

   float: right;
   width: 20px;
   text-align: center;

margin-left: 10px; }


.navigation_options{ clear:both;

   border-top: 1px solid #d3d3d3;

padding:10px 0px; }

.navigation_options.hide_content { display:none;

}


.test{

   color: #989898;
   font-weight: bold;
   max-width: 200px;
   min-width: 80px;
   font-size: 120%;
   float: left;
   height: 25px;
   padding: 12px 15px 5px 18px;

}

.navigation_wrapper{ float:left; margin-right: 10px; }


</style>




<script> $(document).ready(function() {

$(".navigation_help").click(function(){ $(this).toggleClass("displaying_content"); $(this).parent().next().toggleClass("hide_content"); }); }); </script>


All iGEM 2018 teams are given a namespace on the iGEM 2018 wiki with their team name: 2018.igem.org/Team:Example
Teams are allowed to create and edit pages within their respective team namespace. Teams are not allowed to create or edit pages belonging to another team's namespace.