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

 
(18 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
#sideMenu, #top_title {display:none;}
 
#sideMenu, #top_title {display:none;}
 
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;background-color: transparent;}
 
#content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;background-color: transparent;}
body {background-color: transparent; }
+
body {
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
    background-color: transparent;
 
+
    height: 100%;
 +
}
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
    margin-bottom: 0px;  
 +
}
  
  
 +
/* set all basic objects to neutral formatting*/
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
 
     margin: 0;
 
     margin: 0;
Line 34: Line 39:
  
 
.main_wrapper {
 
.main_wrapper {
 +
    background-color: #bdbdbd;
 
 
 
}
 
}
Line 43: Line 49:
 
width: 100%;
 
width: 100%;
 
height: 120px;
 
height: 120px;
background-color: #7FFFD4;
+
background-color: #80ccff;
         align-content: center;
+
         text-align: center;
 
}
 
}
  
Line 59: 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 75: Line 82:
 
width: 100%;
 
width: 100%;
 
height: 80px;
 
height: 80px;
background-color: #00BFFF;
+
background-color: #9fd9ff;
 
overflow: hidden;
 
overflow: hidden;
  
Line 93: Line 100:
 
overflow: hidden;
 
overflow: hidden;
 
width: 100%;
 
width: 100%;
min-height: 600px;
+
min-height: 560px;
 
background-color: #00DFFF;
 
background-color: #00DFFF;
  
Line 99: Line 106:
  
 
.center_middle_box {
 
.center_middle_box {
min-height: 580px;
+
min-height: 540px;
 +
        height: 100%;
 
margin-top: 10px;
 
margin-top: 10px;
 
   margin-bottom: 10px;
 
   margin-bottom: 10px;
Line 111: Line 119:
 
overflow: hidden;
 
overflow: hidden;
 
width: 100%;
 
width: 100%;
height: 30px;
+
height: 60px;
 
background-color: #00FFFF;
 
background-color: #00FFFF;
  
Line 117: Line 125:
  
 
.center_footer_box {
 
.center_footer_box {
min-height: 10px;
+
min-height: 40px;
 
margin-top: 10px;
 
margin-top: 10px;
 
   margin-bottom: 10px;
 
   margin-bottom: 10px;
Line 127: Line 135:
  
 
.right {
 
.right {
width: 15%;
+
width: 10%;
 
height: 100%;
 
height: 100%;
 
float:right;
 
float:right;
 +
        background-color: #bdbdbd;
 
}
 
}
  
 
.footer {
 
.footer {
         position:fixed;       
+
         position:fixed;
        padding-top: 32px;
+
 
clear: both;
 
clear: both;
 
   bottom: 0px;
 
   bottom: 0px;
Line 142: Line 150:
 
margin: 0px;
 
margin: 0px;
 
background-color: #DA70D6;
 
background-color: #DA70D6;
         align-content: center;
+
         text-align: center;
 
}
 
}
  

Latest revision as of 18:09, 1 May 2017