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

 
(11 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<style>
 
<style>
  
 +
      /*Override default CSS*/
 +
#sideMenu, #top_title {display:none;}
 +
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;background-color: transparent;}
 +
body {
 +
    background-color: transparent;
 +
    height: 100%;
 +
}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
    margin-bottom: 0px;
 +
}
  
  
Line 29: Line 39:
  
 
.main_wrapper {
 
.main_wrapper {
 +
    background-color: #bdbdbd;
 
 
 
}
 
}
Line 38: Line 49:
 
width: 100%;
 
width: 100%;
 
height: 120px;
 
height: 120px;
background-color: #7FFFD4;
+
background-color: #80ccff;
 
         text-align: center;
 
         text-align: center;
 
}
 
}
Line 54: 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 70: Line 82:
 
width: 100%;
 
width: 100%;
 
height: 80px;
 
height: 80px;
background-color: #00BFFF;
+
background-color: #9fd9ff;
 
overflow: hidden;
 
overflow: hidden;
  
Line 95: Line 107:
 
.center_middle_box {
 
.center_middle_box {
 
min-height: 540px;
 
min-height: 540px;
 +
        height: 100%;
 
margin-top: 10px;
 
margin-top: 10px;
 
   margin-bottom: 10px;
 
   margin-bottom: 10px;
Line 122: Line 135:
  
 
.right {
 
.right {
width: 15%;
+
width: 10%;
 
height: 100%;
 
height: 100%;
 
float:right;
 
float:right;
 +
        background-color: #bdbdbd;
 
}
 
}
  

Latest revision as of 18:09, 1 May 2017