Difference between revisions of "Template:IIT Delhi"

Line 1: Line 1:
<!-- Declare that you are going to use html code instead of wiki code -->
+
{{Template_All_Teams}}
 +
 
 
<html>
 
<html>
  
<!-- Start of CSS-->
 
<style type="text/css">
 
  
/* WIKI SETTINGS*/
+
<style>
+
/* Hide first heading */
+
.firstHeading {
+
display: none;
+
}
+
/*--------------Global/content start----------------*/
+
#content { /*-- changes default wiki settings --*/
+
width: 100%;
+
border: 0px;
+
margin: 0px;
+
padding: 0px;
+
  
}
 
  
 
/*-- Remove borders, float content left and remove padding/margin */
 
#globalWrapper, #content{
 
background-color: transparent;
 
border: 0px;
 
float: left;
 
margin:0px;
 
padding: 0px;
 
}
 
  
/*left align Black Menu Bar */
 
#top_menu_inside {
 
margin-left: 20px;
 
}
 
  
  
  
<style>
 
@charset "UTF-8";
 
 
/* WIKI SETTINGS*/
 
 
 
.navbar {
 
position:fixed;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
 
top:100px;
 
left:0px;
 
height:50px;
 
width:100%;
 
margin:0;
 
padding:0;
 
z-index:999;
 
background-color: #333;
 
overflow:visible;
 
}
 
  
  
.toppad
+
#tourimg{
{
+
   display:none;
   padding-top:100px;
+
  width:300px;
   padding-bottom: 0px;
+
  height:80px;
 +
  margin-top:2%;
 +
  margin-left:82.5%;
 +
  position:absolute;
 +
   z-index:9999;
 
}
 
}
  
.bggg
+
#spanimg{
{
+
   position:fixed;
   background-image: url("https://static.igem.org/mediawiki/2017/c/c9/T--IIT_Delhi--background.png");
+
   margin-top:0%;
   padding-left: 300px;
+
   margin-left:-1%;
   padding-right: 300px;
+
   height:150px;
   min-height: 800px;
+
  width:150px;
    background-attachment: fixed;
+
   opacity:1;
    background-position: center;
+
   z-index:999;
    background-repeat: no-repeat;
+
   background-size: cover;
+
   padding-bottom: 0px;
+
 
}
 
}
.width-max
+
ul.ldd_menu a{
{
+
  text-decoration:none;
width:100%;
+
height: auto;
+
 
}
 
}
 +
ul.ldd_menu > li{
 +
 +
  position:fixed;
 +
  margin-left:-2%;
 +
  width:150px;
 +
  z-index: 9999;
 +
  height:150px;
 +
  border-radius:0 0 190px 0;
 +
  transition-delay: 300ms;
  
.navbar a {
 
    float: left;
 
    font-size: 16px;
 
    color: white;
 
    text-align: center;
 
    padding: 14px 16px;
 
    text-decoration: none;
 
 
}
 
}
  
.dropdown {
+
ul.ldd_menu > li:hover{
    float: left;
+
  width:100%;
    overflow: hidden;
+
    transition-delay: 0ms;
    z-index: 101;
+
}
+
  
.dropdown .dropbtn {
 
    font-size: 16px;   
 
    border: none;
 
    outline: none;
 
    color: white;
 
    padding: 18px 16px;
 
    background-color: inherit;
 
    z-index: 101;
 
 
}
 
}
 
+
.ldd_submenu ul{
.navbar a:hover, .dropdown:hover .dropbtn {
+
  margin-left:4%;
    background-color: red;
+
}
    z-index: 101;
+
.ldd_submenu ul li{
 +
  padding-bottom:3%;
 
}
 
}
 +
ul.ldd_menu > li > span{
 +
  float:right;
 +
  z-index:-1000;
 +
  position:absolute;
 +
  margin-left:0%;
 +
  width:0%;
 +
  height:100%;
 +
  font-size:100%;
 +
  color:green;
 +
  opacity:0;
 +
  background-color:white;
 +
  height:100%;   
 +
  line-height:100%;
 +
  cursor:default;
 +
  padding:0px 20px;
 +
  border-radius:0 0 190px 0;
 +
  text-shadow:0px 0px 1px #CCC;
  
.dropdown-content {
 
    display: none;
 
    position: absolute;
 
    background-color: #f9f9f9;
 
    min-width: 160px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 101;
 
}
 
.dropdown-content-big {
 
    display: none;
 
    position: absolute;
 
    background-color: #f9f9f9;
 
    min-width: 200px;
 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 
    z-index: 101;
 
}
 
.dropdown-content a {
 
    float: none;
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
    text-align: left;
 
    z-index: 101;
 
 
}
 
}
  
.dropdown-content a:hover {
+
 
    background-color: #ddd;
+
.sub_wrap{
    z-index: 101;
+
width: 2500px;
}
+
margin: 0 auto 0 auto;
.dropdown-content-big a {
+
background-color: #000;
    float: none;
+
    color: black;
+
    padding: 12px 16px;
+
    text-decoration: none;
+
    display: block;
+
    text-align: left;
+
    z-index: 101;
+
 
}
 
}
  
.dropdown-content-big a:hover {
+
ul.ldd_menu ul{
    background-color: #ddd;
+
list-style:none;
    z-index: 101;
+
display: inline-block;
 +
border-left:1px dotted #FFF;
 +
padding-top: 10px;
 +
padding-right: 5px;
 +
padding-bottom: 10px;
 +
padding-left: 10px;
 
}
 
}
  
