Difference between revisions of "Team:TU Darmstadt/Templates/Footer"

Line 1: Line 1:
 
<html>
 
<html>
 +
  
 
<style type="text/css">
 
<style type="text/css">
#footerContainer {
+
  #footerContainer {
width: 100%;
+
  width: 100%;
height: 255px;
+
  height: 255px;
font-family: 'Open Sans', Helvetica, sans-serif;
+
  font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 14px;
+
  font-size: 14px;
font-weight: normal;
+
  font-weight: normal;
-webkit-font-smoothing: antialiased;
+
  -webkit-font-smoothing: antialiased;
}
+
  }
  
#footerSponsors {
+
  #footerSponsors {
border-top: 4px solid #0f2a58;
+
  border-top: 4px solid #0f2a58;
padding: 10px 0 10px 0;
+
  padding: 10px 0 10px 0;
background-color: #fff;
+
  background-color: #fff;
height: 200px;
+
  height: 200px;
width: 980px;
+
  width: 980px;
position: relative;
+
  position: relative;
margin-left: auto;
+
  margin-left: auto;
margin-right: auto;
+
  margin-right: auto;
}
+
  }
  
#footerImpressum {
+
  #footerImpressum {
background-color: #0f2a58;
+
  background-color: #0f2a58;
color: #fff;
+
  color: #fff;
width: 100%;
+
  width: 100%;
min-height: 75px;
+
  min-height: 75px;
text-align: center;
+
  text-align: center;
border-top: 4px solid #e6eb14;
+
  border-top: 4px solid #e6eb14;
font-size: 116%;
+
  font-size: 116%;
}
+
  }
  
#footerImpressum a {
+
  #footerImpressum a {
color: #fff;
+
  color: #fff;
text-decoration:none;
+
  text-decoration:none;
font-weight: bold;
+
  font-weight: bold;
}
+
  }
  
/* Sets the style for lists inside menuContainer  */
+
  /* Sets the style for lists inside menuContainer  */
#footerImpressum ul {  
+
  #footerImpressum ul {  
list-style: none;
+
  list-style: none;
margin-left:0px;
+
  margin-left:0px;
}
+
  }
  
/*Styles the list items to become menu buttons */
+
  /*Styles the list items to become menu buttons */
#footerImpressum ul li {  
+
  #footerImpressum ul li {  
text-align: center;
+
  text-align: center;
display: inline;
+
  display: inline;
width: 100%;
+
  width: 100%;
height: 30px;
+
  height: 30px;
padding-right: 20px;
+
  padding-right: 20px;
}
+
  }
  
/*For the menu buttons, changes the color when hovering*/
+
  /*For the menu buttons, changes the color when hovering*/
#footerImpressum li:hover {
+
  #footerImpressum li:hover {
color: #3380f5;
+
  color: #3380f5;
}
+
  }
  
 
                 #footerImpressum a:hover {
 
                 #footerImpressum a:hover {

Revision as of 23:50, 18 September 2015