Difference between revisions of "Template:Wageningen UR/TestCSS"

 
(4 intermediate revisions by the same user not shown)
Line 39: Line 39:
  
 
.main_wrapper {
 
.main_wrapper {
 +
    background-color: #bdbdbd;
 
 
 
}
 
}
Line 48: Line 49:
 
width: 100%;
 
width: 100%;
 
height: 120px;
 
height: 120px;
background-color: #7FFFD4;
+
background-color: #80ccff;
 
         text-align: center;
 
         text-align: center;
 
}
 
}
Line 64: Line 65:
  
 
.left {
 
.left {
width: 15%;
+
width: 10%;
 
height: 100%;
 
height: 100%;
 
float:left;
 
float:left;
 +
        background-color: #bdbdbd;
 
}
 
}
  
  
 
.center {
 
.center {
width: 70%;
+
width: 80%;
 
min-width: 800px;
 
min-width: 800px;
 
display: inline-block;
 
display: inline-block;
Line 80: Line 82:
 
width: 100%;
 
width: 100%;
 
height: 80px;
 
height: 80px;
background-color: #00BFFF;
+
background-color: #9fd9ff;
 
overflow: hidden;
 
overflow: hidden;
  
Line 133: Line 135:
  
 
.right {
 
.right {
width: 15%;
+
width: 10%;
 
height: 100%;
 
height: 100%;
 
float:right;
 
float:right;
 +
        background-color: #bdbdbd;
 
}
 
}
  
 
.footer {
 
.footer {
         position:absolute;
+
         position:fixed;
 
clear: both;
 
clear: both;
 
   bottom: 0px;
 
   bottom: 0px;

Latest revision as of 18:09, 1 May 2017