.dropdown:hover .dropdown-content {
+
ul.ldd_menu .ldd_submenu{
    display: block;
+
position:absolute;
    z-index: 101;
+
top:50px;
 +
width:100%;
 +
display:none;
 +
opacity:0.90;
 +
font-size:10px;
 +
background-color: #fff;
 
}
 
}
.dropdown:hover .dropdown-content-big {
+
a.ldd_subfoot{
    display: block;
+
background-color:#f0f0f0;
    z-index: 101;
+
color:#444;
 +
display:block;
 +
clear:both;
 +
padding:15px 20px;
 +
font-family: Arial, serif;
 +
font-size:10px;
 +
text-shadow:0px 0px 1px #fff;
 +
-moz-box-shadow:0px 0px 2px #777 inset;
 +
-webkit-box-shadow:0px 0px 2px #777 inset;
 +
-box-shadow:0px 0px 2px #777 inset;
 
}
 
}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
 
.igem_iitd-hover-opacity {cursor: pointer;}
 
 
.igem_iitd-black,.igem_iitd-hover-black:hover{color:#fff!important;background-color:#000!important}
 
.igem_iitd-padding-64{padding-top:64px!important;padding-bottom:64px!important}
 
.igem_iitd-hover-opacity-off:hover{opacity:1}
 
.igem_iitd-button:hover{color:#000!important;background-color:#ccc!important}
 
.igem_iitd-light-grey,.igem_iitd-hover-light-grey:hover,.igem_iitd-light-gray,.igem_iitd-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
 
.igem_iitd-margin-right{margin-right:16px!important}
 
.igem_iitd-button:hover{color:#000!important;background-color:#ccc!important}
 
  
.right_menu{
+
ul.ldd_menu ul li a{
    float: right;
+
font-family: Arial, serif;
    text-align: right;
+
font-size:12px;
    width: auto;
+
line-height:20px;
    margin-right: 60px;
+
color:#000;
 +
padding:1px 3px;
 
}
 
}
.backbody {
+
ul.ldd_menu ul li a:hover{
    background-image: url("1.png");
+
background:#FF3300;
    min-height: 800px;
+
    background-attachment: fixed;
+
    background-position: center;
+
    background-repeat: no-repeat;
+
    background-size: cover;
+
    opacity: 0.4;
+
        position: absolute;
+
    left: 0px;
+
    top: 0px;
+
    bottom: 0px;
+
    z-index: -1;
+
}
+
body {
+
    background-color: black;
+
 
}
 
}
  
@font-face {
+
li.ldd_heading a{
  font-family: 'Lato';
+
   color:#fff !imporatant;
  font-style: normal;
+
  font-weight: 300;
+
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v14/IY9HZVvI1cMoAHxvl0w9LVKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
+
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
+
}
+
/* latin */
+
@font-face {
+
   font-family: 'Lato';
+
  font-style: normal;
+
  font-weight: 300;
+
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v14/22JRxvfANxSmnAhzbFH8PgLUuEpTyoUstqEm5AMlJo4.woff2) format('woff2');
+
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
+
}
+
/* latin-ext */
+
@font-face {
+
  font-family: 'Lato';
+
  font-style: normal;
+
  font-weight: 400;
+
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v14/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
+
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
+
 
}
 
}
/* latin */
+
li.ldd_heading{
@font-face {
+
   border:solid 1px black;
   font-family: 'Lato';
+
  border-radius:5px 0 8px 0;
   font-style: normal;
+
   background-color:#0F93FC;
   font-weight: 400;
+
   font-family: Georgia, serif;
   src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v14/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
+
   color:white !important;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
+
  margin-bottom:5px;
 +
font-size: 13px;
 +
font-style: italic;
 +
color:#FF3300;
 +
text-shadow:0px 0px 1px #B03E23;
 +
padding:5px 0px 5px 0px;
 
}
 
}
</style>
 
  
body {
 
background: #fff;
 
}
 
  
body, input, select, textarea {
 
color: #444;
 
font-family: "Lato", Helvetica, sans-serif;
 
font-size: 15pt;
 
font-weight: 300;
 
line-height: 1.65em;
 
}
 
  
a {
 
color: #4dac71;
 
text-decoration: underline;
 
}
 
  
a:hover {
 
text-decoration: none;
 
}
 
  
strong, b {
 
color: #eee;
 
font-weight: 400;
 
}
 
  
em, i {
 
font-style: italic;
 
}
 
  
p {
 
margin: 0 0 2em 0;
 
}
 
  
h1, h2, h3, h4, h5, h6 {
 
color: #666;
 
font-weight: 300;
 
line-height: 1em;
 
margin: 0 0 1em 0;
 
}
 
  
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
 
color: inherit;
 
text-decoration: none;
 
}
 
  
h2 {
 
font-size: 1.75em;
 
line-height: 1.5em;
 
}
 
  
h3 {
 
font-size: 1.35em;
 
line-height: 1.5em;
 
}
 
  
h4 {
 
font-size: 1.1em;
 
line-height: 1.5em;
 
}
 
  
h5 {
 
font-size: 0.9em;
 
line-height: 1.5em;
 
}
 
  
h6 {
 
font-size: 0.7em;
 
line-height: 1.5em;
 
}
 
  
sub {
 
font-size: 0.8em;
 
position: relative;
 
top: 0.5em;
 
}
 
  
sup {
 
font-size: 0.8em;
 
position: relative;
 
top: -0.5em;
 
}
 
  
hr {
 
border: 0;
 
border-bottom: medium 1px rgba(144, 144, 144, 0.25);
 
margin: 2em 0;
 
}
 
  
hr.major {
 
margin: 3em 0;
 
}
 
  
blockquote {
 
border-left: solid 4px rgba(144, 144, 144, 0.25);
 
font-style: italic;
 
margin: 0 0 2em 0;
 
padding: 0.5em 0 0.5em 2em;
 
}
 
  
code {
 
background: rgba(144, 144, 144, 0.075);
 
border-radius: 4px;
 
border: solid 1px rgba(144, 144, 144, 0.25);
 
font-family: "Courier New", monospace;
 
font-size: 0.9em;
 
margin: 0 0.25em;
 
padding: 0.25em 0.65em;
 
}
 
  
pre {
 
-webkit-overflow-scrolling: touch;
 
font-family: "Courier New", monospace;
 
font-size: 0.9em;
 
margin: 0 0 2em 0;
 
}
 
  
pre code {
 
display: block;
 
line-height: 1.75em;
 
padding: 1em 1.5em;
 
overflow-x: auto;
 
}
 
  
.align-left {
 
text-align: left;
 
}
 
  
.align-center {
 
text-align: center;
 
}
 
  
.align-right {
 
text-align: right;
 
}
 
  
/* Section/Article */
 
  
section.special, article.special {
+
/*--------------General end-----------------*/
text-align: center;
+
}
+
  
header p {
+
/*--------------Global/content start----------------*/
position: relative;
+
#content { /*-- changes default wiki settings --*/
margin: 0 0 1.5em 0;
+
width: 100%;  
}
+
height: 100%;
 +
border: 0px;
 +
margin: 0px;
 +
padding: 0px;
  
header h2 + p {
+
}
font-size: 1.25em;
+
margin-top: -1em;
+
line-height: 1.5em;
+
}
+
  
