Difference between revisions of "Team:IIT Delhi/labs"

 
(23 intermediate revisions by 2 users not shown)
Line 23: Line 23:
 
@import url(font-awesome.min.css);
 
@import url(font-awesome.min.css);
 
@import url("http://fonts.googleapis.com/css?family=Lato:300,400");
 
@import url("http://fonts.googleapis.com/css?family=Lato:300,400");
@import url ("'https://fonts.googleapis.com/css?family=Boogaloo");
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
  
 +
.boogaloo_font
 +
{ font-family:'Boogaloo'}
  
  
 +
.backbody2{
 +
 +
    background-image: url('https://static.igem.org/mediawiki/2017/8/8a/Export_%2846%29.png');
 +
    background-repeat: repeat;
 +
    background-attachment: fixed;
 +
    background-position: center;
  
 +
}
 
#myBtn {
 
#myBtn {
 
   display: none;
 
   display: none;
Line 59: Line 54:
 
   }
 
   }
  
 +
 +
 +
 +
 
#myBtn:hover {
 
#myBtn:hover {
 
   background-color: #555;
 
   background-color: #555;
Line 76: Line 75:
 
height: auto;
 
height: auto;
 
}
 
}
.navbar {
+
 
position:fixed;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
+
top:0px;
+
left:0px;
+
height:28px;
+
width:100%;;
+
margin:0;
+
padding:20px;
+
z-index:999;
+
background-color: #333;
+
overflow:visible;
+
}
+
 
button.accordion:after {
 
button.accordion:after {
 
     content: '+';
 
     content: '+';
Line 124: Line 112:
 
     transition: 0.4s;
 
     transition: 0.4s;
 
     border: 2px solid black;
 
     border: 2px solid black;
     font-family: 'Boogaloo';
+
     font-family: "Times New Roman", Times, serif;
}
+
.h2font {
+
   
+
    color: #444;
+
    font-size: 50px;
+
+
    font-family: 'Boogaloo';
+
}
+
#pfont {
+
   
+
    color: #444;
+
    font-size: 30px;
+
+
    font-family: 'Boogaloo';
+
 
}
 
}
 +
 +
 
button.accordion.active, button.accordion:hover {
 
button.accordion.active, button.accordion:hover {
 
     background-color: #fff;  
 
     background-color: #fff;  
Line 166: Line 142:
 
body, input, select, textarea {
 
body, input, select, textarea {
 
color: #444;
 
color: #444;
font-family: 'Boogaloo', Helvetica, sans-serif;
+
font-family: "Boogaloo", Helvetica, sans-serif;
 
font-size: 15pt;
 
font-size: 15pt;
 
font-weight: 300;
 
font-weight: 300;
Line 337: Line 313:
  
 
header.major p {
 
header.major p {
border-top: thick double rgba(144, 144, 144, 0.25);
+
border-top: medium double rgba(144, 144, 144, 0.25);
 
display: inline-block;
 
display: inline-block;
 
padding: 2em 2em 0 2em;
 
padding: 2em 2em 0 2em;
Line 471: Line 447:
 
-moz-osx-font-smoothing: grayscale;
 
-moz-osx-font-smoothing: grayscale;
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
font-family:'Boogaloo';
+
font-family: 'Boogaloo';
 
font-style: normal;
 
font-style: normal;
 
font-weight: normal;
 
font-weight: normal;
Line 799: Line 775:
  
 
table {
 
table {
margin: 0 0 0em 0;
+
margin: 0 0 2em 0;
 
width: 98.5%;
 
width: 98.5%;
 
}
 
}
  
 
table tbody tr {
 
table tbody tr {
border: solid 0px #000;
+
border: solid 1px #000;
 
border-left: 0;
 
border-left: 0;
 
border-right: 0;
 
border-right: 0;
Line 812: Line 788:
 
background-color: #000;
 
background-color: #000;
 
}
 
}
 
 
.tr2{
 
.tr2{
 
background-color: rgba(82,82,82,0.99);
 
background-color: rgba(82,82,82,0.99);
 
}
 
}
 +
  
 
table td {
 
table td {
Line 834: Line 810:
  
 
table tfoot {
 
table tfoot {
border-top: solid 0.5px rgba(0,0,0, 0.25);
+
border-top: solid 2px rgba(0,0,0, 0.25);
 
}
 
}
  
Line 842: Line 818:
  
 
table.alt tbody tr td {
 
table.alt tbody tr td {
border: solid 0.5px rgba(144, 144, 144, 0.25);
+
border: solid 1px rgba(144, 144, 144, 0.25);
 
border-left-width: 0;
 
border-left-width: 0;
 
border-top-width: 0;
 
border-top-width: 0;
Line 1,111: Line 1,087:
  
 
#banner {
 
#banner {
background: url("https://static.igem.org/mediawiki/2017/8/8d/T--IIT_DELHI--banner_index.jpg") ;
+
background: url("https://static.igem.org/mediawiki/2017/8/80/T--IIT_Delhi--notebook.png") ;
  
 
background-position: center;
 
background-position: center;
Line 1,198: Line 1,174:
 
background: #202222;
 
background: #202222;
 
color: #ddd;
 
color: #ddd;
padding: 1em 0em;
+
padding: 1em 0em 1em;
 
}
 
}
  
Line 1,280: Line 1,256:
 
-webkit-font-smoothing: antialiased;
 
-webkit-font-smoothing: antialiased;
 
}
 
}
 
+
.navbar {
 +
position:fixed;/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
 +
top:0px;
 +
left:0px;
 +
height:68px;
 +
width:100%;
 +
margin:0;
 +
padding:20px;
 +
z-index:999;
 +
background-color: #333;
 +
overflow:visible;
 +
}
  
  
Line 1,331: Line 1,318:
 
     z-index: 101;
 
     z-index: 101;
 
}
 
}
 
 
  .dropbtn1 {
 
  .dropbtn1 {
 
     font-size: 16px;     
 
     font-size: 16px;     
Line 1,341: Line 1,327:
 
     z-index: 101;
 
     z-index: 101;
 
}
 
}
 
 
.navbar a:hover, .dropdown:hover .dropbtn {
 
.navbar a:hover, .dropdown:hover .dropbtn {
 
     background-color: red;
 
     background-color: red;
 
     z-index: 101;
 
     z-index: 101;
 
}
 
}
 
  
 
.dropdown-content {
 
.dropdown-content {
Line 1,418: Line 1,402:
 
     margin-right: 60px;
 
     margin-right: 60px;
 
}
 
}
 
.right_menu1{
 
    float: left;
 
    text-align: left;
 
    width: auto;
 
    margin-right: 60px;
 
}
 
 
 
.backbody {
 
.backbody {
 
     background-image: url("1.png");
 
     background-image: url("1.png");
Line 1,443: Line 1,419:
 
     background-color: black;
 
     background-color: black;
 
}
 
}
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
  
Line 1,542: Line 1,528:
 
   position: relative;
 
   position: relative;
 
   border-radius: 6px;
 
   border-radius: 6px;
 +
  font-family: Boogaloof;
 
}
 
}
  
Line 1,575: Line 1,562:
 
     left: 0%;
 
     left: 0%;
 
   }
 
   }
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
 
