Team:Oxford/Assets/Style.css

  1. main-container {
               height: auto;
               top:0;
               bottom: 0;
               left:0;
               right:0;

overflow:scroll; margin: 20 0 0 0;

               position:fixed;

background-color: #fff; }

  1. content-container {

width: 100%; background-color: #ffffff; font-family: 'Avenir', sans-serif;

               border-top: 3px solid #cccccc;
               position: relative;
               clear:left;

}

.top-spacer {

   width: 100%;

}

.navbar {

   margin-top: 16px;
   position: fixed;
   font-size: 13px;
   background-color: #fff;

}

.navbar-right li {

   text-align: left;
   border-bottom: 4px solid #cccccc;
   font-family: "Avenir",sans-serif;
   color: #2d2c35;
   font-weight: bolder;

}

.navbar-default .navbar-nav > a {

   background-color: #fff;


}

body {

}

.navbar-default .navbar-nav > .active {

   background-color: #fff;
   border-bottom: 4px solid #fa2963;

}

.page-title-section {

   margin-top: 66px;
   width: 100%;
   background-image: url(Ox_bluedots.jpg);
   background-size: 4px 28px;
   background-repeat: repeat;
   position: fixed;
   float: left;
   z-index:-10;
   -webkit-transform: translateZ(0);

}

.page-title-section img {

   width: 80%;
   margin-left:10%;
   margin-right:10%;
   padding: 15% 0;

}

.title-spacer {

   margin-top: 66px;
   width:100%;
   padding-bottom: 40.5%;
   position: relative;
   float:left;

}