header h3 + p {
 
font-size: 1.1em;
 
margin-top: -0.8em;
 
line-height: 1.5em;
 
}
 
  
header h4 + p,
+
/*--------------Global end------------------*/
header h5 + p,
+
header h6 + p {
+
font-size: 0.9em;
+
margin-top: -0.6em;
+
line-height: 1.5em;
+
}
+
  
header.major {
 
text-align: center;
 
margin-bottom: 3em;
 
}
 
  
header.major h2 {
+
body{
font-size: 3em;
+
  margin:0;
}
+
  padding:0;
 +
  background-image:url("https://static.igem.org/mediawiki/2015/6/67/IITDwikipages_background.jpg");
 +
  background-size:100% 100%;
 +
 
 +
}
  
header.major p {
+
.iconshome{
border-top: medium double rgba(144, 144, 144, 0.25);
+
  position:absolute;
display: inline-block;
+
  width:7%;
padding: 2em 2em 0 2em;
+
  -webkit-transition: all 1s ease;
}
+
  -moz-transition: all 1s ease;
 +
  -o-transition: all 1s ease;
 +
  transition all 1s ease:
 +
}
 +
.iconActive{
 +
  width:10%;
 +
}
  
/* Form */
 
  
form {
+
</style> <!-- End of CSS -->
margin: 0 0 2em 0;
+
<body>
}
+
  <div id="homeWrapper">
 +
    <div id="homeContent">
  
label {
 
color: #666;
 
display: block;
 
font-size: 0.9em;
 
font-weight: 400;
 
margin: 0 0 1em 0;
 
}
 
  
input[type="text"],
 
input[type="password"],
 
input[type="email"],
 
select,
 
textarea {
 
-moz-appearance: none;
 
-webkit-appearance: none;
 
-o-appearance: none;
 
-ms-appearance: none;
 
appearance: none;
 
background: rgba(144, 144, 144, 0.075);
 
border-radius: 4px;
 
border: none;
 
border: solid 1px rgba(144, 144, 144, 0.25);
 
color: inherit;
 
display: block;
 
outline: 0;
 
padding: 0 1em;
 
text-decoration: none;
 
width: 100%;
 
}
 
  
input[type="text"]:invalid,
 
input[type="password"]:invalid,
 
input[type="email"]:invalid,
 
select:invalid,
 
textarea:invalid {
 
box-shadow: none;
 
}
 
  
input[type="text"]:focus,
 
input[type="password"]:focus,
 
input[type="email"]:focus,
 
select:focus,
 
textarea:focus {
 
border-color: #4dac71;
 
box-shadow: 0 0 0 1px #4dac71;
 
}
 
  
.select-wrapper {
 
text-decoration: none;
 
display: block;
 
position: relative;
 
}
 
  
.select-wrapper:before {
 
content: "";
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
font-family: FontAwesome;
 
font-style: normal;
 
font-weight: normal;
 
text-transform: none !important;
 
}
 
  
.select-wrapper:before {
 
color: rgba(144, 144, 144, 0.25);
 
display: block;
 
height: 2.75em;
 
line-height: 2.75em;
 
pointer-events: none;
 
position: absolute;
 
right: 0;
 
text-align: center;
 
top: 0;
 
width: 2.75em;
 
}
 
  
.select-wrapper select::-ms-expand {
 
display: none;
 
}
 
  
input[type="text"],
 
input[type="password"],
 
input[type="email"],
 
select {
 
height: 2.75em;
 
}
 
  
textarea {
+
<!--------------------------------code for site map-------------------------------->
padding: 0.75em 1em;
+
<!---------------TOUR CANCELLED------------------------->
}
+
  
input[type="checkbox"],
+
<div id="tour">
input[type="radio"] {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/tour"><img id="tourimg" src="https://static.igem.org/mediawiki/2015/1/11/IITDigem_tour.png"></a>
-moz-appearance: none;
+
  </div>
-webkit-appearance: none;
+
-o-appearance: none;
+
-ms-appearance: none;
+
appearance: none;
+
display: block;
+
float: left;
+
margin-right: -2em;
+
opacity: 0;
+
width: 1em;
+
z-index: -1;
+
}
+
  
input[type="checkbox"] + label,
 
input[type="radio"] + label {
 
text-decoration: none;
 
color: #444;
 
cursor: pointer;
 
display: inline-block;
 
font-size: 1em;
 
font-weight: 300;
 
padding-left: 2.4em;
 
padding-right: 0.75em;
 
position: relative;
 
}
 
  
input[type="checkbox"] + label:before,
+
<!---------------TOUR CANCELLED------------------------->
input[type="radio"] + label:before {
+
-moz-osx-font-smoothing: grayscale;
+
-webkit-font-smoothing: antialiased;
+
font-family: FontAwesome;
+
font-style: normal;
+
font-weight: normal;
+
text-transform: none !important;
+
}
+
  
