Difference between revisions of "Template:IIT Kanpur/Footer"

Line 3: Line 3:
 
<style>
 
<style>
  
/* Fonts */
+
/* Fonts  
  
 
@font-face {
 
@font-face {
Line 18: Line 18:
 
     src: url('https://static.igem.org/mediawiki/2017/6/6b/T--IISc-Bangalore--raleway-extrabold.woff') format("woff");
 
     src: url('https://static.igem.org/mediawiki/2017/6/6b/T--IISc-Bangalore--raleway-extrabold.woff') format("woff");
 
}
 
}
 
+
*/
 
/* Code for removing iGEM loader content */
 
/* Code for removing iGEM loader content */
  
Line 102: Line 102:
  
  
.navbar {
 
    overflow: hidden;
 
    padding-right: 60px;
 
    background-color: #ffe97c;
 
    font-family: "Poppins", sans-serif;
 
}
 
 
.navbar a {
 
    float: right;
 
    font-size: 14px;
 
    color: black;
 
    text-align: center;
 
    padding: 14px 16px;
 
    text-decoration: none;
 
}
 
 
.dropdown {
 
    float: right;
 
    overflow: hidden;
 
    z-index: 100;
 
}
 
 
.dropdown .dropbtn, .dropdown a {
 
    font-size: 14.5px;   
 
    border: none;
 
    outline: none;
 
    color: black;
 
    padding: 13px 24px;
 
    font-family: "Poppins", sans-serif;
 
    letter-spacing: 0.05em;
 
}
 
 
.dropbtn {
 
    position: relative;
 
    background-color: rgb(255,255,255);
 
    background-color: #ffe97c;
 
}
 
 
.dropbtn span {
 
    position: absolute;
 
    height: 100%;
 
    width: 100%;
 
    top: 0;
 
    left: 0;
 
}
 
 
.dropbtn a {
 
    padding: 0;
 
    float: none;
 
}
 
 
.navbar a:hover, .dropdown:hover .dropbtn {
 
    background-color: #fff4bd;
 
}
 
 
.dropdown-content {
 
    display: none;
 
    position: absolute;
 
    background-color: #fff4bd;
 
    min-width: 160px;
 
    box-shadow: 0px 13px 10px -2px rgba(0, 0, 0, 0.12);
 
}
 
 
.dropdown-content a {
 
    float: none;
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: block;
 
    text-align: left;
 
    letter-spacing: 0;
 
}
 
 
.dropdown-content a:hover {
 
    background-color: #fffdec;
 
}
 
 
.dropdown:hover .dropdown-content {
 
    display: block;
 
}
 
 
 
#logoImg {
 
    height: 70px;
 
    position: fixed;
 
    top: 20px;
 
    left: 0;
 
    z-index: 2;
 
    background-color: #FFE97C;
 
    border-radius: 0 0 100px 0;
 
    padding: 5px 80px 10px 10px;
 
    border: none;
 
}
 
 
figure img {
 
    display: block;
 
    margin: auto;
 
}
 
 
figurecaption {
 
    text-align: center;
 
    font-style: italic;
 
    display: block;
 
    margin: auto;
 
}
 
  
 
.clearfix::after {
 
.clearfix::after {

Revision as of 13:26, 11 October 2018