Difference between revisions of "Team:Freiburg"

Line 3: Line 3:
 
<html>
 
<html>
 
     <head>
 
     <head>
        <link rel="stylesheet" type="text/css" href="bootstrap-3.3.7-dist/css/bootstrap.css"/>
 
 
         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js" type="text/javascript"></script>
 
         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js" type="text/javascript"></script>
 
         <script type='text/javascript' src ="bootstrap-3.3.7-dist/js/bootstrap.js"></script>
 
         <script type='text/javascript' src ="bootstrap-3.3.7-dist/js/bootstrap.js"></script>
        <link rel="stylesheet" type="text/css" href="css/main.css"/>
 
 
     </head>
 
     </head>
 
     <body>
 
     <body>

Revision as of 12:43, 14 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 */