input[type="checkbox"] + label:before,
+
<div id="tour">
input[type="radio"] + label:before {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/tour"><img id="tourimg" src="https://static.igem.org/mediawiki/2015/1/11/IITDigem_tour.png"></a>
background: rgba(144, 144, 144, 0.075);
+
  </div>
border-radius: 4px;
+
border: solid 1px rgba(144, 144, 144, 0.25);
+
content: '';
+
display: inline-block;
+
height: 1.65em;
+
left: 0;
+
line-height: 1.58125em;
+
position: absolute;
+
text-align: center;
+
top: 0;
+
width: 1.65em;
+
}
+
  
input[type="checkbox"]:checked + label:before,
+
<!---------------TOUR CANCELLED------------------------->
input[type="radio"]:checked + label:before {
+
<!-------------Span sitemap image--------->
background: #3ba666;
+
<img id="spanimg" src="https://static.igem.org/mediawiki/2015/d/de/IITDSitemap1.png">           
border-color: #3ba666;
+
<!------------Span sitemap image---------->
color: #ffffff;
+
  <div class="box">
content: '\f00c';
+
    <ul id="ldd_menu" class="ldd_menu" style="position:absolute;">
}
+
      <li>
 +
        <span id="site">SiteMap</span>
 +
        <!---
 +
        <img id="spanimg" src="https://static.igem.org/mediawiki/2015/6/6b/IITDSitemap.png">         
 +
          -->
 +
          <div class="ldd_submenu">
 +
            <ul>
 +
      <li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/abstract">ABSTRACT</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/abstract#ourproject">OUR PROJECT</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/abstract#categories">CATEGORIES</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/abstract#sponsors">SPONSORS</a></li>
 +
              <li><a href="#"></a></li>
 +
              <li><a href="#"></a></li>
 +
          </ul>
 +
            <ul>
 +
      <li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/project">PROJECT</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/project#research">RESEARCH</a></li>
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/project#prototype">PROTOTYPE</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/project#conclusion">CONCLUSION</a></li>
 +
            <li><a href="#"></a></li>
 +
                <li><a href="#"></a></li>
 +
            </ul>
 +
            <ul>
 +
      <li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/notebook">NOTEBOOK</a></li>
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/notebook#summary/">SUMMARY</a></li>
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/notebook#timeline">TIMELINE</a></li>
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/notebook#album">ALBUM</a></li>
 +
              <li><a href="#"></a></li>
 +
              <li><a href="#"></a></li>
 +
            </ul>
 +
            <ul>
 +
<li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/results">RESULTS</a></li>
 +
<li><a href="https://2015.igem.org/Team:IIT_Delhi/results#parts">PARTS SUBMITTED</a></li>
 +
<li><a href="https://2015.igem.org/Team:IIT_Delhi/results#judging">JUDGING CRITERION</a></li>
 +
                <li><a href="https://2015.igem.org/Team:IIT_Delhi/results#attributions">ATTRIBUTIONS</a></li>
 +
                <li><a href="#"></a></li>
 +
                <li><a href="#"></a></li>
 +
    </ul>
 +
    <ul>
 +
      <li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/modelling">MODELLING</a></li>
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/modelling#introduction">INTRODUCTION</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/modelling#mathematical">MATHEMATICAL MODEL</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/modelling#simulation">SIMULATION</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/modelling#interpretation">INTERPRETATION</a></li>
 +
              <li><a href="#"></a></li>
 +
    </ul>
 +
            <ul>
 +
      <li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/team">TEAM<a/></li>
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/team#ourstory">OUR STORY</a></li>
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/team#mentors">MENTORS</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/team#members">MEMBERS</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/team#carpediem">CARPE DIEM</a></li>
 +
            <li><a href="#"></a></li>
 +
    </ul>
 +
            <ul>
 +
      <li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/human_practices">ETHICS</a></li>
 +
 +
      <li><a href="https://2015.igem.org/Team:IIT_Delhi/human_practices#collaborations">COLLABORATIONS</a></li>
 +
              <li><a href="https://2015.igem.org/Team:IIT_Delhi/human_practices#outreach">OUTREACH</a></li>
 +
                <li><a href="https://2015.igem.org/Team:IIT_Delhi/human_practices#documentation">POLLUTION</a></li>
 +
                <li><a href="https://2015.igem.org/Team:IIT_Delhi/human_practices#casestudy">CASE STUDY</a></li>
 +
              <li><a href="#"></a></li>
 +
    </ul>
 +
            <ul>
 +
<li class="ldd_heading"><a style="color:white;" href="https://2015.igem.org/Team:IIT_Delhi/ethics">HUMAN PRACTICES</a></li>
 +
                <li><a href="https://2015.igem.org/Team:IIT_Delhi/ethics#orientation">ORIENTATION</a></li>
 +
<li><a href="https://2015.igem.org/Team:IIT_Delhi/ethics#openhouse">OPEN HOUSE</a></li>
 +
                <li><a href="https://2015.igem.org/Team:IIT_Delhi/ethics#tryst">TRYST</a></li>
 +
<li><a href="https://2015.igem.org/Team:IIT_Delhi/ethics#surveys">SURVEYS</a></li>
 +
                <li><a href="#"></a></li>
 +
    </ul>
 +
    </div>
 +
  </li>
 +
</ul>
 +
      </div>
 +
  
input[type="checkbox"]:focus + label:before,
 
