Difference between revisions of "Team:TECHNION-ISRAEL/example 2"

Line 16: Line 16:
 
         <!-- ===================Basic Bootstrap's CSS and JS=================== -->
 
         <!-- ===================Basic Bootstrap's CSS and JS=================== -->
 
             <!-- Our wiki CSS -->
 
             <!-- Our wiki CSS -->
                 <link rel="stylesheet" type="text/css" https://2017.igem.org/Team:TECHNION-ISRAEL/CSS?action=raw&ctype=css"/> rel="stylesheet">
+
                 <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/CSS?action=raw&ctype=text"/> rel="stylesheet">
  
 
<style>
 
<style>
 +
 +
/* Navbar */
 +
 +
.some-padding {
 +
  padding-top: 20px;
 +
}
 +
 +
 +
/*adds necessary spacing to the navbar so links display correctly below the black iGEM navbar */
 +
 +
.navbar-default {
 +
  background-color: white;
 +
  border-color: rgba(255, 255, 255, 0.3);
 +
  font-family: 'Quicksand', sans-serif;
 +
  font-weight: 300;
 +
  -webkit-transition: all 0.35s;
 +
  -moz-transition: all 0.35s;
 +
  transition: all 0.35s;
 +
}
 +
 +
 +
/*NavBar Imperial iGEM Information*/
 +
 +
.navbar-default .navbar-header .navbar-brand {
 +
  color: #52658F;
 +
  font-family: 'Quicksand', sans-serif;
 +
  font-weight: bold;
 +
  font-size: 22px;
 +
  display: inline-block;
 +
}
 +
 +
 +
/*Changes colour of the Imperial iGEM logo in the navbar.*/
 +
 +
.navbar-default .navbar-header .navbar-brand:hover,
 +
.navbar-default .navbar-header .navbar-brand:focus {
 +
  color: #52658F;
 +
}
 +
 +
.navbar-default .navbar-header .navbar-toggle {
 +
  font-family: 'Quicksand', sans-serif;
 +
  font-weight: 400;
 +
  font-size: 14px;
 +
  color: #333A56;
 +
  text-transform: uppercase;
 +
}
 +
 +
.navbar-default .nav > li > a,
 +
.navbar-default .nav > li > a:focus {
 +
  text-transform: uppercase;
 +
  font-family: 'Quicksand', sans-serif;
 +
  font-weight: 400;
 +
  font-size: 14px;
 +
  color: #222222;
 +
}
 +
 +
.navbar-default .nav > li > a:hover,
 +
.navbar-default .nav > li > a:focus:hover {
 +
  color: #333A56;
 +
}
 +
 +
.navbar-default .nav > li.active > a,
 +
.navbar-default .nav > li.active > a:focus {
 +
  color: #333A56 !important;
 +
  background-color: white;
 +
}
 +
 +
.navbar-default .nav > li.active > a:hover,
 +
.navbar-default .nav > li.active > a:focus:hover {
 +
  background-color: white;
 +
}
 +
 +
.navbar-default .navbar-toggle {
 +
  border: none;
 +
}
 +
 +
.navbar-default .dropdown-menu > li > a:hover,
 +
.navbar-default .dropdown-menu > li > a:focus {
 +
  background-color: #F7F5E6;
 +
  color: #333A56;
 +
}
 +
 +
.navbar-default .dropdown-menu {
 +
  border: none;
 +
  outline: none;
 +
  font-family: 'Quicksand', sans-serif;
 +
  text-transform: uppercase;
 +
  font-weight: 400 !important;
 +
  font-size: 13.2px !important;
 +
  color: #222222;
 +
}
 +
 +
#sitelinks a {
 +
  display: inline-block;
 +
  border: 3px solid #fff;
 +
  color: #fff;
 +
  padding: 10px 20px;
 +
  margin: 10px
 +
}
  
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/
 
/********************************* DEFAULT WIKI SETTINGS  ********************************/

Revision as of 19:06, 11 September 2017

Tolegen, by iGEM Technion 2017 rel="stylesheet">