Team:TU Eindhoven/Style:Footer

From 2014.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 1: Line 1:
 +
/* Start Initialization */
 +
 +
p {
 +
  margin:0;
 +
}
 +
 +
/* Start Initialization */
 +
 +
 +
/* Start Removing iGEM Style */
/* Start Removing iGEM Style */
Line 31: Line 41:
/* Start Customizing iGEM Footer */
/* Start Customizing iGEM Footer */
-
.Footer{
+
.Footer {
   background:url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');
   background:url('https://static.igem.org/mediawiki/2014/b/b9/Footer_bg_TU_Eindhoven.png');
-
   height:auto
+
   width: auto;
-
  margin-bottom:-10px;
+
   padding: 2% 4%;
-
   z-index:100;
+
}
}
-
.footer1{
+
.FooterContent {
-
padding: 2% 2%;
+
  height:21px;
 +
  width:auto;
}
}
-
#toTop {
+
 
-
display: none;
+
.Design {
-
z-index:2;
+
  float:left;
-
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;
+
}
}
-
.copy{
+
 
-
float:left;
+
.Design p{
 +
  font-size: 14px;
 +
  color: #c9c9c9;
}
}
-
.copy p{
+
 
-
font-size: 0.6em;
+
.Design p a{
-
line-height: 1.8em;
+
  color:#ffffff;
-
color: #c9c9c9;
+
  -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;
}
}
-
.copy p a{
+
 
-
color:#ffffff;
+
.Design p a:hover{
-
-webkit-transition: all 0.3s ease-in-out;
+
  color: #00BAC6;
-
-moz-transition: all 0.3s ease-in-out;
+
  text-decoration: none;
-
-o-transition: all 0.3s ease-in-out;
+
-
transition: all 0.3s ease-in-out;
+
-
}
+
-
.copy p a:hover{
+
-
color: #00BAC6;
+
-
        text-decoration: none;
+
}
}
-
.copyright{
+
.Facebook{
-
float:right;
+
  float:right;
-
        padding-right:1%
+
}
}
-
.copyright p{
+
 
-
font-size: 0.6em;
+
#toTop {
-
line-height: 1.8em;
+
  display: none;
-
color: #c9c9c9;
+
  z-index:100;
-
}
+
  text-decoration: none;
-
.copyright p a{
+
  position: fixed;
-
color:#ffffff;
+
  bottom: 10px;
-
-webkit-transition: all 0.3s ease-in-out;
+
  right: 10px;
-
-moz-transition: all 0.3s ease-in-out;
+
  overflow: hidden;
-
-o-transition: all 0.3s ease-in-out;
+
  width: 32px;
-
transition: all 0.3s ease-in-out;
+
  height: 32px;
-
}
+
  border: none;
-
.copyright p a:hover{
+
  text-indent: 100%;
-
color: #00BAC6;
+
  background: url('https://static.igem.org/mediawiki/2014/7/76/Top_TU_Eindhoven.jpg') no-repeat right top;
-
        text-decoration: none;
+
}
}

Latest revision as of 20:20, 2 September 2014

/* Start Initialization */

p {

  margin:0;

}

/* Start Initialization */


/* 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');
  width: auto;
  padding: 2% 4%;

}

.FooterContent {

  height:21px;
  width:auto;

}

.Design {

  float:left;

}

.Design p{

  font-size: 14px;
  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;

}

  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;

}