input[type="radio"]:focus + label:before {
 
border-color: #4dac71;
 
box-shadow: 0 0 0 1px #4dac71;
 
}
 
  
input[type="checkbox"] + label:before {
 
border-radius: 4px;
 
}
 
  
input[type="radio"] + label:before {
 
border-radius: 100%;
 
}
 
  
::-webkit-input-placeholder {
 
color: #888 !important;
 
opacity: 1.0;
 
}
 
  
:-moz-placeholder {
 
color: #888 !important;
 
opacity: 1.0;
 
}
 
  
::-moz-placeholder {
 
color: #888 !important;
 
opacity: 1.0;
 
}
 
  
:-ms-input-placeholder {
 
color: #888 !important;
 
opacity: 1.0;
 
}
 
  
.formerize-placeholder {
 
color: #888 !important;
 
opacity: 1.0;
 
}
 
  
/* Box */
 
  
.box {
 
border-radius: 4px;
 
border: solid 1px rgba(144, 144, 144, 0.25);
 
margin-bottom: 2em;
 
padding: 1.5em;
 
}
 
  
.box > :last-child,
 
.box > :last-child > :last-child,
 
.box > :last-child > :last-child > :last-child {
 
margin-bottom: 0;
 
}
 
  
.box.alt {
 
border: 0;
 
border-radius: 0;
 
padding: 0;
 
}
 
  
/* Icon */
 
  
.icon {
 
text-decoration: none;
 
border-bottom: none;
 
position: relative;
 
}
 
  
.icon:before {
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
font-family: FontAwesome;
 
font-style: normal;
 
font-weight: normal;
 
text-transform: none !important;
 
}
 
  
.icon > .label {
 
display: none;
 
}
 
  
.icon.rounded {
 
border-radius: 100%;
 
border: 1px solid #4dac71;
 
display: inline-block;
 
height: 2em;
 
line-height: 2em;
 
text-align: center;
 
width: 2em;
 
}
 
  
.icon.rounded.big {
 
font-size: 3.5em;
 
}
 
  
/* Image */
 
  
.image {
 
border-radius: 4px;
 
border: 0;
 
display: inline-block;
 
position: relative;
 
}
 
  
.image img {
 
border-radius: 4px;
 
display: block;
 
}
 
  
.image.left {
 
float: left;
 
padding: 0 1.5em 1em 0;
 
top: 0.25em;
 
}
 
  
.image.right {
 
float: right;
 
padding: 0 0 1em 1.5em;
 
top: 0.25em;
 
}
 
  
.image.left, .image.right {
 
max-width: 40%;
 
}
 
  
.image.left img, .image.right img {
 
width: 100%;
 
}
 
  
.image.fit {
 
display: block;
 
margin: 0 0 2em 0;
 
width: 100%;
 
}
 
  
.image.fit img {
 
width: 100%;
 
}
 
  
/* List */
 
  
ol {
+
  <img style="position:absolute;width:100%;z-index:-5;" src="https://static.igem.org/mediawiki/2015/6/68/IITDwikihome_background1.jpg">
list-style: decimal;
+
  <nav style="border:solid 1px black;">
margin: 0 0 2em 0;
+
padding-left: 1.25em;
+
}
+
  
ol li {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/abstract"><img class="iconshome iconsl" id="icon1" style="margin-top:4%; margin-left:10%;" src="https://static.igem.org/mediawiki/2015/6/6a/IITDabstract.png"></a>
padding-left: 0.25em;
+
}
+
  
ul {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/modelling"><img class="iconshome" id="icon2" style="margin-top:4%; margin-left:83%;" src="https://static.igem.org/mediawiki/2015/b/b9/IITDmodelling1.png"></a>
list-style: disc;
+
margin: 0 0 2em 0;
+
padding-left: 1em;
+
}
+
  
ul li {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/project"><img class="iconshome iconsl" id="icon3" style="margin-top:14%; margin-left:6%;" src="https://static.igem.org/mediawiki/2015/2/2f/IITDproject1.png"></a>
padding-left: 0.5em;
+
}
+
  
ul.alt {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/team"><img class="iconshome" id="icon4" style="margin-top:14%; margin-left:87%;" src="https://static.igem.org/mediawiki/2015/0/01/Team1iitd.png"></a>
list-style: none;
+
padding-left: 0;
+
}
+
  
ul.alt li {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/notebook"><img class="iconshome iconsl" id="icon5" style="margin-top:25%; margin-left:6%;" src="https://static.igem.org/mediawiki/2015/e/ee/Notebook_iitd.png"></a>
border-top: solid 1px rgba(144, 144, 144, 0.25);
+
padding: 0.8em 0;
+
}
+
  
ul.alt li:first-child {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/human_practices"><img class="iconshome" id="icon6" style="margin-top:25%; margin-left:86.5%;" src="https://static.igem.org/mediawiki/2015/2/27/IITDhp.png"></a>
border-top: 0;
+
padding-top: 0;
+
}
+
  
ul.icons {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/results"><img class="iconshome iconsl" id="icon7" style="margin-top:36%; margin-left:9%;" src="https://static.igem.org/mediawiki/2015/0/0b/Results1_iitd.png"></a>
cursor: default;
+
list-style: none;
+
padding-left: 0;
+
}
+
  
