Difference between revisions of "Team:Freiburg"

Line 2: Line 2:
  
 
<html>
 
<html>
<p>
+
<nav class="navbar navbar-default">
HELLO WORLD
+
  <div class="container-fluid">
</p>
+
    <div class="navbar-header">
 +
      <a class="navbar-brand" href="#">WebSiteName</a>
 +
    </div>
 +
    <ul class="nav navbar-nav">
 +
      <li class="active"><a href="#">Home</a></li>
 +
      <li><a href="#">Page 1</a></li>
 +
      <li><a href="#">Page 2</a></li>
 +
      <li><a href="#">Page 3</a></li>
 +
    </ul>
 +
  </div>
 +
</nav>
 
</html>
 
</html>

Revision as of 16:25, 16 August 2017

/* CUSTOM IGEM FREIBURG 2017 CSS */

/*Override iGEM wiki settings (from https://2016.igem.org/Team:Peshawar/Wiki)*/

  1. sideMenu,
  2. top_title {
   display: none !important;

}

  1. content {
   width: 100vw;
   padding: 0px;
   border: none;
   color: black;
   margin-left: auto;
   margin-right: auto;
   background-color: #fff;
   position: relative;

}

  1. globalWrapper {
   font-size: inherit;
   padding-bottom: 0;

}

  1. top_menu_under {
   height: 0px;

}

ul {

   list-style-image: none; //removes the iGEM wiki bullets

}

/* END OVERWRITE IGEM WIKI SETTINGS */