Difference between revisions of "Team:Oxford/Assets/Style.css"

Line 7: Line 7:
 
                 margin-right:auto;
 
                 margin-right:auto;
 
margin-bottom: 2px;
 
margin-bottom: 2px;
 +
                margin-top: 20px;
 
background-color: #fff;
 
background-color: #fff;
 
border-bottom: 0px solid #565656;
 
border-bottom: 0px solid #565656;
Line 26: Line 27:
 
font-family: 'Avenir', sans-serif;
 
font-family: 'Avenir', sans-serif;
 
}
 
}
 
  
 
.navbar {
 
.navbar {
 
     margin-top: 20px;
 
     margin-top: 20px;
 
}
 
}

Revision as of 20:07, 18 July 2015

  1. mainContainer {

width: 100%;

               height: 100%;

overflow:auto; float:center; margin-left:auto;

               margin-right:auto;

margin-bottom: 2px;

               margin-top: 20px;

background-color: #fff; border-bottom: 0px solid #565656; border-right: 0px solid #565656; border-left: 0px solid #565656; border-top: 10px solid #002147; font-family: 'Avenir', sans-serif; }

  1. contentContainer {

padding-top:20px; padding-right:8px; margin-bottom: 30px; width: 94%; padding-left: 25px; float: none; background-color: #fff; border-top: none; font-family: 'Avenir', sans-serif; }

.navbar {

   margin-top: 20px;

}