ul.icons li {
+
    <a href="https://2015.igem.org/Team:IIT_Delhi/ethics"><img class="iconshome" id="icon8" style="margin-top:36%; margin-left:84%;" src="https://static.igem.org/mediawiki/2015/5/51/Ethics1_iitd.png"></a>
display: inline-block;
+
  </nav>
padding: 0 1em 0 0;
+
    </div>
}
+
</div>
 +
     
 +
  <script>
 +
    $(document).ready(function(){
 +
$("#icon1").hover(
 +
        function(){
 +
          $(this).css("margin-top","2.5%");
 +
          $(this).css("margin-left","8.5%");
 +
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
  
ul.icons li:last-child {
+
          $(this).css("margin-top","4%");
padding-right: 0;
+
          $(this).css("margin-left","10%");
}
+
          $(this).removeClass("iconActive");
 +
        }
 +
      );
 +
     
 +
$("#icon2").hover(
 +
        function(){
 +
          $(this).css("margin-top","2.5%");
 +
          $(this).css("margin-left","81.5%");
 +
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
 +
          $(this).css("margin-top","4%");
 +
          $(this).css("margin-left","83%");
 +
          $(this).removeClass("iconActive");
 +
        }
 +
      );
 +
$("#icon3").hover(
 +
        function(){
 +
          $(this).css("margin-top","12.5%");
 +
          $(this).css("margin-left","4.5%");
 +
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
 +
          $(this).css("margin-top","14%");
 +
          $(this).css("margin-left","6%");
 +
          $(this).removeClass("iconActive");
 +
        }
 +
      );
 +
$("#icon4").hover(
 +
        function(){
 +
          $(this).css("margin-top","12.5%");
 +
          $(this).css("margin-left","85.5%");
 +
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
 +
          $(this).css("margin-top","14%");
 +
          $(this).css("margin-left","87%");
 +
          $(this).removeClass("iconActive");
 +
        }
 +
      );
  
ul.actions {
+
$("#icon5").hover(
cursor: default;
+
        function(){
list-style: none;
+
          $(this).css("margin-top","23.5%");
padding-left: 0;
+
          $(this).css("margin-left","4.5%");
}
+
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
 +
          $(this).css("margin-top","25%");
 +
          $(this).css("margin-left","6%");
 +
          $(this).removeClass("iconActive");
 +
        }
 +
      );
 +
$("#icon6").hover(
 +
        function(){
 +
          $(this).css("margin-top","23.5%");
 +
          $(this).css("margin-left","85%");
 +
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
 +
          $(this).css("margin-top","25%");
 +
          $(this).css("margin-left","86.5%");
 +
          $(this).removeClass("iconActive");
 +
        }
 +
      );
  
ul.actions li {
+
$("#icon7").hover(
display: inline-block;
+
        function(){
padding: 0 1em 0 0;
+
          $(this).css("margin-top","34.5%");
vertical-align: middle;
+
          $(this).css("margin-left","7.5%");
}
+
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
 +
          $(this).css("margin-top","36%");
 +
          $(this).css("margin-left","9%");
 +
          $(this).removeClass("iconActive");
 +
        }
 +
      );
 +
$("#icon8").hover(
 +
        function(){
 +
          $(this).css("margin-top","34.5%");
 +
          $(this).css("margin-left","82.5%");
 +
          $(this).addClass("iconActive");
 +
        },
 +
        function(){
 +
          $(this).css("margin-top","36%");
 +
          $(this).css("margin-left","84%");
 +
          $(this).removeClass("iconActive");
 +
        }
 +
      );
 +
    });
 +
  </script>         
 +
     
  
ul.actions li:last-child {
 
padding-right: 0;
 
}
 
  
ul.actions.small li {
 
padding: 0 0.5em 0 0;
 
}
 
  
ul.actions.vertical li {
 
display: block;
 
padding: 1em 0 0 0;
 
}
 
  
ul.actions.vertical li:first-child {
 
padding-top: 0;
 
}
 
  
ul.actions.vertical li > * {
 
margin-bottom: 0;
 
}
 
  
ul.actions.vertical.small li {
 
padding: 0.5em 0 0 0;
 
}
 
  
ul.actions.vertical.small li:first-child {
 
padding-top: 0;
 
}
 
  
ul.actions.fit {
 
display: table;
 
margin-left: -1em;
 
padding: 0;
 
table-layout: fixed;
 
width: calc(100% + 1em);
 
}
 
  
ul.actions.fit li {
+
<script>
display: table-cell;
+
$(document).ready(function(){
padding: 0 0 0 1em;
+
alert("Any page in one click:Use Sitemap");
}
+
/**
 
+
* the menu
ul.actions.fit li > * {
+
*/
margin-bottom: 0;
+
var $menu = $('#ldd_menu');
}
+
 
+
/**
ul.actions.fit.small {
+
* for each list element,
margin-left: -0.5em;
+
* we show the submenu when hovering and
width: calc(100% + 0.5em);
+
* expand the span element (title) to 510px
}
+
*/
 
+
$menu.children('li').each(function(){
ul.actions.fit.small li {
+
var $this = $(this);
padding: 0 0 0 0.5em;
+
var $span = $this.children('span');
}
+
$span.data('width',$span.width());
 
+
ul.tabular {
+
$this.bind('mouseenter',function(){
list-style: outside none none;
+
$menu.find('.ldd_submenu').stop(true,true).hide();
padding: 0px;
+
$span.stop().animate({'width':'10%'},200,function(){
}
+
$this.find('.ldd_submenu').slideDown(400);
 
+
});
ul.tabular li {
+
}).bind('mouseleave',function(){
border-top: solid 1px rgba(144, 144, 144, 0.25);
+
/**$this.find('.ldd_submenu').stop(true,true).hide(); */
line-height: 1.75em;
+
$span.stop().animate({'width':$span.data('width')+'px'},300);
margin: 1.5em 0px 0px;
+
$this.find('.ldd_submenu').slideUp(400);
padding-left: 7em;
+
});
padding-top: 12px;
+
});
position: relative;
+
            });
}
+
 
+
//ipad and iphone fix
ul.tabular li:first-child {
+
if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
border-top: 0;
+
    $(" #ldd_menu li a").click(function(){
margin-top: 0;
+
        //we just need to attach a click event listener to provoke iPhone/iPod/iPad's hover event
}
+
        //strange
 
+
    });
ul.tabular li h3 {
+
}
left: 0px;
+
</script>
position: absolute;
+
text-align: center;
+
top: 12px;
+
vertical-align: top;
+
width: 1em;
+
}
+
 
+
dl {
+
margin: 0 0 2em 0;
+
}
+
 
+
/* Table */
+
 
+
.table-wrapper {
+
-webkit-overflow-scrolling: touch;
+
overflow-x: auto;
+
}
+
 