</style>
 
</style>
Line 1,686: Line 1,690:
 
<body class="landing .igem_iitd_delhi_body" background-color: black;>
 
<body class="landing .igem_iitd_delhi_body" background-color: black;>
  
 +
 
<!-- Header -->
 
<!-- Header -->
 
 
Line 1,772: Line 1,777:
  
  
<section id="two" class=" align-center">
+
 
 +
 
 +
 
 +
 
 +
 
 +
<section id="two" class=" align-center">
 
<!-- <div class="container backbody"> -->
 
<!-- <div class="container backbody"> -->
 
<div class="backbody2">
 
<div class="backbody2">
Line 1,779: Line 1,789:
 
   <div class="container1 left1">
 
   <div class="container1 left1">
 
     <div class="content1">
 
     <div class="content1">
       <h2>march</h2>
+
       <h2 class="boogaloo_font ">march</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
   <div class="container1 right1">
 
   <div class="container1 right1">
     <div class="content1 " style="overflow:scroll; ">
+
     <div class="content1 boogaloo_font " style="overflow:scroll; ">
       <h2>april</h2>
+
       <h2 class="boogaloo_font ">april</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
Line 1,794: Line 1,804:
 
    
 
    
 
   <div class="container1 left1">
 
   <div class="container1 left1">
     <div class="content1">
+
     <div class="content1 boogaloo_font">
       <h2>may</h2>
+
       <h2 class="boogaloo_font">may</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
   <div class="container1 right1">
 
   <div class="container1 right1">
     <div class="content1">
+
     <div class="content1 boogaloo_font">
       <h2>june</h2>
+
       <h2 class="boogaloo_font ">june</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
 
   </div><div class="container1 left1">
 
   </div><div class="container1 left1">
     <div class="content1">
+
     <div class="content1 boogaloo_font">
       <h2>july</h2>
+
       <h2 class="boogaloo_font ">july</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
   <div class="container1 right1">
 
   <div class="container1 right1">
     <div class="content1">
+
     <div class="content1 boogaloo_font">
       <h2>august</h2>
+
       <h2 class="boogaloo_font ">august</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
 
   </div><div class="container1 left1">
 
   </div><div class="container1 left1">
     <div class="content1">
+
     <div class="content1 boogaloo_font">
       <h2>september</h2>
+
       <h2 class="boogaloo_font ">september</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
   <div class="container1 right1">
 
   <div class="container1 right1">
     <div class="content1">
+
     <div class="content1 boogaloo_font">
       <h2>october</h2>
+
       <h2 class="boogaloo_font ">october</h2>
 
       <p>Lorem ipsum..</p>
 
       <p>Lorem ipsum..</p>
 
     </div>
 
     </div>
Line 1,838: Line 1,848:
  
  
+
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
<!-- Footer -->
 
<!-- Footer -->
 
<footer id="footer">
 
<footer id="footer">
<table  style="font-family:'Lato'; border: 0px solid black; ">
+
<table  style="font-family:'Boogaloo'; border: 0px solid black; ">
 
         <tr align="center"  >
 
         <tr align="center"  >
 
         <td align="center" width="50%" colspan="2" class="tr2"><b>Sponsored By</b></td></tr>
 
         <td align="center" width="50%" colspan="2" class="tr2"><b>Sponsored By</b></td></tr>

Latest revision as of 20:33, 31 October 2017

iGEM IIT Delhi

march

Lorem ipsum..

april

Lorem ipsum..

may

Lorem ipsum..

june

Lorem ipsum..

july

Lorem ipsum..

august

Lorem ipsum..

september

Lorem ipsum..

october

Lorem ipsum..

Sponsored By
Contact Us Address

E-mail: iitd.igem@gmail.com
Undergraduate Laboratory
Department of Biotechnology and Biochemical Engineering, IIT Delhi