Difference between revisions of "Template:US AFRL CarrollHS/Layout"

 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<style>
 
<style>
  
 +
<!-- Strip default wiki down --!>
 
<!-- Strip default wiki down --!>
 
<!-- Strip default wiki down --!>
  
Line 14: Line 15:
  
 
#content {
 
#content {
display: none;
+
left: 0px;
 +
height: 100%;
 +
padding:0px;
 +
width:1000px;
 +
margin-top:-7px;
 +
margin-left:0px;}
 +
body {background-color:white;  
 
}
 
}
 +
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {margin-bottom: 0px; }
 +
 +
.mw-body { width:100% !important; }
 +
 +
  
 
<!-- CSS Grid --!>
 
<!-- CSS Grid --!>
Line 21: Line 34:
 
.page {
 
.page {
 
display: grid;
 
display: grid;
width: 100%;
 
 
grid-template-columns: 2fr 1fr 1fr;
 
grid-template-columns: 2fr 1fr 1fr;
 
grid-template-rows: auto 1fr 3fr;
 
grid-template-rows: auto 1fr 3fr;
Line 28: Line 40:
 
"main header header"
 
"main header header"
 
"main sidebar footer";
 
"main sidebar footer";
 +
"background-color:powderblue;"
 
}
 
}
  

Latest revision as of 18:06, 14 June 2018