+
table {
+
margin: 0 0 2em 0;
+
width: 100%;
+
}
+
 
+
table tbody tr {
+
border: solid 1px rgba(144, 144, 144, 0.25);
+
border-left: 0;
+
border-right: 0;
+
}
+
 
+
table tbody tr:nth-child(2n + 1) {
+
background-color: rgba(144, 144, 144, 0.075);
+
}
+
 
+
table td {
+
padding: 0.75em 0.75em;
+
}
+
 
+
table th {
+
color: #666;
+
font-size: 0.9em;
+
font-weight: 400;
+
padding: 0 0.75em 0.75em 0.75em;
+
text-align: left;
+
}
+
 
+
table thead {
+
border-bottom: solid 0px rgba(144, 144, 144, 0.25);
+
}
+
 
+
table tfoot {
+
border-top: solid 2px rgba(144, 144, 144, 0.25);
+
}
+
 
+
table.alt {
+
border-collapse: separate;
+
}
+
 
+
table.alt tbody tr td {
+
border: solid 1px rgba(144, 144, 144, 0.25);
+
border-left-width: 0;
+
border-top-width: 0;
+
}
+
 
+
table.alt tbody tr td:first-child {
+
border-left-width: 1px;
+
}
+
 
+
table.alt tbody tr:first-child td {
+
border-top-width: 1px;
+
}
+
 
+
table.alt thead {
+
border-bottom: 0;
+
}
+
 
+
table.alt tfoot {
+
border-top: 0;
+
}
+
 
+
/* Button */
+
 
+
input[type="submit"],
+
input[type="reset"],
+
input[type="button"],
+
.button {
+
-moz-appearance: none;
+
-webkit-appearance: none;
+
-o-appearance: none;
+
-ms-appearance: none;
+
appearance: none;
+
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
+
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
+
-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
+
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
+
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
+
background-color: #3ba666;
+
border-radius: 4px;
+
border: 0;
+
color: #ffffff !important;
+
cursor: pointer;
+
display: inline-block;
+
font-weight: 400;
+
height: 2.85em;
+
line-height: 2.8em;
+
padding: 0 2em;
+
text-align: center;
+
text-decoration: none;
+
white-space: nowrap;
+
}
+
 
+
input[type="submit"]:hover,
+
input[type="reset"]:hover,
+
input[type="button"]:hover,
+
.button:hover {
+
background-color: #42b972;
+
}
+
 
+
input[type="submit"]:active,
+
input[type="reset"]:active,
+
input[type="button"]:active,
+
.button:active {
+
background-color: #34935a;
+
}
+
 
+
input[type="submit"].icon,
+
input[type="reset"].icon,
+
input[type="button"].icon,
+
.button.icon {
+
padding-left: 1.35em;
+
}
+
 
+
input[type="submit"].icon:before,
+
input[type="reset"].icon:before,
+
input[type="button"].icon:before,
+
.button.icon:before {
+
margin-right: 0.5em;
+
}
+
 
+
input[type="submit"].fit,
+
input[type="reset"].fit,
+
input[type="button"].fit,
+
.button.fit {
+
display: block;
+
margin: 0 0 1em 0;
+
width: 100%;
+
}
+
 
+
input[type="submit"].small,
+
input[type="reset"].small,
+
input[type="button"].small,
+
.button.small {
+
font-size: 0.8em;
+
}
+
 
+
input[type="submit"].big,
+
input[type="reset"].big,
+
input[type="button"].big,
+
.button.big {
+
font-size: 1.35em;
+
}
+
 
+
input[type="submit"].alt,
+
input[type="reset"].alt,
+
input[type="button"].alt,
+
.button.alt {
+
background-color: transparent;
+
box-shadow: inset 0 0 0 2px rgba(144, 144, 144, 0.25);
+
color: #666 !important;
+
}
+
 
+
input[type="submit"].alt:hover,
+
input[type="reset"].alt:hover,
+
input[type="button"].alt:hover,
+
.button.alt:hover {
+
background-color: rgba(144, 144, 144, 0.075);
+
}
+
 
+
input[type="submit"].alt:active,
+
input[type="reset"].alt:active,
+
input[type="button"].alt:active,
+
.button.alt:active {
+
background-color: rgba(144, 144, 144, 0.2);
+
}
+
 
+
input[type="submit"].alt.icon:before,
+
input[type="reset"].alt.icon:before,
+
input[type="button"].alt.icon:before,
+
.button.alt.icon:before {
+
color: #888;
+
}
+
 
+
input[type="submit"].special,
+
input[type="reset"].special,
+
input[type="button"].special,
+
.button.special {
+
background-color: #4dac71;
+
color: #ffffff !important;
+
}
+
 
+
input[type="submit"].special:hover,
+
input[type="reset"].special:hover,
+
input[type="button"].special:hover,
+
.button.special:hover {
+
background-color: #5cb67e;
+
}
+
 
+
input[type="submit"].special:active,
+
input[type="reset"].special:active,
+
input[type="button"].special:active,
+
.button.special:active {
+
background-color: #459a65;
+
}
+
 
+
input[type="submit"].disabled, input[type="submit"]:disabled,
+
input[type="reset"].disabled,
+
input[type="reset"]:disabled,
+
input[type="button"].disabled,
+
input[type="button"]:disabled,
+
.button.disabled,
+
.button:disabled {
+
background-color: #444 !important;
+
box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
+
color: #fff !important;
+
cursor: default;
+
opacity: 0.25;
+
}
+
 
+
/* Header */
+
 
+
body.landing #header {
+
background-color: transparent;
+
left: 0;
+
position: absolute;
+
top: 0;
+
}
+
 
+
#header {
+
background-color: #202222;
+
color: #ffffff;
+
cursor: default;
+
height: 4.75em;
+
line-height: 4.75em;
+
width: 100%;
+
z-index: 10000;
+
}
+
 
