Team:TU Eindhoven/Style:Footer

From 2014.igem.org

(Difference between revisions)
Line 54: Line 54:
}
}
-
.copy p{
+
.Design p{
   font-size: 10px;
   font-size: 10px;
   line-height: 1pt;
   line-height: 1pt;
Line 60: Line 60:
}
}
-
.copy p a{
+
.Design p a{
color:#ffffff;
color:#ffffff;
-webkit-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
Line 67: Line 67:
transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
}
-
.copy p a:hover{
+
.Design p a:hover{
color: #00BAC6;
color: #00BAC6;
         text-decoration: none;
         text-decoration: none;
}
}
-
.copyright{
+
.Facebook{
float:right;
float:right;
         padding-right:1%
         padding-right:1%
}
}
-
.copyright p{
+
.Facebook p{
font-size: 0.6em;
font-size: 0.6em;
line-height: 1.8em;
line-height: 1.8em;
color: #c9c9c9;
color: #c9c9c9;
}
}
-
.copyright p a{
+
.Facebook p a{
color:#ffffff;
color:#ffffff;
-webkit-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
Line 88: Line 88:
transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
}
-
.copyright p a:hover{
+
.Facebook p a:hover{
color: #00BAC6;
color: #00BAC6;
         text-decoration: none;
         text-decoration: none;
}
}

Revision as of 18:37, 2 September 2014

/* Start Removing iGEM Style */

  1. searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
  display:none;

}

  1. content {
  font-family: 'Open Sans', sans-serif;
  width:auto;
  padding:0px;
  border:none;
  background:none;

}

  1. globalWrapper {
  width:auto;
  padding:0px;

}

  1. top-section {
  height:10%;
  width:100%;
  border:none;
  border-top:none;

}

/* End Removing iGEM Style */


/* Start Customizing iGEM Footer */

.Footer {

  background:url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');
  height:60px;
  width: auto;
  margin-bottom:-10px;
  z-index:100;

}

  1. toTop {
  display: none;
  z-index:100;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: none;
  text-indent: 100%;
  background: url('https://static.igem.org/mediawiki/2014/7/76/Top_TU_Eindhoven.jpg') no-repeat right top;

}

.Design p{

  font-size: 10px;
  line-height: 1pt;
  color: #c9c9c9;

}

.Design p a{ color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .Design p a:hover{ color: #00BAC6;

       text-decoration: none;

}

.Facebook{ float:right;

       padding-right:1%

} .Facebook p{ font-size: 0.6em; line-height: 1.8em; color: #c9c9c9; } .Facebook p a{ color:#ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .Facebook p a:hover{ color: #00BAC6;

       text-decoration: none;

}