Difference between revisions of "Template:Goettingen/CSS"

Line 188: Line 188:
 
/***************************** FOOTER ********************************/
 
/***************************** FOOTER ********************************/
  
.footer{
+
.footer {
float:left;
+
  position: absolute;
width:690px;
+
  right: 0;
margin:15px 0 30px 0;
+
  bottom: 0;
padding:30px;
+
  left: 0;
background-color:transparent;
+
  padding: 1rem;
border-style:solid;
+
  background-color: #efefef;
border-color:#CCC;
+
  text-align: center;
border-width:1px;
+
        border-radius:4px;
+
}
+
 
+
#footer_old {
+
background:#ffab62;
+
width:100%;
+
height:75px;
+
position:absolute;
+
bottom:0;
+
left:0;
+
 
}
 
}
  

Revision as of 15:35, 3 August 2016