+
#header h1 {
+
color: #ffffff;
+
height: inherit;
+
left: 2.5em;
+
line-height: inherit;
+
margin: 0;
+
padding: 0;
+
position: absolute;
+
top: 0;
+
}
+
 
+
#header h1 a {
+
font-size: 1.25em;
+
}
+
 
+
#header nav {
+
height: inherit;
+
line-height: inherit;
+
position: absolute;
+
right: 2.75em;
+
top: 0;
+
vertical-align: middle;
+
}
+
 
+
#header nav > ul {
+
list-style: none;
+
margin: 0;
+
padding-left: 0;
+
}
+
 
+
#header nav > ul > li {
+
border-radius: 4px;
+
display: inline-block;
+
margin-left: 1.5em;
+
padding-left: 0;
+
}
+
 
+
#header nav > ul > li a {
+
-moz-transition: color 0.2s ease-in-out;
+
-webkit-transition: color 0.2s ease-in-out;
+
-o-transition: color 0.2s ease-in-out;
+
-ms-transition: color 0.2s ease-in-out;
+
transition: color 0.2s ease-in-out;
+
color: #cee8d8;
+
display: inline-block;
+
text-decoration: none;
+
}
+
 
+
#header nav > ul > li a:hover {
+
color: #ffffff;
+
}
+
 
+
#header nav > ul > li:first-child {
+
margin-left: 0;
+
}
+
 
+
#header nav > ul > li .button {
+
height: 2.25em;
+
line-height: 2.25em;
+
margin-bottom: 0;
+
padding: 0 1em;
+
position: relative;
+
top: -0.075em;
+
vertical-align: middle;
+
}
+
 
+
#header .container {
+
position: relative;
+
}
+
 
+
#header .container h1 {
+
left: 0;
+
}
+
 
+
#header .container nav {
+
right: 0;
+
}
+
 
+
/* Banner */
+
 
+
#banner {
+
background: url("../images/banner.jpg") ;
+
 
+
background-position: center;
+
background-repeat: no-repeat;
+
background-size: cover;
+
color: #ffffff;
+
padding: 41em 0em 1em;
+
text-align: center;
+
 
+
}
+
 
+
#banner h2 {
+
color: #ffffff;
+
font-size: 3em;
+
line-height: 1em;
+
margin: 0 0 0.5em 0;
+
padding: 0;
+
}
+
 
+
#banner p {
+
font-size: 1.5em;
+
margin: 1.5em 0 0 0;
+
}
+
 
+
#banner .actions {
+
margin: 3em 0 0 0;
+
}
+
 
+
#banner .button {
+
background-color: transparent;
+
border: 1px solid #ffffff;
+
font-weight: 300;
+
}
+
 
+
#banner .button:hover {
+
background-color: rgba(255, 255, 255, 0.2);
+
}
+
 
+
/* Wrapper */
+
 
+
.wrapper {
+
padding: 3em 0em 4em;
+
}
+
 
+
.wrapper.style1 {
+
background-color: #3ba666;
+
-moz-background-image: linear-gradient(60deg, #4dac71 50%, #3ba666 50%);
+
-webkit-background-image: linear-gradient(60deg, #4dac71 50%, #3ba666 50%);
+
-o-background-image: linear-gradient(60deg, #4dac71 50%, #3ba666 50%);
+
-ms-background-image: linear-gradient(60deg, #4dac71 50%, #3ba666 50%);
+
background-image: linear-gradient(60deg, #4dac71 50%, #3ba666 50%);
+
color: #ffffff;
+
margin-top: 0em;
+
}
+
 
+
.wrapper.style1 header {
+
margin-bottom: 4em;
+
}
+
 
+
.wrapper.style1 h2 {
+
color: #ffffff;
+
}
+
 
+
.wrapper.style1 .icon.big {
+
border-color: #ffffff;
+
margin-bottom: 0.5em;
+
}
+
 
+
.wrapper.style2 .title, .wrapper.style2 header {
+
border-bottom: medium double rgba(144, 144, 144, 0.25);
+
padding-bottom: 1em;
+
}
+
 
+
.wrapper.style2 header {
+
margin-bottom: 4em;
+
}
+
 
+
.wrapper.style2 .feature {
+
margin: 0 0 2em 0;
+
}
+
 
+
/* Footer */
+
 
+
#footer {
+
background: #202222;
+
color: #ddd;
+
padding: 1em 0em 1em;
+
}
+
 
+
#footer h2, #footer h3, #footer h4 {
+
color: #ffffff;
+
}
+
 
+
#footer a {
+
-moz-transition: all 0.2s ease-in-out;
+
-webkit-transition: all 0.2s ease-in-out;
+
-o-transition: all 0.2s ease-in-out;
+
-ms-transition: all 0.2s ease-in-out;
+
transition: all 0.2s ease-in-out;
+
color: #888;
+
}
+
 
+
#footer a:active, #footer a:hover {
+
color: #ffffff;
+
}
+
  
#footer .icons .rounded {
 
border-color: #888;
 
font-size: 1.5em;
 
}
 
  
#footer .icons .rounded:active, #footer .icons .rounded:hover {
 
border-color: #ffffff;
 
}
 
  
#footer .copyright {
 
font-size: 0.9em;
 
margin: 2em 0 0 0;
 
padding: 0;
 
text-align: center;
 
}
 
  
#footer .copyright li {
 
border-left: solid 1px rgba(144, 144, 144, 0.25);
 
display: inline-block;
 
list-style: none;
 
margin-left: 1.5em;
 
padding-left: 1.5em;
 
}
 
  
#footer .copyright li:first-child {
 
border-left: 0;
 
margin-left: 0;
 
padding-left: 0;
 
}
 
  
  
  
</style>
+
</body>
 
</html>
 
</html>

Revision as of 20:21, 27 October 2017